@font-face {
  font-family: alegre_sans;
  src: url(algre_sans-webfont.eot);
  src: url(algre_sans-webfont.eot?#iefix) format("embedded-opentype"),
    url(algre_sans-webfont.woff2) format("woff2"),
    url(algre_sans-webfont.woff) format("woff"),
    url(algre_sans-webfont.ttf) format("truetype"),
    url(algre_sans-webfont.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: avenir_65medium;
  src: url(avenir-medium-webfont.eot);
  src: url(avenir-medium-webfont.eot?#iefix) format("embedded-opentype"),
    url(avenir-medium-webfont.woff2) format("woff2"),
    url(avenir-medium-webfont.woff) format("woff"),
    url(avenir-medium-webfont.ttf) format("truetype"),
    url(avenir-medium-webfont.svg#avenir_65medium) format("svg");
  font-weight: 400;
  font-style: normal;
}
#continue_shopping {
  font-family: alegre_sans;
  font-size: 1.5em;
}
.mid_desc_m {
  width: 95%;
  margin: 10% auto 0;
  line-height: 2.5rem;
  padding-bottom: 0;
  height: auto;
  display: none;
}
.container_1,
.container_2 {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.imgWrap {
  position: relative;
  height: 100%;
}
.imgDescription,
.imgDescription h2 {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
.imgDescription {
  top: 0;
  height: 100%;
  background: rgba(215, 221, 151, 0.66);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  transition: all 0.5s;
}
.imgDescription h2 {
  margin: 0 auto;
  text-align: center;
  top: 25%;
}
.container,
.pic_caption,
.prod_img,
.quick_links {
  position: relative;
}
.imgWrap:hover .imgDescription {
  visibility: visible;
  opacity: 1;
}
.container {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.container_1 {
  max-width: 1500px;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.header {
  background: #464646;
  height: 100px;
  padding: 1.25% 1% 1%;
}
.logo {
  float: left;
  display: inline;
}
.logo img {
  margin-top: -1%;
}
.logo_m {
  display: none;
}
.on_sale {
  float: right;
  margin: 1%;
}
.email-signup-btn {
  float: right;
  margin: 1%;
}
.email-signup-btn button {
  padding: 1.5%;
  height: 41px;
  width: 97px;
  line-height: 1.5rem;
  color: #fff;
  border: 1px solid #fff;
  background: 0 0;
  font-weight: 300;
}
.row {
  clear: both;
}
.on_sale button {
  padding: 1.5%;
  height: 41px;
  width: 75px;
  line-height: 1.5rem;
  color: #fff;
  border: 1px solid #fff;
  background: 0 0;
  font-weight: 300;
}
.on_sale button:hover {
  color: #d7dd97;
}

input.search {
  width: 100% !important;
  border: 1px solid #fff !important;
  margin: 1% 1% 1.25%;
  color: #fff;
  height: 38px;
  background: url(../images/search_img.png) 7px 7px no-repeat;
  padding-left: 30px !important;
}
.search_dark,
.search_side {
  background: 0 0;
  margin: 1% 1% 1.25%;
  height: 38px;
}
.search_side {
  width: 80%;
  /* border: 1px solid #d7dd97; */
  border: 1px solid #d4e6cb;
}
.search_dark {
  float: right;
  width: 15%;
  border: 1px solid #e9e9e9;
}
.ham_btn {
  float: right;
  margin: 0.5%;
  height: 55px;
  cursor: pointer;
}
.learn_btn {
  margin-top: 2%;
  margin-left: 5%;
  font-size: 1.5em;
}
#breadcrumbs {
  margin: 0 auto;
}
#breadcrumbs a {
  font-size: 1.2em;
  color: #595959;
}
.learn_btn button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #595959;
  text-align: center;
  font-size: 1em;
  line-height: 1.2em;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 2px solid #595959;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 300;
}
.int_prod_links ul li,
.int_prod_links2 ul li,
.prod_links ul li,
.quick_links ul li {
  line-height: 2.8rem;
  list-style: none;
  box-sizing: border-box;
}
.slide_show {
  background: url(../images/slide_1.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 650px;
}
.slide_show img {
  width: 100%;
}
.pic_caption {
  left: 0;
  top: 0;
  width: 35%;
  margin-top: 0;
  padding: 3%;
  color: #fff;
}
.quick_links {
  font-size: 0.9em;
  font-weight: 200;
  background: #000;
  color: #fff;
  display: inline;
  /* border-bottom: 1px solid #d7dd97; */
  border-bottom: 1px solid #d4e6cb;
  width: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
}
.m_pic_headings,
.prod_links_m {
  display: none;
}
.quick_links ul {
  overflow: hidden;
  width: 75%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
.quick_links a {
  color: #fff;
}
.quick_links ul li {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  border-left: 1px solid #fff;
  width: 20%;
  width: calc(100% / 5);
}
.quick_links ul li:first-child {
  border-left: none;
}
.int_prod_links h2 {
  font-size: 2em;
  margin-top: 0;
}
.int_prod_links,
.prod_links {
  font-size: 1em;
  color: #000;
  font-weight: 200;
  background: #fff;
}
.int_prod_links {
  padding-bottom: 5%;
  width: 100%;
}
.int_prod_links ul {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.int_prod_links ul li {
  float: left;
  padding: 1%;
  height: 350px;
  overflow: hidden;
  margin: 2% 2% 2% 0;
  text-align: center;
  border: 1px solid #e9e9e9;
  width: 10%;
  width: calc(100% / 3.2);
}
.int_prod_links img {
  width: 75%;
  overflow: hidden;
  max-height: 250px;
  object-fit: contain;
}
.prod_links {
  padding-bottom: 5%;
  /* border-bottom: 1px solid #eddb0d; */
  border-bottom: 1px solid #d4e6cb;
  width: 100%;
}
.prod_links ul {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.prod_links a {
  color: #fff;
}
.contact,
.prod_links h1 {
  /* color: #d7dd97; */
  color: #d4e6cb;
  text-align: center;
}
.prod_links ul li {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  height: 250px;
  text-align: center;
  border-left: 1px solid #000;
  width: 10%;
  width: calc(100% / 4);
}
@media screen and (min-width: 576px) {
  .prod_links ul li {
    height: 200px;
  }
}

.prod_links ul li:nth-child(1) {
  border-left: none;
}
.prod_links h1 {
  font-weight: 200;
}
.contact {
  font-weight: 400;
}
.contact h1 {
  margin: 1%;
}
.meet {
  text-align: center;
  color: #fff;
  padding-bottom: 2%;
  font-size: 1.3em;
  font-weight: 200;
}
.next_back {
  width: 25%;
  border: none;
  opacity: 0.7;
  padding-top: 14%;
}
.prod_img_scroll {
  width: 100%;
  overflow: hidden;
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gift_img img {
  width: 50%;
  margin-bottom: 5%;
}
.mid img,
.mid_1 img {
  width: 100%;
}
#mycarousel4 {
  font-size: 0.8em;
}
.mid {
  font-size: 1em;
}
.container_collage {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  padding-bottom: 45px;
}
.mid img {
  height: 250px;
  overflow: hidden;
}
.mid_1 {
  background: #fff;
  height: 500px;
  overflow: hidden;
}
.mid_2 {
  background: #fff;
  text-align: center;
}
.mid_2 img {
  width: 70%;
}

.foot_directions,
.foot_mail,
.foot_time {
  width: 33%;
  color: #fff;
  height: 220px;
  float: left;
  text-align: center;
}
.mid_3,
.mid_4,
.prod_front {
  background: #fff;
  padding-top: 5%;
}
.footer {
  background: #000;
  padding-top: 2%;
}
.foot_directions {
  padding-bottom: 5%;
}
.foot_mail,
.foot_time {
  padding-top: 0%;
  /* border-left: 1px solid #d7dd97; */
  border-left: 1px solid #d4e6cb;
}
.foot_list {
  width: 100%;
  max-width: 375px;
  padding: 0;
  margin: 0 auto;
}
.foot_list li {
  list-style: none;
  padding-top: 2%;
}
.foot_social {
  width: 100%;
  text-align: center;
  margin-top: 1%;
  height: 50px;
  overflow: hidden;
  margin-bottom: 1%;
}
.foot_social img {
  padding: 1%;
}
.int_prod_links2 {
  padding-bottom: 5%;
  font-size: 1em;
  font-weight: 200;
  background: #fff;
  color: #000;
  width: 100%;
}
.int_prod_links2 ul {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.int_prod_links2 a {
  color: #fff;
}
.int_prod_links2 ul li {
  float: left;
  padding: 1%;
  height: auto;
  margin: 2%;
  text-align: center;
  border: 1px solid #e9e9e9;
  width: 10%;
  width: calc(100% / 3.42);
}
.int_prod_links2 img {
  width: 75%;
}
.dropdown_content ul {
  width: 24%;
  display: inline-block;
  float: left;
  padding: 0;
  text-align: center;
}
.dropdown_content ul h2 {
  width: 67%;
  display: inline-block;
  float: right;
  margin-top: 7%;
  font-size: 2.4em;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  color: #595959;
  /* color:#d7dd97; */
  font-weight: 100;
}
.dropdown_content ul li {
  text-align: left;
  padding-left: 33%;
  margin-bottom: 0.7rem;
  font-weight: 100;
  list-style: none;
}
.search_img {
  width: 36px;
  height: 36px;
  padding: 1%;
  color: #fff;
}
.mid_desc,
.mid_desc_text {
  width: 95%;
  height: auto;
  margin: 0 auto;
}
.mid_desc {
  line-height: 2.5rem;
  padding-top: 5%;
  padding-bottom: 0;
  float: left;
}
.mid_desc h1,
.mid_desc p {
  width: 95%;
  padding: 2.5%;
}
.mid_desc_text {
  line-height: 3.5rem;
  padding-bottom: 0;
}
#description label {
  width: 100%;
  text-align: center;
}
#description textarea {
  border-radius: 4px;
  /* border: 2px solid #d7dd97; */
  border: 2px solid #d4e6cb;
}
.prod_desc {
  width: 85%;
  margin: 0 auto;
}
.prod_img {
  width: 65%;
  padding-top: 7.5%;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
}
.rw-detail-img {
  padding-top: 0;
}
.prod_img img {
  width: 98%;
  margin: 1%;
}
.prod_img img:hover {
  transform: scale(1.25);
  margin-left: 0;
  transition: all 0.5s ease-in-out;
}
#next,
#prev {
  opacity: 0.5;
  transition: all 0.5s ease 0s;
  position: absolute;
  top: 0;
}
#prev {
  margin: 5% 0 0 5%;
  left: 0;
}
#next:hover,
#prev:hover {
  opacity: 1;
}
#next {
  margin: 5% 5% 0 0;
  right: 0;
}
.prod_notes {
  width: 85%;
  margin: 5% auto;
}
.prod_notes h2 {
  margin-bottom: 3%;
}
.prod_notes ul li img {
  width: 98%;
  margin: 1%;
}
.prod_notes ul li {
  list-style: none;
  float: left;
  margin-top: 0;
  min-height: 175px;
  overflow: hidden;
  margin-bottom: 0;
  line-height: 2.8rem;
  text-align: center;
  width: 25%;
  width: calc(100% / 3);
  box-sizing: border-box;
}
.prod_desc_size {
  width: 24.5%;
  float: left;
  margin-left: 7.5%;
}
.prod_desc_add,
.prod_desc_quantity {
  width: 85%;
  margin: 0 auto;
}
.prod_desc_price {
  width: 85%;
  margin: 0 auto 3%;
}
.rightReview {
  width: 46%;
  float: right;
}
.leftReview {
  width: 46%;
  float: left;
}
input[type="checkbox"] {
  margin: 1%;
  /* background-color: #d7dd97; */
  background-color: #d4e6cb;
  border-radius: 2px;
  /* border: 2px solid #d7dd97; */
  border: 2px solid #d4e6cb;
}
.next_page {
  text-align: right;
  font-size: 1.2em;
  width: 97%;
  margin-bottom: 5%;
}
.next_page a {
  text-decoration: underline;
}
.half_div {
  width: 50%;
  float: left;
}
.half_div img {
  width: 98%;
  margin: 1%;
}
@media (min-width: 400px) {
  .container,
  .container_1,
  .container_2,
  .container_3 {
    width: 100%;
    padding: 0;
  }
  .container_1 {
    max-width: 1200px;
    margin: 0 auto;
  }
  .container_3 {
    max-width: 1400px;
    margin: 0 auto;
  }
}
ol,
p,
ul {
  margin-top: 0;
}
@media (min-width: 650px) {
  .container {
    width: 100%;
  }
  .column,
  .column:first-child,
  .columns,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 25%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 50%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
    overflow: hidden;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 50%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
html {
  font-size: 62.5%;
}
body {
  font-family: avenir_65medium;
  font-weight: 400;
  color: #595959;
  line-height: 2em;
}
.heading_label h3,
.pic_caption h1,
h1,
h2 {
  font-family: alegre_sans;
}
h1 {
  line-height: 1;
}
h2 {
  font-size: 3.6em;
  line-height: 1.25;
  letter-spacing: 1.5px;
}
h3 {
  font-size: 2.4em;
  line-height: 1.3;
}
h4,
h5,
.filter_box h3 {
  font-size: 1.8em;
}
h4 {
  line-height: 1.4;
}
h5 {
  line-height: 1.5;
}
h6 {
  font-size: 1.5em;
  line-height: 1.6;
  letter-spacing: 0;
}
#cycle_dots {
  position: absolute;
  z-index: 5;
  width: 100%;
  text-align: center;
  margin: -75px 0 10px;
}
a {
  color: inherit;
  text-decoration: none;
}
.button,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  font-family: alegre_sans;
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}
ol,
td:first-child,
th:first-child,
ul {
  padding-left: 0;
}
.button:focus,
.button:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover {
  color: #333;
  border-color: #888;
}
.button.button-primary,
button.button-primary,
input[type="button"].button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}
.button.button-primary:focus,
.button.button-primary:hover,
button.button-primary:focus,
button.button-primary:hover,
input[type="button"].button-primary:focus,
input[type="button"].button-primary:hover,
input[type="submit"].button-primary:focus,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:focus,
input[type="reset"].button-primary:hover {
  color: #767575;
  background-color: #1eaedb;
  border-color: #1eaedb;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
select,
textarea {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="url"],
input[type="password"],
input[type="reset"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  border-radius: 4px;
  border: 2px solid #595959;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #33c3f0;
}
label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: 400;
}
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
td,
th {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}
td:last-child,
th:last-child {
  padding-right: 0;
}
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
#prev,
.u-pull-left {
  float: left;
}
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}
.six.columns.mid_2 {
  width: 50%;
  margin: 0 auto;
  float: left;
}
#container {
  margin: 0 auto;
  width: 80%;
}
#slider {
  display: block;
  width: 100%;
  height: 300px;
  padding: 0;
  margin: 0 0 10px;
  overflow: hidden;
}
#next,
#prev {
  bottom: 0;
  cursor: pointer;
  display: block;
  width: 120px;
  padding: 5px;
  border: none;
  font-size: 17px;
  color: #fff;
}
#next {
  float: right;
}
.d_none,
.menu {
  display: none;
}
.twelve.columns.menu {
  position: absolute;
  background: #fff;
  opacity: 0.98;
  /* border-bottom: 1px solid #d7dd97; */
  border-bottom: 1px solid #d4e6cb;
  width: 100%;
  margin: 0;
  z-index: 6;
}
#nav-icon3 {
  width: 36px;
  height: 12px;
  margin: 33% 5% 5%;
  position: relative;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #eee;
  border-radius: 9px;
  line-height: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 12px;
}
#nav-icon3 span:nth-child(4) {
  top: 24px;
}
#nav-icon3.open span:nth-child(1),
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pic_caption h1 {
  color: #d7dd97; /* d7dd97 */
  font-weight: 800;
  height: 100%;
  font-size: 3.9em;
  margin-bottom: 1%;
}
.side_nav h2,
h1 {
  font-weight: 300;
}
.pic_caption h3 {
  color: #000;
  margin-top: 0;
}
h1 {
  color: #595959; /* d7dd97 */
  font-size: 4.5em;
}

.slideshow-img {
  margin-bottom: -11px;
}
@media screen and (min-width: 900px) {
  .slideshow-img {
    margin-bottom: 0;
  }
}

.heading_label {
  position: relative;
  background: #464646;
  padding: 1%;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .heading_label {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 70%;
    padding: 1%;
    color: #fff;
  }
}
@media screen and (min-width: 1250px) {
  .heading_label {
    top: 40px;
    width: 40%;
  }
}

.heading-title-mobile {
  font-size: 14vw;
  width: 45vw;
  line-height: 1.2;
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
}
.heading-title-desktop {
  display: none;
}
@media screen and (min-width: 900px) {
  .heading-title-mobile {
    display: none;
  }
  .heading-title-desktop {
    display: block;
  }
}

.heading_label h1 {
  font-size: 6em;
  margin-bottom: 0;
  margin-top: 1%;
  color: #fff;
}
.heading_label h3 {
  margin-bottom: 0;
  margin-top: 1%;
  opacity: 1;
  font-weight: 300;
  font-size: 2em;
}
@media screen and (min-width: 900px) {
  .heading_label h3 {
    font-size: 2.4em;
  }
}

.heading_label p {
  line-height: 30px;
  opacity: 1;
}
.container_4 {
  width: 24.1%;
  padding-top: 1%;
  overflow: hidden;
  height: 100%;
  float: left;
}
.container_5 {
  padding: 2% 2.5% 5%;
  width: 70.9%;
  height: 100%;
  float: right;
}
.side_nav {
  padding-left: 20px;
}
.side_nav h2 {
  color: #595959;
  font-size: 2.4em;
  margin-bottom: 1rem;
  margin-top: 5%;
}
.side_nav ul li {
  list-style: none;
  line-height: 3.5rem;
}
.int_txt {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 2%;
}
.image h2,
.image2 h2 {
  font-family: alegre_sans;
  color: #e6f0c4;
  border-radius: 5px;
  margin-top: 0;
  font-size: 7rem;
  font-weight: 400;
  text-shadow: 1px 1px #000;
}
.image {
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  max-height: 550px;
  overflow: hidden;
  width: 100%;
}
.image img {
  width: 100%;
  overflow: hidden;
  float: right;
}
.container > .image img {
  width: 100%;
  max-height: 720px;
  padding-bottom: 3%;
  float: right;
}
.image h2 {
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  padding: 10% 2% 2% 5%;
}
.image2 {
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  max-height: 750px;
  overflow: hidden;
  width: 100%;
}
.image2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1200px) {
  .image2 img {
    width: 100%;
    height: 750px;
    object-fit: cover;
    object-position: center;
  }
}
.container > .image2 img {
  width: 100%;
  max-height: 720px;
  padding-bottom: 3%;
  float: right;
}
.image2 h2 {
  position: absolute;
  padding: 2% 2% 2% 5%;
}
.image h3,
.image2 h3 {
  font-family: avenir_65medium;
  font-weight: 400;
  color: #d7dd97;
  font-size: 4em;
}

@media (max-width: 650px) {
  .brand-descript {
    margin-top: 5%;
  }
}
@media (max-width: 1024px) {
  .brand-descript {
    margin-top: 5%;
  }
}
@media (min-width: 900px) {
  .brand-descript {
    margin-top: 5%;
  }
}
@media (min-width: 1200px) {
  .brand-descript {
    margin-top: 10%;
  }
}
.brand_column {
  float: left;
  width: 33.3333%;
  margin-top: 2%;
  text-align: left;
}
.brand_column ul {
  margin-top: 0;
  padding-left: 0;
}
.brand_column ul h3 {
  margin: 0;
  font-size: 1em;
  padding-top: 0.5%;
}
.brand_column ul li {
  list-style-type: none;
  font-size: 1em;
  border-radius: 3px;
  margin: 2% 1% 1%;
  color: #595959;
  font-weight: 300;
}
h2 {
  color: #595959;
  font-weight: 300;
}

footer h2,
.slideshow h2,
.slideshow .learn_btn button {
  color: #fff;
}

.slideshow .learn_btn button {
  border-color: #fff;
}

.int_prod_links p {
  font-size: 1.4em;
  margin: 0;
  color: hsl(0, 100%, 30%);
}
input[type="email"],
input[type="password"] {
  display: inline-block;
  height: 38px;
  padding: 0 5px;
  text-align: left;
  font-size: 1em;
  margin: 2% 1% 2% 0;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  box-sizing: border-box;
  width: 80%;
}
input[type="text"] {
  display: inline-block;
  height: 38px;
  padding: 0 5px;
  text-align: left;
  font-size: 1em;
  margin: 2% 1%;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 2px solid #595959;
  box-sizing: border-box;
  width: 80%;
}
input[type="email"] {
  border-radius: 4px;
  border: 2px solid #595959;
}
input[type="password"] {
  color: #555;
  border-radius: 4px;
  border: 2px solid #595959;
}
input[type="password"]:-ms-input-placeholder {
  color: #555;
}
.button_clear,
input[type="submit"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #595959;
  font-weight: 400;
  margin: 3% 1% 1%;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-decoration: none;
  white-space: nowrap;
  width: 80%;
  text-align: center;
  box-sizing: border-box;
  /* background-color: #d7dd97; */
  background-color: #d4e6cb;
  text-transform: uppercase;
  cursor: pointer;
}
/* input[type="text"]:focus {
  border-color:#
} */
input[type="submit"] {
  font-size: 1.5em;
  border-radius: 4px;
  border: 2px solid #595959;
}
.button_clear {
  font-size: 1.8em;
  border-radius: 4px;
  border: 2px solid #595959;
}
.cart ul,
.cart_2 ul {
  padding: 0;
  overflow: hidden;
}
.cart a,
.cart_2 a {
  color: #555;
}
.cart ul li,
.cart_2 ul li,
.prod_gallery ul li {
  line-height: 2.8rem;
  list-style: none;
}
.cart {
  width: 100%;
  margin-top: 2%;
}
.cart ul {
  width: 100%;
  margin: 0 auto;
}
.cart ul li {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  width: 25%;
  width: calc(100% / 4.2);
  box-sizing: border-box;
}
.cart_2 ul li,
.days {
  float: left;
  text-align: left;
}
.cart_2,
.cart_2 ul {
  width: 100%;
}
.cart_2 ul {
  margin: 0 auto;
}
.cart_2 ul li {
  margin-top: 0;
  margin-bottom: 0;
  width: 33.333%;
  width: calc(100% / 3);
  box-sizing: border-box;
}
.contact_form {
  width: 95%;
  margin: 0 auto 0 0;
}
.contact_form input {
  width: 47%;
}
.contact_form label {
  width: 46.5%;
}
.contact_form2 {
  width: 95%;
  margin: 0 auto;
}
.contact_form2 input {
  width: 95%;
}
.contact_form2 div {
  width: 48%;
  padding: 1%;
  float: left;
}
.contact_form2 label {
  width: 46.5%;
}
.state_input select {
  width: 47%;
  margin: 1% 1% 1% 0;
  background-color: #595959;
  border-radius: 2px;
  border: 2px solid #595959;
}
select {
  width: 98%;
  margin: 0.99% 0.66% 0.66%;
  background-color: #595959;
  border-radius: 2px;
  border: 2px solid #595959;
  color: #fff;
}
.contact_form select {
  margin: 2% 2% 2% 1%;
  border: 2px solid #595959;
}
form {
  display: inline;
}
.textarea textarea {
  border-radius: 2px;
  width: 96.5%;
  margin: 1%;
}
.state_input2 {
  width: 47.5%;
  margin: 1.5% 1% 0;
  float: left;
}
.state_input2 select {
  width: 100%;
  margin: 1% 4% 1% 1%;
  background-color: #595959;
  border-radius: 2px;
  border: 2px solid #595959;
}
.days {
  width: 50%;
}
.times {
  width: 50%;
  float: right;
  text-align: right;
}
#cart_li {
  width: calc(100% / 3.5);
}
#cart_li img {
  width: 100%;
}
.prod_desc_add input {
  width: 30%;
  float: left;
  margin: 0.33% 1% 1% 0;
}
input[type="checkbox"]:checked + label {
  /* background-color: #d7dd97; */
  background-color: #d4e6cb;
  /* color: #d7dd97; */
  color: #d4e6cb;
}
.prod_gallery {
  width: 100%;
  padding-top: 5%;
}
.casual_h1,
.desc_img {
  padding-top: 15%;
}
.prod_gallery ul li {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  width: 33.333%;
  width: calc(100% / 3);
  box-sizing: bord;
}
.i_step_img {
  width: 48%;
  float: right;
}
.prod_gallery img {
  width: 75%;
  height: 180px;
  overflow: hidden;
  margin: 0 auto;
}
.pad_left {
  padding-left: 3%;
}
.onsale_h4 {
  color: red;
  margin: 0;
}
.desc_about,
.width {
  margin: 0 auto;
  max-width: 1300px;
}
.gender_h1 {
  text-align: center;
}
.desc_img {
  width: 100;
  overflow: hidden;
  text-align: right;
}
.desc_about {
  width: 100%;
  text-align: center;
  font-size: 1em;
}
.coming_soon {
  font-size: 2em;
  color: #595959;
}
.width {
  width: 98%;
  padding: 1%;
}
.width img {
  width: 100%;
  overflow: hidden;
}
.width .int_img_gall img {
  height: 250px;
  overflow: hidden;
}
.title_h1 {
  margin-top: 0;
}
.title_h1 h1 {
  margin-top: 1em;
  margin-bottom: 2%;
}
#thumbWrap img {
  width: 21%;
  margin-left: 1%;
}
.big_pic_prod {
  width: 100%;
  margin-bottom: 5%;
}
#junkForm label {
  width: 75px;
}
.m_filter,
.m_foot_social {
  display: none;
}
@media (max-width: 1170px) {
  .days,
  .half_div {
    float: left;
  }
  .arrowDown {
    display: none;
  }
  .heading_label h1,
  .heading_label h3 {
    margin-bottom: 0;
    margin-top: 1%;
  }
  .prod_img {
    width: 100%;
  }
  .contact_form2 div {
    width: 96%;
    padding: 1%;
    float: left;
  }
  .contact_form2 label {
    width: 46.5%;
  }
  h1 {
    color: #595959;
    font-weight: 400;
    font-size: 3rem;
  }
  .half_div {
    width: 100%;
  }
  .days,
  .times {
    width: 50%;
    text-align: center;
  }
  .arrowDown {
    float: right;
    font-size: 14px;
  }
  .button_clear,
  input[type="text"] {
    display: inline-block;
    height: 38px;
  }
  .heading_label h1 {
    font-size: 4em;
    color: #d7dd97;
  }
  .heading_label span {
    color: #fff;
  }
  .times {
    float: right;
  }
  .brand_column {
    float: right;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .brand_column ul li {
    list-style-type: none;
    font-size: 1em;
    border-radius: 3px;
    border: 1px solid #595959;
    /* background-color: #d7dd97; */
    background-color: #d4e6cb;
    margin: 0 1% 1%;
    padding: 2%;
    color: #595959;
    font-weight: 300;
  }
  .button_clear,
  input[type="submit"] {
    color: #fff;
    background-color: #595959;
  }
  input[type="text"] {
    padding: 0 5px;
    color: #555;
    text-align: left;
    font-size: 1.2em;
    margin: 3% 1% 2%;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.1rem;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 2px solid #595959;
    box-sizing: border-box;
    width: 98%;
  }
  .button_clear {
    padding: 0 30px;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    margin: 3% 1% 1%;
    line-height: 38px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    border: 2px solid #595959;
    cursor: pointer;
    box-sizing: border-box;
    width: 98%;
  }
  input[type="password"],
  input[type="submit"] {
    display: inline-block;
    height: 38px;
    padding: 0 5px;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.1rem;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
    width: 98%;
  }
  input[type="password"] {
    color: #555;
    text-align: left;
    margin-top: 3%;
    background-color: transparent;
    border-radius: 4px;
    border: 2px solid #595959;
  }
  .prod_desc,
  .prod_desc_price,
  input[type="submit"] {
    text-align: center;
  }
  input[type="submit"] {
    margin: 3% 2% 2%;
    text-transform: uppercase;
    border-radius: 4px;
    border: 2px solid #595959;
    cursor: pointer;
  }
  .mid,
  .mid_2 {
    font-size: 0.8em;
  }
  .prod_notes {
    width: 98%;
    margin: 1%;
  }
  .prod_desc {
    width: 98%;
    margin: 1% 1% 2%;
    float: none;
  }
  .prod_desc_size {
    width: 90%;
    margin: 1%;
  }
  .prod_desc_add {
    width: 100%;
  }
  .prod_desc_size select {
    float: none;
    width: 90%;
    margin: 1%;
  }
  .prod_desc_add input {
    width: 90%;
    margin: 1%;
  }
  .prod_desc_qty {
    float: none;
    width: 98%;
    margin: 1%;
  }
  .mid_2 {
    max-height: 505px;
    padding: 40px 20px;
  }
  .mid_2 img {
    height: 100%;
  }

  .mid {
    height: auto;
  }
  .search {
    width: 33%;
  }
  .quick_links ul {
    width: 100%;
  }
  .container_4 {
    width: 35%;
    height: 100%;
    float: left;
  }
  .container_5 {
    padding: 3% 7.5% 5% 0;
    width: 54.9%;
    height: 100%;
    float: right;
  }
  .cart_2 ul li,
  .int_prod_links ul li {
    list-style: none;
    float: left;
    line-height: 2.8rem;
    box-sizing: border-box;
  }
  h3 {
    font-size: 0.9em;
  }
  .image h2,
  .image2 h2 {
    font-size: 4rem;
  }
  .int_prod_links ul li {
    padding: 1%;
    margin: 2% 2% 2% 0;
    text-align: center;
    border: 1px solid #e9e9e9;
    width: 10%;
    width: calc(100% / 2.2);
  }
  .image h2 {
    padding-top: 18%;
  }
  .cart_2 ul li {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 0.8em;
    width: 50%;
    width: calc(100% / 2);
  }
  .prod_gallery img {
    height: 130px;
  }
  .gall_list ul li {
    width: 24%;
    width: calc(100% / 2.18);
  }
  .gall_list ul img {
    width: 75%;
  }
  .prod_img.brand_img img {
    width: 100%;
  }
  .i_step_img {
    width: 100%;
    float: right;
    padding-top: 5%;
  }
}
@media (max-width: 650px) {
  .d_none,
  .m_filter,
  .m_pic_headings,
  .mid_desc_m {
    display: inline;
  }
  #cycle_dots,
  #footer2,
  .imgDescription h3,
  .learn_btn,
  .m_foot_social ul li,
  .prod_gallery ul li,
  .prod_notes ul li {
    text-align: center;
  }
  .footer {
    background: #000;
    padding-top: 8%;
  }
  .mid_2 img {
    width: 100%;
  }

  .mid_desc_text {
    width: 95%;
    margin: 0 auto;
    line-height: 2.5rem;
    padding-bottom: 0;
    height: auto;
  }
  #cycle_dots {
    position: absolute;
    z-index: 5;
    width: 100%;
    margin: 0 0 10px;
  }
  .readable {
    padding: 0 4%;
  }
  .imgWrap {
    position: relative;
    height: 100%;
  }
  .imgDescription,
  .imgDescription h3 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .imgDescription {
    top: 0;
    height: 100%;
    /* background: rgba(215, 221, 151, 0.66); */
    background: rgb(212, 230, 203, 0.66);
    visibility: hidden;
    opacity: 0;
    width: 100%;
    transition: all 0.5s;
  }
  .imgDescription h3 {
    font-family: avenir_65medium;
    margin: 0 auto;
    top: 25%;
  }
  .imgWrap:hover .imgDescription {
    visibility: visible;
    opacity: 0;
  }
  .prod_notes {
    width: 98%;
    margin: 5% auto 0;
  }
  .mid img {
    height: 175px;
  }
  .mid_1 {
    height: 350px;
  }
  .mid_2 img,
  .mid_desc_m {
    height: auto;
  }
  .gall_list ul li {
    width: 98%;
  }
  .gall_list ul img {
    width: 75%;
  }
  .cart {
    margin-top: 8%;
  }
  .mid_desc_m {
    width: 95%;
    margin: 10% auto 0;
    line-height: 2.5rem;
    padding-bottom: 0;
  }
  .foot_social,
  .prod_gallery img {
    display: none;
  }
  #breadcrumbs {
    margin: 0 auto;
  }
  #breadcrumbs a {
    font-size: 1.2em;
    color: #595959;
  }
  .prod_notes ul li img {
    width: 100%;
    margin: 0;
  }
  .prod_notes ul li {
    list-style: none;
    float: left;
    margin-top: 0;
    min-height: 175px;
    overflow: hidden;
    margin-bottom: 0;
    line-height: 1.3rem;
    width: 25%;
    width: calc(100% / 1);
    box-sizing: border-box;
  }
  .cart ul li h2 {
    font-size: 0.9em;
  }
  .big_pic_prod {
    width: 100%;
    height: auto;
    margin-bottom: 7.5%;
  }
  .search,
  .m_sale button {
    color: #fff;
    height: 38px;
  }
  .title_h1 {
    margin-top: 15%;
  }
  .search {
    float: right;
    width: 55%;
    position: relative;
    border: 1px solid #fff;
    margin: 5% 1%;
    border-radius: 0;
    background: url(../images/search_img.png) 7px 7px no-repeat;
    padding-left: 30px;
    z-index: 5;
  }
  #footer2,
  .footer_txt2 {
    background: #fff;
    margin: 0;
  }
  #footer2,
  .m_foot_social {
    display: inline;
  }
  .m_foot_social ul {
    width: 100%;
    padding-bottom: 10%;
    padding-top: 10%;
  }
  .m_foot_social ul li {
    list-style: none;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 2.8rem;
    width: 100%;
    width: calc(100% / 4);
  }
  .m_foot_social ul li img {
    width: 50%;
  }
  #footer {
    display: none;
  }
  #footer2 {
    clear: both;
    height: 34px;
    font-size: 12px;
    color: #fff;
    padding: 15px 0 2px;
  }
  .footer_txt2 {
    display: inline-block;
    color: #000;
    padding: 25px 0;
  }
  .m_search input[type="submit"] {
    display: inline-block;
    height: 38px;
    padding: 0 5px;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    margin: 1% 1% 5%;
    line-height: 38px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #fff;
    cursor: pointer;
    box-sizing: border-box;
    width: 98%;
  }
  .cart_2 h2,
  .cart_2 ul li {
    font-size: 0.8em;
  }
  .cart_2 ul li,
  .prod_gallery ul li {
    line-height: 2.8rem;
    list-style: none;
  }
  .m_sale {
    width: 40%;
    float: left;
  }
  .m_sale button {
    border-radius: 0;
    border: 1px solid #fff;
    margin-bottom: 1.25%;
  }
  .prod_gallery ul li {
    float: none;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    width: calc(100% / 1);
    box-sizing: bord;
  }
  .cart_2,
  .cart_2 ul {
    width: 100%;
  }
  .cart_2 ul {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
  }
  .cart_2 a {
    color: #555;
  }
  .cart_2 ul li {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    width: 33.333%;
    width: calc(100% / 1);
    box-sizing: border-box;
  }
  .mid_desc_text h1 {
    padding-top: 0;
  }
  .brand_column {
    text-align: center;
  }
  .brand_column ul li {
    border-radius: 3px;
    border: 1px solid #595959;
    /* background-color: #d7dd97; */
    background-color: #d4e6cb;
    margin: 4% 1% 1%;
    padding: 3%;
    color: #595959;
    font-weight: 300;
    list-style-type: none;
    font-size: 0.8em;
  }
  .logo {
    display: none;
  }
  .logo_m {
    display: inline;
    float: left;
  }
  .contact,
  .foot_list,
  .meet {
    display: none;
  }
  .foot_directions {
    height: auto;
    padding-bottom: 10%;
  }
  .foot_mail,
  .foot_social,
  .foot_time {
    height: auto;
  }
  #nav-icon3 {
    width: 48px;
    height: 18px;
    margin: 33% 0 0;
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #nav-icon3 span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    line-height: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #nav-icon3 span:nth-child(1) {
    top: 0;
  }
  .ham_btn {
    margin: 3%;
  }
  #nav-icon3 span:nth-child(2),
  #nav-icon3 span:nth-child(3) {
    top: 12px;
  }
  #nav-icon3 span:nth-child(4) {
    top: 24px;
  }
  #nav-icon3.open span:nth-child(1),
  #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
  }
  #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .three.columns.mid_1 img {
    width: 100%;
    float: left;
  }
  .three.columns.mid_1 {
    width: 50%;
  }
  .three.columns.mid img {
    width: 100%;
    float: right;
  }
  .three.columns.mid {
    width: 50%;
  }
  .m_none {
    display: none;
  }
  .header {
    background-color: #fff;
  }
  .slide_show {
    background: url(../images/slide_2.png) top center no-repeat;
    background-size: 550px;
    width: 100%;
    height: 400px;
  }
  .dropdown_content ul h2 {
    font-size: 1.9em;
    padding-left: 4%;
    font-weight: 300;
    padding-bottom: 0;
    float: none;
    width: 100%;
  }
  .dropdown_content ul li {
    text-align: left;
    padding-left: 3%;
    padding-bottom: 4%;
    font-weight: 200;
    list-style: none;
  }
  .dropdown_content ul {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 0;
    text-align: center;
  }
  .on_sale,
  .pic_caption,
  .quick_links {
    display: none;
  }
  .twelve.columns.menu {
    position: absolute;
    background: #f6f6f8;
    opacity: 1;
    z-index: 6;
  }
  .pic_caption_m {
    position: relative;
    width: 100%;
    margin-top: 0;
    margin-bottom: 5%;
    padding: 3%;
    text-align: justified;
    color: #000;
  }
  .pic_caption_m h1 {
    color: #d7dd97;
    font-weight: 400;
    height: 100%;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 1%;
  }
  .mid,
  .mid_2 {
    font-size: 0.9em;
    height: auto;
  }
  .mid_2 {
    width: 50%;
  }
  .six.columns.mid_2 {
    width: 100%;
    margin: 0 auto;
    float: right;
  }
  .column,
  .columns,
  .int_prod_links ul li,
  .prod_links_m ul li {
    float: left;
    box-sizing: border-box;
  }
  .mid {
    width: 50%;
  }
  .int_prod_links,
  .prod_links_m {
    font-size: 1em;
    font-weight: 200;
    background: #fff;
  }
  .container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .container_1 {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  .container_2 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  .m_space,
  .prod_links_m {
    padding-bottom: 5%;
  }
  .column,
  .columns {
    width: 100%;
  }
  .prod_links_m {
    padding-top: 5%;
    color: #000;
    /* border-bottom: 1px solid #eddb0d; */
    border-bottom: 1px solid #d4e6cb;
    width: 100%;
    display: inline;
  }
  .prod_links_m ul {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .prod_links_m a {
    color: #fff;
  }
  .prod_links_m ul li {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 2.8rem;
    text-align: center;
    border-left: 1px solid #000;
    width: 33.333%;
    width: calc(100% / 3);
  }
  .prod_links_m ul li:nth-child(2) {
    border-left: none;
  }
  .prod_links_m h1 {
    color: #d7dd97;
    font-weight: 200;
    text-align: center;
  }
  .m_prod_img {
    width: 100%;
  }
  .container_4 {
    display: none;
  }
  .container_5 {
    width: 96%;
    min-height: 400px;
    padding: 0 2% 2%;
  }
  .int_prod_links {
    padding-bottom: 5%;
    color: #000;
    width: 100%;
  }
  .int_prod_links ul {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .int_prod_links ul li {
    list-style: none;
    padding: 3%;
    height: auto;
    margin: 2%;
    line-height: 2.8rem;
    text-align: center;
    border: 1px solid #e9e9e9;
    width: 10%;
    width: calc(100% / 1.04);
  }
  .int_prod_links img {
    width: 75%;
    padding-bottom: 10px;
  }
  .image {
    margin-top: 0%;
  }
}
@media (max-width: 1550px) {
  .image,
  .image img {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .image {
    height: auto;
    max-height: 750px;
  }
  .image img {
    float: right;
  }
}
@media (min-width: 1450px) {
  .slide_show {
    background: url(../images/slide_1.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 650px;
  }
  .big_pic_prod {
    width: 100%;
    height: 545px;
  }
  .big_pic_prod {
    width: 100%;
    margin-bottom: 2%;
  }
  .red-wing-detail {
    height: auto;
    margin-bottom: 0;
  }
  .prod_img img {
    width: 75%;
    margin: 3% 1% 1% 11.5%;
    transition: all 0.2s ease-in-out;
  }
  .red-wing-detail img,
  .red-wing-detail img:hover {
    transition: none;
    display: block;
    margin: 0 auto;
    width: 45%;
  }
  .prod_img img:hover {
    transform: scale(1.25);
    margin-left: 15%;
  }
  .rw-detail-img img:hover {
    transform: none;
    margin: auto;
  }
  .int_prod_links ul li {
    list-style: none;
    float: left;
    padding: 1%;
    height: 415px;
    margin: 2% 2% 2% 0;
    line-height: 2.8rem;
    text-align: center;
    border: 1px solid #e9e9e9;
    width: 10%;
    width: calc(100% / 3.2);
    box-sizing: border-box;
  }
  .prod_gallery img {
    width: 75%;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
  }
  .pic_caption {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 10%;
    width: 35%;
    padding: 3%;
    color: #fff;
  }
}
.sizeFilter ul li:hover,
.widthFilter ul li:hover {
  background-color: rgba(215, 221, 155, 0.5);
}
.cycle-pager span {
  font-family: arial;
  font-size: 5em;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.filter_box,
.filter_box h4 {
  font-family: avenir_65medium;
}
.cycle-pager span.cycle-pager-active {
  color: #595959;
}
.cycle-pager > * {
  cursor: pointer;
}
table,
td,
tr {
  border: none;
}
.sizeFilter ul li,
.widthFilter ul li {
  font-size: 0.8em;
  border: 1px solid #767575;
  text-align: center;
  line-height: 2.5em;
  float: left;
}
.sizeFilter,
.styleFilter {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
}
.sizeFilter ul li {
  width: calc(100% / 7.4);
  margin: 1%;
}
.widthFilter {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
}
.widthFilter ul li {
  width: calc(100% / 7.4);
  margin: 1%;
}
.colorFilter {
  width: 100%;
  margin-bottom: 2%;
}
.colorFilter ul li,
.colorFilter ul li a {
  width: 30px;
  height: 30px;
}
.colorFilter ul li {
  float: left;
  padding: 1%;
  margin: 1%;
}
.brandFilter {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
}
.brandFilter ul li {
  width: calc(100% / 1.1);
  padding-left: 5%;
  font-size: 0.9em;
  margin: 1%;
  transition: 0.4s;
}
.selectedFilter {
  font-size: 0.9em;
  transition: 0.4s;
  text-transform: uppercase;
}
.selectedFilter:hover {
  text-decoration: line-through;
  background-color: rgba(0, 0, 0, 0.2);
}
.filter_coice {
  padding-bottom: 3%;
}
.filter_choice a {
  padding: 1.25%;
  margin: 2%;
  line-height: 2em;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.filter_box {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.9em;
  padding-left: 2%;
  padding-right: 2%;
  margin-top: 5%;
}
.filter_box h3 {
  line-height: 2em;
  letter-spacing: 1px;
}
input[type="text"]:-ms-input-placeholder {
  color: #555;
}
textarea:-ms-input-placeholder {
  color: #555;
}
button.accordion {
  background-color: #eee;
  cursor: pointer;
  width: 100%;
  padding: 0 15px;
  text-align: left;
  border: none;
  outline: 0;
  transition: 0.4s;
}
.arrowDown {
  float: right;
  font-size: 14px;
  display: inline;
}
button.accordion h3 {
  font-size: 2rem;
  margin: 0;
  font-weight: 400;
  color: #464646;
}
button.accordion.active,
button.accordion:hover {
  background-color: #ddd;
}
div.panel {
  padding-top: 3%;
  padding-left: 5%;
  background-color: #fff;
  display: block;
}
div.panel.show {
  display: none;
}
.panel.show img {
  width: 30px;
  height: 30px;
}
.panel ul li:hover {
  /* background-color: rgba(215, 221, 155, 0.5); */
  background-color: rgb(212, 230, 203, 0.5);
}
.panel ul {
  margin: 0;
}
ul li {
  list-style: none;
}
.d_search,
.d_show {
  display: inline;
}

.d_search {
  display: flex;
  align-items: center;
}

.m_search,
.m_show {
  display: none;
}
@media (max-width: 650px) {
  .casual_h1,
  .desc_img {
    padding-top: 4%;
  }
  .desc_img {
    width: 100;
    overflow: hidden;
    text-align: right;
  }
}
@media (max-width: 750px) {
  .casual_h1,
  .desc_img {
    padding-top: 4%;
  }
  .float_left,
  .float_right {
    width: 50%;
  }
  .desc_img {
    width: 100;
    overflow: hidden;
    text-align: right;
  }
  .image h2,
  .image2 h2 {
    display: none;
  }
  .m_show {
    display: inline;
  }
  .d_search,
  .d_show {
    display: none;
  }
  .m_search {
    display: inline;
    margin-top: 5%;
  }
  div.panel {
    padding-top: 3%;
    padding-left: 5%;
    background-color: #fff;
    display: none;
  }
  div.panel.show {
    display: block;
  }
}
@media (max-width: 480px) {
  .dropdown_content ul h2 {
    font-size: 2.5em;
    padding-left: 4%;
    margin-top: 2%;
    font-weight: 300;
    padding-bottom: 0;
    float: none;
    width: 100%;
  }
  .dropdown_content ul li {
    text-align: left;
    padding-left: 3%;
    padding-bottom: 4%;
    font-weight: 200;
    list-style: none;
  }
  .dropdown_content ul {
    width: 98%;
    display: inline-block;
    float: left;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 1450px) {
  .image h2,
  .image2 h2 {
    font-family: alegre_sans;
    font-weight: 400;
    position: absolute;
    color: #e6f0c4;
    border-radius: 5px;
    margin-top: 0;
    text-shadow: 1px 1px #000;
    font-size: 7rem;
  }
  .image h2 {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    padding: 7% 2% 2% 5%;
  }
  .image2 h2 {
    padding: 2% 2% 2% 5%;
  }
}
@media (max-width: 1275px) {
  .image h2,
  .image2 h2 {
    font-family: alegre_sans;
    font-weight: 400;
    position: absolute;
    color: #e6f0c4;
    border-radius: 5px;
    margin-top: 0;
    text-shadow: 1px 1px #000;
    font-size: 7rem;
  }
  .image h2 {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    padding: 3% 2% 2% 5%;
  }
  .image2 h2 {
    padding: 2% 2% 2% 5%;
  }
}
.pic_heading {
  color: #e6f0c4;
  width: 45%;
  position: absolute;
  border-radius: 5px;
  top: 80px;
  left: 0;
}

.pic_heading h1 {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-family: alegre_sans;
  font-weight: 400;
  padding: 2%;
  width: auto;
  height: auto;
  text-shadow: 1px 1px #000;
  font-size: 7rem;
}
@media (max-width: 1100px) {
  h2 {
    font-family: alegre_sans;
    font-size: 2.6em;
    line-height: 1.25;
    letter-spacing: 1.5px;
  }
  .image h2,
  .image2 h2 {
    font-family: alegre_sans;
    font-weight: 400;
    position: absolute;
    color: #e6f0c4;
    border-radius: 5px;
    margin-top: 0;
    text-shadow: 1px 1px #000;
    font-size: 7rem;
  }
  .image h2 {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    padding: 3% 2% 2% 5%;
  }
  .image2 h2 {
    padding: 2% 2% 2% 5%;
  }
}
.coupons {
  margin-bottom: 10px;
  font-size: 1.2em;
}
.coupons input {
  width: auto;
}
.mid_x {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.mid_x img {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.mid_a,
.mid_b,
.mid_c,
.mid_d {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.mid_a {
  display: block;
}
#img1,
.img2 {
  position: absolute;
  width: 100%;
}
#img1 {
  top: 0;
}
.img2 {
  bottom: 0;
}
@media (max-width: 1000px) {
  .title_h1 h1 {
    margin-top: 0;
    margin-bottom: 2%;
  }
  .m_none2 {
    display: none;
  }
}
@media (min-width: 1000px) {
  .mid_x {
    height: 480px;
    overflow: hidden;
    position: relative;
  }
  .mid_x img {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .mid_a,
  .mid_b,
  .mid_c,
  .mid_d {
    height: 240px;
    overflow: hidden;
    position: relative;
  }
  .mid_a {
    display: block;
  }
  #img1,
  .img2 {
    position: absolute;
    width: 100%;
  }
  #img1 {
    top: 0;
  }
  .img2 {
    bottom: 0;
  }
}
@media (min-width: 1175px) {
  .mid_x {
    height: 560px;
    overflow: hidden;
    position: relative;
  }
  .mid_x img {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .mid_a,
  .mid_b,
  .mid_c,
  .mid_d {
    height: 280px;
    overflow: hidden;
    position: relative;
  }
  .mid_a {
    display: block;
  }
  #img1,
  .img2 {
    position: absolute;
    width: 100%;
  }
  #img1 {
    top: 0;
  }
  .img2 {
    bottom: 0;
  }
}
@media (min-width: 1255px) {
  .mid_x {
    height: 600px;
    overflow: hidden;
    position: relative;
  }
  .mid_x img {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .mid_a,
  .mid_b,
  .mid_c,
  .mid_d {
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  .mid_a {
    display: block;
  }
  #img1,
  .img2 {
    position: absolute;
    width: 100%;
  }
  #img1 {
    top: 0;
  }
  .img2 {
    bottom: 0;
  }
}
@media (min-width: 1450px) {
  .mid_x {
    height: 640px;
    overflow: hidden;
    position: relative;
  }
  .mid_x img {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .mid_a,
  .mid_b,
  .mid_c,
  .mid_d {
    height: 320px;
    overflow: hidden;
    position: relative;
  }
  .mid_a {
    display: block;
  }
}
@media (min-width: 1650px) {
  .mid_x {
    height: 680px;
    overflow: hidden;
    position: relative;
  }
  .mid_x img {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .mid_a,
  .mid_b,
  .mid_c,
  .mid_d {
    height: 340px;
    overflow: hidden;
    position: relative;
  }
  .mid_a {
    display: block;
  }
  #img1,
  .img2 {
    position: absolute;
    width: 100%;
  }
  #img1 {
    top: 0;
  }
  .img2 {
    bottom: 0;
  }
}
@media (max-width: 850px) {
  .mid_x {
    /* height:300px; */
    height: 600px;
    overflow: hidden;
    position: relative;
  }
  .mid_x img {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .mid_a,
  .mid_b {
    /* height:150px; */
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  .mid_a {
    display: block;
  }
  .mens-title {
    top: 40px;
  }
  .womens-title {
    top: 40px;
  }
}
@media (min-width: 350px) and (max-width: 500px) {
  .mid_x {
    height: 400px;
  }
  .mid_a,
  .mid_b {
    height: 200px;
  }
}
@media (min-width: 200px) and (max-width: 349px) {
  .mid_x {
    height: 320px;
  }
  .mid_a,
  .mid_b {
    height: 160px;
  }
}
@media (min-width: 651px) and (max-width: 730px) {
  .mid_x {
    height: 340px;
  }
  .mid_a,
  .mid_b {
    height: 170px;
  }
}
@media (min-width: 731px) and (max-width: 850px) {
  .mid_x {
    height: 374px;
  }
  .mid_a,
  .mid_b {
    height: 187px;
  }
}
@media (min-width: 1650px) and (max-width: 1850px) {
  .mid_x {
    height: 860px;
  }
  .mid_a,
  .mid_b {
    height: 430px;
  }
}
@media (min-width: 1851px) and (max-width: 2000px) {
  .mid_x {
    height: 924px;
  }
  .mid_a,
  .mid_b {
    height: 462px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .row_height {
    height: 650px;
  }
}
@media (max-width: 1350px) {
  .heading_label h1 {
    font-size: 4.5em;
    margin-bottom: 0;
    margin-top: 1%;
    /* color: #d7dd97; */
    color: #d4e6cb;
  }
}
#image_header {
  max-height: 450px;
}
#image_img {
  position: relative;
}

.form-row {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .form-row {
    flex-direction: row;
  }
}

.form-group {
  flex: 1 50%;
  margin: 1rem 0;
}

.form-group input[type="text"] {
  width: 90%;
  margin: 0;
}

.form-group select {
  width: 25%;
  margin: 0;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .days,
  .times {
    width: 100% !important;
  }
}




.ladies-week-container .text-container{
  background-color:#A65D54;
  color:#E2D0BA;
  padding:25px 150px;
  position:absolute;
  z-index:9;
  top:126px;
  text-align: center;

}
.ladies-week-container h1{
  font-family: 'Ms Madi', cursive;
  font-size:72px;
}
.ladies-week-container span{
  text-transform: uppercase;
}

.text-bg{
  background-color:#E2D0BA;
  color:#A65D54;
  padding:30px;
  margin-top:10px;
}

.text-bg h1,.text-bg strong{
  font-family: 'Ms Madi', cursive;
}

.text-bg strong{
  font-weight:700;
}
.text-bg h2{
  font-size:38px;
}

.coupon-container{
  width:100%;
}

.coupon-container .date-container{
  background-color:#A65D54;
  color:#E2D0BA;
  padding-bottom:30px;
}
@media (min-width:1200px) {
  .coupon-container .date-container, .coupon-container .text-container {
    height: 228px;
  }
}
@media (min-width:1366px) {
  .coupon-container .date-container, .coupon-container .text-container {
    height: 208px;
  }
}

.coupon-container .text-container{
  background-color:#fff;
  border: 5px solid #A65D54;
  color:#A65D54;
  padding:35px 35px;
  text-align: center;
}

.coupon-container .text-container p{
  font-size:14px;
}
.coupon-container .text-container h1{
  font-size:38px;
}

.coupon-container .month-day span{
  text-transform: uppercase;
  font-weight:200;
}
.coupon-container .month-day strong, .date-container h1 {
  font-family: 'Ms Madi', cursive;
  font-weight:900;
}

.coupon-container .date-container h1{
  text-align: center;
}

.coupon-container .row{
  margin:20px 0;
}

.coupon-container .month-day{
  background-color:#E2D0BA;
  color:#A65D54;
  display:inline-block;
  padding:15px;
  font-size:28px;
  margin-bottom:20px;
  padding: 20px;
}

.coupon-container .other-color .month-day{
  background-color:#A65D54;
  color:#E2D0BA;
}
.coupon-container .other-color .date-container{
  background-color:#E2D0BA;
  color:#A65D54;
}

.coupon-container .other-color .text-container {
  border:5px solid #E2D0BA;
}