/*** Media Queries ***/
/* --------------------------------------
/*  Mixins
/* -------------------------------------- */
/* --------------------------------------
/*  Gradients
/* -------------------------------------- */
/* ---------------------
/* Mixins
/* --------------------- */
.remove-default-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.material-icons, .main-header .main-nav ul.nav .dropdown-menu li a:after, .slick-button:after, .product-loop .slick-prev:after, .product-loop .slick-next:after, .featured-products-home .slick-prev:after, .featured-products-home .slick-next:after, .container .single-product .product-options span.submit-wrap:after, .product-preview .sub-images .next:after, .product-preview .sub-images .prev:after, .mc-submit-wrap:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.text-button, .container .single-product .product-options span.submit-wrap, .mc-submit-wrap {
  background: #E61071;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0;
  display: inline-block;
  clear: both;
  text-transform: initial;
  padding: 14px 9px;
  font-weight: 500;
  text-align: left;
  width: auto;
  margin-top: 6px;
  color: white;
  border: none;
  transition: 0.2s;
}

.text-button:hover, .container .single-product .product-options span.submit-wrap:hover, .mc-submit-wrap:hover, .text-button:focus, .container .single-product .product-options span.submit-wrap:focus, .mc-submit-wrap:focus, .text-button:active, .container .single-product .product-options span.submit-wrap:active, .mc-submit-wrap:active {
  text-decoration: none;
  color: white;
  background-color: #b60d5a;
}

.text-button:hover i, .container .single-product .product-options span.submit-wrap:hover i, .mc-submit-wrap:hover i, .text-button:focus i, .container .single-product .product-options span.submit-wrap:focus i, .mc-submit-wrap:focus i, .text-button:active i, .container .single-product .product-options span.submit-wrap:active i, .mc-submit-wrap:active i {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.text-button i, .container .single-product .product-options span.submit-wrap i, .mc-submit-wrap i {
  transition: 0.1s;
  -ms-transform: translate(-5px, 0);
  -webkit-transform: translate(-5px, 0);
  transform: translate(-5px, 0);
  float: right;
  margin-left: 40px;
  line-height: 20px;
  color: inherit;
}

.text-button.white, .container .single-product .product-options span.white.submit-wrap, .white.mc-submit-wrap {
  background-color: white;
  color: #494949;
}

.text-button.white i, .container .single-product .product-options span.white.submit-wrap i, .white.mc-submit-wrap i {
  color: #404040;
}

.text-button.white:hover, .container .single-product .product-options span.white.submit-wrap:hover, .white.mc-submit-wrap:hover, .text-button.white:focus, .container .single-product .product-options span.white.submit-wrap:focus, .white.mc-submit-wrap:focus, .text-button.white:active, .container .single-product .product-options span.white.submit-wrap:active, .white.mc-submit-wrap:active {
  color: #404040;
  background-color: #e6e6e6;
}

.text-button.white:hover i, .container .single-product .product-options span.white.submit-wrap:hover i, .white.mc-submit-wrap:hover i, .text-button.white:focus i, .container .single-product .product-options span.white.submit-wrap:focus i, .white.mc-submit-wrap:focus i, .text-button.white:active i, .container .single-product .product-options span.white.submit-wrap:active i, .white.mc-submit-wrap:active i {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.text-button.black, .container .single-product .product-options span.black.submit-wrap, .black.mc-submit-wrap {
  background-color: #020202;
  color: white;
}

.text-button.black i, .container .single-product .product-options span.black.submit-wrap i, .black.mc-submit-wrap i {
  color: #404040;
}

.text-button.black:hover, .container .single-product .product-options span.black.submit-wrap:hover, .black.mc-submit-wrap:hover, .text-button.black:focus, .container .single-product .product-options span.black.submit-wrap:focus, .black.mc-submit-wrap:focus, .text-button.black:active, .container .single-product .product-options span.black.submit-wrap:active, .black.mc-submit-wrap:active {
  background-color: #1c1c1c;
}

.text-button.black:hover i, .container .single-product .product-options span.black.submit-wrap:hover i, .black.mc-submit-wrap:hover i, .text-button.black:focus i, .container .single-product .product-options span.black.submit-wrap:focus i, .black.mc-submit-wrap:focus i, .text-button.black:active i, .container .single-product .product-options span.black.submit-wrap:active i, .black.mc-submit-wrap:active i {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.text-button.mc-form, .container .single-product .product-options span.mc-form.submit-wrap, .mc-form.mc-submit-wrap {
  margin: 0;
  background-color: transparent;
  width: 100%;
  padding: 15px;
}

.page_ h2.shop-categories-navigation-title, .page_shop h2.shop-categories-navigation-title {
  color: #000;
  font-size: 25px;
  margin: 20px 0 15px 0;
  letter-spacing: 0;
  font-weight: 500;
  display: block;
  text-align: left;
  text-transform: capitalize;
  font-size: 36px;
}

.page_ h2.shop-categories-navigation-title:before, .page_shop h2.shop-categories-navigation-title:before {
  display: none;
}

.page_ h2.shop-categories-navigation-title:after, .page_shop h2.shop-categories-navigation-title:after {
  display: none;
}

/*** Media Queries ***/
html, body {
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  color: #666666;
}

body {
  background: none;
  font-family: "Rubik", sans-serif;
}

#mce-success-response {
  color: white;
  margin-top: 10px;
}

#mobile-menu-open {
  display: none;
  float: right;
  cursor: pointer;
}

#mobile-menu-open i {
  color: #767676;
  font-size: 30px;
}

@media (max-width: 1024px) {
  #mobile-menu-open {
    display: block;
  }
}

#mobile-menu-close {
  padding: 15px;
  color: white;
  display: block;
  width: 100%;
  cursor: pointer;
}

.mobile-menu {
  position: fixed;
  width: 250px;
  top: 0;
  right: 0;
  height: 100%;
  background: black;
  overflow-y: scroll;
  z-index: 6000;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
  will-change: transform;
  -ms-transform: translate(350px, 0);
  -webkit-transform: translate(350px, 0);
  transform: translate(350px, 0);
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  font-family: "Rubik", sans-serif;
}

.mobile-menu img {
  width: 100%;
  padding: 0 15px;
  opacity: 1;
  display: block;
  margin: 20px auto;
}

.mobile-menu.open {
  -ms-transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
}

.mobile-menu .social {
  border-top: 1px solid #272727;
  color: #dcd9d9;
  text-align: center;
  padding-top: 10px;
}

.mobile-menu .social a {
  color: #ccc;
  padding: 0 5px;
  font-size: 20px;
  margin: 2px 0;
  display: inline-block;
}

.mobile-menu .contacts {
  display: block;
  color: #dcd9d9;
  text-align: center;
}

.mobile-menu .sqimple-customnavigation {
  padding: 15px;
}

.mobile-menu .sqimple-customnavigation > ul {
  padding: 0;
  margin: 0;
}

.mobile-menu .sqimple-customnavigation > ul li {
  list-style-type: none;
}

.mobile-menu .sqimple-customnavigation > ul li ul {
  padding-left: 15px;
}

.mobile-menu .sqimple-customnavigation > ul li a {
  color: #dcd9d9;
}

.outside_container {
  position: relative;
  top: 0px;
  height: 10px;
  width: 100%;
  display: block;
  background: url(../images/top-gradient.jpg) repeat-x right top;
  z-index: 50;
}

.outside_container__footer {
  height: 10px;
  width: 100%;
  display: block;
  background: url(../images/top-gradient.jpg) repeat-x right top;
}

.top-hat {
  font-family: "Rubik", sans-serif;
  border-bottom: 1px solid #E3E3E3;
  padding: 12px 0;
  font-weight: 300;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 767px) {
  .top-hat {
    text-align: center;
  }
  .top-hat .phone, .top-hat .social {
    display: none;
  }
}

.top-hat .search-wrap {
  display: inline-block;
  float: right;
  margin-right: 15px;
}

.top-hat .search-wrap .search-trigger {
  background: none;
  border: none;
  padding: 2px 8px;
  height: 26px;
}

.top-hat .search-wrap .sqimple-search {
  display: inline-block;
  float: left;
}

.top-hat .search-wrap .sqimple-search .input-group {
  width: 200px;
}

@media (max-width: 1024px) {
  .top-hat .search-wrap .sqimple-search .input-group {
    width: 180px;
  }
}

@media (max-width: 767px) {
  .top-hat .search-wrap .sqimple-search .input-group {
    width: 50%;
    margin: 10px auto 0 auto;
  }
}

.top-hat .search-wrap .sqimple-search .input-group input {
  border: 1px solid #ececec;
  border-radius: 0px;
  box-shadow: none;
  padding: 0px 8px;
  height: 26px;
}

.top-hat .search-wrap .sqimple-search .input-group input#btn-search {
  background-color: #ccc;
  color: white;
  border: none;
  transition: 0.3s;
}

.top-hat .search-wrap .sqimple-search .input-group input#btn-search:hover, .top-hat .search-wrap .sqimple-search .input-group input#btn-search:focus, .top-hat .search-wrap .sqimple-search .input-group input#btn-search:active {
  background-color: #b3b3b3;
}

.top-hat .phone {
  float: left;
  font-size: 13.5px;
}

.top-hat .social {
  float: right;
  color: #838383;
  font-size: 12px;
  margin-right: 15px;
}

.top-hat .social span {
  margin-right: 15px;
}

.top-hat .social a {
  font-size: 16px;
  margin-right: 10px;
}

.top-hat .social a i, .top-hat .social a icon, .top-hat .social a span {
  color: #5d5d5d;
}

.top-hat .login-actions {
  float: right;
  color: #838383;
}

@media (max-width: 767px) {
  .top-hat .login-actions {
    width: 100%;
  }
}

.top-hat .login-actions a {
  color: #838383;
  margin: 0 8px;
  font-size: 13.5px;
  font-weight: 300;
}

.top-hat .login-actions span.seperator {
  display: none !important;
}

.top-hat .login-actions span.cart {
  display: inline-block;
}

.sticky-seperator {
  height: 165px;
}

@media (max-width: 767px) {
  .sticky-seperator {
    height: 200px;
  }
}

body #lightbox {
  z-index: 150;
}

body #overlay {
  z-index: 120;
}

.sticky-wrap {
  position: fixed;
  z-index: 95;
  background: white;
  width: 100%;
  top: 10px;
  width: 100%;
  transition: 0.3s;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.sticky-wrap.sticky {
  top: 0;
  position: fixed;
}

.sticky-wrap.sticky .main-header {
  height: 100px;
  padding: 22px 0;
}

@media (max-width: 767px) {
  .sticky-wrap.sticky .main-header {
    height: 84px;
    padding: 13px 0;
  }
}

.main-header {
  height: 120px;
  border-bottom: 1px solid #E3E3E3;
  padding: 30px 0;
  transition: 0.3s;
}

@media (max-width: 1024px) {
  .main-header > div.container {
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  .main-header div.logo {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .main-header > div.container {
    display: block;
  }
  .main-header div.logo {
    float: left;
    display: block;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
  }
  .main-header div.logo img {
    width: 100%;
  }
  .main-header div#mobile-menu-open {
    margin-top: 10px;
  }
}

.main-header > .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
}

.main-header .logo {
  float: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.main-header .main-nav {
  float: right;
  font-family: "Rubik", sans-serif;
}

@media (max-width: 1024px) {
  .main-header .main-nav {
    display: none;
  }
}

.main-header .main-nav .navbar {
  margin: 0 !important;
}

.main-header .main-nav .caret {
  border: none;
  margin: 0;
  line-height: 0px;
}

.main-header .main-nav .caret:after {
  content: "\f107";
  font-family: FontAwesome;
}

.main-header .main-nav ul.nav .dropdown-menu {
  background-color: white;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.03);
  border: none;
}

.main-header .main-nav ul.nav .dropdown-menu li a {
  font-weight: 500;
  padding-lefT: 10px;
  position: relative;
  padding: 7px 45px 7px 20px;
}

.main-header .main-nav ul.nav .dropdown-menu li a:after {
  content: 'arrow_forward';
  position: absolute;
  right: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #4e4e4e;
  top: 7px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: 0.3s;
}

.main-header .main-nav ul.nav .dropdown-menu li a:hover:after, .main-header .main-nav ul.nav .dropdown-menu li a:focus:after, .main-header .main-nav ul.nav .dropdown-menu li a:active:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.main-header .main-nav ul.nav > li {
  display: inline-block;
  float: left;
}

.main-header .main-nav ul.nav > li a {
  color: #404040;
  transition: 0.25s;
}

.main-header .main-nav ul.nav > li a:hover, .main-header .main-nav ul.nav > li a:focus, .main-header .main-nav ul.nav > li a:active {
  color: #d0d0d0;
  background-color: transparent;
}

.home-hero {
  background-color: #ccc;
  height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
}

.home-hero .sqimple-richtext {
  color: white;
  font-family: "Rubik", sans-serif;
}

.home-hero .sqimple-richtext h1 {
  font-size: 73px;
}

.home-hero .sqimple-richtext .text-button, .home-hero .sqimple-richtext .container .single-product .product-options span.submit-wrap, .container .single-product .product-options .home-hero .sqimple-richtext span.submit-wrap, .home-hero .sqimple-richtext .mc-submit-wrap, .home-hero .sqimple-richtext a {
  padding-left: 20px;
  padding-right: 20px;
}

.home-hero .sqimple-richtext p {
  font-size: 18px;
  padding: 0 20px;
  font-weight: 300;
  text-shadow: 1px 1px 5px black;
  color: white;
}

.home-hero .sqimple-richtext a {
  text-shadow: none;
}

@media (max-width: 1024px) {
  .home-hero {
    background-position: 66% !important;
  }
}

@media (max-width: 991px) {
  .home-hero {
    height: 450px;
    background-position: 80%;
  }
  .home-hero .sqimple-richtext h1 {
    font-size: 42px;
  }
  .home-hero .sqimple-richtext p {
    font-size: 14px;
  }
}

.slick-button, .product-loop .slick-prev, .product-loop .slick-next, .featured-products-home .slick-prev, .featured-products-home .slick-next {
  border-radius: 100%;
  padding: 32px;
  background: white;
  z-index: 120;
}

.slick-button:hover, .product-loop .slick-prev:hover, .product-loop .slick-next:hover, .featured-products-home .slick-prev:hover, .featured-products-home .slick-next:hover, .slick-button:focus, .product-loop .slick-prev:focus, .product-loop .slick-next:focus, .featured-products-home .slick-prev:focus, .featured-products-home .slick-next:focus, .slick-button:active, .product-loop .slick-prev:active, .product-loop .slick-next:active, .featured-products-home .slick-prev:active, .featured-products-home .slick-next:active {
  text-decoration: none;
  background: white;
}

.slick-button:before, .product-loop .slick-prev:before, .product-loop .slick-next:before, .featured-products-home .slick-prev:before, .featured-products-home .slick-next:before {
  display: none;
}

.slick-button:after, .product-loop .slick-prev:after, .product-loop .slick-next:after, .featured-products-home .slick-prev:after, .featured-products-home .slick-next:after {
  color: black;
  position: absolute;
  top: 25%;
  left: 25%;
  font-size: 34px;
}

.sqimple-custom-bootstrapdivs h1 {
  margin: 30px 0 15px 0;
}

.sqimple-category-show-all {
  background-color: transparent;
  margin: 0;
  width: 100%;
}

.sqimple-category-show-more {
  background-color: transparent;
  margin: 0;
  width: 100%;
}

.row.show-more {
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
}

.row.show-more .col-xs-4 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
}

.row.show-more .col-xs-8 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
}

.sqimple-shopcategory {
  padding-right: 15px;
  padding-left: 15px;
}

.sqimple-loader {
  width: 100% !important;
}

.col-xs-4.product-variation {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 35px;
  float: left;
}

@media (max-width: 1024px) {
  .col-xs-4.product-variation {
    width: 100%;
  }
}

.lca-grid-variation-details {
  position: relative;
}

.grid-product h1 {
  margin: 20px 0 30px 0;
}

.grid-product .description-seperator {
  padding: 10px 0;
  width: 100%;
}

.lca-grid-variation-controls {
  width: 100%;
  height: auto;
  background: #F4F4F4;
  padding: 0px 9px 9px 9px;
  float: left;
}

.lca-grid-variation-controls .title-sku {
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  color: #444;
  font-weight: 500;
  margin: 8px 0 0 0;
}

.lca-grid-variation-controls .title-sku .sku {
  text-align: left;
  font-size: 11px;
  display: block;
}

.lca-grid-variation-controls .sqimple-selection-quantity {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 6px 2px;
  max-height: 35px;
  min-height: 35px;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-right: none;
  border-bottom: 1px solid #d2d2d2;
}

.lca-grid-variation-controls .lca-pseudo-multi-add {
  background-color: #E61071;
  border: none;
  width: 50%;
  display: inline-block;
  float: left;
  border-radius: 0px;
  padding: 6px 2px;
  padding: 8px 2px;
  border-radius: 0px;
  max-height: 35px;
  min-height: 35px;
}

.lca-grid-variation-controls .lca-pseudo-multi-add:hover, .lca-grid-variation-controls .lca-pseudo-multi-add:focus, .lca-grid-variation-controls .lca-pseudo-multi-add:active {
  background-color: #9e0b4e !important;
}

.lca-grid-price {
  font-weight: 200;
  padding: 5px 0;
  font-size: 18px;
}

.lca-cpp-layout-inner {
  float: left;
  width: 100%;
}

.lca-cpp-layout-inner .sqimple-loader {
  height: 100% !important;
  z-index: 90 !important;
}

.lca-cpp-layout-inner .lca-cpp-product-item {
  color: #545454;
  float: left;
  width: 100%;
  margin: 10px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
}

.lca-cpp-layout-inner .lca-cpp-product-item .image-container {
  float: left;
  display: inline-block;
}

.lca-cpp-layout-inner .lca-cpp-product-item .lca-cpp-product-details {
  float: left;
  display: inline-block;
  background: #F5F5F5;
  text-align: center;
  padding: 10px 50px;
  margin: 0 20px;
  width: 33%;
  font-weight: 500;
}

.lca-cpp-layout-inner .lca-cpp-product-item .lca-cpp-product-details p {
  margin: 0;
}

.lca-cpp-layout-inner .lca-cpp-product-item .lca-cpp-product-details .price-inner {
  margin: 5px 0;
  display: block;
  font-size: 15px;
  font-weight: 300;
}

.lca-cpp-layout-inner .lca-cpp-product-item .lca-cpp-product-details .title {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.lca-cpp-layout-inner .lca-cpp-product-item .actions-container .add-and-quantity-box {
  position: relative;
}

.lca-cpp-layout-inner .lca-cpp-product-item .actions-container .add-and-quantity-box .sqimple-selection-quantity {
  padding: 0 15px;
  background: #F5F5F5;
  width: 30%;
  border: none;
  height: 70px;
  font-weight: 500;
  text-align: center;
  border-radius: 0px;
}

.lca-cpp-layout-inner .lca-cpp-product-item .actions-container .add-and-quantity-box .qty-wrap {
  position: relative;
}

.lca-cpp-layout-inner .lca-cpp-product-item .actions-container .add-and-quantity-box label {
  position: absolute;
  top: -50px;
  left: calc(50% - 22px);
  margin: 0;
  font-weight: 500;
}

.lca-cpp-layout-inner .lca-cpp-product-item .actions-container .add-and-quantity-box .lca-pseudo-multi-add {
  height: 70px;
  max-height: 70px;
  border-radius: 0;
  background-color: #f5f5f5;
  border: none;
  color: #545454;
  margin: 0 20.5px;
  line-height: 60px;
  text-transform: capitalize;
  width: 50%;
  font-weight: 500;
}

@media (max-width: 767px) {
  .lca-cpp-layout-inner .lca-cpp-product-item .lca-cpp-product-details {
    width: 25%;
    margin: 0 10px;
    padding: 10px;
  }
  .lca-cpp-layout-inner .lca-cpp-product-item .lca-cpp-product-details .title {
    font-size: 12px;
  }
  .lca-cpp-layout-inner .lca-cpp-product-item .lca-cpp-product-details .price-inner {
    font-size: 12px;
  }
  .lca-cpp-layout-inner .lca-cpp-product-item .actions-container .add-and-quantity-box .qty-wrap {
    font-size: 12px;
  }
  .lca-cpp-layout-inner .lca-cpp-product-item .actions-container .add-and-quantity-box .lca-pseudo-multi-add {
    margin: 0 8px;
    padding: 5px 0;
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .lca-cpp-layout-inner .lca-cpp-product-item {
    display: block;
  }
  .lca-cpp-layout-inner .lca-cpp-product-item .image-container {
    display: block;
    width: 100%;
  }
  .lca-cpp-layout-inner .lca-cpp-product-item .image-container img {
    width: 100%;
  }
  .lca-cpp-layout-inner .lca-cpp-product-item .lca-cpp-product-details {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .lca-cpp-layout-inner .lca-cpp-product-item .actions-container .add-and-quantity-box .sqimple-selection-quantity {
    width: 50%;
    margin: 0;
  }
  .lca-cpp-layout-inner .lca-cpp-product-item .actions-container .add-and-quantity-box .lca-pseudo-multi-add {
    width: 49%;
    display: inline-block;
    float: none;
    clear: none;
    margin: 0;
  }
}

.related-products-single .sqimple-shopcategory .boxed {
  text-align: center;
}

.related-products-single .sqimple-shopcategory .boxed > a {
  text-decoration: none;
}

.related-products-single .sqimple-shopcategory .boxed > a:hover, .related-products-single .sqimple-shopcategory .boxed > a:focus, .related-products-single .sqimple-shopcategory .boxed > a:active {
  text-decoration: none;
}

.related-products-single .sqimple-shopcategory .boxed .product-price {
  color: #333;
}

.related-products-single .sqimple-shopcategory .boxed .product_title {
  display: block;
  padding-bottom: 0;
  padding: 10px 0 0 0;
}

.product-loop {
  font-family: "Rubik", sans-serif;
  background-image: url(../images/feature-bg-edit.jpg);
  position: relative;
}

.product-loop.no-bg {
  background-image: none;
}

.product-loop.no-bg .boxed {
  margin: 0 0 30px 0;
}

.product-loop .slick-prev:after {
  content: 'keyboard_arrow_left';
}

.product-loop .slick-next:after {
  content: 'keyboard_arrow_right';
}

.product-loop .container {
  position: relative;
  z-index: 150;
}

.product-loop .product-title, .product-loop h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  margin: 40px 0;
  letter-spacing: 5px;
  position: relative;
  display: table;
  margin: 40px auto;
  font-size: 24px;
}

.product-loop .product-title:before, .product-loop h2:before {
  content: '';
  width: 100px;
  position: absolute;
  left: -150px;
  height: 1px;
  background: black;
  top: 50%;
}

.product-loop .product-title:after, .product-loop h2:after {
  content: '';
  width: 100px;
  position: absolute;
  right: -140px;
  height: 1px;
  background: black;
  top: 50%;
}

.product-loop .boxed {
  padding: 0 0 16px 0;
  background: #f4f4f4;
  margin-bottom: 20px;
  margin-bottom: 8px;
}

.product-loop .boxed .view-product:hover, .product-loop .boxed .view-product:focus, .product-loop .boxed .view-product:active {
  text-decoration: none;
}

.product-loop .boxed img {
  width: 100%;
  margin: 0 auto;
}

.product-loop .boxed .overlay {
  background-color: #d2d2d2;
  width: 90%;
  margin: 0 auto;
  display: block;
  padding: 8px 0;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  color: white;
  transition: 0.4s;
}

.product-loop .boxed .overlay:hover, .product-loop .boxed .overlay:focus, .product-loop .boxed .overlay:active {
  background-color: #b8b8b8;
}

.product-loop .boxed .overlay span {
  display: block;
}

.product-loop .boxed .image-section .overlay {
  background-color: #b8b8b8;
}

.product-loop .boxed .product_title {
  font-size: 16px;
  padding: 8px 0;
  text-transform: uppercase;
  color: #444;
  font-weight: 500;
}

.product-loop .boxed .title {
  text-align: center;
  width: 100%;
  display: block;
}

.product-loop .boxed .title a {
  font-size: 16px;
  padding: 8px 0;
  text-transform: uppercase;
  color: #444;
  font-weight: 500;
}

.product-loop .boxed .product-price {
  text-align: center;
  font-weight: 200;
  padding: 8px 0;
  font-size: 18px;
}

.not-for-sale-message {
  display: block;
  padding: 5px 0;
  color: #555;
  font-weight: bold;
}

span.category-widget-flagged-item, span.product-widget-flagged-item {
  background-color: #E61071 !important;
  letter-spacing: 1px;
  text-shadow: none;
  font-family: "Rubik", sans-serif;
  box-shadow: none;
  border-radius: 0;
  padding: 13px;
  left: 0;
  z-index: 92 !important;
}

span.category-widget-flagged-item.stock, span.product-widget-flagged-item.stock {
  width: 87px;
  display: inline-block;
  left: calc(100% - 113px);
  background: #a2a2a2 !important;
}

.single-product {
  margin-top: 30px;
}

.single-product.related {
  padding: 0;
}

.single-product .you-may-also-like-container h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  margin: 40px 0;
  letter-spacing: 5px;
  position: relative;
  display: table;
  margin: 40px auto;
  font-size: 24px;
}

.single-product .you-may-also-like-container h3:before {
  content: '';
  width: 100px;
  position: absolute;
  left: -150px;
  height: 1px;
  background: black;
  top: 50%;
}

.single-product .you-may-also-like-container h3:after {
  content: '';
  width: 100px;
  position: absolute;
  right: -140px;
  height: 1px;
  background: black;
  top: 50%;
}

@media (max-width: 991px) {
  .single-product .you-may-also-like-container h3 {
    font-size: 29px;
  }
  .single-product .you-may-also-like-container h3:after {
    display: none;
  }
  .single-product .you-may-also-like-container h3:before {
    display: none;
  }
}

.single-product .product-description * {
  font-family: "Rubik", sans-serif !important;
}

.single-product select.sqimple-variation-selector {
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #E6E6E6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px;
  width: 100%;
  color: black;
  margin: 10px 0;
}

.single-product .qty {
  font-size: 15px;
  margin-top: 12px;
  color: black;
  font-weight: 500;
}

.single-product #sqimple-product-quantity {
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #E6E6E6;
  padding: 12px;
  width: 100%;
  color: black;
  margin: 10px 0;
}

.single-product .current-price {
  font-size: 35px;
  margin: 22px 0 22px 0;
  color: black;
}

.single-product input.sqimple-add-to-cart-button {
  position: relative;
  background: transparent;
  width: 100%;
  box-shadow: none;
  border: none;
  height: 100%;
  padding: 16px 0 16px 16px;
  text-align: left;
  font-size: 15px;
  z-index: 60;
}

.single-product input.sqimple-add-to-cart-button:hover, .single-product input.sqimple-add-to-cart-button:focus, .single-product input.sqimple-add-to-cart-button:active {
  box-shadow: none;
}

.single-product .product-variations td {
  font-size: 15px;
  color: black;
  font-weight: 500;
}

.single-product .product-options td.right-column {
  width: 100%;
  padding: 0;
}

.product-options * {
  display: block;
}

.container .single-product .product-options span.submit-wrap {
  padding: 0;
  width: 60%;
  position: relative;
  z-index: 88;
  width: 215px;
}

.container .single-product .product-options span.submit-wrap:after {
  top: 0;
  content: 'arrow_forward';
  line-height: 52px;
  position: absolute;
  right: 10px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  top: 0px;
  transition: 0.2s;
  transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.container .single-product .product-options span.submit-wrap:hover:after, .container .single-product .product-options span.submit-wrap:focus:after, .container .single-product .product-options span.submit-wrap:active:after {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.product-preview {
  margin: 7px 15px 50px 0px;
}

@media (max-width: 767px) {
  .product-preview {
    margin: 7px 15px 20px 0px;
  }
}

.product-preview .main-image {
  margin-bottom: 4px;
}

.product-preview .main-image img {
  width: 100%;
}

.product-preview .sqmiple-productImageWithCarousel {
  width: 100%;
}

.product-preview .sub-images {
  position: relative;
  height: 198px;
}

.product-preview .sub-images > span {
  display: none;
}

.product-preview .sub-images .next {
  top: calc(198px / 2 - 25px);
  display: block;
  border-radius: 100%;
  padding: 25px;
  background: white;
  z-index: 90;
  right: -32px;
}

.product-preview .sub-images .next:after {
  content: 'keyboard_arrow_right';
  color: black;
  position: absolute;
  top: 18%;
  left: 18%;
  font-size: 34px;
}

.product-preview .sub-images .prev {
  top: calc(198px / 2 - 25px);
  display: block;
  border-radius: 100%;
  padding: 25px;
  background: white;
  z-index: 90;
  left: -35px;
}

.product-preview .sub-images .prev:after {
  content: 'keyboard_arrow_left';
  color: black;
  position: absolute;
  top: 18%;
  left: 18%;
  font-size: 34px;
}

.product-preview .sub-images div.caroufredsel_wrapper {
  height: 198px !important;
  margin-left: 0 !important;
}

.product-preview .sub-images .shop-product-carousel {
  height: auto !important;
}

.product-preview .sub-images ul#shop-product-carousel li {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  border: none;
  height: auto !important;
}

.product-preview .sub-images ul#shop-product-carousel li:first-child {
  margin-left: 0px !important;
}

.product-preview .sub-images ul#shop-product-carousel li a {
  width: auto !important;
  height: auto !important;
  display: block;
}

.product-preview .sub-images ul#shop-product-carousel li img {
  max-width: 100% !important;
  max-height: 100% !important;
}

@media (max-width: 991px) {
  .product-preview .sub-images a.next {
    top: 20%;
    padding: 20px;
    right: -25px;
  }
  .product-preview .sub-images a.next:after {
    top: 14%;
    left: 14%;
  }
  .product-preview .sub-images a.prev {
    top: 20%;
    padding: 20px;
    left: -22px;
  }
  .product-preview .sub-images a.prev:after {
    top: 14%;
    left: 14%;
  }
}

.featured-products-home {
  font-family: "Rubik", sans-serif;
  background-image: url(../images/feature-bg-edit.jpg);
  position: relative;
  z-index: 85;
}

.featured-products-home.no-bg {
  background-image: none;
}

.featured-products-home.no-bg .boxed {
  margin: 0 -11px;
}

.featured-products-home .slick-prev:after {
  content: 'keyboard_arrow_left';
}

.featured-products-home .slick-next:after {
  content: 'keyboard_arrow_right';
}

.featured-products-home .container {
  position: relative;
  z-index: 150;
}

.featured-products-home .product-title, .featured-products-home h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  margin: 40px 0;
  letter-spacing: 5px;
  position: relative;
  display: table;
  margin: 40px auto;
  font-size: 24px;
}

@media (max-width: 767px) {
  .featured-products-home .product-title:before, .featured-products-home h2:before {
    display: none;
  }
  .featured-products-home .product-title:after, .featured-products-home h2:after {
    display: none;
  }
}

.featured-products-home .product-title:before, .featured-products-home h2:before {
  content: '';
  width: 100px;
  position: absolute;
  left: -150px;
  height: 1px;
  background: black;
  top: 50%;
}

.featured-products-home .product-title:after, .featured-products-home h2:after {
  content: '';
  width: 100px;
  position: absolute;
  right: -140px;
  height: 1px;
  background: black;
  top: 50%;
}

@media (max-width: 991px) {
  .featured-products-home .product-title, .featured-products-home h2 {
    font-size: 29px;
  }
  .featured-products-home .product-title:after, .featured-products-home h2:after {
    content: '';
    width: 35px;
    position: absolute;
    right: -55px;
    height: 1px;
    background: black;
    top: 50%;
  }
  .featured-products-home .product-title:before, .featured-products-home h2:before {
    content: '';
    width: 35px;
    position: absolute;
    left: -55px;
    height: 1px;
    background: black;
    top: 50%;
  }
}

.featured-products-home .boxed {
  background: white;
  margin-bottom: 20px;
  margin-bottom: 8px;
  padding-bottom: 15px;
}

.featured-products-home .boxed .view-product:hover, .featured-products-home .boxed .view-product:focus, .featured-products-home .boxed .view-product:active {
  text-decoration: none;
}

.featured-products-home .boxed img {
  width: 100%;
  margin: 0 auto;
}

.featured-products-home .boxed .overlay {
  background-color: #d2d2d2;
  width: 85%;
  margin: 0 auto;
  display: block;
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  color: white;
  font-size: 12px;
  letter-spacing: 1px;
  transition: 0.4s;
}

.featured-products-home .boxed .overlay:hover, .featured-products-home .boxed .overlay:focus, .featured-products-home .boxed .overlay:active {
  background-color: #b8b8b8;
}

.featured-products-home .boxed .overlay span {
  display: block;
}

.featured-products-home .boxed .image-section .overlay {
  background-color: #b8b8b8;
}

.featured-products-home .boxed .title {
  text-align: center;
  width: 100%;
  display: block;
}

.featured-products-home .boxed .title a {
  font-size: 16px;
  padding: 8px 0;
  text-transform: uppercase;
  color: #444;
  font-weight: 500;
}

.featured-products-home .boxed .product-price {
  text-align: center;
  font-weight: 200;
  padding: 8px 0;
  font-size: 18px;
}

.sqimple-breadcrumb {
  display: block;
  margin: 20px 0 0 0;
}

@media (max-width: 1024px) {
  .sqimple-breadcrumb {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .mobile-titles, body div.featured-categories-home .product-title, .featured-categories-home h2, .sqimple-custom-homepagedisplay .product-title, .sqimple-custom-homepagedisplay h2, .sqimple-custom-shoppagedisplay .product-title, .sqimple-custom-shoppagedisplay h2 {
    font-size: 19px !important;
  }
  .mobile-titles:after, body div.featured-categories-home .product-title:after, .featured-categories-home h2:after, .sqimple-custom-homepagedisplay .product-title:after, .sqimple-custom-homepagedisplay h2:after, .sqimple-custom-shoppagedisplay .product-title:after, .sqimple-custom-shoppagedisplay h2:after {
    content: '';
    width: 35px !important;
    position: absolute;
    right: -55px !important;
    height: 1px;
    background: black;
    top: 50%;
  }
  .mobile-titles:before, body div.featured-categories-home .product-title:before, .featured-categories-home h2:before, .sqimple-custom-homepagedisplay .product-title:before, .sqimple-custom-homepagedisplay h2:before, .sqimple-custom-shoppagedisplay .product-title:before, .sqimple-custom-shoppagedisplay h2:before {
    content: '';
    width: 35px !important;
    position: absolute;
    left: -55px !important;
    height: 1px;
    background: black;
    top: 50%;
  }
}

.featured-categories-home h2.shop-categories-navigation-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  margin: 40px 0;
  letter-spacing: 5px;
  position: relative;
  display: table;
  margin: 40px auto;
  font-size: 24px;
}

.featured-categories-home h2.shop-categories-navigation-title:before {
  display: block;
  content: '';
  width: 100px;
  position: absolute;
  left: -150px;
  height: 1px;
  background: black;
  top: 50%;
}

.featured-categories-home h2.shop-categories-navigation-title:after {
  display: block;
  content: '';
  width: 100px;
  position: absolute;
  right: -140px;
  height: 1px;
  background: black;
  top: 50%;
}

@media (max-width: 991px) {
  .featured-categories-home h2.shop-categories-navigation-title {
    font-size: 29px;
  }
  .featured-categories-home h2.shop-categories-navigation-title:after {
    content: '';
    width: 35px;
    position: absolute;
    right: -55px;
    height: 1px;
    background: black;
    top: 50%;
  }
  .featured-categories-home h2.shop-categories-navigation-title:before {
    content: '';
    width: 35px;
    position: absolute;
    left: -55px;
    height: 1px;
    background: black;
    top: 50%;
  }
}

.sqimple-breadcrumb ul {
  padding: 10px 16px;
  margin: 0px;
  list-style-type: none;
}

.featured-categories-home, .sqimple-custom-shoppagedisplay {
  font-family: "Rubik", sans-serif;
  padding: 20px 0;
}

.featured-categories-home > .container, .sqimple-custom-shoppagedisplay > .container {
  overflow: hidden;
}

.featured-categories-home .row, .sqimple-custom-shoppagedisplay .row {
  padding: 0 11px;
}

.featured-categories-home sqimple-navigation .row:first-child, .sqimple-custom-shoppagedisplay sqimple-navigation .row:first-child {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}

.featured-categories-home .product-title, .featured-categories-home h2, .sqimple-custom-shoppagedisplay .product-title, .sqimple-custom-shoppagedisplay h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  margin: 40px 0;
  letter-spacing: 5px;
  position: relative;
  display: table;
  margin: 40px auto;
  font-size: 24px;
  font-family: "Rubik", sans-serif;
}

.featured-categories-home .product-title:before, .featured-categories-home h2:before, .sqimple-custom-shoppagedisplay .product-title:before, .sqimple-custom-shoppagedisplay h2:before {
  content: '';
  width: 100px;
  position: absolute;
  left: -150px;
  height: 1px;
  background: black;
  top: 50%;
}

.featured-categories-home .product-title:after, .featured-categories-home h2:after, .sqimple-custom-shoppagedisplay .product-title:after, .sqimple-custom-shoppagedisplay h2:after {
  content: '';
  width: 100px;
  position: absolute;
  right: -140px;
  height: 1px;
  background: black;
  top: 50%;
}

.featured-categories-home .col-md-8, .featured-categories-home .col-md-4, .featured-categories-home .col-md-3, .sqimple-custom-shoppagedisplay .col-md-8, .sqimple-custom-shoppagedisplay .col-md-4, .sqimple-custom-shoppagedisplay .col-md-3 {
  padding-right: 4px;
  padding-left: 4px;
  margin-bottom: 8px;
}

.featured-categories-home .cat-feature, .sqimple-custom-shoppagedisplay .cat-feature {
  position: relative;
}

@media (max-width: 991px) {
  .featured-categories-home .cat-feature.flex-lg-me, .sqimple-custom-shoppagedisplay .cat-feature.flex-lg-me {
    height: 250px;
  }
}

.featured-categories-home .cat-feature:hover .cat-content, .sqimple-custom-shoppagedisplay .cat-feature:hover .cat-content {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.featured-categories-home .cat-feature:hover .view-range, .sqimple-custom-shoppagedisplay .cat-feature:hover .view-range {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.featured-categories-home .cat-feature:hover .bg-image:after, .sqimple-custom-shoppagedisplay .cat-feature:hover .bg-image:after {
  background-color: rgba(0, 0, 0, 0.8);
}

.featured-categories-home .flex-column-us, .sqimple-custom-shoppagedisplay .flex-column-us {
  height: 250px;
}

.featured-categories-home .second .cat-feature:first-child .bg-image, .sqimple-custom-shoppagedisplay .second .cat-feature:first-child .bg-image {
  border-bottom: 8px solid white;
}

.featured-categories-home .double-wrap, .sqimple-custom-shoppagedisplay .double-wrap {
  width: 33%;
  float: left;
}

.featured-categories-home .cat-feature.col-md-3, .sqimple-custom-shoppagedisplay .cat-feature.col-md-3 {
  height: 250px;
}

.featured-categories-home .flex-lg-me, .sqimple-custom-shoppagedisplay .flex-lg-me {
  height: 500px;
}

.featured-categories-home .cat-content, .sqimple-custom-shoppagedisplay .cat-content {
  position: relative;
  z-index: 150;
  width: 100%;
  display: block;
  text-align: center;
  font-family: "Rubik", sans-serif;
  transition: 0.3s;
  -ms-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
}

.featured-categories-home .cat-content a, .sqimple-custom-shoppagedisplay .cat-content a {
  color: white;
  font-size: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 200;
}

.featured-categories-home .cat-content a:hover, .featured-categories-home .cat-content a:focus, .featured-categories-home .cat-content a:active, .sqimple-custom-shoppagedisplay .cat-content a:hover, .sqimple-custom-shoppagedisplay .cat-content a:focus, .sqimple-custom-shoppagedisplay .cat-content a:active {
  text-decoration: none;
}

.featured-categories-home .cat-content a.view-range, .sqimple-custom-shoppagedisplay .cat-content a.view-range {
  background: #E61071;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0;
  display: inline-block;
  clear: both;
  text-transform: initial;
  padding: 9px 9px;
  font-weight: 500;
  text-align: left;
  width: 152px;
  margin-top: 6px;
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: 0.2s;
}

.featured-categories-home .cat-content a.view-range:hover, .featured-categories-home .cat-content a.view-range:focus, .featured-categories-home .cat-content a.view-range:active, .sqimple-custom-shoppagedisplay .cat-content a.view-range:hover, .sqimple-custom-shoppagedisplay .cat-content a.view-range:focus, .sqimple-custom-shoppagedisplay .cat-content a.view-range:active {
  background-color: #b60d5a;
}

.featured-categories-home .cat-content a.view-range:hover i, .featured-categories-home .cat-content a.view-range:focus i, .featured-categories-home .cat-content a.view-range:active i, .sqimple-custom-shoppagedisplay .cat-content a.view-range:hover i, .sqimple-custom-shoppagedisplay .cat-content a.view-range:focus i, .sqimple-custom-shoppagedisplay .cat-content a.view-range:active i {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.featured-categories-home .cat-content a.view-range i, .sqimple-custom-shoppagedisplay .cat-content a.view-range i {
  transition: 0.1s;
  -ms-transform: translate(-5px, 0);
  -webkit-transform: translate(-5px, 0);
  transform: translate(-5px, 0);
  float: right;
  line-height: 20px;
}

.featured-categories-home .bg-image, .sqimple-custom-shoppagedisplay .bg-image {
  height: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  z-index: 60;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
}

.featured-categories-home .bg-image:after, .sqimple-custom-shoppagedisplay .bg-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}

.sidebar {
  margin-top: 20px !important;
  padding: 0 15px 0 0 !important;
}

.sidebar .shop-navigation {
  display: none;
}

.sidebar .sqimple-shopcategoriesnavigation h2 {
  margin: 0 0 15px 0;
}

.sidebar .sqimple-shopcategoriesnavigation ul {
  margin: 0;
  padding: 0;
}

.sidebar .sqimple-shopcategoriesnavigation ul li {
  list-style-type: none;
}

.sidebar .sqimple-shopcategoriesnavigation ul li a {
  padding: 8px 0;
  display: inline-block;
  color: #6C6C6C;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .sidebar {
    text-align: right;
  }
}

@media (max-width: 991px) {
  .sidebar {
    padding: 0 15px !important;
    clear: both;
    text-align: left;
  }
}

.sidebar .catalogue {
  height: 476px;
  background: black;
  padding: 10px 15px;
  background-image: url(../images/sidebar-bg.jpg);
  position: relative;
  background-size: cover;
  background-position: bottom center;
  margin-top: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}

.sidebar .catalogue:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 15;
}

.sidebar .catalogue .flex-end {
  position: relative;
  z-index: 20;
  -ms-align-self: flex-end;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.sidebar .catalogue h1, .sidebar .catalogue h2, .sidebar .catalogue h3, .sidebar .catalogue h4, .sidebar .catalogue h5, .sidebar .catalogue h6 {
  color: white;
  font-size: 25px;
}

.sqimple-form .form ul li.control-group input, .sqimple-form .form ul li.control-group select {
  height: 45px;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  margin-bottom: 13px;
}

.sqimple-form label {
  font-weight: 400;
  display: block;
  width: 100%;
}

.sqimple-form .form-intro {
  margin-bottom: 20px;
}

.sidebar .sqimple-customnavigation h2 {
  margin-top: 0;
}

.sidebar .sqimple-customnavigation ul {
  margin: 0;
  padding: 0;
}

.sidebar .sqimple-customnavigation ul li {
  list-style-type: none;
}

.sidebar .sqimple-customnavigation ul li a {
  color: #6C6C6C;
  font-size: 20px;
  padding: 10px 0;
  display: block;
}

body.page_stockist .col-md-9 {
  margin-top: 20px;
}

body.page_stockist .col-md-9 h2 {
  margin-top: 0;
}

body.page_stockist .sqimple-form {
  margin-top: 30px;
}

body.page_stockist .col-md-3 img {
  width: 100%;
}

body.page_stockist .col-md-3 h2 {
  margin-top: 0;
}

body.page_stockist .main-content .form h2 {
  display: none;
}

.col-md-9 img {
  width: 100%;
}

.col-md-9 .form, .col-md-9 form {
  margin: 0;
  width: 100%;
}

.home-main-content {
  font-family: "Rubik", sans-serif;
  padding: 50px 0 100px 0;
}

@media (max-width: 1024px) {
  .home-main-content {
    padding: 30px 0 50px 0;
  }
  .home-main-content h1 {
    font-size: 25px;
  }
  .home-main-content h2 {
    font-size: 21px;
  }
}

.home-main-content h2 {
  color: #6C6B74;
  font-weight: 400;
  margin: 30px 0;
}

.home-retailers-section {
  margin-top: 40px;
  font-family: "Rubik", sans-serif;
}

.home-retailers-section img {
  width: 100%;
}

.home-retailers-section h1, .home-retailers-section h2, .home-retailers-section h3 {
  color: black;
  font-weight: 500;
}

.home-retailers-section .text-button, .home-retailers-section .container .single-product .product-options span.submit-wrap, .container .single-product .product-options .home-retailers-section span.submit-wrap, .home-retailers-section .mc-submit-wrap {
  margin-bottom: 20px;
}

.home-retailers-section .col-md-8 {
  background: white;
  padding-right: 0;
}

.home-retailers-section .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}

@media (max-width: 991px) {
  .home-retailers-section .row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-retailers-section .row .col-md-8 {
    padding: 0 15px;
  }
  .home-retailers-section .row .col-md-4 {
    margin: 0 15px;
  }
}

.home-retailers-section .row .col-md-4 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
  background-image: url(/_site/_themes/Liquid%20Crystal/_media/images/feature-bg-edit.jpg);
}

.home-retailers-section .row .col-md-4 > .sqimple-richtext {
  padding: 0 15px;
}

.mobile-stockest {
  display: none;
}

.mobile-stockest > .container {
  padding: 0;
}

.mobile-stockest .col-md-12.image {
  background-image: none;
}

.mobile-stockest .col-md-12.text {
  font-family: "Rubik", sans-serif;
  background-image: url(/_site/_themes/Liquid%20Crystal/_media/images/feature-bg-edit.jpg);
  margin: 0 15px;
}

.mobile-stockest .col-md-12.text .sqimple-richtext {
  padding: 15px;
}

.mobile-stockest .col-md-12.text .sqimple-richtext padding {
  margin: 0 0 10px;
}

.mobile-stockest .col-md-12.text .sqimple-richtext h2 {
  margin: 0;
}

.mobile-stockest .col-md-12 img {
  width: 100%;
}

.home-column-feature {
  font-family: "Rubik", sans-serif;
}

.home-column-feature img {
  width: 100%;
}

.main-content {
  font-family: "Rubik", sans-serif;
}

#mc_embed_signup {
  font-family: "Rubik", sans-serif;
  margin: 50px 0 25px 0;
}

#mc_embed_signup .mc-field-group input {
  width: 100%;
  border: none;
  color: #222;
  padding: 15px;
  height: 50px;
  border-radius: 0px;
}

@media (max-width: 1024px) {
  #mc_embed_signup .mc-field-group {
    margin: 12px 0;
  }
}

#mc_embed_signup .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 991px) {
  #mc_embed_signup .row {
    display: block;
  }
}

.mc-submit-wrap {
  height: 50px;
  margin: 0;
  padding: 0;
  width: 60%;
  position: relative;
  z-index: 88;
  width: 215px;
  background-color: #020202;
}

.mc-submit-wrap:after {
  top: 0;
  content: 'arrow_forward';
  line-height: 52px;
  position: absolute;
  right: 10px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  top: 0px;
  transition: 0.2s;
  transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.mc-submit-wrap:hover, .mc-submit-wrap:focus, .mc-submit-wrap:active {
  background-color: #020202;
}

.mc-submit-wrap:hover:after, .mc-submit-wrap:focus:after, .mc-submit-wrap:active:after {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#footer {
  margin-top: 50px;
  font-family: "Rubik", sans-serif;
}

#footer .footer-logo {
  margin-bottom: 25px;
}

#footer .footer-logo img {
  height: 60px;
}

#footer .footer-form {
  padding: 50px 0;
  background-color: #4988CE;
  position: relative;
}

#footer .footer-form h3 {
  color: white;
  text-align: center;
  font-weight: 500;
  font-size: 39px;
}

#footer .footer-form h3 span {
  font-size: 29px;
}

#footer .footer-content {
  padding: 40px 0 0 0;
  position: relative;
  background-color: white;
}

#footer .footer-content .contact-details a {
  word-break: break-word;
}

@media (max-width: 991px) {
  #footer .footer-content .footer-text p {
    text-align: center;
    margin-bottom: 35px;
    float: none;
  }
}

#footer .footer-content .social-details a {
  color: #838383;
  font-size: 24px;
  margin-right: 10px;
}

#footer .footer-content .social-details .sqimple-richtext a {
  word-break: break-word;
}

#footer .footer-content .social-details .images {
  margin-top: 0;
  float: left;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#footer .footer-content .social-details .images img {
  vertical-align: middle;
  width: 80px;
  display: inline-block;
}

#footer .footer-content .social-details .images img.visa {
  width: 55px;
}

#footer .footer-content .social-details .images img.mastercard {
  width: 55px;
}

#footer .footer-content .social-details .images img.aussie-made {
  width: 60px;
  float: left;
  display: block;
}

@media (max-width: 991px) {
  #footer .footer-content .social-details {
    text-align: left;
  }
}

#footer .footer-content h4 {
  margin-top: 0;
  margin-bottom: 20px;
  color: black;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
}

#footer .footer-content p {
  color: #636363;
  font-size: 15px;
}

#footer .footer-shoe {
  color: #8f8f8f;
  padding: 18px 0;
  border-top: 1px solid #f1f1f1;
  font-size: 14px;
  margin-top: 35px;
}

#footer .footer-shoe p {
  color: #ccc;
}

#footer .footer-shoe a {
  color: #8f8f8f;
  font-size: 14px;
}

@media (max-width: 991px) {
  #footer .footer-shoe {
    text-align: center;
  }
  #footer .footer-shoe p {
    float: none !important;
  }
}

.opac5 {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#pre_container {
  margin: 0 auto;
  height: 100%;
  height: auto !important;
  min-height: 100%;
  margin-bottom: -45px;
  /* Same height as the footer */
  width: 100%;
  background: #fff;
  min-width: 1024px;
}

.search_results .product_results ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.search_results .product_results ul li {
  -webkit-flex: 1 0 15%;
      -ms-flex: 1 0 15%;
          flex: 1 0 15%;
}

.search_results .product_results ul li a {
  font-size: 0.85em;
  text-transform: uppercase;
  color: #333;
}

.search_results .product_results ul li a img {
  display: block;
  margin: 0 auto;
}

/*# sourceMappingURL=main.css.map */