@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900&display=swap");
/* font-family: 'Montserrat', sans-serif; */
@font-face {
  font-family: 'GrecoDeco';
  src: url("../fonts/GrecoDeco-Inline.eot");
  src: url("../fonts/GrecoDeco-Inline.eot?#iefix") format("embedded-opentype"), url("../fonts/GrecoDeco-Inline.woff2") format("woff2"), url("../fonts/GrecoDeco-Inline.woff") format("woff"), url("../fonts/GrecoDeco-Inline.ttf") format("truetype"), url("../fonts/GrecoDeco-Inline.svg#GrecoDeco-Inline") format("svg");
  font-weight: 500;
  font-style: normal; }

/*@font-face {
    font-family: 'GrecoDeco'; 
    src: url('../fonts/GrecoDeco-Solid.eot');
    src: url('../fonts/GrecoDeco-Solid.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GrecoDeco-Solid.woff2') format('woff2'),
        url('../fonts/GrecoDeco-Solid.woff') format('woff'),
        url('../fonts/GrecoDeco-Solid.ttf') format('truetype'),
        url('../fonts/GrecoDeco-Solid.svg#GrecoDeco-Solid') format('svg');
    font-weight: 500;
    font-style: normal;
}*/
* {
  outline: none; }

a {
  color: #000; }

a, a:focus, a:hover {
  text-decoration: none; }

a:focus, a:hover {
  color: #6E9665; }

.button--icon svg {
  fill: #fff; }

.button, .button:focus, .button:active, .swal2-container .swal2-confirm.button, .swal2-container .swal2-modal .swal2-cancel {
  background-color: #000;
  color: #fff;
  line-height: normal;
  border-color: #000;
  border-radius: 20px;
  outline: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease; }
  .button:hover, .button:focus:hover, .button:active:hover, .swal2-container .swal2-confirm.button:hover, .swal2-container .swal2-modal .swal2-cancel:hover {
    background-color: #6E9665;
    border-color: #6E9665;
    color: #fff; }

.button:hover, .swal2-container .swal2-confirm.button:hover, .swal2-container .swal2-modal .swal2-cancel:hover {
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease; }

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
  background: url(../img/Repeat_body.png) repeat;
  background-size: cover; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'GrecoDeco';
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
  text-transform: capitalize; }

.body {
  background-color: #fff;
  float: left;
  width: 100%;
  min-height: 650px;
  margin: 0; }

.header {
  float: left;
  width: 100%;
  border: 0;
  position: fixed;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  background-color: transparent; }

.whole_sale {
  float: left;
  width: 198px;
  height: 198px;
  border-radius: 50%;
  background-color: #708794;
  z-index: 9;
  position: fixed;
  top: -90px;
  left: 35px;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease; }
  .whole_sale h2 {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    font-family: "GrecoDeco";
    letter-spacing: 1.1px;
    color: #000000;
    text-transform: capitalize;
    margin: 99px 0 7px 0;
    font-weight: 500; }
  .whole_sale span {
    margin: 0;
    font-size: 30px;
    line-height: 30px; }
  .whole_sale p {
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1.1px;
    color: #DDDDDD;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0;
    text-align: center; }
    .whole_sale p:after {
      content: "";
      background: url(../img/wholesale_arrow.svg) no-repeat;
      width: 20px;
      height: 20px;
      display: block;
      margin: 6px auto 0; }
  .whole_sale:hover {
    background-color: #6E9665; }

.whole_sale p a {
  color: #DDDDDD; }
  .whole_sale p a:hover {
    color: #DDDDDD; }

.header_top {
  float: left;
  width: 100%;
  padding: 0 37px 0 35px;
  background-color: rgba(0, 0, 0, 0.8);
  height: 70px; }

.top_left {
  float: left;
  width: auto;
  padding: 0 0 0 261px; }
  .top_left p {
    margin: 0;
    line-height: 70px;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #6E9665;
    display: inline-block;
    font-weight: 800;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
    .top_left p span {
      display: inline-block; }
      .top_left p span:after {
        content: "";
        width: 1px;
        height: 12px;
        background-color: #6E9665;
        display: inline-block;
        margin: 0 6px 0 10px; }
      .top_left p span:last-child:after {
        display: none; }

.top_right {
  float: right;
  width: auto; }
  .top_right p {
    display: inline-block;
    float: left;
    margin: 0 20px 0 0; }
    .top_right p .que_link {
      font-size: 14px;
      line-height: 70px;
      letter-spacing: 1.4px;
      color: #6E9665;
      text-transform: uppercase;
      background: url(../img/message.svg) left center no-repeat;
      font-weight: 800;
      padding: 0 0px 0 34px;
      background-position: 0 50%;
      display: block;
      transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      -moz-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      -o-transition: all 0.7s ease; }
      .top_right p .que_link:hover {
        color: #fff; }

.search_box {
  float: left;
  max-width: 240px;
  margin: 15px 0;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease; }
  .search_box .form {
    margin: 0; }
    .search_box .form .form-field {
      margin: 0;
      position: relative; }
      .search_box .form .form-field .form-input {
        width: 100%;
        padding: 0 50px 0 13px;
        border-radius: 6px;
        opacity: 0.8;
        height: 42px;
        font-family: "GrecoDeco";
        font-size: 16px;
        line-height: 19px;
        color: #5A4A42;
        letter-spacing: 0.8px; }
      .search_box .form .form-field .search_btn {
        border: 0;
        position: absolute;
        top: 0;
        right: -1px;
        padding: 0;
        width: 50px;
        height: 42px;
        background: url(../img/search.svg) center no-repeat;
        border-radius: 0;
        border: 0; }

.navUser-section {
  float: right;
  width: auto;
  margin: 0 0 0 18px;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease; }
  .navUser-section > .navUser-item {
    display: inline-block;
    padding: 0 2px; }
    .navUser-section > .navUser-item > .navUser-action {
      font-size: 0; }
    .navUser-section > .navUser-item.HP_account > a {
      background: url(../img/account.svg) center no-repeat;
      width: 35px;
      height: 70px;
      background-size: auto;
      background-position: 50% 21px; }
    .navUser-section > .navUser-item.navUser-item--cart > a {
      background: url(../img/cart.svg) center no-repeat;
      width: 35px;
      height: 70px;
      background-size: 33px;
      padding: 0;
      background-position: 50% 22px; }
      .navUser-section > .navUser-item.navUser-item--cart > a .countPill {
        background-color: #6E9665;
        font-size: 14px;
        font-weight: 800;
        height: 18px;
        line-height: 18px;
        margin-left: 0;
        width: 18px;
        position: absolute;
        display: inline;
        top: 16px;
        right: 9px; }
      .navUser-section > .navUser-item.navUser-item--cart > a .navUser-item-cartLabel {
        display: none; }

.logo {
  float: left;
  width: 417px;
  position: absolute;
  top: 132px;
  left: 100px;
  z-index: 1; }
  .logo .header-logo {
    margin: 0; }
    .logo .header-logo > a {
      width: auto; }
      .logo .header-logo > a .header-logo-image-container:after {
        padding: 0; }
      .logo .header-logo > a .header-logo-image-container .header-logo-image {
        position: static;
        height: 200px;
        width: 100%; }
      .logo .header-logo > a .header-logo-image-container .sticky_logo {
        height: 88px;
        display: none;
        width: 100%;
        width: 147px; }

.hdr_bottom {
  float: left;
  width: 100%;
  background-color: rgba(90, 74, 66, 0.9);
  padding: 0 10px;
  height: 74px;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  position: relative; }

.navPages-container {
  float: left;
  width: auto;
  text-align: center;
  margin: auto;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  position: absolute;
  top: 0;
  left: 287px;
  z-index: 1;
  right: auto; }
  .navPages-container .navPages > ul {
    margin: 0 -20px; }
    .navPages-container .navPages > ul > li > a {
      text-align: left;
      font-size: 18px;
      line-height: 22px;
      font-family: "GrecoDeco";
      letter-spacing: 0.9px;
      color: #FFFFFF;
      padding: 18px 20px 19px;
      font-weight: 500; }
      .navPages-container .navPages > ul > li > a .Shop_lable {
        display: block;
        line-height: normal;
        color: #6E9665;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 1.2px;
        font-family: "Montserrat", sans-serif;
        font-weight: 800; }
      .navPages-container .navPages > ul > li > a:hover {
        color: #000;
        text-shadow: 0px 0px 4px #FFF; }
        .navPages-container .navPages > ul > li > a:hover .Shop_lable {
          text-shadow: none; }

.bottom_mn {
  float: right;
  width: 271px;
  padding: 12px 0 13px;
  height: 74px;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  position: relative;
  z-index: 9; }
  .bottom_mn .bottom_left {
    width: 182px;
    height: 50px;
    float: left;
    text-align: center;
    background-color: #000; }
    .bottom_mn .bottom_left p {
      margin: 11px 0  0 0;
      text-align: center;
      font-size: 20px;
      line-height: 16px;
      font-family: "GrecoDeco";
      letter-spacing: 1px;
      color: #6E9665; }
    .bottom_mn .bottom_left span {
      font-size: 9px;
      line-height: 11px;
      font-weight: 800;
      font-family: "Montserrat", sans-serif;
      letter-spacing: 0.9px;
      color: #918982;
      text-transform: uppercase;
      display: block;
      margin: 2px 0 0 0; }

.bottom_right {
  width: 89px;
  float: right;
  height: 50px;
  border-left: 1px solid #5A4A42;
  margin: 0; }
  .bottom_right .navUser-item {
    height: 25px;
    border-bottom: 1px solid #5A4A42;
    background-color: #000;
    width: 100%; }
    .bottom_right .navUser-item > a {
      display: block;
      text-align: center;
      font-size: 9px;
      line-height: 24px;
      padding: 0;
      font-weight: 800;
      font-family: "Montserrat", sans-serif;
      letter-spacing: 0.9px;
      color: #FFFFFF;
      text-transform: uppercase; }
      .bottom_right .navUser-item > a:hover {
        color: #6E9665; }
    .bottom_right .navUser-item:last-child {
      border: 0; }

.welcome_text {
  width: 100%;
  clear: both;
  background-color: #708794;
  text-align: center;
  margin: auto;
  max-width: 407px;
  height: 38px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px; }
  .welcome_text p {
    margin: auto;
    text-align: center;
    font-size: 14px;
    line-height: 38px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    letter-spacing: 1.4px;
    color: #FFFFFF;
    text-transform: uppercase; }

.heroCarousel.slick-initialized {
  padding: 0;
  margin: 0;
  max-height: 100%; }
  .heroCarousel.slick-initialized .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 100%;
    height: auto !important; }
  .heroCarousel.slick-initialized .heroCarousel-slide .heroCarousel-image {
    max-height: 100%;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease; }

.heroCarousel .slick-next {
  right: 28px; }

.heroCarousel .slick-prev {
  left: 11px; }

.heroCarousel .slick-dots li {
  background-color: transparent; }

.heroCarousel .slick-dots {
  bottom: 53px;
  z-index: 9; }

.slick-next::before, .slick-next:hover::before {
  background: url(../img/right_hero.svg) center no-repeat;
  width: 36px;
  height: 45px; }

.slick-prev::before, .slick-prev:hover::before {
  background: url(../img/left_hero.svg) center no-repeat;
  width: 36px;
  height: 45px; }

.slick-next, .slick-prev, .slick-next:hover, .slick-next:focus, .slick-prev:hover, .slick-prev:focus {
  background-color: transparent;
  border: 0;
  height: 45px;
  margin-top: 0;
  padding: 0;
  width: 36px;
  top: 35%;
  transform: translateY(-35%);
  -webkit-transform: translateY(-35%);
  -moz-transform: translateY(-35%);
  -ms-transform: translateY(-35%); }

.heroCarousel .slick-next, .heroCarousel .slick-prev, .heroCarousel .slick-next:hover, .heroCarousel .slick-next:focus, .heroCarousel .slick-prev:hover, .heroCarousel .slick-prev:focus {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.slick-dots li.active button {
  border: 1px solid #6E9665; }

.slick-dots li {
  padding: 0;
  margin: 0 3px; }

.slick-dots li button {
  border: 1px solid #fff; }

.slick-dots li button, .slick-dots li button::before, .slick-dots li {
  width: 11px;
  height: 11px; }

.slick-dots li button::before {
  left: -1px;
  top: -1px; }

.slick-dots li.slick-active button::before, .slick-dots li button:hover::before {
  background-color: #fff; }

.heroCarousel-image {
  display: block;
  transition: all .7s ease;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease; }

.heroCarousel-image-wrapper .image1_hover, .heroCarousel-image-wrapper:hover .heroCarousel-image {
  display: none;
  opacity: 0;
  transition: all .7s ease;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease; }

.heroCarousel-image-wrapper:hover .image1_hover {
  opacity: 1;
  transition: all .7s ease;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  display: block; }

.footer {
  float: left;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0;
  border: 0;
  margin: 0;
  background-size: cover;
  position: relative;
  z-index: 9; }

.footer-info-col.newsletter {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 36px 0; }
  .footer-info-col.newsletter h5 {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    font-family: "GrecoDeco";
    letter-spacing: 1.8px;
    color: #918982;
    margin: 36px 0 10px 0;
    font-weight: 500; }
    .footer-info-col.newsletter h5 span:after {
      content: "";
      display: inline-block;
      background: url(../img/Newslatter_bg.svg) no-repeat;
      width: 97px;
      height: 83px;
      vertical-align: middle;
      margin: 0 -6px 0 0;
      background-position: 0 -22px; }
  .footer-info-col.newsletter p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.4px;
    color: #816C5B;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin: 0 0 14px 0; }
  .footer-info-col.newsletter .form {
    margin: 0 auto; }
    .footer-info-col.newsletter .form .form-field {
      margin: 0 auto; }
      .footer-info-col.newsletter .form .form-field .form-prefixPostfix.wrap {
        max-width: 264px;
        margin: 0 auto; }
        .footer-info-col.newsletter .form .form-field .form-prefixPostfix.wrap .form-input {
          max-width: 247px;
          border-radius: 10px;
          border: 2px solid #555555;
          background-color: #333333;
          font-size: 14px;
          line-height: 44px;
          letter-spacing: 1.4px;
          color: #555555;
          font-weight: 800;
          text-transform: uppercase;
          text-align: center;
          height: 44px;
          padding: 0; }
        .footer-info-col.newsletter .form .form-field .form-prefixPostfix.wrap .button.HP_Btn {
          background: url(../img/HP_Btn.svg) center no-repeat;
          color: #fff;
          font-size: 20px;
          line-height: 24px;
          font-weight: 800;
          letter-spacing: 2px;
          font-family: "Montserrat", sans-serif;
          text-transform: uppercase;
          width: 253px;
          transition: all .7s ease;
          -webkit-transition: all .7s ease;
          -moz-transition: all .7s ease;
          -ms-transition: all .7s ease;
          -o-transition: all .7s ease;
          padding: 0;
          border: 0;
          margin: auto;
          width: 264px;
          height: 123px; }
          .footer-info-col.newsletter .form .form-field .form-prefixPostfix.wrap .button.HP_Btn:hover {
            background: url(../img/HP_btn_hover.svg) center no-repeat;
            transition: all .7s ease;
            -webkit-transition: all .7s ease;
            -moz-transition: all .7s ease;
            -ms-transition: all .7s ease;
            -o-transition: all .7s ease; }
      .footer-info-col.newsletter .form .form-field .footer-newsletter-summary {
        font-size: 10px;
        line-height: 20px;
        letter-spacing: 1px;
        color: #816C5B;
        text-transform: uppercase;
        font-weight: 800;
        text-align: center;
        margin: 6px 0 0 0;
        float: left;
        width: 100%; }

.FT_bottom {
  max-width: 920px;
  margin: auto;
  clear: both; }
  .FT_bottom h5 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.4px;
    color: #816C5B;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 21px 0;
    font-family: "Montserrat", sans-serif; }
  .FT_bottom ul {
    text-align: left; }
    .FT_bottom ul li {
      padding: 0 0 3px 0; }
      .FT_bottom ul li a {
        font-size: 12px;
        letter-spacing: 1.2px;
        line-height: normal;
        color: #816C5B;
        text-transform: uppercase;
        font-weight: 500; }
        .FT_bottom ul li a:hover {
          color: #fff; }

.footer-info-col--small {
  width: 224px;
  float: left;
  text-align: left;
  margin-bottom: 45px; }
  .footer-info-col--small:last-child {
    width: 250px;
    position: relative; }

.footer-info-col--small:last-child .socialLinks.socialLinks--alt {
  position: absolute;
  top: -17px;
  right: 11px; }
  .footer-info-col--small:last-child .socialLinks.socialLinks--alt .socialLinks-item {
    margin: 0 4px 0 0; }
    .footer-info-col--small:last-child .socialLinks.socialLinks--alt .socialLinks-item .icon {
      height: 24px;
      width: 24px; }
      .footer-info-col--small:last-child .socialLinks.socialLinks--alt .socialLinks-item .icon:hover svg .a {
        fill: #fff !important; }

.footer-info-col--small:last-child .FT_link {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1.2px;
  color: #816C5B;
  text-transform: uppercase;
  font-weight: 500; }
  .footer-info-col--small:last-child .FT_link:hover {
    color: #fff; }
  .footer-info-col--small:last-child .FT_link.que_link {
    background: url(../img/FT_message.svg) left center no-repeat;
    padding: 1px 0 1px 35px;
    font-weight: 800; }

.footer-info-col--small:last-child p {
  margin: 20px 0 25px 0; }

.footer-info-col--small:last-child address {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1.2px;
  color: #816C5B;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  max-width: 190px; }

.payment_icons {
  float: left;
  width: 100%; }
  .payment_icons .footer-payment-icons {
    margin: 0; }
    .payment_icons .footer-payment-icons ul {
      margin: 0 -2px;
      text-align: center; }
      .payment_icons .footer-payment-icons ul li {
        display: inline-block;
        padding: 0 2px;
        list-style-type: none; }
        .payment_icons .footer-payment-icons ul li svg {
          fill: #5b4a42; }
          .payment_icons .footer-payment-icons ul li svg .a {
            fill: #5b4a42; }

.footer-copyright {
  float: left;
  width: 100%;
  text-align: center; }
  .footer-copyright .powered-by {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #816C5B;
    text-transform: uppercase;
    font-weight: 800;
    margin: 7px 0 30px 0; }
    .footer-copyright .powered-by .FT_store_name:after {
      content: ".";
      display: inline-block;
      font-size: 15px;
      color: #816C5B;
      font-weight: 800;
      margin: -9px 2px 0 6px;
      line-height: 13px;
      vertical-align: middle; }
    .footer-copyright .powered-by .FT_store_name:before {
      content: ".";
      display: inline-block;
      font-size: 15px;
      color: #816C5B;
      font-weight: 800;
      margin: -9px 5px 0 2px;
      line-height: 13px;
      vertical-align: middle; }
    .footer-copyright .powered-by a {
      color: #816C5B; }
      .footer-copyright .powered-by a:hover {
        color: #fff; }

.gallery {
  float: left;
  width: 100%;
  background-color: rgba(112, 135, 148, 0.85);
  padding: 40px 0px 0;
  margin: 0;
  position: relative; }
  .gallery .container {
    max-width: 1230px; }
    .gallery .container ul {
      margin: 0 -8px; }
      .gallery .container ul li {
        float: left;
        width: 33.33%;
        list-style-type: none;
        padding: 0 8px; }
        .gallery .container ul li .gallery_inner {
          position: relative;
          padding: 9px;
          transition: all 1s ease; }
          .gallery .container ul li .gallery_inner:before {
            content: "";
            background: url(../img/gallery_border.svg) no-repeat;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: 100% 100%; }
          .gallery .container ul li .gallery_inner:hover:before {
            background: url(../img/gallery_border_hover.svg) no-repeat;
            background-size: 100% 100%;
            transition: all 1s ease; }
          .gallery .container ul li .gallery_inner .shop_img {
            display: block;
            width: 100%; }
            .gallery .container ul li .gallery_inner .shop_img img {
              width: 100%; }
          .gallery .container ul li .gallery_inner .gallery_link {
            position: absolute;
            left: 0;
            right: 0;
            text-align: center;
            margin: auto;
            width: 100%;
            height: 100%;
            font-size: 0;
            top: 0; }
          .gallery .container ul li .gallery_inner .gallery_text {
            left: 0;
            right: 0;
            text-align: center;
            margin: auto;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            text-align: center;
            margin: 0 auto; }
            .gallery .container ul li .gallery_inner .gallery_text span {
              font-size: 12px;
              line-height: 15px;
              letter-spacing: 1.2px;
              color: #FFF;
              text-transform: uppercase;
              font-weight: 800;
              display: block; }
            .gallery .container ul li .gallery_inner .gallery_text h2 {
              font-size: 60px;
              line-height: 45px;
              letter-spacing: 3px;
              color: #FFF;
              text-shadow: 0px 0px 4px #000;
              font-family: "GrecoDeco";
              margin: 0;
              text-transform: capitalize;
              font-weight: 500; }
            .gallery .container ul li .gallery_inner .gallery_text p {
              margin: 16px 0 0 0;
              font-size: 16px;
              line-height: 19px;
              letter-spacing: 1.6px;
              color: #FFF;
              text-shadow: 0px 0px 4px #000;
              text-transform: uppercase;
              font-weight: 800; }
    .gallery .container .hp_button {
      float: left;
      width: 100%;
      display: block;
      text-align: center; }
      .gallery .container .hp_button .HP_Btn {
        background: url(../img/HP_Btn.svg) center no-repeat;
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        font-weight: 800;
        letter-spacing: 2px;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        width: 253px;
        transition: all .7s ease;
        -webkit-transition: all .7s ease;
        -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
        -o-transition: all .7s ease;
        display: block;
        text-align: center;
        line-height: 123px;
        margin: 12px auto 11px; }
        .gallery .container .hp_button .HP_Btn:hover {
          background: url(../img/HP_btn_hover.svg) center no-repeat;
          transition: all .7s ease;
          -webkit-transition: all .7s ease;
          -moz-transition: all .7s ease;
          -ms-transition: all .7s ease;
          -o-transition: all .7s ease; }

.featured_plant {
  float: left;
  width: 100%;
  background-color: rgba(90, 74, 66, 0.9);
  margin: 0;
  padding: 50px 0 0px 0;
  position: relative; }
  .featured_plant .page-heading {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1.8px;
    color: #FFFFFF;
    font-family: "GrecoDeco";
    text-shadow: 0px 0px 2px #000;
    font-weight: 500;
    margin: 0 0 29px 0; }

.featured_plant > .container {
  max-width: 1300px; }

.productGrid {
  margin: 0 -10px; }
  .productGrid .product {
    text-align: center;
    padding: 0 10px;
    float: left;
    width: 33.33%; }
    .productGrid .product .card {
      margin-bottom: 33px; }
      .productGrid .product .card .card-figure {
        background-color: transparent;
        overflow: hidden; }
        .productGrid .product .card .card-figure > a {
          display: block;
          margin: 0 auto;
          width: 100%;
          height: 334px;
          display: flex;
          align-items: center; }
          .productGrid .product .card .card-figure > a .card-img-container {
            display: block;
            width: 100%;
            max-width: 100%;
            margin: auto; }
            .productGrid .product .card .card-figure > a .card-img-container .card-image {
              position: static;
              width: 100%;
              max-height: 334px;
              display: block;
              margin: auto;
              transition: all 0.7s ease;
              -webkit-transition: all 0.7s ease;
              -moz-transition: all 0.7s ease;
              -ms-transition: all 0.7s ease;
              -o-transition: all 0.7s ease; }
            .productGrid .product .card .card-figure > a .card-img-container:after {
              padding: 0; }
      .productGrid .product .card .card-body {
        text-align: center;
        padding: 10px 0 0 0; }
        .productGrid .product .card .card-body .card-text.Brand {
          display: block;
          font-size: 14px;
          letter-spacing: 1.4px;
          line-height: 28px;
          color: #000;
          font-family: "Montserrat", sans-serif;
          font-weight: 800;
          text-transform: uppercase;
          margin: 5px 0 2px 0; }
        .productGrid .product .card .card-body .card-title {
          margin: 0;
          height: 50px;
          overflow: hidden;
          padding: 0 15px;
          font-family: "Montserrat", sans-serif;
          line-height: normal;
          text-transform: inherit; }
          .productGrid .product .card .card-body .card-title a {
            font-size: 20px;
            letter-spacing: 0;
            line-height: normal;
            color: #000;
            font-family: "Montserrat", sans-serif;
            font-weight: 800;
            text-align: center; }
            .productGrid .product .card .card-body .card-title a:hover {
              color: #6E9665; }
        .productGrid .product .card .card-body .card-text.review_star {
          margin: 0; }
          .productGrid .product .card .card-body .card-text.review_star .icon {
            width: 17px;
            height: 17px; }
            .productGrid .product .card .card-body .card-text.review_star .icon.icon--ratingEmpty {
              background: url(../img/empty_star.svg) no-repeat; }
              .productGrid .product .card .card-body .card-text.review_star .icon.icon--ratingEmpty svg {
                display: none; }
            .productGrid .product .card .card-body .card-text.review_star .icon.icon--ratingFull {
              background: url(../img/Fullstar.svg) no-repeat; }
              .productGrid .product .card .card-body .card-text.review_star .icon.icon--ratingFull svg {
                display: none; }
        .productGrid .product .card .card-body .card-text.Price_MN {
          border: 1px solid #000;
          width: 237px;
          height: 33px;
          margin: 9px auto 0;
          text-transform: uppercase;
          background-color: transparent; }
          .productGrid .product .card .card-body .card-text.Price_MN:hover {
            background-color: rgba(255, 255, 255, 0.2); }
          .productGrid .product .card .card-body .card-text.Price_MN .start_price {
            color: #000;
            font-weight: 800; }
          .productGrid .product .card .card-body .card-text.Price_MN .price-section {
            font-size: 14px;
            letter-spacing: 1.4px;
            line-height: 33px;
            color: #000;
            font-family: "Montserrat", sans-serif;
            font-weight: 800;
            text-align: center;
            display: inline-block;
            text-transform: uppercase; }

.productCarousel {
  margin: 0 -10px; }
  .productCarousel .productCarousel-slide {
    text-align: center;
    padding: 0 10px;
    float: left;
    width: 33.33%; }
    .productCarousel .productCarousel-slide .card {
      margin-bottom: 37px; }
      .productCarousel .productCarousel-slide .card .card-figure {
        background-color: transparent;
        overflow: hidden; }
        .productCarousel .productCarousel-slide .card .card-figure > a {
          display: block;
          margin: 0 auto;
          width: 100%;
          height: 334px;
          display: flex;
          align-items: center; }
          .productCarousel .productCarousel-slide .card .card-figure > a .card-img-container {
            display: block;
            width: 100%;
            max-width: 100%;
            margin: auto; }
            .productCarousel .productCarousel-slide .card .card-figure > a .card-img-container .card-image {
              position: static;
              width: 100%;
              max-height: 334px;
              display: block;
              margin: auto;
              transition: all 0.7s ease;
              -webkit-transition: all 0.7s ease;
              -moz-transition: all 0.7s ease;
              -ms-transition: all 0.7s ease;
              -o-transition: all 0.7s ease; }
            .productCarousel .productCarousel-slide .card .card-figure > a .card-img-container:after {
              padding: 0; }
      .productCarousel .productCarousel-slide .card .card-body {
        text-align: center;
        padding: 7px 0 0 0; }
        .productCarousel .productCarousel-slide .card .card-body .card-text.Brand {
          display: block;
          font-size: 14px;
          letter-spacing: 1.4px;
          line-height: 28px;
          color: #000;
          font-family: "Montserrat", sans-serif;
          font-weight: 800;
          text-transform: uppercase;
          margin: 0 0 3px 0; }
        .productCarousel .productCarousel-slide .card .card-body .card-title {
          margin: 0;
          height: 45px;
          overflow: hidden;
          padding: 0 15px;
          font-family: "Montserrat", sans-serif;
          line-height: normal;
          text-transform: inherit; }
          .productCarousel .productCarousel-slide .card .card-body .card-title a {
            font-size: 20px;
            letter-spacing: 0;
            line-height: normal;
            color: #000;
            font-family: "Montserrat", sans-serif;
            font-weight: 800;
            text-align: center; }
            .productCarousel .productCarousel-slide .card .card-body .card-title a:hover {
              color: #6E9665; }
        .productCarousel .productCarousel-slide .card .card-body .card-text.review_star {
          margin: 0; }
          .productCarousel .productCarousel-slide .card .card-body .card-text.review_star .icon {
            width: 17px;
            height: 17px; }
            .productCarousel .productCarousel-slide .card .card-body .card-text.review_star .icon.icon--ratingEmpty {
              background: url(../img/empty_star.svg) no-repeat; }
              .productCarousel .productCarousel-slide .card .card-body .card-text.review_star .icon.icon--ratingEmpty svg {
                display: none; }
            .productCarousel .productCarousel-slide .card .card-body .card-text.review_star .icon.icon--ratingFull {
              background: url(../img/Fullstar.svg) no-repeat; }
              .productCarousel .productCarousel-slide .card .card-body .card-text.review_star .icon.icon--ratingFull svg {
                display: none; }
        .productCarousel .productCarousel-slide .card .card-body .card-text.Price_MN {
          border: 1px solid #000;
          width: 100%;
          height: 33px;
          margin: 9px auto 0;
          text-transform: uppercase;
          background-color: transparent; }
          .productCarousel .productCarousel-slide .card .card-body .card-text.Price_MN:hover {
            background-color: rgba(255, 255, 255, 0.2); }
          .productCarousel .productCarousel-slide .card .card-body .card-text.Price_MN .start_price {
            color: #000;
            font-weight: 800; }
          .productCarousel .productCarousel-slide .card .card-body .card-text.Price_MN .price-section {
            font-size: 14px;
            letter-spacing: 1.4px;
            line-height: 33px;
            color: #000;
            font-family: "Montserrat", sans-serif;
            font-weight: 800;
            text-align: center;
            display: inline-block;
            text-transform: uppercase; }

.exclusive_collection {
  float: left;
  width: 100%;
  background-color: rgba(110, 150, 101, 0.85);
  padding: 22px 0 0 0;
  margin: 0;
  background-size: cover;
  position: relative; }
  .exclusive_collection .container {
    max-width: 1170px; }
    .exclusive_collection .container .slick-next {
      right: -48px; }
    .exclusive_collection .container .slick-prev {
      left: -68px; }
    .exclusive_collection .container .slick-prev, .exclusive_collection .container .slick-next {
      top: 33%;
      transform: translateY(-33%);
      -webkit-transform: translateY(-33%);
      -ms-transform: translateY(-33%);
      -moz-transform: translateY(-33%); }
    .exclusive_collection .container h2 {
      font-size: 36px;
      line-height: 36px;
      letter-spacing: 1.8px;
      color: #FFFFFF;
      font-family: "GrecoDeco";
      text-shadow: 0px 0px 2px #000;
      margin: 0 0 27px 0;
      font-weight: 500; }
    .exclusive_collection .container .productGrid .product .card {
      margin-bottom: 10px; }

.exclusive_collection > .container {
  max-width: 1300px; }

.exclusive_collection .container .slick-prev, .featured_plant .slick-prev {
  left: -8px; }

.exclusive_collection .container .slick-next, .featured_plant .slick-next {
  right: -8px; }

.usda_zone {
  float: left;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  background-size: cover;
  margin: 0;
  padding: 16px 0 13px 0;
  position: relative;
  z-index: 9; }
  .usda_zone .zone_left {
    display: inline-block;
    width: 40%;
    margin: 0 -2px;
    vertical-align: middle; }
    .usda_zone .zone_left h2 {
      text-align: center;
      font-size: 33px;
      line-height: 36px;
      letter-spacing: 1.8px;
      color: #FFFFFF;
      text-shadow: 0px 0px 2px #000;
      font-family: "GrecoDeco";
      margin: 0 0 22px 0;
      text-transform: capitalize;
      font-weight: 500; }
    .usda_zone .zone_left p {
      font-size: 14px;
      line-height: 28px;
      letter-spacing: 1.4px;
      color: #918982;
      text-transform: uppercase;
      font-weight: 800;
      text-align: center;
      max-width: 480px;
      margin: 0 0 10px 0; }
    .usda_zone .zone_left .hp_button {
      float: left;
      width: 100%;
      display: block;
      text-align: center; }
      .usda_zone .zone_left .hp_button .HP_Btn {
        background: url(../img/HP_Btn.svg) center no-repeat;
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        font-weight: 800;
        letter-spacing: 2px;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        width: 253px;
        transition: all .7s ease;
        -webkit-transition: all .7s ease;
        -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
        -o-transition: all .7s ease;
        display: block;
        text-align: center;
        margin: auto;
        height: 117px;
        padding: 30px 0 0;
        width: 263px; }
        .usda_zone .zone_left .hp_button .HP_Btn:hover {
          background: url(../img/HP_btn_hover.svg) center no-repeat;
          transition: all .7s ease;
          -webkit-transition: all .7s ease;
          -moz-transition: all .7s ease;
          -ms-transition: all .7s ease;
          -o-transition: all .7s ease; }
  .usda_zone .zone_right {
    display: inline-block;
    width: 60%;
    margin: 0 -2px;
    text-align: right; }

.why_western {
  float: left;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.7);
  padding: 12px 26px 0px 20px;
  margin: 0;
  background-size: cover;
  position: relative;
  z-index: 9; }
  .why_western .container {
    max-width: none;
    padding: 0; }
    .why_western .container .why_left {
      float: left;
      width: 40%;
      margin: 15px 0 0 0; }
      .why_western .container .why_left h2 {
        font-size: 36px;
        line-height: 36px;
        letter-spacing: 1.8px;
        color: #FFFFFF;
        text-shadow: 0px 0px 2px #000;
        font-family: "GrecoDeco";
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
        margin: 34px 0 0 0; }
    .why_western .container .why_right {
      float: right;
      width: 60%;
      text-align: center;
      padding: 0 0 0 44px; }
      .why_western .container .why_right ul {
        margin: 0 -17px; }
        .why_western .container .why_right ul li {
          display: inline-block;
          padding: 0 17px; }
          .why_western .container .why_right ul li p {
            font-size: 16px;
            line-height: 19px;
            letter-spacing: 1.6px;
            color: #FFFFFF;
            text-shadow: 0px 0px 4px #000;
            text-transform: uppercase;
            font-weight: 800;
            margin: 14px 0 35px 0; }
          .why_western .container .why_right ul li span {
            width: 129px;
            height: 126px;
            display: block;
            text-align: center;
            margin: auto; }

.rooted_sec {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
  background-color: rgba(129, 108, 91, 0.8); }
  .rooted_sec .rooted_left {
    width: 58%;
    display: inline-block;
    margin: 0; }
    .rooted_sec .rooted_left img {
      width: 100%; }
  .rooted_sec .rooted_right {
    display: inline-block;
    width: 42%;
    vertical-align: middle;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
    .rooted_sec .rooted_right .rooted_inner {
      margin: auto; }
      .rooted_sec .rooted_right .rooted_inner h2 {
        font-size: 36px;
        line-height: 36px;
        letter-spacing: 1.8px;
        color: #FFFFFF;
        text-shadow: 0px 0px 2px #000;
        font-family: "GrecoDeco";
        text-align: center;
        margin: 0 0 18px 0;
        font-weight: 500; }
      .rooted_sec .rooted_right .rooted_inner p {
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 1.4px;
        color: #000000;
        text-transform: uppercase;
        font-weight: 800;
        max-width: 480px;
        text-align: center;
        margin: 0 auto 23px; }
      .rooted_sec .rooted_right .rooted_inner .hp_button {
        float: left;
        width: 100%;
        display: block;
        text-align: center; }
        .rooted_sec .rooted_right .rooted_inner .hp_button .HP_Btn {
          background: url(../img/HP_Btn.svg) center no-repeat;
          color: #fff;
          font-size: 20px;
          line-height: 24px;
          font-weight: 800;
          letter-spacing: 2px;
          font-family: "Montserrat", sans-serif;
          text-transform: uppercase;
          width: 253px;
          transition: all .7s ease;
          -webkit-transition: all .7s ease;
          -moz-transition: all .7s ease;
          -ms-transition: all .7s ease;
          -o-transition: all .7s ease;
          display: block;
          text-align: center;
          margin: 0 auto;
          height: 117px;
          line-height: 22px;
          padding: 37px 0 0; }
          .rooted_sec .rooted_right .rooted_inner .hp_button .HP_Btn:hover {
            background: url(../img/HP_btn_hover.svg) center no-repeat;
            transition: all .7s ease;
            -webkit-transition: all .7s ease;
            -moz-transition: all .7s ease;
            -ms-transition: all .7s ease;
            -o-transition: all .7s ease; }

.cart-item-value.price--discounted {
  margin: 0 15px 0 0; }

/***** SP *****/
.navUser-item--cart .dropdown-menu.is-open {
  right: 5px !important;
  top: 62px !important;
  width: 320px;
  background-color: #fff;
  border: 1px solid #cecece; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartItem-content {
    padding-left: 10px;
    text-align: left; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartItem-content .previewCartItem-name {
      height: 38px;
      overflow: hidden; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartItem-content .previewCartItem-brand {
      display: none; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartItem-content .previewCartItem-price {
      font-size: 15px;
      font-weight: 400;
      color: #000; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartAction {
    padding: 17px 0 20px; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartAction a {
      color: #fff;
      font-size: 11px;
      padding: 10px 5px; }
      .navUser-item--cart .dropdown-menu.is-open .previewCartAction a:hover {
        color: #fff; }

.quickSearchResults {
  position: absolute;
  right: 0;
  top: 100%;
  width: auto;
  background: #fff;
  z-index: 99; }
  .quickSearchResults .modal-close {
    color: #708794;
    top: 1px;
    right: 1px;
    background: #fff;
    display: block; }
    .quickSearchResults .modal-close:hover {
      color: #6E9665; }
  .quickSearchResults .productGrid {
    width: 238px;
    background-color: #fff;
    display: block;
    max-height: 428px;
    overflow-y: auto;
    min-width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #bebdbd;
    border-top: 0; }
    .quickSearchResults .productGrid .product {
      width: 100%;
      padding: 0 0 10px;
      margin: 0 0 10px;
      display: block;
      border-bottom: 1px solid #dedddb; }
      .quickSearchResults .productGrid .product:first-child {
        border-top: 1px solid #dedddb; }
      .quickSearchResults .productGrid .product .card {
        border: 0;
        margin: 0;
        padding: 0;
        background-color: #fff; }
        .quickSearchResults .productGrid .product .card .card-figure {
          width: 30%;
          height: auto;
          float: left;
          padding: 0 0 0 15px;
          margin: 10px 0; }
          .quickSearchResults .productGrid .product .card .card-figure > a {
            position: static;
            border: 0;
            height: auto;
            float: left;
            width: 100%; }
            .quickSearchResults .productGrid .product .card .card-figure > a .card-image {
              min-height: auto;
              transition: none;
              -webkit-transition: none;
              -moz-transition: none;
              max-height: 100px;
              padding: 0; }
              .quickSearchResults .productGrid .product .card .card-figure > a .card-image:hover {
                box-shadow: none; }
          .quickSearchResults .productGrid .product .card .card-figure .card-figcaption {
            display: none; }
        .quickSearchResults .productGrid .product .card .card-body {
          width: 70%;
          float: left;
          padding: 5px 16px;
          text-align: left; }
          .quickSearchResults .productGrid .product .card .card-body .card-text.Brand {
            display: none; }
          .quickSearchResults .productGrid .product .card .card-body .card-title {
            text-align: left;
            line-height: normal;
            height: auto;
            max-height: none;
            margin: 0;
            padding: 0; }
            .quickSearchResults .productGrid .product .card .card-body .card-title a {
              color: #000;
              text-align: left;
              font-size: 12px;
              line-height: normal; }
              .quickSearchResults .productGrid .product .card .card-body .card-title a:hover {
                color: #6E9665; }
          .quickSearchResults .productGrid .product .card .card-body .card-text.Price_MN {
            width: 100%;
            border: 0;
            height: auto;
            margin: 0px auto 0; }
            .quickSearchResults .productGrid .product .card .card-body .card-text.Price_MN .start_price {
              display: none; }
          .quickSearchResults .productGrid .product .card .card-body .card-text.review_star {
            display: none; }
        .quickSearchResults .productGrid .product .card:hover .card-body {
          background-color: #fff; }

.blog_page .blog {
  float: left;
  width: 33.33%;
  padding: 0 25px;
  margin: 0 0 50px 0;
  border-top: 0;
  border-right: 0; }
  .blog_page .blog .blog-post-figure {
    width: 100%; }
    .blog_page .blog .blog-post-figure .blog-thumbnail {
      margin: 0 auto 20px; }
  .blog_page .blog .blog-post-body {
    width: 100%; }
    .blog_page .blog .blog-post-body .blog-title {
      font-size: 18px;
      margin: 0;
      text-transform: uppercase;
      height: 60px;
      overflow: hidden;
      text-align: left;
      font-family: "Montserrat", sans-serif;
      font-weight: 700; }
      .blog_page .blog .blog-post-body .blog-title a {
        color: #000; }
        .blog_page .blog .blog-post-body .blog-title a:hover {
          color: #6E9665; }
    .blog_page .blog .blog-post-body .blog-date {
      color: #000;
      text-align: left;
      margin: 0 0 6px 0; }
    .blog_page .blog .blog-post-body .blog-author {
      color: #000; }
    .blog_page .blog .blog-post-body .blog-post a {
      color: #000; }
      .blog_page .blog .blog-post-body .blog-post a:hover {
        color: #6E9665; }

.page.mn_brnd {
  margin: 0; }
  .page.mn_brnd .brand {
    float: left; }
    .page.mn_brnd .brand .card-figure {
      max-height: 100%;
      height: 150px;
      border: 1px solid #d3d3d3; }
      .page.mn_brnd .brand .card-figure a {
        width: 100%;
        display: block;
        margin: 0 auto; }
        .page.mn_brnd .brand .card-figure a .card-img-container {
          height: 120px;
          margin: auto;
          display: flex;
          width: 100%;
          max-width: 100%; }
          .page.mn_brnd .brand .card-figure a .card-img-container img {
            max-height: 120px;
            margin: auto;
            display: block;
            width: auto; }
          .page.mn_brnd .brand .card-figure a .card-img-container:after {
            padding-bottom: 0; }
    .page.mn_brnd .brand .card-body {
      padding: 0;
      margin: 0; }
      .page.mn_brnd .brand .card-body .card-title {
        text-align: center;
        font-family: "Montserrat", sans-serif; }
        .page.mn_brnd .brand .card-body .card-title a {
          letter-spacing: normal;
          height: auto;
          padding: 8px 5px;
          display: block;
          color: #fff;
          background: #708794;
          font-size: 18px;
          text-transform: uppercase;
          margin: 0;
          border: 2px solid #708794; }
          .page.mn_brnd .brand .card-body .card-title a:hover {
            background: #6E9665;
            border: 2px solid #6E9665; }

.error_page_404 {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #000;
  letter-spacing: 1px;
  margin: 20px 0 0 0; }
  .error_page_404 h1 {
    display: inline-block;
    text-align: center;
    width: 100%;
    color: #000;
    letter-spacing: 1px;
    margin-top: 20px; }
  .error_page_404 p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
    margin: 0; }

.login-form .form-actions {
  text-align: left; }

.login-form .forgot-password {
  line-height: 45px;
  font-weight: 600; }
  .login-form .forgot-password .form-label {
    color: #000; }

.form-prefixPostfix .form-input {
  width: 100%;
  display: block; }

.form-prefixPostfix .button {
  margin: 15px 0 0 0; }

.account-body {
  margin: 0 auto; }

.pace-progress {
  background: #000; }

.loadingOverlay:before {
  border-color: #fff #fff #000 #000; }

.account.account--fixed .form-select {
  padding-right: 22px; }

.form-row.form-row--half .form-select {
  padding-right: 10px; }

.form-row.form-row--half .form-label {
  color: #000; }

#modal-review-form .form-select {
  padding-right: 10px; }

.addressList .address {
  float: left; }
  .addressList .address .address-title {
    text-transform: capitalize; }
  .addressList .address .panel--newAddress:hover .address-symbol {
    color: #6E9665; }
  .addressList .address .panel--newAddress:hover .address-title {
    color: #6E9665; }

.form-increment .button svg {
  fill: #fff; }

.form-increment .button:hover svg {
  fill: #fff; }

.form-wishlist .button svg {
  fill: #fff; }

.form-wishlist .button:hover svg {
  fill: #fff; }

.form-wishlist #wishlist-dropdown.is-open .button {
  background-color: #708794;
  color: #fff;
  border-color: #708794;
  font-size: 12px;
  padding: 10px; }
  .form-wishlist #wishlist-dropdown.is-open .button:hover {
    background-color: #6E9665; }

.address-addNew {
  transform: translateX(-50%) translateY(-55%);
  -ms-transform: translateX(-50%) translateY(-55%);
  -webkit-transform: translateX(-50%) translateY(-55%);
  -moz-transform: translateX(-50%) translateY(-55%);
  -o-transform: translateX(-50%) translateY(-55%); }

.form-prefixPostfix {
  display: block; }

.cart-header tr .cart-header-item {
  text-transform: uppercase; }
  .cart-header tr .cart-header-item:first-child {
    text-align: left; }
  .cart-header tr .cart-header-item:nth-child(2) {
    text-align: left; }

.cart-list .cart-item-brand {
  color: #000; }

.cart-list .cart-item-name {
  font-family: "Montserrat", sans-serif; }

.cart-total .cart-total-label {
  color: #000; }
  .cart-total .cart-total-label .form-select {
    padding: 5px 7px; }

.cart-total .coupon-code-add {
  color: #000; }

.cart-total .coupon-code-cancel {
  color: #000;
  font-style: normal; }

.cart-total .shipping-estimate-hide {
  color: #000;
  font-style: normal; }

.cart-total .shipping-estimate-show {
  color: #000; }

.cart-total .estimator-form-label .form-label {
  color: #000; }

.coupon-form .button {
  height: 32px;
  line-height: 0; }

.cart-gift-certificate-form .button {
  height: 32px;
  line-height: 0; }

.account-orderStatus-label {
  background: #6E9665; }

.modal-content .GiftCertificate {
  width: 100%; }

.modal-content #GiftCertificateAmount {
  font-size: 25px; }

.modal-content .GiftCertificate h1 {
  font-size: 25px; }

.actionBar-section .form-select {
  color: #000;
  letter-spacing: 0.05em;
  font-size: 12px; }

.actionBar-section .form-label {
  color: #000; }

.gift-certificate-add, .gift-certificate-cancel {
  color: #000; }

.cart-item-image {
  max-height: 90px; }

.account-listItem .account-product-image {
  max-height: 70px; }

#giftcertificatecode {
  width: 100%;
  display: block; }

#gift-certificate-balance .form-prefixPostfix .button {
  margin: 15px 0 0; }

.form.wishlist-form .form-actions .button--primary {
  margin-bottom: 20px; }

.PayPalExpressCheckout {
  margin: 15px 0; }

.suggestiveCart {
  display: none !important; }

.form-input, .form-select {
  outline: none;
  box-shadow: none;
  color: #000; }

.coupon-code-add:hover, .coupon-code-cancel:hover, .shipping-estimate-show:hover, .shipping-estimate-hide:hover, .gift-certificate-add:hover, .gift-certificate-cancel:hover {
  color: #6E9665; }

.form-minMaxRow .form-field:last-child .button {
  height: 32px;
  line-height: 15px; }

#previewModal .productView-image img {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: auto;
  position: static; }

.wishlist_details .productGrid .product .card {
  margin: 0;
  padding: 0; }

.wishlist_details .productGrid .product .form {
  margin: 0;
  padding: 0; }
  .wishlist_details .productGrid .product .form .button {
    font-size: 13px;
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px 39px;
    height: auto;
    letter-spacing: 2px; }

#gift-certificate-form > .form-row.form-row--half + .form-row .form-fieldset.form-column > .form-field {
  padding-left: 0;
  padding-right: 0; }

#gift-certificate-form > .form-row.form-row--half + .form-row .form-fieldset.form-column > .form-field.form-field-group {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.cart-additionalCheckoutButtons {
  z-index: 0;
  position: relative; }

.form-label--inlineSmall small {
  font-size: 12px; }

.card-body .card-text {
  color: #000; }

.account--fixedSmall .form-prefixPostfix .button {
  line-height: 15px; }

.navBar--sub .navBar-item {
  margin: 0 5px; }
  .navBar--sub .navBar-item.is-active {
    border-bottom: 1px solid #6E9665;
    color: #6E9665; }
  .navBar--sub .navBar-item .navBar-action {
    color: #000; }
    .navBar--sub .navBar-item .navBar-action:hover {
      color: #6E9665; }

.breadcrumbs {
  margin: 70px 0 20px;
  text-align: center;
  text-transform: uppercase; }
  .breadcrumbs .breadcrumb:before {
    color: #000; }
  .breadcrumbs .breadcrumb a {
    color: #000; }
    .breadcrumbs .breadcrumb a:hover {
      color: #6E9665; }
  .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
    color: #6E9665; }

.cat_page .cat_left {
  float: left;
  width: 25%; }
  .cat_page .cat_left .page-sidebar {
    width: 100%; }
    .cat_page .cat_left .page-sidebar h5 {
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 500;
      margin: 0 0 10px 0;
      line-height: normal; }
    .cat_page .cat_left .page-sidebar .navList-action {
      font-size: 13px;
      line-height: normal;
      color: #000;
      text-transform: uppercase; }
      .cat_page .cat_left .page-sidebar .navList-action:hover {
        color: #6E9665; }

.cat_page .cat_right {
  float: left;
  width: 75%; }
  .cat_page .cat_right .actionBar {
    margin: 0; }
    .cat_page .cat_right .actionBar .form-field {
      border-radius: 0; }
  .cat_page .cat_right .product {
    width: 33.33%;
    float: left; }

.cat_right .productGrid .product .card .card-figure .card-figcaption, .account .productGrid .product .card .card-figure .card-figcaption {
  display: block; }

.featured_plant .productGrid .product .card .card-body .card-title a, .exclusive_collection .productGrid .product .card .card-body .card-title a {
  color: #fff; }

.featured_plant .productGrid .product .card:hover .card-body .card-title a, .exclusive_collection .productGrid .product .card:hover .card-body .card-title a {
  color: #000;
  text-shadow: 0 0 4px #FFF; }

.featured_plant .productGrid .product .card .card-body .card-text.Price_MN, .exclusive_collection .productGrid .product .card .card-body .card-text.Price_MN {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 33px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-align: center;
  display: inline-block; }

.featured_plant .productGrid .product .card .card-body .card-text.Price_MN, .exclusive_collection .productGrid .product .card .card-body .card-text.Price_MN {
  border: 1px solid rgba(255, 255, 255, 0.2); }

.featured_plant .productGrid .product .card:hover .card-body .card-text.Price_MN, .exclusive_collection .productGrid .product .card:hover .card-body .card-text.Price_MN {
  background-color: rgba(255, 255, 255, 0.2); }

.featured_plant .productGrid .product .card .card-body .card-text.Price_MN .price-section, .exclusive_collection .productGrid .product .card .card-body .card-text.Price_MN .price-section {
  color: #fff; }

.featured_plant .productGrid .product .card .card-body .card-text.Price_MN .start_price, .exclusive_collection .productGrid .product .card .card-body .card-text.Price_MN .start_price {
  color: #fff;
  font-weight: 800; }

.featured_plant .card-figcaption-body, .exclusive_collection .card-figcaption-body {
  display: none; }

.featured_plant .productGrid .product .card .card-figure > a .card-img-container .card-image, .exclusive_collection .productGrid .product .card .card-figure > a .card-img-container .card-image {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.featured_plant .productGrid .product .card:hover .card-figure > a .card-img-container .card-image, .exclusive_collection .productGrid .product .card:hover .card-figure > a .card-img-container .card-image {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02); }

.accordion--navList .accordion-navigation-actions {
  top: 1px; }

.pagination {
  float: left;
  width: 100%;
  margin: 0 0 6px 0; }
  .pagination .pagination-item .pagination-link {
    color: #000; }
    .pagination .pagination-item .pagination-link:hover {
      color: #6E9665; }
  .pagination .pagination-item.pagination-item--current {
    border-color: #6E9665; }
    .pagination .pagination-item.pagination-item--current.pagination-item--next .pagination-link {
      color: #000; }

.accordion--navList .accordion-indicator {
  fill: #000; }

.mn_cat_img {
  margin: 0 0 20px; }
  .mn_cat_img img {
    width: 100%; }

#menu_res {
  display: none; }

.productView-product .productView-title {
  margin-top: -9px;
  font-family: Montserrat,sans-serif;
  font-weight: 700;
  text-transform: none; }

.productView-product .productView-brand {
  font-family: Montserrat,sans-serif;
  font-weight: 700; }

.productView-brand a {
  color: #000; }
  .productView-brand a:hover {
    color: #6E9665; }

.productView-img-container {
  position: static; }
  .productView-img-container a {
    display: flex;
    height: 400px;
    width: 100%;
    align-items: center; }
    .productView-img-container a img {
      position: static; }
  .productView-img-container:after {
    padding: 0; }

.productView-image + .productView-thumbnails {
  margin-top: 25px; }

.productView-thumbnails .slick-next, .productView-thumbnails .slick-prev {
  padding: 0;
  background-color: transparent;
  border: 0;
  width: 36px;
  height: 42px;
  margin: 0; }

.productView-price .price-section {
  float: none;
  display: inline-block;
  color: #000;
  font-weight: 700; }

.productView-price .price-section--withoutTax.non-sale-price--withoutTax {
  margin: 0 10px 0 0;
  color: #6E9665; }

.icon--ratingFull {
  background: url(../img/Fullstar.svg) no-repeat;
  width: 17px;
  height: 17px; }
  .icon--ratingFull svg {
    display: none; }

.icon--ratingEmpty {
  background: url(../img/empty_star.svg) no-repeat;
  width: 17px;
  height: 17px; }
  .icon--ratingEmpty svg {
    display: none; }

.productView-reviewLink a {
  color: #000; }
  .productView-reviewLink a:hover {
    color: #6E9665; }

.rating--small .icon {
  width: 17px;
  height: 17px; }

.form-label {
  color: #000; }

.productReview-author {
  color: #000; }

.product_page .socialLinks .icon svg {
  fill: #708794; }

.product_page .socialLinks .icon:hover svg {
  fill: #6E9665; }

.tab .tab-title {
  color: #000;
  font-size: 19px; }
  .tab .tab-title:hover {
    color: #6E9665; }

.tab.is-active {
  color: #000; }

.tab.is-active .tab-title {
  color: #000; }

.related {
  float: left;
  width: 100%; }

.toggleLink {
  color: #000; }
  .toggleLink:hover {
    color: #6E9665; }

.previewCartCheckout .button {
  padding: 10px 5px; }

.previewCart .productView-title {
  margin-top: -9px; }

.account-message .is-read {
  color: #000; }

.account {
  margin: 0 auto 70px; }

.cart-item-image {
  max-height: 90px; }

.account-listItem .account-product-image {
  max-height: 55px;
  position: static; }

.account-listItem .account-product-figure:after {
  padding: 0; }

.share-wishlist .panel-body {
  background-color: transparent; }

.page {
  margin-bottom: 50px; }

.top_left p span:after {
  margin: 0 5px 0 6px; }

.top_left p {
  font-size: 12px; }

.top_right p {
  margin: 0 10px 0 0; }

.top_right p .que_link {
  font-size: 12px;
  background-size: 26px;
  padding: 0 0px 0 34px; }

.navUser-section {
  margin: 0 0 0 15px; }

.navPages-container .navPages > ul > li > a {
  font-size: 17px; }

.header_top > .container, .hdr_bottom > .container {
  max-width: none; }

#menu_res {
  display: none; }

.cart-additionalCheckoutButtons .FloatRight p {
  display: none !important; }

.quickSearchMessage {
  display: none; }

.navPages-action.is-open {
  background-color: transparent; }

.navPage-subMenu.is-open {
  width: 200px; }

.navPages-action-moreIcon {
  display: none; }

.navPages-item {
  position: relative; }

.navPage-subMenu {
  padding: 15px 10px;
  background-color: #5A4A42;
  width: 200px; }

.navPage-subMenu-item {
  width: 100%; }

.navPage-subMenu-item > .navPage-subMenu-action {
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: normal;
  font-family: "GrecoDeco";
  letter-spacing: 0.9px;
  color: #FFFFFF;
  padding: 6px 0;
  font-weight: 800; }
  .navPage-subMenu-item > .navPage-subMenu-action:hover {
    color: #000;
    text-shadow: 0 0 4px #FFF; }

.footer-copyright .powered-by br {
  display: none; }

.accordion-navigation-actions > a {
  color: #000; }
  .accordion-navigation-actions > a:hover {
    color: #6E9665; }

.Product_Page {
  margin-top: 50px; }

.Product_Page .slick-next::before, .Product_Page .slick-next:hover::before, .related .slick-next::before, .related .slick-next:hover::before {
  background: url(../img/right_hero_PP.svg) center no-repeat;
  background-size: 25px; }

.Product_Page .slick-prev::before, .Product_Page .slick-prev:hover::before, .related .slick-prev::before, .related .slick-prev:hover::before {
  background: url(../img/left_hero_PP.svg) center no-repeat;
  background-size: 25px; }

.related .slick-next::before, .related .slick-next:hover::before, .related .slick-prev::before, .related .slick-prev:hover::before {
  background-size: auto; }

.related .slick-next, .related .slick-next:focus, .related .slick-next:hover, .related .slick-prev, .related .slick-prev:focus, .related .slick-prev:hover {
  top: 31%;
  transform: translateY(-35%);
  -webkit-transform: translateY(-31%);
  -moz-transform: translateY(-31%);
  -ms-transform: translateY(-31%); }

.account-orderTotal-key {
  color: #000; }

.usda_zone > .container {
  max-width: 1260px; }

.section1 {
  float: left;
  width: 100%;
  background: url(../img/section1.png);
  display: inline-block;
  height: 50px;
  margin: -36px 0 0 0;
  background-size: cover; }

.section2 {
  float: left;
  width: 100%;
  background: url(../img/section2.png);
  display: inline-block;
  height: 39px;
  margin: 0;
  background-size: cover; }

.section3 {
  float: left;
  width: 100%;
  background: url(../img/section3.png);
  display: inline-block;
  height: 46px;
  margin: 0;
  background-size: cover; }

.section4 {
  float: left;
  width: 100%;
  background: url(../img/section4.png);
  display: inline-block;
  height: 47px;
  margin: 0;
  background-size: cover; }

.section5 {
  float: left;
  width: 100%;
  background: url(../img/section5.png);
  display: inline-block;
  height: 49px;
  margin: -1px 0 0 0;
  background-size: cover; }

.section6 {
  float: left;
  width: 100%;
  background: url(../img/section6.png);
  display: inline-block;
  height: 43px;
  margin: 0;
  background-size: cover; }

.section7 {
  float: left;
  width: 100%;
  background: url(../img/section7.png);
  display: inline-block;
  height: 47px;
  margin: 0;
  background-size: cover; }

.writeReview-productDetails .product-brand {
  color: #000; }

.alertBox--info {
  margin-bottom: 50px; }

.page.blog_page .page-heading {
  margin-bottom: 60px; }

.page-content--centered {
  width: 100%; }

.swal2-shown body.swal2-shown {
  padding-right: 0 !important; }

.cat_right .productGrid .product .card .card-body .card-title a {
  font-size: 17px; }

.cat_right .productGrid .product .card .card-body .card-text.Brand {
  font-size: 13px; }

.cart-item-label {
  color: #000; }

/**/
.rooted_sec .rooted_left {
  margin: -50px 0 0; }

.section6, .section5 {
  background-size: 100% 100%; }

.section7 {
  background: transparent url(http://shop.westernevergreen.com/content/section7_nw.png);
  background-size: 100% 100%;
  height: 55px;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  top: auto;
  display: block;
  bottom: -20px; }

.navUser-section > .navUser-item.navUser-item--cart > a:hover {
  background: url(http://shop.westernevergreen.com/content/cart1.svg) center no-repeat;
  background-position: 50% 22px;
  background-size: 33px; }

.navUser-section > .navUser-item.HP_account > a:hover {
  background: url(http://shop.westernevergreen.com/content/account1.svg) center no-repeat;
  background-position: 50% 21px; }

.top_left p span:after {
  margin: 0 5px -1px 8px;
  width: 2px; }

.gallery .container ul li {
  padding: 0 4px; }

#wishlist-dropdown.is-open {
  top: 42px !important;
  left: 0 !important; }

.login-form .forgot-password:focus {
  color: #000; }

.default_main .footer {
  margin-top: 20px; }

.full_bnr_block:after, .full_bnr_block:before {
  content: '';
  display: block;
  clear: left; }

.full_bnr_block {
  position: relative;
  clear: left; }

.navUser-section > .navUser-item.HP_account > a, .navUser-section > .navUser-item.navUser-item--cart > a {
  transition: none !important; }

.quickSearchMessage {
  display: none !important; }

.featured_plant > .container, .exclusive_collection > .container {
  max-width: 1170px; }

.exclusive_collection .container .slick-prev, .featured_plant .slick-prev {
  left: -38px; }

.exclusive_collection .container .slick-next, .featured_plant .slick-next {
  right: -38px; }

.navPages-container .navPages > ul > li > a {
  padding: 18px 15px 19px;
  letter-spacing: 0.5px; }

.form-increment .button {
  border-radius: 50%; }

.createaccount_thanks_main main {
  margin: 190px 0px 30px; }

/**/
.maintenanceNotice {
  display: none !important; }

#menu .navPage-subMenu li > ul {
  margin: 0;
  width: 100%;
  clear: left;
  padding: 0 0 6px 10px; }

#menu .navPage-subMenu li li a {
  border: 0;
  margin: 0;
  font-size: 12px;
  line-height: normal;
  font-family: GrecoDeco;
  letter-spacing: .9px;
  color: #FFF;
  padding: 6px 0;
  font-weight: 800; }

#menu .navPage-subMenu li li a:hover {
  color: #000;
  text-shadow: 0 0 4px #FFF; }

.navPage-subMenu.is-open {
  width: 230px; }

.productGrid .product .card .card-body .card-text.Price_MN .price-section, .productGrid .product .card .card-body .card-text.Price_MN .start_price, .productCarousel .productCarousel-slide .card .card-body .card-text.Price_MN .start_price, .productCarousel .productCarousel-slide .card .card-body .card-text.Price_MN .price-section {
  font-size: 12px;
  letter-spacing: 0.5px; }

#menu_res .navPages-list ul {
  position: static;
  width: 100%; }

#menu_res ul ul .subcat-expand {
  height: 25px; }

#menu_res li a {
  font-family: GrecoDeco; }

.navPages-container .navPages a .Shop_lable {
  text-shadow: none !important; }

.navUser-section > .navUser-item.navUser-item--cart > a .countPill.cart-quantity:not(.countPill--positive) {
  display: none; }

.logo.page_home_NotFound {
  left: 50px; }

.Price_MN a {
  width: 100%;
  display: inline-block; }

@media only screen and (min-width: 1499px) {
  .top_left {
    padding: 0 0 0 254px; }
  .header_fixed .navPages-container {
    left: 389px; }
  .top_left p span:after {
    margin: 0 5px 0 6px; }
  .top_left p {
    font-size: 14px; }
  .top_right p {
    margin: 0 20px 0 0; }
  .top_right p .que_link {
    font-size: 14px;
    padding: 0 0px 0 34px; }
  .navUser-section {
    margin: 0 0 0 18px; }
  .navPages-container .navPages > ul > li > a {
    font-size: 18px;
    padding: 19px 32px 18px; }
  .navPages-container .navPages > ul {
    margin: 0 -32px; }
  .navPages-container {
    left: 280px; }
  .why_western .container {
    max-width: 1308px; }
  .why_western {
    padding: 0; }
  .exclusive_collection .container .slick-prev, .featured_plant .slick-prev {
    left: -72px; }
  .exclusive_collection .container .slick-next, .featured_plant .slick-next {
    right: -72px; }
  .usda_zone .zone_left h2 {
    font-size: 36px; }
  .featured_plant > .container, .exclusive_collection > .container {
    max-width: 1300px; }
  .section7 {
    height: 65px; }
  .section1 {
    background-size: 100% 100%; } }

@media (min-width: 1599px) {
  .gallery .container {
    max-width: 1400px; } }

@media only screen and (min-width: 991px) {
  body {
    padding-top: 144px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
  .header_fixed .header_top, .header_fixed .hdr_bottom {
    height: 50px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
  .header_fixed .header_top {
    padding: 0 30px 0 24px; }
  .header_fixed .top_left p, .header_fixed .top_right p .que_link, .header_fixed .navPages-container .navPages > ul > li > a {
    line-height: 50px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
  .header_fixed .search_box {
    margin: 10px 0 0 20px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
  .header_fixed .navUser-section > .navUser-item.HP_account > a, .header_fixed .navUser-section > .navUser-item.navUser-item--cart > a {
    background-position: 50% 12px;
    background-size: 25px;
    height: 50px; }
  .header_fixed .navUser-section > .navUser-item.HP_account > a:hover, .header_fixed .navUser-section > .navUser-item.navUser-item--cart > a:hover {
    background-size: 25px;
    background-position: 50% 12px; }
  .header_fixed .search_btn {
    height: 30px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
  .header_fixed .search_box .form .form-field .form-input {
    font-size: 14px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    height: 30px; }
  .header_fixed .navUser-section > .navUser-item.navUser-item--cart a .countPill {
    top: 7px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
  .header_fixed .bottom_mn {
    padding: 0;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
  .header_fixed .whole_sale {
    width: 168px;
    height: 168px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
  .header_fixed .navPages-container {
    left: 378px; }
  .header_fixed .hdr_bottom {
    padding-right: 0;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
  .header_fixed .search_box .form .form-field .search_btn {
    background-size: 24px;
    height: 30px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
  .header_fixed .whole_sale h2 {
    margin: 87px 0 -1px 0;
    font-size: 15px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
  .header_fixed .whole_sale p:after {
    width: 14px;
    height: 14px;
    background-size: 15px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    margin: 2px auto 0; }
  .header_fixed .whole_sale span {
    margin: 0 6px 0 0;
    font-size: 27px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
  .header_fixed .whole_sale p {
    font-size: 10px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    padding: -3px 13px 0 0; }
  .header_fixed .logo .header-logo > a .header-logo-image-container .header-logo-image {
    display: none; }
  .header_fixed .logo .header-logo > a .header-logo-image-container .sticky_logo {
    display: block;
    height: 106px !important; }
  .header_fixed .logo {
    width: 147px;
    top: -4px;
    left: 205px;
    z-index: 9; }
  .header_fixed .navUser-section > .navUser-item.navUser-item--cart > a .countPill {
    font-size: 11px;
    height: 15px;
    line-height: 15px;
    width: 15px;
    right: 23px; }
  .header_fixed .navUser-item--cart .dropdown-menu.is-open {
    top: 40px !important; }
  .header_fixed .top_left {
    padding: 0 0 0 345px; }
  .header_fixed .top_left p span:after {
    margin: 0 5px 0 6px; }
  .header_fixed .top_left p {
    font-size: 12px; }
  .header_fixed .top_right p {
    margin: 0 10px 0 0; }
  .header_fixed .top_right p .que_link {
    font-size: 12px;
    background-size: 26px; }
  .header_fixed .navUser-section {
    margin: 0 0 0 7px;
    width: 86px; }
  .header_fixed .search_box {
    width: 215px; }
  .header_fixed .navUser-section > .navUser-item.HP_account > a {
    width: 28px; }
  .header_fixed .navPages-container .navPages > ul > li > a {
    font-size: 14px;
    line-height: normal;
    padding: 7px 13px 8px; }
  .header_fixed .quickSearchResults .productGrid {
    width: 213px; }
  .header_fixed .navPages-container .navPages > ul > li > a:hover .Shop_lable {
    text-shadow: none; } }

@media only screen and (max-width: 1800px) {
  .logo .header-logo > a .header-logo-image-container .header-logo-image {
    height: 200px !important; } }

@media only screen and (max-width: 1199px) {
  .productGrid .product .card .card-body .card-title {
    height: 75px; }
  .container {
    padding: 0 15px; }
  .whole_sale, .header_fixed .whole_sale {
    left: 15px;
    width: 145px;
    height: 145px; }
  .whole_sale h2, .header_fixed .whole_sale h2 {
    font-size: 13px;
    margin: 84px 0 -5px 0;
    line-height: 15px; }
  .header_fixed .whole_sale p:after {
    background-size: 14px; }
  .whole_sale p, .header_fixed .whole_sale p {
    font-size: 8px;
    line-height: normal; }
  .whole_sale p:after {
    background-size: 14px;
    width: 14px;
    margin: 1px auto 0; }
  .whole_sale span, .header_fixed .whole_sale span {
    margin: -4px 9px 0 0;
    font-size: 18px; }
  .logo {
    left: 20px;
    width: 250px; }
  .header_fixed .logo {
    left: 130px;
    top: -7px;
    width: 127px; }
  .top_left {
    padding: 0 0 0 151px; }
  .top_left p {
    font-size: 10px; }
  .top_right p {
    margin: 0;
    width: 125px; }
  .header_top, .hdr_bottom {
    padding: 0; }
  .top_left {
    width: 56%; }
  .top_right {
    width: 44%;
    padding: 0 15px 0 0; }
  .search_box > .container {
    padding: 0; }
  .search_box {
    width: 215px; }
  .navUser-section {
    margin: 0 0 0 5px;
    width: 90px; }
  .navUser-item.navUser-item--cart {
    padding-right: 0; }
  .navUser-section > .navUser-item.navUser-item--cart > a .countPill {
    right: 18px; }
  .top_left p span:after, .header_fixed .top_left p span:after {
    margin: 0 2px -2px 3px; }
  .logo .header-logo > a .header-logo-image-container .header-logo-image {
    height: 180px !important; }
  .navPages-container .navPages > ul {
    margin: 0 -15px; }
  .navPages-container .navPages > ul > li > a {
    padding: 19px 15px;
    letter-spacing: normal; }
  .header_fixed .header_top {
    padding: 0; }
  .bottom_mn {
    height: auto;
    width: 222px;
    padding: 12px 0px 13px; }
  .bottom_mn .bottom_left {
    width: 151px; }
  .header_fixed .top_left {
    padding: 0 0 0 246px; }
  .bottom_right {
    width: 70px;
    float: left; }
  .bottom_mn .bottom_left p {
    font-size: 17px; }
  .navPages-container {
    left: 50px; }
  .rooted_sec .rooted_right {
    margin: 0 -2px;
    padding: 0 15px; }
  .rooted_sec .rooted_left {
    margin: 0 -2px; }
  .rooted_sec .rooted_right .rooted_inner h2 {
    font-size: 26px;
    letter-spacing: normal; }
  .rooted_sec .rooted_right .rooted_inner p {
    line-height: 18px;
    margin: 0 auto 14px;
    font-size: 14px; }
  .header_fixed .navPages-container {
    left: 280px; }
  .footer-info-col.newsletter .quickSearchResults {
    display: block; }
  #previewModal .previewCartCheckout .button {
    font-size: 10px;
    padding: 10px 5px; }
  .usda_zone {
    background-size: cover; }
  .gallery .container ul li .gallery_inner .gallery_text h2 {
    font-size: 50px;
    line-height: normal; }
  .header_fixed .top_left p {
    letter-spacing: normal;
    font-size: 10px; }
  .header_fixed .navUser-section > .navUser-item.navUser-item--cart > a .countPill {
    right: 8px; }
  .usda_zone .zone_left h2 {
    font-size: 31px; }
  .why_western .container .why_left h2 {
    font-size: 26px; }
  .why_western .container .why_right {
    padding: 0; }
  .why_western {
    padding: 0 15px; }
  .why_western .container .why_right ul {
    margin: 0 -5px; }
  .why_western .container .why_right ul li {
    padding: 0 5px; }
  .why_western .container .why_right ul li span {
    width: 109px;
    height: 106px; }
  .why_western .container .why_right ul li p {
    font-size: 14px; }
  .header_fixed .navPages-container .navPages > ul > li > a {
    padding: 11px 7px 10px;
    font-size: 12px;
    letter-spacing: normal; }
  .header_fixed .top_right p .que_link {
    font-size: 10px;
    background-size: 20px;
    padding: 0 0px 0 25px; }
  .header_fixed .top_right p {
    width: 95px; }
  .exclusive_collection .container .slick-prev {
    left: 0; }
  .exclusive_collection .container .slick-next {
    right: 12px; }
  .productGrid, .gallery .container ul {
    margin: 0; }
  .footer-info-col.newsletter h5 {
    font-size: 33px; }
  .form-minMaxRow .form-field:last-child .button {
    font-size: 12px; }
  .sidebarBlock + .sidebarBlock {
    margin-top: 15px;
    padding-top: 15px; }
  .cat_right .productGrid .product .card .card-body .card-text.Price_MN {
    width: 100%; }
  .cat_right .productGrid .product .card .card-figure > a, .related .productCarousel .productCarousel-slide .card .card-figure > a {
    height: 200px;
    width: 200px; }
  .cat_right .productGrid .product .card .card-figure > a .card-img-container .card-image, .related .productCarousel .productCarousel-slide .card .card-figure > a .card-img-container .card-image {
    max-height: 200px;
    width: 200px; }
  .cat_page .cat_left .page-sidebar .navList-action {
    font-size: 14px;
    letter-spacing: normal; }
  .cat_page .cat_right .actionBar .form-field, .page.cat_page {
    margin: 0; }
  .cat_page .cat_left .page-sidebar, .page-content, .page-content--full, .productView-product {
    padding: 0; }
  .productView-product .productView-title {
    margin-top: 0; }
  .productView-details {
    margin-bottom: 20px; }
  .related .slick-prev {
    left: 0; }
  .related .slick-next {
    right: 0; }
  .navBar--sub .navBar-item {
    margin: 0 3px; }
  .productGrid .product .card .card-figure > a {
    width: 300px;
    height: 250px; }
  .productGrid .product .card .card-figure > a .card-img-container .card-image {
    width: auto;
    max-height: 250px; }
  .header_fixed .navUser-section {
    width: 70px;
    margin: 0; }
  .header_fixed .top_right {
    width: 40%; }
  .header_fixed .top_left {
    width: 60%; }
  .featured_plant {
    padding: 30px 0  0 0; }
  .writeReview-productImage-container {
    text-align: center;
    margin: 0 0 25px 0; }
  .writeReview-productImage-container img {
    position: static; }
  .writeReview-productImage-container::after {
    padding: 0; }
  .page {
    margin: 0; }
  .navList-action--checkbox:before {
    margin-top: -19px; }
  .blog-post {
    min-height: 180px; }
  #menu .navPage-subMenu.is-open {
    margin-top: -1px; }
  .rooted_sec .rooted_left {
    margin: -35px 0 0; }
  .welcome_text {
    max-width: 100%;
    width: 100%;
    border-radius: 0; }
  #wishlist-dropdown.is-open {
    top: 24px !important; }
  .page.mn_brnd .brand .card-body .card-title a {
    font-size: 14px; }
  .top_right p .que_link {
    font-size: 11px; }
  .quickSearchResults .productGrid {
    max-width: 100%;
    width: 100%; }
  .header_fixed .top_left {
    width: 58%; }
  .header_fixed .top_right {
    width: 42%; }
  .logo.page_home_NotFound {
    left: 5px; } }

@media only screen and (max-width: 990px) {
  body {
    padding-top: 0; }
  .mobileMenu-toggle {
    height: 40px;
    width: 40px;
    background: #708794;
    padding: 0 10px;
    margin: 0;
    left: 15px;
    top: 79px;
    display: block; }
  .mobileMenu-toggle .mobileMenu-toggleIcon, .mobileMenu-toggle .mobileMenu-toggleIcon:before, .mobileMenu-toggle .mobileMenu-toggleIcon:after, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:after {
    background: #fff; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
  #menu, #menu_res .navPages-quickSearch {
    display: none; }
  body.has-activeNavPages #menu_res {
    display: block;
    left: 0; }
  body.has-activeNavPages {
    left: 300px; }
  #menu_res .navPage-subMenu {
    width: 100%;
    float: left;
    background-color: #5A4A42; }
  #menu_res .navPages {
    margin: 0;
    padding: 20px 15px;
    background: #5A4A42;
    width: 100%;
    height: 100%; }
  #menu_res.navPages-container {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    margin: 0;
    padding: 0;
    z-index: 50;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    background: #5A4A42; }
  #menu_res li {
    position: relative;
    border: 0;
    width: 100%;
    text-align: left;
    float: left; }
  #menu_res li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: normal;
    display: block;
    padding: 4px 32px 4px 0;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    margin: 0;
    float: left;
    width: 100%; }
  #menu_res li a:hover {
    color: #000; }
  #menu_res .navPages-list--user .navPage-subMenu {
    background: #5A4A42;
    position: static;
    padding: 0;
    margin: 0; }
  #menu_res .navPages-action-moreIcon {
    display: none !important; }
  #menu_res .subcat-expand {
    height: 38px;
    width: 27px;
    position: absolute;
    top: -1px;
    right: 0;
    cursor: pointer; }
  #menu_res .subcat-expand:after {
    height: 2px;
    width: 12px; }
  #menu_res .subcat-expand.subcat-expanded:before {
    display: none; }
  #menu_res .subcat-expand:before {
    height: 12px;
    width: 2px; }
  #menu_res .subcat-expand:after, #menu_res .subcat-expand:before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    display: block; }
  #menu_res .navPage-subMenu > .container, #menu_res .navPage-subMenu .menu_cat_list, #menu_res .navPage-subMenu .navPage-subMenu-list {
    display: block !important;
    clear: both; }
  #menu_res .navPages-list ul {
    padding: 0 0 15px 0px;
    margin: 0;
    border: 0; }
  #menu_res .navPages .navPage-subMenu-list {
    width: 100%;
    height: auto; }
  #menu_res .navPage-subMenu {
    height: auto; }
  #menu_res .navPage-subMenu .container {
    padding: 0 0 0 15px; }
  .header {
    position: static; }
  .navPages ul li li {
    padding: 0 0 0 15px; }
  .navPages-list + .navPages-list {
    border: 0; }
  .navUser {
    position: static;
    transform: none; }
  .navUser-item.navUser-item--cart {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 79px;
    right: 15px;
    background-color: #708794;
    z-index: 9;
    padding: 0; }
  .navUser-section > .navUser-item.navUser-item--cart > a .countPill {
    background-color: #fff;
    border: 1px solid #6E9665;
    font-size: 11px;
    height: 16px;
    line-height: 14px;
    width: 16px;
    top: 3px;
    right: 8px;
    color: #6E9665; }
  .whole_sale {
    z-index: 99; }
  body.has-activeNavPages .whole_sale {
    left: 300px; }
  .navPages-container .navPages > ul {
    margin: 0; }
  .logo, .header_fixed .logo {
    left: 0;
    width: 100%;
    right: 0;
    top: 0; }
  .logo .header-logo > a .header-logo-image-container .header-logo-image {
    max-height: 100%;
    height: 90px !important;
    width: auto; }
  .logo .header-logo > a {
    padding: 0; }
  .navUser-item.HP_account, .top_right p {
    display: none; }
  .top_right, .search_box {
    width: 100%;
    padding: 0; }
  .search_box {
    max-width: none;
    margin: 0;
    z-index: 9;
    position: absolute;
    top: 150px;
    left: 0; }
  .top_left {
    width: 100%;
    text-align: center;
    padding: 0; }
  .navUser-section > .navUser-item.navUser-item--cart > a {
    height: 40px;
    background-position: 50% 50%;
    line-height: 40px;
    width: 40px; }
  .header_fixed .header_top {
    padding: 0; }
  .search_box > .container {
    padding: 0 15px; }
  .gallery .container ul li .gallery_inner .gallery_text h2 {
    font-size: 35px;
    line-height: normal; }
  .gallery .container ul li .gallery_inner .gallery_text p {
    font-size: 11px;
    letter-spacing: normal;
    margin: 10px 0 0 0; }
  .gallery .container ul, .productGrid {
    margin: 0; }
  .gallery .container .hp_button .HP_Btn {
    line-height: 70px; }
  .gallery .container .hp_button .HP_Btn, .usda_zone .zone_left .hp_button .HP_Btn, .rooted_sec .rooted_right .rooted_inner .hp_button .HP_Btn, .footer-info-col.newsletter .form .form-field .form-prefixPostfix.wrap .button.HP_Btn, .gallery .container .hp_button .HP_Btn:hover, .usda_zone .zone_left .hp_button .HP_Btn:hover, .rooted_sec .rooted_right .rooted_inner .hp_button .HP_Btn:hover, .footer-info-col.newsletter .form .form-field .form-prefixPostfix.wrap .button.HP_Btn:hover {
    background-size: 170px;
    font-size: 16px;
    height: 70px; }
  .usda_zone .zone_left .hp_button .HP_Btn, .rooted_sec .rooted_right .rooted_inner .hp_button .HP_Btn {
    line-height: 16px;
    padding: 17px 0 0; }
  .footer-info-col.newsletter .form .form-field .form-prefixPostfix.wrap .button.HP_Btn {
    margin: 5px 0 0 0; }
  .exclusive_collection .container .slick-prev {
    left: 0; }
  .exclusive_collection .container .slick-next {
    right: 0px; }
  .productGrid .product .card .card-figure > a {
    width: auto;
    height: 180px; }
  .productGrid .product .card .card-figure > a .card-img-container .card-image {
    width: 100%;
    max-height: 180px; }
  .featured_plant {
    padding: 10px 0 0; }
  .usda_zone .zone_left, .usda_zone .zone_right {
    width: 100%; }
  .cat_left, .cat_right {
    width: 100%; }
  .sidebarBlock + .sidebarBlock {
    margin-top: 0;
    padding-top: 15px; }
  .navList {
    margin: 0 0 20px 0; }
  .cat_right .form-field {
    margin: 0 0 20px 0; }
  .cart-total-label, .cart-total-value {
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 6px 0;
    width: 50%; }
  .cart-item-info {
    margin: 13px 0 0 0; }
  .cart-total-label {
    text-align: left; }
  .cart-total-value {
    text-align: right; }
  .login {
    margin-top: 0; }
  .cart-gift-certificate-form .button, .coupon-form .button {
    height: 32px; }
  .navBar--sub .navBar-item {
    margin: 0 5px;
    display: inline-block; }
  .navBar--account {
    display: block; }
  .swal2-modal .swal2-confirm {
    margin-right: 10px; }
  .navBar--sub .navBar-action {
    font-size: 13px; }
  .footer-info-col--small, .footer-info-col--small:last-child {
    width: 50%;
    margin-bottom: 30px;
    padding: 0; }
  .footer-info {
    margin: 0; }
  .bottom_mn {
    display: none; }
  .header_top {
    height: 40px; }
  .top_left p {
    line-height: 40px; }
  .hdr_bottom {
    height: 150px; }
  .quickSearchResults {
    width: 100%;
    margin: 0;
    padding: 0 15px; }
  .quickSearchResults .productGrid {
    width: 100%; }
  .quickSearchResults .modal-close {
    top: 1px;
    right: 15px;
    background: transparent; }
  .featured_plant .page-heading, .exclusive_collection .container h2 {
    font-size: 30px;
    margin: 0 0 17px 0; }
  .productGrid .product .card .card-body .card-title a, .productCarousel .productCarousel-slide .card .card-body .card-title a {
    font-size: 18px; }
  .productGrid .product .card .card-body .card-title, .productCarousel .productCarousel-slide .card .card-body .card-title {
    height: 70px; }
  .exclusive_collection {
    padding: 0; }
  .productGrid .product .card .card-body .card-text.Brand, .productCarousel .productCarousel-slide .card .card-body .card-text.Brand {
    line-height: normal;
    font-size: 13px; }
  .featured_plant .productGrid .product .card .card-body .card-text.Price_MN, .rooted_sec .rooted_left, .rooted_sec .rooted_right {
    width: auto;
    padding: 0 15px; }
  .rooted_sec .rooted_left {
    width: 100%; }
  .rooted_sec .rooted_right {
    width: 100%;
    position: static;
    transform: none;
    margin: 0; }
  .usda_zone .zone_left h2, .why_western .container .why_left h2 {
    font-size: 22px;
    letter-spacing: normal; }
  .usda_zone .zone_left h2 {
    margin: 0 0 13px 0; }
  .usda_zone .zone_left p {
    line-height: 22px;
    font-size: 13px;
    max-width: none;
    margin: 0 10px 10px; }
  .why_western .container .why_left {
    width: 100%;
    margin: 0 auto; }
  .why_western .container .why_right {
    width: 100%;
    margin: 10px 0; }
  .rooted_sec .rooted_left {
    margin: -35px 0 0 0;
    padding: 0; }
  .why_western .container .why_right ul, .why_western .container .why_left h2 {
    margin: 0; }
  .why_western .container .why_right ul li p {
    font-size: 14px;
    line-height: 15px; }
  .why_western .container .why_right ul li {
    padding: 0 15px; }
  .rooted_sec .rooted_right .rooted_inner h2 {
    font-size: 23px;
    margin: 20px 0 5px 0; }
  .rooted_sec {
    padding-bottom: 30px; }
  .footer-info-col.newsletter h5 {
    font-size: 30px;
    margin: 16px 0 0px; }
  .footer-info-col.newsletter h5 span::after {
    width: 67px;
    height: 75px;
    margin: 0 0 0 6px;
    background-size: 70px;
    background-position: 50% -7px; }
  .footer-info-col.newsletter p {
    font-size: 13px;
    letter-spacing: normal; }
  .footer-info-col.newsletter .form .form-field .footer-newsletter-summary {
    letter-spacing: normal; }
  .section7 {
    margin: -36px 0 0 0;
    position: relative;
    z-index: 9; }
  .FT_bottom h5 {
    margin: 0 0 10px 0; }
  .footer-info-col--small:last-child p {
    margin: 7px 0; }
  .footer-info-col--small:last-child .FT_link.que_link {
    background-size: 21px; }
  .footer-info-col--small:last-child address {
    line-height: 20px; }
  .footer-copyright .powered-by {
    margin: 7px 0 25px 0; }
  .navPage-subMenu {
    padding: 0; }
  .cat_page .cat_left, .cat_page .cat_right {
    width: 100%; }
  .page-heading {
    margin: 0 0 25px 0;
    font-size: 25px; }
  .cat_page .cat_left .page-sidebar .sidebarBlock-heading {
    font-size: 19px;
    margin: 0 0 7px 0; }
  .cat_page .cat_left .page-sidebar .navList-action {
    font-size: 16px; }
  .sidebarBlock + .sidebarBlock {
    margin-top: 0;
    padding-top: 15px; }
  .navList {
    margin: 0 0 10px 0; }
  .cat_right .form-field {
    margin: 0 0 20px 0; }
  .breadcrumbs {
    margin: 10px 0 15px !important; }
  .cat_page .cat_left .page-sidebar h5 {
    font-size: 18px;
    margin: 0; }
  .accordion--navList .accordion-navigation-actions {
    top: 13px; }
  .navList-action--checkbox, .productView-details, .productView-options {
    margin: 0; }
  .Product_Page {
    margin-top: 0;
    padding: 0; }
  .productView-options .form-action {
    padding-left: 0; }
  .toggle:last-of-type {
    margin-bottom: 15px; }
  #wishlist-dropdown.is-open {
    padding-right: 10px; }
  h2 {
    font-size: 22px;
    margin: 15px 0; }
  .account .productGrid .product .card .card-body .card-text.Price_MN {
    width: 100%; }
  .why_western .container .why_left h2 br {
    display: none; }
  body {
    background-size: auto; }
  .alertBox {
    margin: 0 0 20px 0 !important; }
  .page {
    margin: 0 0 30px 0; }
  .page.blog_page .page-heading {
    margin-bottom: 25px; }
  .card-figcaption {
    display: block; }
  .productGrid .product .card .card-body .card-text.Price_MN {
    width: auto;
    padding: 0 15px; }
  .previewCart .productView-image {
    margin: 25px 0 15px; }
  .footer-info-col--small:last-child .socialLinks.socialLinks--alt {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%); }
  .navList-action--checkbox:before {
    margin-top: -9px; }
  .blog-post {
    min-height: 242px; }
  #menu_res .navPages-list > li, #menu_res .navPages-list--user > .navPages-item > .navPages-action {
    margin: 3px 0; }
  .search_box {
    top: 145px; }
  .search_box .form .form-field .form-input {
    height: 36px;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 34px;
    border-radius: 0; }
  .search_box .form .form-field .search_btn {
    height: 100%;
    line-height: normal;
    background-size: 23px; }
  .search_box {
    top: 190px; }
  .section7 {
    margin: -55px 0 0 0; }
  .whole_sale, .header_fixed .whole_sale {
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 0;
    border-radius: 0;
    height: 30px;
    position: static;
    top: 0; }
  .whole_sale a, .whole_sale h2, .whole_sale p, .header_fixed .whole_sale a, .header_fixed .whole_sale h2, .header_fixed .whole_sale p {
    display: inline-block;
    float: none;
    vertical-align: middle;
    background: transparent;
    margin: 0;
    padding: 0;
    height: auto;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: normal;
    transition: none !important; }
  .whole_sale span, .header_fixed .whole_sale span {
    margin: 0 5px 0 1px;
    font-size: 12px;
    line-height: normal; }
  .whole_sale p br {
    display: none !important; }
  .whole_sale p:after {
    display: inline-block;
    float: none;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
    background-position: 50% 50%;
    margin: 0 0 0 5px;
    background-size: 13px; }
  .whole_sale p a {
    padding: 1px 0 0; }
  .header_fixed .header_top * {
    transition: none !important; }
  .header_fixed .top_left {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center; }
  .top_left p, .header_fixed .top_left p {
    letter-spacing: 0.5px;
    font-size: 12px; }
  .navUser-item.navUser-item--cart, .mobileMenu-toggle {
    top: 110px; }
  .logo, .header_fixed .logo {
    background: rgba(90, 74, 66, 0.9);
    position: static;
    padding: 0 0 60px; }
  .hdr_bottom {
    height: auto; }
  .logo .header-logo {
    max-width: 250px;
    display: block;
    margin: 0 auto;
    padding: 15px 0 0; }
  .top_left p span:last-child:after, .header_fixed .top_left p span:last-child:after {
    display: none !important; }
  #wishlist-dropdown.is-open {
    top: 42px !important; }
  .brandGrid .brand {
    width: 33.33%; }
  .blog_page .blog:nth-of-type(3n+1) {
    clear: left; }
  .navUser-section > .navUser-item.navUser-item--cart > a:hover, .navUser-section > .navUser-item.navUser-item--cart > a {
    background-size: 33px;
    background-position: 50% 50%; }
  .productGrid .product .card .card-body .card-text.Price_MN, .productCarousel .productCarousel-slide .card .card-body .card-text.Price_MN {
    width: 100%; }
  .featured_plant .productGrid .product .card .card-body .card-text.Price_MN,
  .exclusive_collection .productGrid .product .card .card-body .card-text.Price_MN,
  .cat_right .productGrid .product .card .card-body .card-text.Price_MN {
    padding: 0 2px;
    width: 100%; }
  .featured_plant .productGrid .product .card .card-body .card-text.Price_MN .price-section,
  .exclusive_collection .productGrid .product .card .card-body .card-text.Price_MN .price-section,
  .featured_plant .productGrid .product .card .card-body .card-text.Price_MN .start_price,
  .exclusive_collection .productGrid .product .card .card-body .card-text.Price_MN .start_price {
    font-size: 11px; }
  .account .productGrid .product .card .card-body .card-text.Price_MN {
    padding: 0 1px; } }

@media only screen and (max-width: 767px) {
  .mobileMenu-toggle {
    display: block; }
  .blog {
    width: 100%;
    border: 0;
    height: auto; }
  .account-heading {
    font-size: 18px; }
  .sub_cat_block ul li, .brandGrid .brand {
    width: 50%; }
  .sub_cat_block {
    padding: 0; }
  .cart-totals {
    width: 100%; }
  .FT_bottom ul li {
    padding: 0; }
  .gallery .container ul li {
    padding: 0 5px; }
  .gallery .container ul li .gallery_inner .gallery_text h2 {
    font-size: 26px;
    letter-spacing: normal; }
  .gallery .container ul li .gallery_inner .gallery_text p {
    font-size: 10px; }
  .gallery .container .hp_button .HP_Btn, .usda_zone .zone_left .hp_button .HP_Btn, .rooted_sec .rooted_right .rooted_inner .hp_button .HP_Btn, .footer-info-col.newsletter .form .form-field .form-prefixPostfix.wrap .button.HP_Btn, .gallery .container .hp_button .HP_Btn:hover, .usda_zone .zone_left .hp_button .HP_Btn:hover, .rooted_sec .rooted_right .rooted_inner .hp_button .HP_Btn:hover, .footer-info-col.newsletter .form .form-field .form-prefixPostfix.wrap .button.HP_Btn:hover {
    background-size: 150px;
    font-size: 13px;
    height: 67px; }
  .top_left {
    padding: 0; }
  body.has-activeNavPages .whole_sale {
    left: 15px;
    display: block; }
  .slick-next::before, .slick-next:hover::before, .slick-prev::before, .slick-prev:hover::before,
  .related .slick-next::before, .related .slick-next:hover::before, .related .slick-prev::before, .related .slick-prev:hover::before, .Product_Page .slick-next::before, .Product_Page .slick-next:hover::before, .Product_Page .slick-prev::before, .Product_Page .slick-prev:hover::before {
    background-size: 27px;
    width: 26px;
    height: 35px; }
  .slick-next, .slick-prev, .slick-next:hover, .slick-next:focus, .slick-prev:hover, .slick-prev:focus,
  .related .slick-next, .related .slick-prev, .related .slick-next:hover, .related .slick-next:focus, .related .slick-prev:hover, .slick-prev:focus, .Product_Page .slick-next, .Product_Page .slick-prev, .Product_Page .slick-next:hover, .Product_Page .slick-next:focus, .Product_Page .slick-prev:hover, .Product_Page .slick-prev:focus {
    width: 26px;
    height: 35px; }
  .heroCarousel .slick-next {
    right: 5px; }
  .heroCarousel .slick-prev {
    left: 5px; }
  .featured_plant .page-heading, .exclusive_collection .container h2 {
    font-size: 23px; }
  .productGrid .product .card .card-body .card-title a, .productCarousel .productCarousel-slide .card .card-body .card-title a {
    font-size: 16px;
    letter-spacing: normal; }
  .productGrid .product .card .card-body .card-text.Brand, .productCarousel .productCarousel-slide .card .card-body .card-text.Brand {
    font-size: 12px;
    letter-spacing: normal; }
  .featured_plant .productGrid .product .card .card-body .card-text.Price_MN, .exclusive_collection .productGrid .product .card .card-body .card-text.Price_MN, .productGrid .product .card .card-body .card-text.Price_MN, .productGrid .product .card .card-body .card-text.Price_MN .price-section, .productCarousel .productCarousel-slide .card .card-body .card-text.Price_MN .price-section {
    font-size: 11px; }
  .usda_zone .zone_left, .usda_zone .zone_right, .rooted_sec .rooted_left, .rooted_sec .rooted_right {
    width: 100%; }
  .usda_zone .zone_left p {
    margin: 0 auto 10px; }
  .usda_zone .zone_left h2, .why_western .container .why_left h2 {
    font-size: 20px;
    margin: 0 0 12px 0; }
  .why_western .container .why_right ul li p {
    font-size: 13px;
    line-height: 15px;
    margin: 13px 0 22px; }
  .rooted_sec .rooted_right {
    display: block; }
  .rooted_sec .rooted_right .rooted_inner h2 {
    font-size: 21px; }
  .rooted_sec .rooted_right {
    padding: 0 15px 25px; }
  .rooted_sec .rooted_right .rooted_inner p {
    font-size: 13px; }
  .footer-info-col.newsletter h5 {
    font-size: 25px;
    margin: 0 0 5px 0; }
  .footer-info-col--small:last-child address {
    line-height: 17px; }
  .FT_bottom h5 {
    font-size: 13px; }
  .FT_bottom ul li a {
    font-size: 11px; }
  .footer-info-col.newsletter {
    margin: 0 0 26px 0;
    padding: 0; }
  .footer-info-col.newsletter .form .form-field .form-prefixPostfix.wrap .form-input {
    font-size: 12px;
    margin: auto; }
  .footer-info-col.newsletter h5 span::after {
    width: 52px;
    height: 55px;
    background-size: 55px; }
  .footer-info-col.newsletter p {
    font-size: 12px; }
  .footer-copyright .powered-by br + br {
    display: inline-block; }
  .search_box .form .form-field .form-input {
    font-size: 14px; }
  .welcome_text p {
    font-size: 12px; }
  .welcome_text {
    max-width: none;
    border-radius: 0; }
  .hdr_bottom {
    height: 160px; }
  .side_cate {
    display: none; }
  .breadcrumbs {
    display: block; }
  .sidebarBlock + .sidebarBlock {
    margin-top: 0;
    padding-top: 0;
    border: 0; }
  .cat_page .cat_left .page-sidebar h5 {
    font-size: 16px; }
  .cat_page .cat_right .product {
    width: 50%; }
  .cat_right .productGrid .product .card .card-body .card-text.Price_MN {
    width: 100%; }
  .breadcrumb {
    font-size: 12px; }
  .cat_right .productGrid .product .card {
    margin-bottom: 15px; }
  .pagination {
    margin: 10px 0 20px 0; }
  #wishlist-dropdown.is-open {
    padding-right: 4px; }
  .productView-reviewLink + .productView-reviewLink {
    display: inline-block; }
  .productView-options, .tab-title {
    text-align: left; }
  .tab .tab-title {
    font-size: 17px;
    padding: 10px; }
  .page-heading {
    margin: 0 0 20px 0;
    font-size: 23px; }
  h2 {
    font-size: 20px; }
  .productGrid .product {
    width: 50%; }
  .exclusive_collection .container .slick-next {
    right: 1px; }
  .footer-info-col--small:last-child .FT_link {
    word-wrap: break-word;
    display: inherit;
    padding: 0 0 5px 0; }
  .footer-copyright .powered-by br + br {
    display: block; }
  .cat_page .cat_left .page-sidebar .navList-action {
    font-size: 14px; }
  .table-actions .button {
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: normal; }
  .blog_page .blog {
    width: 50%; }
  .footer .footer-copyright span.FT_store_name + br {
    display: inline-block; }
  .blog-post {
    min-height: 180px; }
  .footer {
    padding: 20px 0 0 0; }
  .footer-info-col--small:last-child .socialLinks.socialLinks--alt {
    position: static;
    transform: none;
    margin: -5px 0 0 0; }
  .hdr_bottom {
    height: auto; }
  .search_box {
    top: 190px; }
  .navUser-item.navUser-item--cart, .mobileMenu-toggle {
    top: 110px; }
  .productView-options .form-action.form-wishlist {
    padding-right: 0; }
  #wishlist-dropdown.is-open {
    padding-right: 0; }
  .brandGrid .brand {
    width: 50%; }
  .blog_page .blog:nth-of-type(3n+1) {
    clear: none; }
  .blog_page .blog:nth-of-type(2n+1) {
    clear: left; }
  .productView-info-name, .productView-info-value {
    float: none; }
  .productView-options .form-field > .form-checkbox + .form-label, .productView-options .form-field > .form-radio + .form-label {
    margin-left: 0;
    width: 100%; } }

@media only screen and (max-width: 479px) {
  #menu_res.navPages-container {
    width: 270px; }
  body.has-activeNavPages {
    left: 270px; }
  .mobileMenu-toggle {
    width: 35px;
    height: 35px;
    padding: 0 7px;
    top: 79px; }
  .navUser-item.navUser-item--cart {
    width: 35px;
    height: 35px;
    top: 79px; }
  .navUser-section > .navUser-item.navUser-item--cart > a {
    height: 35px;
    background-position: 50% 50%;
    line-height: 35px;
    width: 35px;
    background-size: 23px; }
  .navUser-section > .navUser-item.navUser-item--cart > a .countPill {
    font-size: 9px;
    height: 14px;
    line-height: 11px;
    width: 14px; }
  .estimator-form .button--primary, .cart-gift-certificate-form .button, .coupon-form .button {
    font-size: 11px;
    letter-spacing: normal; }
  .cart-gift-certificate-form .button, .coupon-form .button {
    padding: 10px 5px; }
  .gallery .container ul li {
    width: 100%; }
  .gallery .container .hp_button .HP_Btn, .usda_zone .zone_left .hp_button .HP_Btn, .rooted_sec .rooted_right .rooted_inner .hp_button .HP_Btn, .footer-info-col.newsletter .form .form-field .form-prefixPostfix.wrap .button.HP_Btn, .gallery .container .hp_button .HP_Btn:hover, .usda_zone .zone_left .hp_button .HP_Btn:hover, .rooted_sec .rooted_right .rooted_inner .hp_button .HP_Btn:hover, .footer-info-col.newsletter .form .form-field .form-prefixPostfix.wrap .button.HP_Btn:hover {
    font-size: 11px; }
  .footer-info-col--small:last-child .FT_bottom h5 {
    margin: 0; }
  .footer-info-col--small:last-child .FT_link {
    font-size: 9px;
    letter-spacing: normal; }
  .footer-info-col--small:last-child p {
    margin: 0 0 5px; }
  .footer-info-col--small:last-child .FT_link.que_link {
    background-size: 16px;
    padding: 1px 0 1px 24px;
    font-size: 11px; }
  .footer-info-col--small:last-child address {
    line-height: normal;
    font-size: 11px; }
  .footer-copyright .powered-by br {
    display: block; }
  .FT_bottom ul li a {
    font-size: 9px;
    letter-spacing: normal; }
  .FT_bottom h5 {
    margin: 0 0 5px 0; }
  .footer-info-col.newsletter h5 span::after {
    width: 39px;
    height: 41px;
    margin: 0 0 0 3px;
    background-size: 41px; }
  .footer-info-col.newsletter h5 {
    font-size: 16px; }
  .footer-info-col.newsletter p, .footer-info-col.newsletter .form .form-field .form-prefixPostfix.wrap .form-input {
    font-size: 11px; }
  .header_top {
    height: auto;
    padding: 5px 0; }
  .top_left p {
    font-size: 10px;
    letter-spacing: normal;
    line-height: normal;
    padding: 5px; }
  .top_left p span:after {
    display: none; }
  .search_box .form .form-field .form-input {
    font-size: 13px; }
  .cat_page .cat_right .product {
    width: 100%; }
  .welcome_text p {
    font-size: 11px;
    letter-spacing: normal; }
  .breadcrumb {
    font-size: 11px; }
  .facetedSearch-toggle, .facetedSearch-toggle-indicator {
    font-size: 12px; }
  .cat_right .productGrid .product .card .card-body .card-text.Price_MN {
    width: 100%; }
  .cat_right .productGrid .product .card .card-figure > a, .related .productCarousel .productCarousel-slide .card .card-figure > a {
    height: 250px;
    width: 250px; }
  .cat_right .productGrid .product .card .card-figure > a .card-img-container .card-image, .related .productCarousel .productCarousel-slide .card .card-figure > a .card-img-container .card-image {
    max-height: 250px;
    width: auto; }
  .cat_right .productGrid .product .card .card-body {
    padding: 0; }
  .cat_right .productGrid .product .card .card-body .card-title a, .productCarousel .productCarousel-slide .card .card-body .card-title a {
    font-size: 15px; }
  .productView-reviewLink a {
    font-size: 12px; }
  .productView-reviewLink + .productView-reviewLink {
    margin: 0 0 0 7px; }
  .tab .tab-title {
    font-size: 16px;
    padding: 8px; }
  .page-heading {
    font-size: 21px;
    margin: 0 0 15px 0; }
  h5 {
    font-size: 13px;
    letter-spacing: normal; }
  .account-product--alignMiddle .account-product-body {
    padding-left: 1rem; }
  h2 {
    font-size: 18px; }
  .productGrid .product {
    width: 100%; }
  .featured_plant .page-heading, .exclusive_collection .container h2 {
    font-size: 20px;
    letter-spacing: normal; }
  .heroCarousel .slick-dots {
    bottom: 20px; }
  .gallery {
    padding: 20px 0 0 0; }
  .gallery .container ul li {
    padding: 10px 0; }
  .header_fixed .logo, .logo {
    top: 50px; }
  .header_fixed .header_top {
    padding: 5px 0; }
  .cat_page .cat_left .page-sidebar .navList-action {
    font-size: 13px; }
  .productView-img-container a {
    height: auto; }
  .productCarousel .productCarousel-slide .card .card-body .card-text.Price_MN {
    width: 70%; }
  .productCarousel .productCarousel-slide .card .card-body .card-title {
    height: auto; }
  .modal-header-title {
    font-size: 21px; }
  .cart-total .form-select {
    padding: 5px 25px 5px 5px;
    font-size: 12px; }
  .estimator-form .button--primary {
    padding: 10px 5px; }
  .account-orderStatus-label {
    font-size: 10px;
    line-height: 20px; }
  .account.account--fixed .form-select {
    padding-right: 37px;
    font-size: 12px; }
  .table-actions .button {
    padding: 6px 10px;
    font-size: 11px; }
  .table--line .table-thead tr th {
    font-size: 12px; }
  .blog_page .blog {
    width: 100%;
    padding: 0; }
  .header_fixed .top_left {
    padding: 0;
    width: 100%; }
  .gallery .container ul li .gallery_inner .gallery_text p {
    font-size: 12px; }
  .blog-post {
    min-height: auto; }
  .search_box {
    top: 168px; }
  .top_left p, .header_fixed .top_left p {
    font-size: 8px;
    letter-spacing: 0;
    padding: 5px 2px; }
  .top_left p span:after, .header_fixed .top_left p span:after {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    content: '';
    margin: -3px -2px -1px 4px;
    height: 8px; }
  .whole_sale a, .whole_sale h2, .whole_sale p, .header_fixed .whole_sale a, .header_fixed .whole_sale h2, .header_fixed .whole_sale p, .whole_sale span, .header_fixed .whole_sale span {
    font-size: 10px;
    letter-spacing: 0.5px; }
  .navUser-item.navUser-item--cart, .mobileMenu-toggle {
    top: 100px; }
  .logo .header-logo > a .header-logo-image-container .header-logo-image {
    max-height: 75px !important; }
  #wishlist-dropdown.is-open {
    top: 25px !important; }
  .brandGrid .brand {
    width: 100%; }
  .blog_page .blog:nth-of-type(3n+1), .blog_page .blog:nth-of-type(2n+1) {
    clear: none; } }

@media only screen and (max-width: 1100px) {
  .featured_plant, .exclusive_collection {
    padding-left: 30px;
    padding-right: 30px; }
  .exclusive_collection .container {
    padding: 0px; }
  .exclusive_collection .container .slick-prev {
    left: -29px; }
  .exclusive_collection .container .slick-next {
    right: -29px; }
  .related .productCarousel {
    padding-left: 20px;
    padding-right: 20px; } }

.top_left p a {
  color: #6E9665; }

.top_left p a:hover {
  color: #fff; }

.bottom_mn .bottom_left p {
  margin: 0px; }
  .bottom_mn .bottom_left p a {
    color: #6e9665;
    padding: 11px 0;
    display: inline-block;
    width: 100%; }
    .bottom_mn .bottom_left p a:hover {
      color: #fff; }
      .bottom_mn .bottom_left p a:hover span {
        color: #6e9665; }

@media only screen and (max-width: 1199px) {
  .top_left p span:after {
    margin: 0 5px -2px 7px; } }

@media only screen and (max-width: 479px) {
  .top_left p span:after {
    margin: -1px 3px 0px 4px; } }

.productGrid .product .card .card-body .card-title {
  height: 70px; }

@media only screen and (max-width: 479px) {
  .productGrid .product .card .card-body .card-title {
    height: auto; } }

body .productView-description {
  clear: both;
  float: none;
  width: 100%; }

#tab-additional-information a {
  font-weight: 400 !important;
  color: #6E9665; }

#tab-additional-information a:hover {
  color: #000; }

.tab .tab-title {
  color: #6E9665;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #6E9665; }

.tab.is-active .tab-title {
  color: #fff;
  background: #6E9665; }

.tabs li.tab {
  margin: 0 10px 0 0; }

ul.tabs {
  border: 0px; }

.tabs-contents .tab-content {
  border: 1px solid #6E9665;
  padding: 30px 20px !important;
  margin: -2px 0 60px; }

.tab-content p:last-child {
  margin: 0; }

.productView-details .productView-product {
  border: 0px;
  padding: 0; }

section.productView-details {
  margin: 0; }

.tabs-contents .productCarousel .productCarousel-slide .card {
  margin-bottom: 0; }

.productCarousel .productCarousel-slide .card .card-body .card-text.Brand {
  line-height: 22px;
  margin: 6px 0 3px 0; }

body .productView-description {
  padding: 0; }

p.disclaimer {
  text-align: center;
  margin: 5px 0 0;
  color: #6E9665; }

#tab-description span {
  font-size: 14px !important; }

@media only screen and (max-width: 1199px) {
  .tabs li.tab {
    margin: 0; }
  .tab .tab-title {
    padding: 10px 15px; } }

.featured_plant .productGrid .product .card .card-body .card-text.Brand {
  color: #fff; }

.productGrid .product .card .card-body .card-title a {
  line-height: 24px; }
