@charset "UTF-8";
/*----------------
RTE Content
-----------------*/
#content .title {
  padding: 0 0 25px;
}

.rte {
  padding: 15px 25px;
  font-size: 14px;
  line-height: 21px;
  color: #898989;
}

.rte h6, .rte h5, .rte h4, .rte h3, .rte h2, .rte h1 {
  margin: 15px 0;
  font-weight: 700;
  text-transform: none;
}

.rte h1 {
  font-size: 18px;
}

.rte h2 {
  font-size: 18px;
}

.rte h2 span {
  font-size: 0.9em;
}

.rte h3 {
  font-size: 18px;
}

.rte h4 {
  font-size: 16px;
}

.rte h5, #content .pro_main_c .desc_blk .rte h5 {
  font-size: 15px;
  padding: 0;
  border: none;
  text-transform: none;
}

.rte h6 {
  font-size: 14px;
}

.rte p {
  font-size: 14px;
  line-height: 21px;
  color: #898989;
  margin-bottom: 10px;
}

.rte a {
  color: #37bbec;
}

.rte a:hover {
  color: #135A8A;
}

.rte img {
  max-width: 100%;
  height: auto;
}

.rte ul {
  margin: 20px 0;
}

.rte ul, .rte ol {
  margin: 20px 0;
}

.rte li {
  margin-left: 25px;
  font-size: 14px;
  line-height: 21px;
  color: #898989;
  margin-bottom: 5px;
}

.rte ol li {
  list-style: decimal;
}

.rte ul li {
  list-style: square;
}

.rte .row {
  margin-bottom: 20px;
}

.rte table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb;
}

.rte table thead {
  background-color: #e0e0e0;
  text-align: left;
  vertical-align: bottom;
}

.rte table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.rte table td:first-child, .rte table th:first-child {
  border-left-width: 0;
}

.rte table th, .rte table td {
  padding: 0.5em 1em;
}

.rte table td, .rte table th {
  border-left: 1px solid #cbcbcb;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
}

.rte table td {
  border-bottom: 1px solid #cbcbcb;
}

.rte table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.collection-box .rte {
  background: #fff;
}

.rte .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.rte .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rte a.btn_c {
  color: #fff !important;
}

.rte blockquote {
  font-size: 14px;
  font-style: italic;
  border-left: 3px solid #ddd;
  padding-left: 10px;
  margin-left: 0px;
}

/*----------------
Miscellaneous Overrides
-----------------*/
.hidden {
  display: none;
  visibility: hidden;
}

.sfbox {
  background: none repeat scroll 0 0 #fff;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  font-size: 14px;
  line-height: 26px;
  margin: 0 0 30px;
  overflow: hidden;
  padding: 20px 20px 30px 20px;
  position: relative;
}

.sfbox-title {
  margin: -5px 0 0 -20px;
  padding-bottom: 8px;
  padding-left: 15px;
  width: 100%;
}

.sfbox .form-control {
  margin: 10px 0;
}

.breadcrumb {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 4px;
  list-style: none outside none;
  margin-bottom: 15px;
  margin-top: -15px;
  padding: 0;
  color: #898989;
}

.breadcrumb a {
  color: #37bbec;
}

.breadcrumb a:hover {
  color: #135A8A;
}

.currency_disclaimer p {
  padding: 10px 15px 0 !important;
}

.btn_c {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  display: block;
  margin: 30px auto 0;
  padding: 0 20px;
  font-weight: 700;
  max-width: 250px;
  background: #37bbec;
  border-radius: 18px;
  border: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.btn_c:hover {
  background-color: #135A8A;
  text-decoration: none;
  color: #ffffff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.btn_c:active {
  background-color: #37bbec;
  text-decoration: none;
  color: #ffffff;
}

.collection-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

#content .product_c {
  position: relative;
}

#content .filter_c {
  position: absolute;
  top: -75px;
  right: 0;
}

#content .filter_c span {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 35px;
  color: #898989;
  font-weight: 700;
  padding: 0 10px 0 20px;
  margin: 0;
}

#content .filter_c .select_box {
  display: block;
  float: left;
}

#content .filter_c .sel_1 {
  width: 85px;
}

#content .filter_c .sel_2 {
  width: 170px;
}

#content .filter_c .collection-view {
  margin-left: 10px;
}

#content .collection-view a i {
  color: #37bbec;
}

#content .collection-box {
  margin-bottom: 30px;
}

#content .collection-box img {
  max-width: 100%;
}

#content .frm {
  padding: 0 25px 30px 25px;
}

#content .frm .req {
  color: #fb5700;
  font-size: 14px;
  font-weight: 700;
  margin-left: 4px;
}

#content .frm .btn_c {
  float: left;
  margin: 0;
}

#content .frm .reqired {
  color: #fb5700;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  float: right;
  display: block;
}

#content .sfbox .frm {
  padding: 0;
}

#content .box-search .frm .txtbox {
  height: 40px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  #content .filter_c {
    top: 0px;
  }
  #content .product_c {
    padding-top: 60px;
  }
  #content .box-search .frm .btn_c {
    float: right;
    margin: 20px 0 0 0;
  }
  p.no-products {
    margin: 0 0 20px 15px;
  }
}
@media (max-width: 480px) {
  #content .filter_c .sel_1 {
    width: 65px;
  }
  #content .filter_c span {
    padding: 0 5px;
  }
  #content .filter_c .sel_2 {
    width: 150px;
  }
  #content .frm .btn_c {
    float: none;
    margin: 0 5px;
    display: inline-block;
  }
}
/* main_box is used on homepage sections, collections and old related-products snippet(currently not in use) */
#content .main_box {
  border: 5px solid #fff;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
}

#content .main_box .box_1 {
  width: 100%;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  text-align: center;
}

#content .main_box:hover .box_1 a.more_btn {
  color: #ffffff;
}

#content .main_box:hover .box_1 a.cart_btn_1 {
  color: #ffffff;
}

#content .collection-list .main_box .box_1 {
  background: #fff;
}

#content .main_box .box_1 .list-image {
  padding: 30px 15px 30px 30px;
  margin: 0 auto;
}

#content .main_box .box_1 .on-sale, #content .main_box .box_1 .sold-out {
  color: #ffffff;
  border-radius: 5px;
  display: block;
  font-size: 13px;
  padding: 1px 4px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  min-width: 55px;
  width: auto;
  z-index: 3;
}

#content .main_box .box_1 .on-sale {
  height: 35px;
  line-height: 35px;
  background-color: #37bbec;
  color: #ffffff;
}

#content .main_box .box_1 .sold-out {
  height: 35px;
  min-width: 75px;
  width: auto;
  line-height: 35px;
  background-color: #666666;
  color: #ffffff;
}

#content .main_box .box_1 img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 250px;
  margin: 0 auto;
}

#content .main_box .desc {
  padding: 15px 10px;
  background: #ffffff;
}

#content .main_box .desc h5 {
  min-height: 40px;
}

#content .main_box .desc h5 a {
  color: #37bbec;
}

#content .main_box .desc h5 a:hover {
  color: #135A8A;
}

#content .main_box .desc p {
  font-size: 14px;
  color: #898989;
  padding: 7px 0 14px 0;
}

#content .main_box .desc .price, #content .main_box .box_1 .product-details .price, .mfp-content span.money {
  font-size: 16px;
  line-height: 20px;
  color: #282827;
  font-weight: 700;
}

#content .main_box .desc .price span.compare-price, #content .main_box .box_1 .product-details span.compare-price {
  color: #cccccc;
  text-decoration: line-through;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

#content .main_box .box_1 .product-image {
  position: relative;
  height: 200px;
}

#content .grid-layout .main_box {
  margin: 0 !important;
}

#content .main_box .box_1 .product-image img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 400px) {
  #content .main_box .box_1 .product-image {
    height: 150px;
  }
}
#content .main_box .box_1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(3, 50, 68, 0.1);
  opacity: 0;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#content .main_box .box_1 a.cart_btn_1, #content .main_box .box_1 input.cart_btn_1, #content .main_box .box_1 a.more_btn {
  margin: -100px 10% 10px;
  width: 80%;
  max-width: 200px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#content .main_box .box_1 a.info_btn {
  width: 80%;
  max-width: 200px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  font-weight: 700;
  background: #fbcf00;
  border-radius: 18px;
  border: none;
  text-align: center;
  cursor: pointer;
  position: relative;
}

#content .collection-list .main_box .box_1 a.info_btn {
  width: auto;
  max-width: 200px;
}

#content .main_box:hover .overlay {
  opacity: 1;
}

#content .main_box:hover a.cart_btn_1, #content .main_box:hover input.cart_btn_1, #content .main_box:hover .box_1 a.more_btn {
  margin: 65px auto 10px;
}

#content .main_box.quick-view-overlay:hover a.cart_btn_1, #content .main_box.quick-view-overlay:hover input.cart_btn_1, #content .main_box.quick-view-overlay:hover .box_1 a.more_btn {
  margin: 40% 10% !important;
}

#content .main_box:hover .box_1 a.more_btn {
  margin: 95px auto 10px;
}

#content a.info_btn, #content .main_box .box_1 a.cart_btn_1, #content .main_box .box_1 input.cart_btn_1, #content .main_box .box_1 a.more_btn {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#content .main_box .box_1 img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#content .main_box .box_1 .product-details {
  margin: 30px 0;
  border-left: 1px solid #efefef;
  padding-left: 30px;
}

#content .main_box .box_1 .product-details p {
  color: #898989;
  font-size: 14px;
  line-height: 16px;
  padding: 7px 0 14px;
}

#content .main_box .box_1 .product-details .btn_c {
  display: inline-block;
  margin-right: 10px;
}

#content .product_c .main_box {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background: #ffffff;
  margin: 0 15px;
}

#content .product_c .view-grid .main_box:hover {
  /*-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);  */
}

#content .product_c .featured-products .main_box {
  margin: 0 15px 0;
}

#content .product_c .collection-list .main_box {
  margin: 0 15px 30px;
}

#content .h_row_4 .carosel {
  padding-top: 30px;
}

#content .search_result .main_box {
  margin-bottom: 30px;
}

#content .search_result .main_box .box_1 a.info_btn {
  width: auto;
}

#content .main_box .box_1 a.info_btn:hover {
  background: #135A8A;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#content .search_result .main_box .box_1 {
  background: #fff;
}

.home_collection .product_c .main_box, .collection-grid .main_box {
  margin: 0 !important;
}

#content .search-page .main_box {
  margin: 0;
}

#content .col-md-6 .main_box.quick-view-overlay:hover a.cart_btn_1 {
  margin: 0 !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
  #content .main_box .desc {
    padding: 22px 20px;
  }
}
@media (min-width: 750px) and (max-width: 1100px) {
  #content .main_box .desc .price, #content .main_box .box_1 .product-details .price {
    font-size: 16px;
  }
  #content .main_box .desc .price span.compare-price, #content .main_box .box_1 .product-details span.compare-price {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .col-md-6 .main_box.quick-view-overlay a.cart_btn_1 {
    margin: -100px 0 0 !important;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 790px) {
  #content .main_box .desc h5 {
    font-size: 12px;
    line-height: 18px;
  }
  #content .main_box .box_1 a.cart_btn_1 {
    margin-top: 30px;
    width: 80%;
    max-width: 200px;
    font-size: 12px;
  }
  #content .main_box .box_1 a.info_btn {
    width: 80%;
    max-width: 200px;
    font-size: 12px;
  }
  #content .collection-list .main_box .box_1 .product-details a.info_btn {
    display: none;
  }
}
@media (max-width: 768px) {
  #content .main_box {
    margin-bottom: 20px;
  }
  #content .main_box .box_1 a.cart_btn_1 {
    margin-top: 50px;
    width: 80%;
    font-size: 14px;
    max-width: 200px;
  }
  #content .main_box .box_1 a.info_btn {
    width: 80%;
    max-width: 200px;
    font-size: 14px;
  }
}
#content .page_c {
  background: #fff;
  position: relative;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  margin: 0 0 30px;
  padding: 0;
}

#content .blog_c .page_c {
  margin-top: 30px;
}

#content .page_c a.prev {
  width: 121px;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  color: #282727;
  font-weight: 600;
  display: block;
  float: left;
}

#content .page_c a.next {
  width: 121px;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  color: #282727;
  font-weight: 600;
  display: block;
  float: right;
}

#content .page_c a.prev:hover {
  color: #37bbec;
}

#content .page_c a.next:hover {
  color: #37bbec;
}

#content .page_c a.prev span {
  font-size: 14px;
  line-height: 50px;
  margin-right: 8px;
}

#content .page_c a.prev:hover span {
  color: #37bbec;
}

#content .page_c a.next span {
  font-size: 14px;
  line-height: 50px;
  margin-left: 8px;
}

#content .page_c a.next:hover span {
  color: #37bbec;
}

#content .page_c a.disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000;
}

#content .page_c ul {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}

#content .page_c ul li {
  margin: 0;
  padding: 0;
  display: block;
  width: 44px;
  float: left;
  text-align: center;
  border-left: 1px solid #efefef;
}

#content .page_c ul li a {
  font-size: 14px;
  line-height: 50px;
  color: #282727;
  display: block;
  font-weight: 600;
}

#content .page_c ul li.active a, #content .page_c ul li a:hover {
  color: #37bbec;
}

#content .page_c ul li:last-child {
  border-right: 1px solid #efefef;
}

#content .page_c a:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  #content .page_c ul li {
    width: 52px;
  }
  #content .page_c a.prev {
    width: 164px;
  }
  #content .page_c a.next {
    width: 163px;
  }
}
@media (max-width: 790px) {
  #content .page_c a.prev {
    width: 100px;
  }
  #content .page_c a.next {
    width: 100px;
  }
  #content .page_c ul li {
    width: 27px;
  }
}
@media (max-width: 768px) {
  #content .page_c {
    margin-top: 0;
  }
  #content .page_c a.prev {
    width: 83px;
    font-size: 12px;
  }
  #content .page_c a.next {
    width: 83px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  #content .page_c a.prev {
    width: 100%;
  }
  #content .page_c a.next {
    width: 100%;
  }
  #content .page_c ul li {
    width: 29px;
  }
  #content .page_c ul li:first-child {
    border-left: none;
  }
  #content .page_c ul li:last-child {
    border-right: none;
  }
  #content .page_c ul {
    width: 100%;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 0;
  }
}
.filter .tabbing {
  border: 1px solid #eee;
  display: inline-block;
  width: 100%;
  border-radius: 3px;
}
.filter .tabbing .nav-tabs {
  float: left;
  border-bottom: none;
}
.filter .tabbing .nav-tabs > li {
  float: none;
  margin: 0;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.filter .tabbing .nav-tabs > li.active > a, .filter .tabbing .nav-tabs > li.active > a:focus, .filter .tabbing .nav-tabs > li.active > a:hover {
  background-color: #eee;
  color: #135A8A;
}
.filter .tabbing .nav-tabs > li > a {
  margin: 0;
  border-radius: 0px;
  border: none;
  color: #000;
  height: 40px;
  box-sizing: border-box;
}
.filter .tabbing .nav-tabs > li > a:hover {
  border-color: #eee #eee #eee;
}
.filter .tabbing .tab-content {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  padding: 2rem 1rem 1rem;
}
.filter .tabbing .tab-content > .active {
  float: left;
  width: 81%;
}
.filter .tabbing .tab-content .main-cat {
  width: 100%;
  max-width: 1160px;
  margin: auto;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.filter .tabbing .tab-content .main-cat .col-xs-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.filter .tabbing .tab-content .main-cat .cat-card {
  position: relative;
  margin-bottom: 4%;
  overflow: hidden;
}
.filter .tabbing .tab-content .main-cat .cat-card a {
  text-decoration: none;
  margin-bottom: 0px;
}
.filter .tabbing .tab-content .main-cat .cat-card a .cat-card-body {
  width: 100%;
  min-height: 50px;
  padding: 0;
  overflow: hidden;
  z-index: -999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.filter .tabbing .tab-content .main-cat .cat-card a .cat-card-footer {
  display: block;
  text-align: center;
  background-color: transparent;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  padding: 5px 0;
  z-index: 999;
}
.filter .tabbing .tab-content .main-cat .cat-card:hover a .cat-card-body .cat-card-img, .filter .tabbing .tab-content .main-cat .cat-card:focus a .cat-card-body .cat-card-img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.filter .tabbing .tab-content .main-cat .shop-by-width .cat-card .cat-card-body {
  height: 35px;
}
.filter .tabbing .tab-content .main-cat .shop-by-width .cat-card .cat-card-body .cat-card-img {
  width: 55px;
  height: 20px;
  margin: 0 auto;
  background: url(/cdn/shop/files/resize.png?5203862871405478966) no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  transition: all 0.2s;
}
.filter .tabbing .tab-content .main-cat .shop-by-color .cat-card .cat-card-body {
  height: 50px;
  padding: 5px 0 0 0;
}
.filter .tabbing .tab-content .main-cat .shop-by-color .cat-card .cat-card-body .cat-card-img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: none;
  background-color: #fff;
  transition: all 0.2s;
  border: 1px solid #000;
  border-radius: 50%;
}
.filter .tabbing .tab-content .main-cat .shop-by-brands .cat-card .cat-card-body {
  height: 55px;
  padding: 0 0;
}
.filter .tabbing .tab-content .main-cat .shop-by-brands .cat-card .cat-card-body .cat-card-img {
  width: 130px;
  height: 55px;
  margin: 0 auto;
  background-color: transparent;
  background-position: center center;
  transition: none;
}
.filter .tabbing .tab-content .main-cat .shop-by-brands .cat-card:hover a .cat-card-body .cat-card-img, .filter .tabbing .tab-content .main-cat .shop-by-brands .cat-card:focus a .cat-card-body .cat-card-img {
  transform: none;
}
.filter .tabbing .tab-content-closed {
  padding: 0;
}

@media (min-width: 768px) {
  .main-cat .col-sm-1 {
    width: 12.5%;
  }
}
@media (max-width: 991px) {
  .filter .tabbing .nav-tabs {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .filter .tabbing .nav-tabs > li {
    border-right: 0px solid transparent;
  }
  .filter .tabbing .tab-content > .active {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .filter .tabbing .nav-tabs {
    width: 100%;
  }
  .filter .tabbing .nav-tabs > li {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
  .filter .tabbing .nav-tabs > li.active > a, .filter .tabbing .nav-tabs > li.active > a:focus, .filter .tabbing .nav-tabs > li.active > a:hover {
    border-right-color: #eee;
  }
  .filter .tabbing .tab-content > .active {
    width: 100%;
  }
}
.filter .tabbing {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  min-height: 160px;
}
section[data-teloc=above_promo-category-banner3] .filter .tabbing {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  height: 230px;
}
@media only screen and (max-width: 767px) {
  section[data-teloc=above_promo-category-banner3] .filter .tabbing {
    flex-direction: column;
    height: auto;
  }
}
section[data-teloc=above_promo-category-banner3] .filter .tabbing .nav-tabs {
  display: flex;
  flex-direction: column;
  flex-basis: 15%;
}
@media only screen and (max-width: 991px) {
  section[data-teloc=above_promo-category-banner3] .filter .tabbing .nav-tabs {
    border-right: 1px solid #eee;
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  section[data-teloc=above_promo-category-banner3] .filter .tabbing .nav-tabs {
    border-right: none;
  }
}
section[data-teloc=above_promo-category-banner3] .filter .tabbing .nav-tabs > li {
  height: 100%;
  display: flex;
  align-items: center;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media only screen and (max-width: 767px) {
  section[data-teloc=above_promo-category-banner3] .filter .tabbing .nav-tabs > li {
    height: auto;
  }
}
@media (min-width: 768px) {
  section[data-teloc=above_promo-category-banner3] .filter .tabbing .nav-tabs > li:last-child {
    border-bottom: none;
  }
}
section[data-teloc=above_promo-category-banner3] .filter .tabbing .nav-tabs > li a {
  height: auto;
  width: 100%;
  padding: 18px 15px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
section[data-teloc=above_promo-category-banner3] .filter .tabbing .nav-tabs > li a:hover {
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  section[data-teloc=above_promo-category-banner3] .filter .tabbing .nav-tabs > li a {
    border-right: none;
  }
}
@media (min-width: 768px) {
  section[data-teloc=above_promo-category-banner3] .filter .tabbing .nav-tabs > li:hover {
    background-color: #eee;
  }
}
section[data-teloc=above_promo-category-banner3] .filter .tabbing .nav-tabs > li.active, section[data-teloc=above_promo-category-banner3] .filter .tabbing .nav-tabs > li:active {
  background-color: #eee;
}
section[data-teloc=above_promo-category-banner3] .filter .tabbing .tab-content {
  flex-basis: 85%;
  display: flex;
  align-items: center;
}
section[data-teloc=above_promo-category-banner3] .filter .tabbing .tab-content .tab-pane.active {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  section[data-teloc=above_promo-category-banner3] .filter .tabbing .tab-content .tab-pane.active {
    padding: 15px 0;
  }
}
section[data-teloc=above_promo-category-banner3] .filter .tabbing .tab-content .tab-pane.active .main-cat > div {
  padding-top: 0;
}
section[data-teloc=above_promo-category-banner3] .filter .tabbing .tab-content .tab-pane.active .main-cat > div .row > div, section[data-teloc=above_promo-category-banner3] .filter .tabbing .tab-content .tab-pane.active .main-cat > div .row .card-logo {
  margin: 0;
}
section[data-teloc=above_promo-category-banner3] .filter .tabbing .tab-content .tab-pane.active .main-cat > div .row > div .cat-card, section[data-teloc=above_promo-category-banner3] .filter .tabbing .tab-content .tab-pane.active .main-cat > div .row .card-logo .cat-card {
  margin-bottom: 0;
}
section[data-teloc=above_promo-category-banner3] .filter .tabbing .tab-content .tab-pane.active .main-cat > div .row > div .cat-card a, section[data-teloc=above_promo-category-banner3] .filter .tabbing .tab-content .tab-pane.active .main-cat > div .row .card-logo .cat-card a {
  margin-bottom: 0;
}
section[data-teloc=above_promo-category-banner3] .filter .tabbing .tab-content .tab-pane.active .main-cat > div .row > div .cat-card a img, section[data-teloc=above_promo-category-banner3] .filter .tabbing .tab-content .tab-pane.active .main-cat > div .row .card-logo .cat-card a img {
  margin-top: 0;
}
section[data-teloc=above_promo-category-banner3] .filter .tabbing .tab-content .tab-pane.active .main-cat > div .row > div .cat-card a .cat-card-footer, section[data-teloc=above_promo-category-banner3] .filter .tabbing .tab-content .tab-pane.active .main-cat > div .row .card-logo .cat-card a .cat-card-footer {
  margin-bottom: 0;
}
.filter .tabbing .tab-content .tab-pane.active .main-cat .col-sm-1.col-xs-6.card-logo {
  width: auto;
  margin: 1rem;
}
.filter .tabbing .tab-content .tab-pane.active .main-cat .cat-card.card-logo {
  overflow: visible;
}
.filter .tabbing .tab-content .tab-pane.active .main-cat .cat-card {
  overflow: visible;
}
.filter .tabbing .tab-content .tab-pane.active .main-cat .cat-card a .cat-card-body.card-logo {
  height: auto;
  overflow: visible;
}
.filter .tabbing .tab-content .tab-pane.active .main-cat .cat-card a .cat-card-footer {
  margin-bottom: 1rem;
}
.filter .tabbing .tab-content .tab-pane.active .main-cat img {
  width: 100%;
  max-width: 40px;
  margin-top: 0.5rem;
  transition: all 0.2s;
}
.filter .tabbing .tab-content .tab-pane.active .main-cat img.card-logo {
  max-width: 80px;
}
.filter .tabbing .tab-content .tab-pane.active .main-cat .padding-top-large {
  padding-top: 2rem;
}

#content .collection_above_TE,
#content .collection_below_TE {
  padding: 0;
}
#content .findify-fallback {
  margin-top: 30px;
}
#content .findify-fallback .sidebar.sidebar_1 {
  border-right: 1px solid #f3f3f3;
  margin: 0 0;
  padding: 0 0 15px 0;
}
#content .findify-fallback .sidebar.sidebar_1 .side_box {
  box-shadow: none;
}
#content .findify-fallback .sidebar.sidebar_1 .side_box h5 {
  font-weight: 600;
  border: none;
}
#content .findify-fallback .sidebar.sidebar_1 .side_box ul li {
  padding: 5px 30px;
}
#content .findify-fallback .sidebar.sidebar_1 .side_box ul li:nth-child(odd),
#content .findify-fallback .sidebar.sidebar_1 .side_box ul li:nth-child(even) {
  background: transparent;
}
#content .findify-fallback .product_c .filter_c {
  top: -45px;
}
#content .findify-fallback .product_c .filter_c .collection-view {
  display: none;
  visibility: hidden;
}
#content .findify-fallback .product_c .filter_c .collection-view a {
  border-color: #e6e6e6;
  background-color: #f3f3f3;
  border: none;
  padding: 8px 12px;
  border-radius: 0;
}
#content .findify-fallback .product_c .filter_c .collection-view a i {
  color: #135a8a;
}
#content .findify-fallback .product_c .filter_c > span {
  text-transform: uppercase;
  color: #000;
}
#content .findify-fallback .product_c .filter_c .select_box select {
  height: 35px;
  border: 0px solid #f3f3f3;
  border-radius: 0px;
  background-color: #f3f3f3;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  color: #111;
  line-height: 20px;
}
#content .findify-fallback .product_c .collection-grid .mb30 .main_box {
  box-shadow: none;
  border-radius: 0;
}
#content .findify-fallback .product_c .collection-grid .mb30 .main_box .box_1 .on-sale {
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: #fff200;
  color: #000;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 42px;
  text-indent: -3px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 0 0;
  min-width: auto;
  left: 0;
}
#content .findify-fallback .product_c .collection-grid .mb30 .main_box .desc {
  padding: 5px 5px;
}
#content .findify-fallback .product_c .collection-grid .mb30 .main_box .desc h5 {
  min-height: auto;
  padding: 0;
  margin: 5px 0;
  color: #666;
  font-size: 14px;
  word-wrap: break-word;
  line-height: 1.3;
  font-weight: 400;
  text-transform: none;
  font-family: proxima-nova, "Open Sans", sans-serif !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
#content .findify-fallback .product_c .collection-grid .mb30 .main_box .desc h5 a {
  color: #666;
}
#content .findify-fallback .product_c .collection-grid .mb30 .main_box .desc .price {
  color: #404040;
}
#content .findify-fallback .product_c .collection-grid .mb30 .main_box .desc .price span.compare-price {
  display: none;
}
#content .findify-fallback .product_c .collection-grid .mb30 .main_box .desc .spr-badge {
  display: none;
  visibility: hidden;
}
#content .findify-fallback .product_c .page_c a.prev:hover,
#content .findify-fallback .product_c .page_c a.next:hover {
  color: #135a8a;
}
#content .findify-fallback .product_c .page_c a.prev:hover span,
#content .findify-fallback .product_c .page_c a.next:hover span {
  color: #135a8a;
}
#content .findify-fallback .product_c .page_c ul li.active a {
  color: #135a8a;
}
#content .findify-fallback .product_c .page_c ul li a:hover {
  color: #135a8a;
}

#content .home_collection.featuredColHome .box_1 {
  height: 200px;
}
#content .home_collection.featuredColHome.FC-6 .box_1 {
  height: 140px;
}
#content .home_collection.featuredColHome.FC-3 .box_1 {
  height: 285px;
}

#findify_results .findify-root .findify-widget--bread-crumbs__wrap .findify-widget--bread-crumbs__title {
  font-size: 16px;
  color: #000;
}
.findify-root .findify-autocomplete-wrapper .findify-block--autocomplete-body__container .findify-lists--products-list {
  height: 70vh;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.findify-root .findify-autocomplete-wrapper .findify-block--autocomplete-body__container .findify-lists--products-list .findify-widget--product .findify-widget--product__image-wrap .findify-widget--product__image {
  width: 100%;
}
.findify-root .findify-lists--products-list .findify-widget--grid__wrap {
  align-items: flex-start;
  justify-content: left;
}
.findify-root .findify-lists--products-list .findify-widget--grid__wrap .findify-widget--grid__column {
  position: relative;
}
.findify-root .findify-block--mobile-facets-list__content {
  border-top: 2px solid #ececec !important;
  overflow: scroll !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  margin-bottom: 66px !important;
}
.findify-root .findify-block--mobile-facets-list__content .findify-block--mobile-facets-list__preview-title,
.findify-root .findify-block--mobile-facets-list__content .findify-block--category-body-facet__title,
.findify-root .findify-block--mobile-facets-list__content .findify-block--checkbox-body-facet--checkbox__title {
  text-transform: capitalize;
}
.findify-root .findify-block--mobile-facets-list__facet-title .findify-block--mobile-facets-list__facet-title-name {
  text-transform: capitalize;
}
.findify-root .findify-block--category-body-facet__list .findify-block--category-body-facet__title {
  text-transform: uppercase;
}
.findify-root .findify-layouts--results-layout__facets {
  width: 25% !important;
}
.findify-root .findify-layouts--results-layout__facets .findify-block--generic-facet__content .findify-block--expand-button__wrap,
.findify-root .findify-layouts--results-layout__facets .findify-block--generic-facet__content .findify-block--search-input__wrap {
  display: none;
}
.findify-root .findify-layouts--results-layout__facets .findify-block--generic-facet__content .findify-block--range-body-facet__input {
  width: 65px;
  border-radius: 5px;
}
.findify-root .findify-layouts--results-layout__facets .findify-block--generic-facet__content .findify-block--range-body-facet__button {
  border-radius: 5px;
}
.findify-root .findify-layouts--results-layout__facets .sticky {
  top: 51px;
  left: 0;
  width: 26.4%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 20px 10px 20px 7px;
  box-sizing: border-box;
  background: #fff;
  border-right: 1px solid #eee;
}
.findify-root .findify-layouts--results-layout__facets .findify-block--checkbox-body-facet--checkbox__item._3--9h {
  cursor: auto;
}
.findify-root .findify-layouts--results-layout__facets .findify-block--checkbox-body-facet--checkbox__checkbox {
  cursor: pointer;
}
.findify-root .findify-layouts--results-layout__facets .findify-block--checkbox-body-facet--checkbox__title {
  text-transform: uppercase;
  cursor: pointer;
}
.findify-root .findify-widget--grid__column-9 .findify-widget--grid__column-3 {
  width: 33%;
  min-height: 360px;
  position: relative;
}
.findify-root .findify-widget--grid__column-9 .findify-widget--grid__column-4,
.findify-root .findify-widget--grid__column-9 .findify-widget--grid__column-3 {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .findify-root .findify-widget--grid__column-9 .findify-widget--grid__column-4 {
    width: 50%;
  }
}
.findify-root .findify-widget--product {
  min-height: 275px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  cursor: pointer !important;
  /*Badges*/
}
.findify-root .findify-widget--product.on-sale .findify-widget--product__price {
  color: #19a319;
}
.findify-root .findify-widget--product.unavailable .findify-widget--product__price-wrap:after {
  content: "Product availability varies, please contact your local store";
}
.findify-root .findify-widget--product .findify-widget--product__image-wrap {
  /*border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 12px;*/
  min-height: 200px;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  .findify-root .findify-widget--product .findify-widget--product__image-wrap {
    min-height: 150px;
  }
}
.findify-root .findify-widget--product .findify-widget--product__image-wrap .findify-widget--product__image {
  max-height: 200px;
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  .findify-root .findify-widget--product .findify-widget--product__image-wrap .findify-widget--product__image {
    max-height: 150px;
  }
}
.findify-root .findify-widget--product .findify-widget--product__content {
  cursor: pointer;
  min-height: 55px;
  /*position:relative;*/
}
.findify-root .findify-widget--product .findify-widget--product__content .findify-widget--product__title {
  color: #666;
}
.findify-root .findify-widget--product .findify-widget--product__content .findify-widget--product__title span {
  cursor: pointer;
  max-height: inherit !important;
}
.findify-root .findify-widget--product .findify-widget--product__content .findify-widget--product__description {
  color: #666;
  display: none;
}
.findify-root .findify-widget--product .findify-widget--product__price-wrap {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.findify-root .findify-widget--product .findify-widget--product__price-wrap span {
  cursor: pointer;
}
.findify-root .findify-widget--product .findify-widget--product__price-wrap .findify-widget--product__compare {
  display: none;
}
.findify-root .findify-widget--product .findify-widget--product__price-wrap .findify-widget--product__compare + .findify-widget--product__price {
  color: #109f10 !important;
}
.findify-root .findify-widget--product .findify-widget--product__price-wrap .findify-widget--product__price {
  font-family: proxima-nova, "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
}
.findify-root .findify-widget--product:focus {
  background-color: transparent !important;
}
.findify-root .findify-widget--product:hover {
  box-shadow: 0px 1px 19px #ddd;
  -webkit-box-shadow: 0px 1px 19px #ddd;
  -moz-box-shadow: 0px 1px 19px #ddd;
  -ms-box-shadow: 0px 1px 19px #ddd;
  -o-box-shadow: 0px 1px 19px #ddd;
  background-color: transparent !important;
}
.findify-root .findify-widget--product:hover .findify-widget--product__image-wrap {
  border-color: transparent;
}
.findify-root .findify-widget--product .findify-widget--product__content > div {
  position: absolute;
  display: none;
  margin: 0 5px 5px 0;
  float: left;
}
.findify-root .findify-widget--product .findify-widget--product__content > div span {
  display: none;
}
.findify-root .findify-widget--product .findify-widget--product__content > div.assembly-required-container {
  display: none;
}
.findify-root .findify-widget--product .findify-widget--product__content > div.special-order-container {
  display: none;
}
.findify-root .findify-widget--product .findify-widget--product__content > div.sale-container {
  display: block;
  top: 17px;
  left: 15px;
  z-index: 1;
}
.findify-root .findify-widget--product .findify-widget--product__content > div.sale-container .sale {
  display: inline-block;
  background-color: #fff200;
  /*background-image: radial-gradient(#000, #222, #000);*/
  color: #000;
  width: 46px;
  height: 46px;
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  text-indent: -1px;
  border: 2px solid #fff;
  /*@media screen and (max-width: 992px) {
      height: 17px;
      width: 17px;
      bottom: 41px;
    }*/
}
.findify-root .findify-widget--product .findify-widget--product__content > div.sale-container .sale:before {
  content: "SALE";
}
.french .findify-root .findify-widget--product .findify-widget--product__content > div.sale-container .sale:before {
  content: "Solde";
}
.findify-root .findify-widget--product .findify-widget--product__content > div.sale-container .sale-text {
  display: none;
}
@media screen and (max-width: 767px) {
  .findify-root .findify-widget--product .findify-widget--product__content > div.sale-container {
    top: 5px;
    left: 5px;
  }
}
.findify-root .findify-widget--product .findify-widget--product__content > div.new-arrival-container {
  display: block;
  top: 17px;
  left: 15px;
}
.findify-root .findify-widget--product .findify-widget--product__content > div.new-arrival-container .new-arrival {
  display: inline-block;
  background-color: #135a8a;
  color: #fff;
  width: 46px;
  height: 46px;
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  text-indent: -1px;
  border: 2px solid #fff;
  /*@media screen and (max-width: 992px) {
      height: 17px;
      width: 17px;
      bottom: 41px;
    }*/
}
.findify-root .findify-widget--product .findify-widget--product__content > div.new-arrival-container .new-arrival:before {
  content: "NEW";
}
.findify-root .findify-widget--product .findify-widget--product__content > div.new-arrival-container .new-arrival-text {
  display: none;
}
@media screen and (max-width: 767px) {
  .findify-root .findify-widget--product .findify-widget--product__content > div.new-arrival-container {
    top: 5px;
    left: 5px;
  }
}
.french .findify-root .findify-widget--product .findify-widget--product__content > div.new-arrival-container {
  display: none;
}
.findify-root .findify-widget--product .findify-widget--product__content > div.made-in-canada-container {
  display: block;
  position: relative;
  /*margin-top: 7px;
    color: $canada-made-text-color;*/
}
.findify-root .findify-widget--product .findify-widget--product__content > div.made-in-canada-container .made-in-canada {
  display: inline-block;
  background-image: url(https://cdn.shopify.com/s/files/1/2660/5106/files/maple-leaf_39x.png);
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 12px;
  /*background-color: #000;*/
  color: #000;
  font-family: proxima-nova, "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  text-transform: capitalize;
  height: 20px;
  width: auto;
  z-index: 10;
  margin: 0 0 0 0px;
  position: relative;
  bottom: 0;
  left: 0;
  padding: 0 8px 0 24px;
  border: 1px solid #ddd;
  border-radius: 3px;
  /*@media screen and (max-width: 992px) {
      height: 17px;
      width: 17px;
      bottom: 41px;
      left: 29px;
    }*/
}
.findify-root .findify-widget--product .findify-widget--product__content > div.made-in-canada-container .made-in-canada:before {
  content: "Made In Canada";
}
.findify-root .findify-widget--product .findify-widget--product__content > div.made-in-canada-container .made-in-canada-text {
  display: none;
}
.french .findify-root .findify-widget--product .findify-widget--product__content > div.made-in-canada-container {
  display: none;
}
.findify-root .findify-widget--product .findify-widget--product__content > div.limited-quantities-container {
  display: block;
  position: relative;
}
.findify-root .findify-widget--product .findify-widget--product__content > div.limited-quantities-container .limited-quantities {
  display: inline-block;
  background-image: url(https://cdn.shopify.com/s/files/1/2660/5106/files/while-qty-last-icon_39x.png);
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 12px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  height: 20px;
  width: auto;
  z-index: 10;
  margin: 0 0 0 0px;
  position: relative;
  bottom: 0;
  left: 0;
  padding: 0 8px 0 24px;
  border-radius: 3px;
  /*@media screen and (max-width: 992px) {
      height: 17px;
      width: 17px;
      bottom: 41px;
      left: 52px;
    }*/
}
.findify-root .findify-widget--product .findify-widget--product__content > div.limited-quantities-container .limited-quantities:before {
  content: "Limited Quantity";
}
.findify-root .findify-widget--product .findify-widget--product__content > div.limited-quantities-container .limited-quantities-text {
  display: none;
}
.french .findify-root .findify-widget--product .findify-widget--product__content > div.limited-quantities-container {
  display: none;
}
.findify-root .findify-widget--product .findify-widget--product__content > div.online-only-container {
  display: block;
  position: relative;
}
.findify-root .findify-widget--product .findify-widget--product__content > div.online-only-container .online-only {
  display: inline-block;
  background-image: url(https://cdn.shopify.com/s/files/1/2660/5106/files/online-only-icon_39x.png);
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 12px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  height: 20px;
  width: auto;
  z-index: 10;
  margin: 0 0 0 0px;
  position: relative;
  bottom: 0;
  left: 0;
  padding: 0 8px 0 24px;
  border-radius: 3px;
  /*@media screen and (max-width: 992px) {
      height: 17px;
      width: 17px;
      bottom: 41px;
      left: 75px;
    }*/
}
.findify-root .findify-widget--product .findify-widget--product__content > div.online-only-container .online-only:before {
  content: "Online Only";
}
.findify-root .findify-widget--product .findify-widget--product__content > div.online-only-container .online-only-text {
  display: none;
}
.french .findify-root .findify-widget--product .findify-widget--product__content > div.online-only-container {
  display: none;
}
.findify-root .findify-widget--product .findify-widget--product__content > div.condo-living-container {
  display: block;
  position: relative;
}
.findify-root .findify-widget--product .findify-widget--product__content > div.condo-living-container .condo-living {
  display: inline-block;
  background-image: url(https://cdn.shopify.com/s/files/1/2660/5106/files/condo-living-icon_39x.png);
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 12px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  height: 20px;
  width: auto;
  z-index: 10;
  margin: 0 0 0 0px;
  position: relative;
  bottom: 0;
  left: 0;
  padding: 0 8px 0 24px;
  border-radius: 3px;
  /*@media screen and (max-width: 992px) {
      height: 17px;
      width: 17px;
      bottom: 41px;
      left: 98px;
    }

    @media screen and (max-width: 407px) {
      height: 17px;
      width: 17px;
      bottom: 41px;
      left: 98px;
    }*/
}
.findify-root .findify-widget--product .findify-widget--product__content > div.condo-living-container .condo-living:before {
  content: "Condo Living";
}
.findify-root .findify-widget--product .findify-widget--product__content > div.condo-living-container .condo-living-text {
  display: none;
}
.french .findify-root .findify-widget--product .findify-widget--product__content > div.condo-living-container {
  display: none;
}
.findify-root .findify-widget--pagination .findify-widget--pagination__button {
  padding: 15px 20px;
}
.findify-root .findify-widget--pagination .findify-widget--pagination__button:hover {
  background-color: #f7f7f7;
}
.findify-root .findify-widget--pagination .findify-widget--pagination__button.findify-widget--pagination__active {
  background-color: #000;
  color: #fff;
}
.findify-root .findify-recommendation--slot_product-findify-rec-2 {
  width: 98%;
}
.findify-root .findify-recommendation--slot_product-findify-rec-2 .findify-widget--products-carousel {
  padding: 0px 0 20px 0 !important;
  border: 1px solid #ececec !important;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  -webkit-box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  -o-box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
}
.findify-root .findify-recommendation--slot_product-findify-rec-2 .findify-widget--products-carousel .findify-widget--product {
  position: relative;
}
.findify-root .findify-recommendation--slot_product-findify-rec-2 .findify-widget--products-carousel .findify-widget--product:hover {
  box-shadow: none;
}
.findify-root .findify-recommendation--slot_product-findify-rec-2 .findify-widget--products-carousel h4.findify-widget--products-carousel__title {
  font-size: 22px;
  font-weight: 500;
  background: #eee;
}
.findify-root .findify-recommendation--slot_product-findify-rec-2 .findify-widget--products-carousel .slick-slider .slick-prev {
  left: 0;
}
.findify-root .findify-recommendation--slot_product-findify-rec-2 .findify-widget--products-carousel .slick-slider .slick-next {
  right: 0;
}
.findify-root .findify-recommendation--slot_product-findify-rec-2 .findify-widget--products-carousel .findify-widget--products-carousel__arrow.slick-disabled {
  display: none !important;
}
.findify-root .findify-recommendation--slot_product-findify-rec-2 .findify-widget--products-carousel .findify-widget--product__image-wrap {
  /*min-height: 150px;
  display: block;*/
  height: 199px;
  position: relative;
  /*width: auto;
  max-width: 200px;
  display: -ms-flexbox;
  margin: 0 auto; */
}
.findify-root .findify-recommendation--slot_product-findify-rec-2 .findify-widget--products-carousel .findify-widget--product__image-wrap img {
  /*max-height: 180px;
  height: auto;
  width: auto;
  max-width: 200px;*/
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  /*display: flex;
  display: -ms-flexbox;
  align-content: center;
  margin: 0 auto; */
  /*position: absolute;
  left: 0;*/
}
.findify-root .findify-recommendation--slot_product-findify-rec-2 .findify-widget--products-carousel .findify-widget--product__content {
  min-height: auto;
}
.findify-root .findify-recommendation--slot_product-findify-rec-2 .findify-widget--products-carousel .findify-widget--product__content span {
  color: #135a8a;
  display: block;
  text-align: center;
}
.findify-root .findify-recommendation--slot_product-findify-rec-2 .findify-widget--products-carousel .findify-widget--product__price-wrap {
  display: none;
}

.breadcrumb-container {
  position: relative;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .breadcrumb-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.fade-out-container {
  padding: 0;
  background: transparent;
}
@media (min-width: 767px) {
  .fade-out-container {
    width: 750px;
    padding: 10px 15px 0;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .fade-out-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .fade-out-container {
    width: 1170px;
  }
}
.fade-out-container .breadcrumb {
  margin: 0;
}
.fade-out-container .breadcrumb a {
  color: #135A8A;
}
.fade-out-container:after {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 2%, rgb(255, 255, 255) 71%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 2%, rgb(255, 255, 255) 71%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 2%, rgb(255, 255, 255) 71%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  height: 41px;
}
.fade-out-container .breadcrumbs {
  position: relative;
  display: -webkit-flex;
  display: flex;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.fade-out-container .breadcrumbs #breadcrumbContent {
  display: -webkit-flex;
  display: flex;
}
.fade-out-container .breadcrumbs a {
  display: inline-block;
}
@media (max-width: 767px) {
  .fade-out-container .breadcrumbs a:first-child {
    padding-left: 15px;
  }
  .fade-out-container .breadcrumbs a:last-child {
    padding-right: 15px;
  }
}
.fade-out-container .breadcrumbs .divider {
  display: inline-block;
}
.fade-out-container .breadcrumbs .divider i {
  font-size: 16px;
  color: #888;
  padding: 0 5px;
  line-height: 10px;
  float: left;
}
.fade-out-container .breadcrumbs a,
.fade-out-container .breadcrumbs span {
  white-space: nowrap;
  padding-bottom: 10px;
}
.fade-out-container .breadcrumbs .divider i {
  line-height: 21px;
}

.title .fade-out-container {
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 0;
}
.title .fade-out-container:after {
  top: 0;
  background: -moz-linear-gradient(left, rgba(246, 247, 248, 0) 2%, rgb(246, 247, 248) 71%, rgb(246, 247, 248) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(246, 247, 248, 0) 2%, rgb(246, 247, 248) 71%, rgb(246, 247, 248) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(246, 247, 248, 0) 2%, rgb(246, 247, 248) 71%, rgb(246, 247, 248) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00f6f7f8", endColorstr="#f6f7f8",GradientType=1 ); /* IE6-9 */
}

.breadcrumbs-container {
  width: 100%;
  max-width: 1700px;
  padding: 10px 15px;
  background: transparent;
  margin: auto;
}
.breadcrumbs-container .breadcrumbs-list {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 45px;
  overflow-x: auto;
}
.breadcrumbs-container .breadcrumbs-list > * {
  white-space: nowrap;
}
.breadcrumbs-container .breadcrumbs-list i {
  color: #888;
}

#main-banner {
  font-family: inherit;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  background: #f6f7f8;
}
#main-banner h2,
#main-banner p,
#main-banner a {
  font-family: inherit;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
#main-banner h2 div svg,
#main-banner p div svg,
#main-banner a div svg {
  color: #000;
  fill: #000;
}
#main-banner h2 div svg#calendar-icon rect,
#main-banner p div svg#calendar-icon rect,
#main-banner a div svg#calendar-icon rect {
  color: #000;
}
#main-banner h2 div:hover svg,
#main-banner p div:hover svg,
#main-banner a div:hover svg {
  color: #135A8A;
  fill: #135A8A;
}
#main-banner h2 div:hover svg#calendar-icon rect,
#main-banner p div:hover svg#calendar-icon rect,
#main-banner a div:hover svg#calendar-icon rect {
  color: #135A8A;
}
#main-banner .row {
  background-color: transparent;
  border-radius: 0;
}
#main-banner h2 {
  color: #000;
}
#main-banner .col-xs-4 {
  text-align: center;
  padding: 0px;
}
#main-banner .col-xs-4 div {
  padding: 3% 1%;
}
#main-banner .col-xs-4 div:hover i {
  color: #135A8A;
}
#main-banner h2 {
  margin-bottom: 0;
  margin-top: 2%;
  font-size: 13px;
}
#main-banner p {
  font-size: 12px;
  margin: 5px 0 0 0;
}
#main-banner i {
  font-size: 2.5rem;
  color: #000;
}
#main-banner .col-xs-4 h2 span {
  display: none;
}
#main-banner .row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
#main-banner .col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
#main-banner .col-top {
  vertical-align: top;
}
#main-banner .col-middle {
  vertical-align: middle;
}
#main-banner .col-bottom {
  vertical-align: bottom;
}
#main-banner .middle-cell {
  border-left: solid 2px white;
  border-right: solid 2px white;
}
#main-banner .border-left {
  border-left: solid 2px white;
}
#main-banner.mattress-footer-banner .container {
  padding: 0 0;
}
#main-banner.mattress-footer-banner .banner-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#main-banner.mattress-footer-banner .CTA-box {
  width: 100%;
}
#main-banner.mattress-footer-banner .CTA-box.fully-stocked-warehouses, #main-banner.mattress-footer-banner .CTA-box.fully-stocked-warehouses > a, #main-banner.mattress-footer-banner .CTA-box.fully-stocked-warehouses h2, #main-banner.mattress-footer-banner .CTA-box.fully-stocked-warehouses p {
  cursor: default;
}
[data-prov=QC] #main-banner.mattress-footer-banner .CTA-box.hide-quebec {
  display: none;
  visibility: hidden;
}
#main-banner.mattress-footer-banner .CTA-box div {
  padding: 20px 5%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #main-banner.mattress-footer-banner .CTA-box div {
    padding: 20% 5%;
  }
}
#main-banner.mattress-footer-banner .CTA-box div h2 {
  margin-top: 15px;
}
#main-banner.mattress-footer-banner .CTA-box div img {
  height: 35px;
  width: auto;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .row-md-height.cart-total {
    height: auto;
  }
  .row-md-height.cart-total h4.discount-price {
    color: #e90a2d;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-height.vertical-top {
    vertical-align: top;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 991px) {
  #main-banner h2,
  #main-banner i {
    font-size: 1.4rem;
  }
  #main-banner h2 {
    padding-top: 2%;
  }
  #main-banner p {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 50px) and (max-width: 767px) {
  #main-banner {
    padding: 0 0;
  }
  #main-banner .row {
    margin-right: 0;
    margin-left: 0;
  }
  #main-banner .col-xs-4 div {
    padding: 10%;
  }
  #main-banner h2 {
    font-size: 10px;
  }
  #main-banner p {
    display: none;
  }
  #main-banner .col-xs-4 h2 span {
    display: inline;
  }
  #main-banner h1 {
    font-size: 4em;
  }
}
@media only screen and (min-width: 50px) and (max-width: 450px) {
  #main-banner h1 {
    font-size: 4em;
  }
  #main-banner .col-xs-4 div {
    padding: 14%;
  }
  #main-banner h2 {
    font-size: 10px;
    padding-top: 5%;
  }
  #main-banner p {
    display: none;
  }
  #main-banner .col-xs-4 h2 span {
    display: inline;
  }
}
.template-collection #content {
  padding: 0;
}

#content .container,
.fade-out-container {
  width: 100%;
  max-width: 1700px;
}

.ais-page .aa-highlight {
  color: black;
  font-weight: bold;
}

.ais-InfiniteHits-loadMore--disabled,
.ais-InfiniteHits-loadPrevious--disabled {
  display: none !important;
}

/* Resets */
.ais-page div,
.ais-page p,
.ais-page span,
.ais-page a,
.ais-page ul,
.ais-page li,
.ais-page input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  line-height: 1;
  font-size: initial;
}

.ais-page ol,
.ais-page ul {
  list-style: none;
}

/* Links */
.ais-page .ais-link,
.ais-page a,
.ais-page a:hover,
.ais-page a:focus,
.ais-page a:active {
  font-weight: initial;
  font-style: initial;
  text-decoration: initial;
  color: #008a00;
  cursor: pointer;
}

/* Columns */
.ais-page .ais-facets {
  width: 20%;
  float: left;
  padding-right: 8px;
  position: relative;
  margin-top: 16px;
}

.ais-page .ais-block {
  width: 80%;
  float: right;
  padding-left: 30px;
  border-left: 1px solid #e6e6e6;
}

.ais-results-size-xs .ais-page .ais-facets,
.ais-results-size-xs .ais-page .ais-block,
.ais-results-size-sm .ais-page .ais-facets,
.ais-results-size-sm .ais-page .ais-block {
  width: 100%;
  padding-left: 0px;
}

.ais-page .ais-Pagination-list {
  clear: both;
}

/* Refine button */
.ais-page .ais-facets-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #767676;
}

.ais-page .ais-facets-button > span {
  font-size: inherit;
  line-height: inherit;
}

.ais-page .ais-facets-button.ais-facets-button-show {
  position: relative;
  top: 0;
  text-transform: capitalize;
  width: 6em;
  color: #8d8d8d;
  float: left;
  border-right: 1px solid #e6e6e6;
}

.ais-results-size-xs .ais-page .ais-facets-button,
.ais-results-size-sm .ais-page .ais-facets-button {
  display: block;
}

.ais-results-size-xs .ais-page .ais-facets,
.ais-results-size-sm .ais-page .ais-facets {
  display: block;
}

/* Facets */
.ais-page .ais-facet {
  margin-bottom: 16px;
  padding-top: 14px;
  color: #636363;
}

.ais-page .ais-facet a,
.ais-page .ais-facet a:hover,
.ais-page .ais-facet a:focus,
.ais-page .ais-facet a:active {
  color: #666;
}

.ais-page .ais-facet--header {
  display: block;
  font-size: 14px;
  color: #111;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ais-page .ais-facet--header._f {
  font-size: 11px;
  padding: 15px 25px 13px 0;
}

.ais-page .ais-facet--body {
  padding: 8px;
}

.ais-page .ais-facet--item {
  position: relative;
  width: 100%;
  padding: 6px 50px 6px 0;
  cursor: pointer;
}

.ais-page .ais-facet--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -0.15em;
  margin-bottom: -0.15em;
  width: 100%;
  white-space: wrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
  line-height: 1.3;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  gap: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

.ais-page .ais-facet--count::before {
  content: "(";
}

.ais-page .ais-facet--count::after {
  content: ")";
}

.ais-page .ais-facet--count {
  position: absolute;
  top: 8px;
  right: 0px;
  font-size: 11px;
  color: #767676;
  font-weight: 700;
}

.ais-page .ais-RefinementList-item--selected .ais-facet--label {
  font-weight: bold;
}

.ais-page .ais-facet--item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.ais-page .ais-CurrentRefinements {
  position: relative;
}

.ais-page .ais-CurrentRefinements--header {
  padding-right: 72px;
}

.ais-page .ais-ClearRefinements-button {
  margin-right: 12px;
  font-size: 11px;
  cursor: pointer;
  text-transform: uppercase;
  color: #666;
  border: 1px solid #e0e0e0;
  padding: 5.5px 1em;
  border-radius: 3px;
  background-color: #fff;
  margin: 4px 12px;
  white-space: nowrap;
}

.ais-page .ais-ClearRefinements-button:after {
  content: "\f0e2";
  font-family: "Font Awesome 6 pro";
  font-weight: 900;
  vertical-align: center;
  width: 0;
  font-size: 1.2em;
  margin-left: 5px;
}

.ais-page .ais-ClearRefinements-button:hover {
  text-decoration: none;
  background-color: #000;
  color: white !important;
  text-decoration: line-through;
}

.ais-page .ais-CurrentRefinements-label {
  display: table;
  width: 100%;
  margin: 4px 0;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}

.ais-page .ais-CurrentRefinements-label:before {
  content: "⨯";
  display: table-cell;
  vertical-align: middle;
  width: 0;
  padding: 4px 6px;
  background: #e0e0e0;
}

.ais-page .ais-CurrentRefinements-label div {
  display: inline;
}

.ais-page .ais-CurrentRefinements-label > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: -0.15em;
  margin-bottom: -0.15em;
  padding: 4px 6px;
  background: #f4f4f4;
  width: 100%;
  max-width: 1px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 1.3;
}

.ais-page .ais-CurrentRefinements-label:hover {
  text-decoration: none;
}

.ais-page .ais-CurrentRefinements-label:hover > div {
  text-decoration: line-through;
  color: white !important;
}

.ais-page .ais-CurrentRefinements-label {
  font-weight: bold;
}

.ais-RangeSlider .rheostat-tooltip {
  display: none;
  background: transparent;
  position: absolute;
  font-size: 0.8em;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  left: 50%;
  line-height: 1.5em;
  text-align: center;
}

#price .ais-RangeSlider .rheostat-handle-upper .rheostat-tooltip {
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

.ais-page .ais-current-refined-values--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 4px 0;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  background: white;
}

.ais-page .ais-current-refined-values--link:before {
  content: "⨯";
  display: block;
  font-size: 1.5em;
}

.ais-page .ais-current-refined-values--link div {
  display: inline;
  font-size: 11px;
}

.ais-page .ais-current-refined-values--link > div {
  vertical-align: middle;
  margin-top: -0.15em;
  margin-bottom: -0.15em;
  padding: 4px 6px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.ais-current-refined-values--link:hover {
  text-decoration: none;
  background-color: #000;
  color: white !important;
}

.ais-page .ais-current-refined-values--link:hover > div {
  text-decoration: line-through;
}

#price .ais-RangeSlider .rheostat-handle .rheostat-tooltip,
.ais-RangeSlider .rheostat-handle:hover .rheostat-tooltip {
  display: block;
}

.ais-RangeSlider .rheostat-handle {
  background: #fff;
  border-radius: 50%;
  cursor: -webkit-grab;
  cursor: grab;
  height: 20px;
  outline: none;
  -webkit-transform: translate(-50%, calc(-50% - 3px));
  -ms-transform: translate(-50%, calc(-50% - 3px));
  transform: translate(-50%, calc(-50% - 3px));
  border: 1px solid #ccc;
  width: 20px;
  z-index: 1;
}

.ais-RangeSlider .rheostat-value {
  padding-top: 15px;
  font-size: 0.8em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

.ais-RangeSlider .rheostat-horizontal {
  cursor: pointer;
  margin: 16px 16px 40px;
}

.ais-RangeSlider .rheostat-background {
  background-color: rgba(65, 66, 71, 0.08);
  border: 1px solid #ddd;
  height: 6px;
}

.ais-RangeSlider .rheostat-progress {
  background-color: #325c93;
  cursor: pointer;
  height: 4px;
  top: 1px;
  position: absolute;
}

.ais-RangeSlider .rheostat-marker-horizontal {
  background: #ddd;
  width: 1px;
  height: 5px;
  pointer-events: none;
}

.ais-RangeSlider .rheostat-marker-large {
  background: #ddd;
  width: 2px;
  height: 12px;
}

/* Search box */
.ais-page .ais-input {
  display: table;
  width: 100%;
  border: 2px solid #000;
}

.ais-page .ais-input--label {
  display: table-cell;
  vertical-align: middle;
  width: 0;
  padding: 8px;
  padding-right: 24px;
  white-space: nowrap;
  color: white;
  background: #000;
}

.ais-results-size-xs .ais-page .ais-input--label {
  display: none;
}

.ais-page .ais-search-box-container {
  display: none;
  width: 100%;
  vertical-align: middle;
}

.ais-page .ais-fall-back-price .ais-components--cards--product--price__compare,
.ais-page .ais-SearchBox-reset,
.ais-page .ais-facet-hidden,
.ais-page .ais-RefinementList-showMore--disabled,
.ais-page .ais-facet-price_ratio,
[class*=ais-facet-meta_inventory_store_] {
  display: none !important;
}

.ais-page .ais-RefinementList-showMore {
  background: none;
  border: none;
  font-size: 11px;
  text-transform: uppercase;
  color: #111;
  line-height: 17px;
  width: 100%;
  text-align: left;
  padding: 0.5em 0;
  margin-top: 0.5em;
}

.ais-page .ais-RefinementList-searchBox {
  display: none;
  width: 100%;
  padding-bottom: 11px;
}

.ais-page .ais-SearchBox-input {
  background: #fff;
  width: 100%;
  height: 40px;
  padding-right: 34px;
  padding-left: 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #e2e2e2;
  -webkit-transition: border-color 0.1s linear;
  -o-transition: border-color 0.1s linear;
  transition: border-color 0.1s linear;
  outline: none;
}

.ais-page .ais-SearchBox-input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.ais-page .ais-SearchBox-submit {
  width: 34px;
  position: absolute;
  right: 9px;
  pointer-events: none;
  color: #111;
  height: 40px;
  background: none;
  border: none;
}

.ais-page .ais-input-button {
  display: table-cell;
  vertical-align: middle;
  width: 0;
  padding: 4px 8px;
}

/* Search header */
.ais-page .ais-search-header {
  padding: 0.6em 0 0.4em 0.9em;
  color: #333;
}

.ais-page .ais-search-header:after {
  content: "";
  clear: both;
  display: block;
}

.ais-page .ais-search-header {
  font-size: 0.85em;
}

.ais-page .ais-search-header * {
  font-size: inherit;
  line-height: 1.6;
}

.ais-page .ais-queryText {
  color: #325c93;
  white-space: nowrap;
}

/* Stats */
.ais-page .ais-Stats {
  color: #111;
  line-height: 17px;
}

.ais-page .ais-Stats > .ais-Stats-text > h2 {
  font-size: 12px;
}

.ais-page .ais-stats--nb-results {
  white-space: nowrap;
  font-size: initial;
}

/* Display mode */
.ais-page .ais-change-display {
  float: right;
  margin-left: 10px;
  cursor: pointer;
}

.ais-page .ais-change-display-block:hover,
.ais-page .ais-change-display-list:hover,
.ais-page .ais-change-display-selected {
  color: #000;
}

/* Sort orders */
.ais-page .ais-sort {
  float: right;
  color: #111;
  line-height: 17px;
  margin-top: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.ais-results-size-xs .ais-page .ais-sort {
  float: none;
}

.ais-page .ais-sort .ais-flex-break {
  width: 0px !important;
  height: 0px !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: none !important;
}

.ais-page .ais-SortBy {
  display: inline-block;
  min-width: 240px;
}

.ais-page .ais-SortBy-select {
  position: relative;
  border-radius: 0;
  height: 40px;
  padding: 0 40px 0 11px;
  background: #f3f3f3;
  text-align: left;
  width: 100%;
  border: none;
  margin-top: -0.1em;
  font-size: 14px;
  cursor: pointer;
}

.ais-minus-icon {
  float: right;
}

/* Hits */
.ais-page .ais-InfiniteHits:after {
  content: "";
  clear: both;
  display: block;
}

.ais-page .ais-hit-empty {
  margin-top: 60px;
  text-align: center;
}

.ais-page .ais-hit {
  position: relative;
  float: left;
  margin: 8px 0 16px 0;
  cursor: pointer;
  width: 100% !important;
}

.ais-page .ais-hit:hover {
  border-color: #000;
}

.ais-page .ais-hit--details > * {
  width: 100%;
  line-height: 1.3;
}

.ais-page .ais-hit--title,
.ais-page .ais-hit--title > * {
  color: #111;
  font-size: 15px;
  line-height: 1.5;
  overflow: hidden;
  margin: 10px 0;
  padding-bottom: 0;
}

.ais-page .ais-hit--subtitle {
  font-size: 0.9em;
  color: #888;
}

.ais-page .ais-hit--subtitle * {
  font-size: inherit;
}

.ais-page .ais-hit--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ais-page .ais-hit--price,
.ais-page .ais-hit--price > * {
  color: #404040;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.ais-page .ais-hit--price .ais-hit--price_current {
  color: #404040;
}

.ais-page .ais-hit--price .ais-hit--price_current.ais-hit--price_on_sale {
  color: #008a00;
  padding-right: 5px;
}

.ais-page .ais-hit--price-striked {
  text-decoration: line-through;
  color: #404040;
}

.ais-page .ais-hit--price-striked span {
  color: #404040;
  font-weight: normal;
  font-size: 14px;
}

.ais-page .ais-hit--price-discount {
  color: #888;
}

.ais-page .ais-hit--cart-button:not(.ais-hit--cart-button__disabled):hover {
  background-color: black;
  color: white;
  text-decoration: none;
}

.ais-page .ais-hit--cart-button__disabled {
  background: #ccc !important;
  cursor: default !important;
}

.ais-page .ais-results-as-list .ais-hit {
  padding: 30px 25px; /* $v_padding $h_padding */
  width: 100%;
  min-height: 170px; /* $img_size + 2 * $v_padding */
}

.ais-page .ais-results-as-list .ais-hit--picture {
  position: absolute;
  top: 30px; /* $v_padding */
  left: 25px; /* $h_padding */
  width: 110px; /* $img_size */
  height: 110px; /* $img_size */
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.ais-page .ais-results-as-list .ais-hit--details {
  margin-left: 160px; /* $img_size + 2 * $h_padding */
}

.ais-page div.ais-hit--details {
  margin-top: 25px;
  padding-left: 7px;
}

.ais-results-size-xs .ais-page .ais-results-as-block .ais-hit {
  width: 98%;
  margin-left: 2%;
}

.ais-results-size-sm .ais-page .ais-results-as-block .ais-hit,
.ais-results-size-md .ais-page .ais-results-as-block .ais-hit {
  width: 47.5%;
}

.ais-results-size-sm .ais-page .ais-results-as-block .ais-InfiniteHits-item:nth-of-type(2n + 1) .ais-hit,
.ais-results-size-md .ais-page .ais-results-as-block .ais-InfiniteHits-item:nth-of-type(2n + 1) .ais-hit {
  margin-left: 0;
}

.ais-results-size-lg .ais-page .ais-results-as-block .ais-hit {
  width: 30%;
}

.ais-results-size-lg .ais-page .ais-results-as-block .ais-InfiniteHits-item:nth-of-type(3n + 1) .ais-hit {
  margin-left: 0;
}

.ais-page .ais-results-as-block .ais-hit--picture {
  position: relative;
  width: 100%; /* $img_size */
  min-height: 200px;
  max-height: 200px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* Pagination */
.ais-page .ais-Pagination-list {
  text-align: center;
}

.ais-page .ais-Pagination-item {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0px 5px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  text-align: center;
}

.ais-page .ais-Pagination--active {
  border-color: #158EC2;
}

.ais-page .ais-Pagination-item--disabled {
  visibility: hidden;
}

.ais-page .ais-Pagination-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 5px 0;
  font-size: 0.9em;
  color: #158EC2;
}

/* Customize */
.ais-components--cards--product--price__compare[data-savestory=true] {
  border: 1px solid #325c93;
  border-radius: 3px;
  padding: 2px 8px;
  color: #325c93;
  display: inline-block;
  text-decoration: none;
}

.ais-InfiniteHits ol li {
  list-style: none !important;
  position: relative;
}

.ais-InfiniteHits-btn {
  display: block;
  font-size: 16px;
  margin: 50px auto;
  padding: 0.5em 0;
  height: 40px;
  width: 100%;
  background: #f3f3f3;
  border: none;
  -webkit-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
}

@media only screen and (min-width: 769px) {
  .ais-InfiniteHits-btn {
    width: 60%;
  }
}
@media only screen and (min-width: 991px) {
  .ais-InfiniteHits-btn {
    width: 40%;
  }
}
.ais-InfiniteHits-btn:hover {
  background: #e2e2e2;
}

.ais-InfiniteHits-loadMore {
  display: none;
}

picture.ais-hit--image,
picture.ais-hit--image > img {
  max-width: 100%;
  max-height: inherit;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

picture.ais-hit--image > img {
  padding-top: 30px;
}

.ais-InfiniteHits-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30.8% 30px 30.8% 30px 30.8%;
  grid-template-columns: 30.8% 30.8% 30.8%;
  gap: 30px;
  padding-left: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ais-hit.ais-product,
.ais-results-size-sm .ais-page .ais-results-as-block .ais-hit,
.ais-results-size-md .ais-page .ais-results-as-block .ais-hit,
.ais-results-size-lg .ais-page .ais-results-as-block .ais-hit {
  width: 100% !important;
}

div[class^=ais-firmness-].ais-firmness-luxury-firm {
  background: #4c7da5;
  color: #e8edff;
}

div[class^=ais-firmness-].ais-firmness-firm {
  background: #0d4b70;
  color: #e8edff;
}

div[class^=ais-firmness-].ais-firmness-plush {
  background: #bddbf3;
}

div[class^=ais-firmness-] {
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 0.35em 1em;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #e4f1fa;
  color: #0a4660;
}

.ais-firmness {
  left: 0;
  position: absolute;
  bottom: 3px;
  padding-left: 7px;
}

.ais-page .topBottomButtonsWrapper {
  position: fixed;
  top: 50%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 5px;
  z-index: 2;
}

.ais-page .topBottomButtonsWrapper .topBottomButtons {
  padding: 6px;
}

.ais-page .topBottomButtonsWrapper .topBottomButtons a:not(:last-of-type) {
  margin-bottom: 14px;
  line-height: 28px;
}

.ais-page .topBottomButtonsWrapper .topBottomButtons a {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
  cursor: pointer;
  text-align: center;
  background-color: #325c93;
  height: 36px;
  width: 36px;
  font-size: 22px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  display: block;
}

.ais-page .topBottomButtonsWrapper .topBottomButtons a.go-bottom svg {
  margin-top: 7px;
}

.ais-page .topBottomButtonsWrapper .topBottomButtons a.go-top svg {
  margin-top: 5px;
}

.ais-page .topBottomButtonsWrapper svg {
  fill: white;
}

.ais-page .topBottomButtonsWrapper .topBottomButtons a.go-filters {
  display: none;
}

.ais-results-as-list .ais-InfiniteHits-list {
  display: block;
}

.ais-seperate-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20.1% 30px auto;
  grid-template-columns: 20.1% auto;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ais-seperate-header .ais-facet--header {
  border: none;
  padding: 0;
}

.ais-page .desktop-display .facets-filter-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.facets-filter-btn p {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #111;
  line-height: 17px;
  margin: 0;
}

/* facets panel */
.algolia-side-model {
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9000;
}

.algolia-sidenav {
  width: 90vw;
  max-width: 360px;
  margin-left: -40rem;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: white;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 90001;
  padding-bottom: 50px;
}

.algolia-sidenav .algolia-sidenav-closebtn {
  font-size: 28px;
  color: #333;
  z-index: 9;
  cursor: pointer;
}

#algolia-side-panel .ais-facets {
  margin-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.ais_no_result_title {
  color: #333 !important;
  font-size: 2.5em !important;
  display: block;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.ais_no_result_content {
  color: #333 !important;
  font-size: 15px !important;
  text-align: center;
  margin-bottom: 20px !important;
}

.ais_no_result_query {
  color: #325c93;
}

.ais-root.ais-current-refined-values.ais-facet {
  padding: 0;
  margin: 0;
}

.ais-current-refined-values-container .ais-facet--header {
  display: none;
}

ul.ais-current-refined-values--list {
  font-size: 11px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

li.ais-current-refined-values--item {
  list-style: none !important;
  margin-right: 12px;
}

a.ais-current-refined-values--link {
  font-size: 11px;
  margin-right: 12px;
  position: relative;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  color: #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.5em 1em;
  border-radius: 3px;
  background-color: #fff;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.ais-current-refined-values-container .ais-Panel {
  position: relative;
}

.ais_typo_title {
  padding: 0 !important;
}

.ais_typo_content {
  font-size: 1em !important;
}

.ais_typo_actual {
  cursor: pointer;
}

.productCompareWrapper {
  position: absolute;
  z-index: 1;
  bottom: -25px;
  width: 100%;
}

.productCompareWrapper label {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  padding-bottom: 5px;
}

#compare-tool .loader, #content .main_box .box_1 .product-details span.compare-price, #content .main_box .desc .price span.compare-price, .compare-body #compareMasterList .line-clamp {
  display: block !important;
}

.ais-page .ais-sort > .ais-instock-toggle-container > div,
.ais-page .ais-sort > .ais-saveToday-toggle-container > div {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}

/* In stock toggle switch css begin */
.ais-sort .ais-instock-toggle-container,
.ais-sort .ais-saveToday-toggle-container {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.ais-instock-toggle-wrapper,
.ais-saveToday-toggle-wrapper {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: 0;
}

.toggleswitch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.toggleswitch-slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.ais-saveToday-toggle-wrapper.checked .toggleswitch-slider,
.ais-instock-toggle-wrapper.checked .toggleswitch-slider {
  background-color: #325c93;
}

.ais-saveToday-toggle-wrapper.checked .toggleswitch-slider:before,
.ais-instock-toggle-wrapper.checked .toggleswitch-slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.toggleswitch-slider.toggleswitch-round {
  border-radius: 34px;
}

.toggleswitch-slider.toggleswitch-round:before {
  border-radius: 50%;
}

/* In stock toggle switch css end */
.ais-hit.ais-product.algolia-mattress-featured:before {
  content: " ";
  color: #fff;
  position: absolute;
  top: -5px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  left: 0;
  border-top: 5px solid #000;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border: 2px solid #000;
  bottom: 0;
}

.algolia-mattress-featured-top:before {
  content: "Featured";
  color: #fff;
  position: absolute;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  left: 0;
  border-top: 5px solid #000;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  background: #000;
}

.ais-page .ais-facets > div {
  margin-bottom: 20px;
}

.ais-page ul li {
  list-style: none;
}

.ais-page .ais-hit--price .ais-price-from {
  color: #000;
}

.ais-page .ais-sortby-container {
  font-size: 11px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.ais-page .ais-topbar-container {
  padding: 0.5em 1em;
  border-top: 1px solid #e2e2e2;
  background-color: #fafafa;
  border-bottom: 1px solid #e2e2e2;
  color: #636363;
  position: relative;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-line-pack: center;
  align-content: center;
}

.ais-page .ais-current-refined-values-container > .ais-Panel > .ais-Panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.ais-page .ais-current-refined-values-container > .ais-Panel,
.ais-page .ais-clear-refinements-container > .ais-Panel,
.ais-page .ais-stats-container {
  min-height: 40px;
}

.ais-page .ais-stats-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ais-InfiniteHits-item:hover {
  box-shadow: 0 1px 19px #ddd;
  -webkit-box-shadow: 0 1px 19px #ddd;
  -moz-box-shadow: 0 1px 19px #ddd;
  -ms-box-shadow: 0 1px 19px #ddd;
  -o-box-shadow: 0 1px 19px #ddd;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  border-radius: 10px;
}

.top-btn-group {
  width: 100%;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.top-btn-group div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  border: 1px solid #e2e2e2;
  color: #333;
}

svg.ais-filter-icon {
  margin-right: 10px;
}

.algolia-components--sorting__icon {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  font-weight: normal;
  margin-right: 5px;
  color: #898989;
}

.facet-btn {
  font-size: 11px !important;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 17px;
}

.cart-discount {
  background: #ddebdd;
  color: #1ebf1c;
  font-weight: 700;
  text-align: center;
  font-size: 14px !important;
  padding: 2px;
  margin-bottom: 10px !important;
}

.ais-page .ais-facets > div {
  padding: 20px 25px 0 0;
  border-top: 1px solid #e6e6e6;
}

.ais-page .ais-sort-title {
  margin-right: 5px;
  white-space: nowrap;
}

.ais-page .go-filter-num-container {
  border-radius: 15px;
  color: #fff;
  background: #333;
  border: 1px solid #fff;
  min-width: 19px;
  height: 19px;
  font-size: 11.5px;
  line-height: 1.6;
}

.ais-page .topBottomButtonsWrapper .topBottomButtons .go-filter-num-container {
  position: absolute;
  top: -1px;
  right: -1px;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.ais-page .algolia-sidenav .go-filter-num-container {
  text-align: center;
  margin-left: 5px;
}

.ais-page .algolia-sidenav .ais-ClearRefinements-button {
  margin: 0;
}

#clearAllSideNav {
  min-width: 97px;
}

.ais-page .algolia-side-panel-head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.ais-page .algolia-side-panel-head {
  font-size: 20px;
}

.ais-page #algolia-side-panel .ais-RefinementList-showMore,
.ais .algolia-sidenav-header .ais-ClearRefinements-button {
  font-size: 12px;
}

.ais-page .algolia-sidenav-header-wrapper {
  z-index: 5;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  width: 100%;
  border: solid #e0e0e0;
  border-width: 0 0 1px;
  padding-bottom: 10px;
}

.ais-page .algolia-sidenav-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px 0;
  min-height: 42px;
}

.ais-page .ais-product > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: center;
  align-content: center;
}

.ais-page .ais-filters-btn-container,
.ais-page .ais-filters-btn-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  cursor: pointer;
}

.ais-page .ais-view-change {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 10px;
}

.ais-page .ais-view-change > div {
  color: #b3b3b3;
}

.ais-page .ais-view-change > div.selected {
  color: #325c93;
}

.ais-page .ais-view-change i {
  font-size: 30px;
}

.text-badges:not(.empty) {
  margin-bottom: 5px;
}

.text-badges:empty {
  display: none;
}

@media only screen and (max-width: 991px) {
  .mobile-display {
    display: block;
  }
  .desktop-display,
  .ais-page .ais-current-refined-values-container,
  .ais-page #clearAllDesktop,
  .ais-page .ais-sort-title {
    display: none !important;
  }
  .ais-seperate-header {
    display: block;
  }
  .ais-page .ais-sort {
    float: none;
  }
  .ais-page > .ais-block {
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #e6e6e6;
    border-left: none;
  }
  .ais-sort .ais-instock-toggle-container,
  .ais-sort .ais-saveToday-toggle-container {
    margin: 0;
  }
  .ais-page .ais-InfiniteHits {
    width: 95%;
  }
  .ais-page .ais-SortBy {
    min-width: unset !important;
    width: 100%;
  }
  .ais-page .ais-search-header {
    padding-left: 0;
  }
  .ais-page .ais-clear-refinements-container > .ais-Panel {
    min-height: unset;
  }
  .ais-page .ais-sort > div > div {
    padding: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
    cursor: pointer;
  }
  .ais-page .ais-SortBy-select {
    background: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
  }
  .ais-page .ais-facets {
    margin-top: 10px;
  }
  .ais-page .ais-instock-toggle-container .ais-instock-label,
  .ais-page .ais-saveToday-toggle-container .ais-saveToday-label {
    margin-right: 5px;
    font-size: 13px;
  }
  .ais-page .topBottomButtonsWrapper .topBottomButtons a.go-filters {
    display: block;
  }
  .ais-page .ais-filters-btn-container {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  .ais-results-size-sm .ais-page .ais-results-as-block .ais-hit, .ais-results-size-md .ais-page .ais-results-as-block .ais-hit {
    width: 100%;
  }
  .ais-page .ais-InfiniteHits {
    width: 92%;
  }
  picture.ais-hit--image {
    max-width: 95%;
  }
  picture.ais-hit--image > img {
    padding-top: 40px;
  }
  .ais-firmness {
    padding-left: 5px;
  }
  .ais-page .ais-grid-view .ais-product > a {
    gap: 10px;
  }
  .ais-page .ais-results-as-block.ais-grid-view .ais-hit--picture {
    min-height: 160px;
    max-height: 160px;
  }
  .ais-page .ais-results-as-block.ais-list-view .ais-hit--picture {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 140px;
    max-height: 170px;
  }
  .ais-page .ais-list-view .ais-hit--price > * {
    font-size: 18px;
  }
  .ais-page .ais-results-as-block .ais-hit--details {
    margin-top: 0;
    padding-left: 7px;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ais-page .ais-results-as-block.ais-list-view .ais-hit--details > .ais-hit--title {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .ais-page .ais-results-as-block.ais-list-view .ais-hit--details > .ais-hit--price {
    margin-bottom: 5px;
  }
  .ais-page .ais-facet--header,
  .ais-page #algolia-side-panel .ais-facet--label {
    font-size: 16px;
  }
  .ais-page .ais-facets > div {
    padding: 0;
  }
  .ais-page .ais-facet--header {
    padding-top: 20px;
  }
  .ais-page #algolia-side-panel .ais-facet--count {
    font-size: 14px;
  }
  .ais-InfiniteHits-list {
    -ms-grid-columns: 48% 0px 48%;
    grid-template-columns: 48% 48%;
    row-gap: 10px;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .ais-list-view .ais-InfiniteHits-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .ais-page .ais-list-view .ais-product > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .ais-page .ais-sort > div {
    -ms-flex-preferred-size: 49% !important;
    flex-basis: 49% !important;
    min-height: 40px;
  }
  .ais-page .ais-sort .ais-flex-break {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    display: block !important;
  }
  .ais-page .ais-sort > div > div {
    min-height: 40px;
  }
  .ais-page .ais-sort > .ais-sortby-container > div {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ais-page .ais-sort > .ais-sortby-container {
    padding: 0 4px;
  }
  .ais-page .ais-sort > .ais-sortby-container .ais-sort-orders-container {
    width: 100%;
  }
  svg.ais-filter-icon {
    margin: 0;
  }
  .algolia-components--sorting__icon {
    color: #333;
  }
  .ais-page .ais-block {
    padding-left: 0 !important;
  }
  .ais-page .ais-sort > div {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ais-page .ais-sort .ais-filters-btn-container,
  .ais-page .ais-sort .ais-SortBy-select,
  .ais-page .ais-sort .ais-instock-toggle-container,
  .ais-page .ais-sort .ais-saveToday-toggle-container {
    font-size: 12px;
  }
  .ais-page .ais-SortBy-select,
  .ais-page .ais-sortby-container,
  .ais-page .ais-filters-btn-container {
    background-color: #f3f3f3;
  }
  .ais-page .ais-sortby-container {
    padding-left: 6px;
  }
  .ais-page .ais-filters-btn-container {
    padding-left: 10px;
  }
  .ais-page .ais-view-change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
  }
  .ais-page .ais-topbar-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ais-page .ais-list-view .ais-hit--price {
    gap: 0;
  }
  .ais-InfiniteHits-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ais-page .ais-stats--nb-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    white-space: normal;
    line-height: 1.2;
  }
  .ais-page .ais-queryText {
    word-break: break-word;
    white-space: normal;
  }
  .ais-page .topBottomButtonsWrapper {
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ais-page .ais-product > a {
    padding: 0 10px;
  }
}
/* ipad */
@media (min-width: 990px) and (max-width: 1100px) {
  .ais-seperate-header {
    -ms-grid-columns: 30% auto;
    grid-template-columns: 30% auto;
  }
  .ais-page .ais-facet--header._f {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .ais-page .ais-facets {
    width: 30%;
  }
  .ais-page .ais-block {
    width: 70%;
    padding-left: 0;
  }
  .ais-page .ais-facet--item {
    padding: 6px 0 6px 0;
  }
  .ais-page .ais-facets > div {
    padding: 20px 0 0 0;
  }
}
@media only screen and (min-width: 991px) {
  .desktop-display {
    display: block;
    position: relative;
  }
  .ais-page .ais-sort > div {
    -ms-flex-preferred-size: unset !important;
    flex-basis: unset !important;
  }
  .mobile-display,
  .ais-page .ais-filters-btn-container {
    display: none !important;
  }
  .ais-InfiniteHits-list {
    -ms-grid-columns: 22.8% 22.8% 22.8% 22.8%;
    grid-template-columns: 22.8% 22.8% 22.8% 22.8%;
  }
  .ais-page.facet_hidden > .ais-facets,
  .ais-page.facet_hidden .ais-facets-button-hide > svg,
  .ais-page.facet_hidden #hide_facets_text,
  .ais-page.facet_shown #show_facets_text {
    display: none !important;
  }
  .ais-page.facet_hidden > .ais-block {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  .ais-page.facet_hidden #show_facets_text,
  .ais-page.facet_shown #hide_facets_text {
    display: block !important;
  }
}
.scrolltop {
  display: none !important;
}

#algolia-side-panel .ais-RefinementList-searchBox {
  display: none !important;
}

/* need to remove whithout findify */
#findify_results {
  display: none;
}

/* --- Little Leon's Brand --- */
.little-leons-website .ais-page .ais-link, .ais-page a, .ais-page a:hover, .ais-page a:focus, .ais-page a:active {
  color: #276891;
}

.algolia-quickview {
  font-size: 26px !important;
  color: #000;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 1;
  top: 5px;
  margin-left: 9px !important;
}

.algolia-quickview > div {
  background-color: #fff;
  display: inline-block;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  width: 32px;
  text-align: center;
  padding-bottom: 0.2em;
}

.algolia-quick-view-modal [data-quickview=image] {
  margin-left: -15px;
  margin-right: 10px;
}

.algolia-quick-view-modal .col-md-12 {
  padding: 0;
}

.algolia-quickview i {
  opacity: 0.2;
  padding: 3px 0;
  font-size: 1.6em;
}

.algolia-quickview i:before {
  display: block;
  width: 1em;
  height: 1em;
}

.algolia-quickview i:hover {
  opacity: 1;
}

.algolia-quick-view-modal .modal-header {
  padding: 15px;
}

.algolia-quick-view-modal.quick-view-active {
  display: block;
}

.algolia-quick-view-modal.quick-view-active {
  display: block;
}

.algolia-quick-view-modal .product-image {
  position: relative;
  height: 100%;
  width: 100%;
  padding-bottom: 100%;
}

@media only screen and (max-width: 768px) {
  .algolia-quick-view-modal [data-quickview=image] {
    margin-bottom: 10px;
  }
  .algolia-quick-view-modal .product-image {
    padding-bottom: 50%;
  }
  .algolia-quick-view-modal.modal .modal-dialog {
    top: 0;
  }
}
.algolia-quick-view-modal .product-image img {
  position: absolute;
  top: 0;
  left: -10px;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
  width: auto !important;
}

.algolia-quick-view-modal .modal-header p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
  padding-bottom: 15px;
}

.algolia-quick-view-modal .modal-header p a {
  color: #000;
}

.algolia-quick-view-modal .variant-sku,
.algolia-quick-view-modal .variant-vsn {
  display: inline-block;
  font-size: 14px;
}

.algolia-quick-view-modal .variant-sku {
  margin-right: 1em;
}

.algolia-quick-view-modal .price {
  font-family: "Open Sans", sans-serif;
  font-size: 1.7em;
  padding-top: 15px !important;
  padding-left: 0 !important;
}

.algolia-quick-view-modal .ais-hit--price_current {
  color: #000;
}

.algolia-quick-view-modal .ais-hit--price_on_sale {
  color: #008a00;
}

.algolia-quick-view-modal .price .sale-price {
  color: #008a00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.algolia-quick-view-modal .ais-components--cards--product--price__compare {
  padding: 3px 8px;
}

.algolia-quick-view-modal .savestory {
  font-size: 1.3em;
}

.algolia-quick-view-modal .calculated-retail {
  font-size: 0.8em;
  margin-left: 0.5em;
}

.algolia-quick-view-modal .dimensionsWrapper {
  display: inline-block;
  margin-right: 1em;
}

.algolia-quick-view-modal .descriptionWrapper {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}

.algolia-quick-view-modal .descriptionWrapper p {
  display: inline;
}

.algolia-quick-view-modal ul.alt-configs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 10px;
}

.algolia-quick-view-modal ul.alt-configs,
.algolia-quick-view-modal ul.alt-configs li {
  margin: 0;
  font-size: 0;
}

.algolia-quick-view-modal ul.alt-configs li {
  height: 60px;
  width: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  border-radius: 6px;
}

.algolia-quick-view-modal ul.alt-configs li a {
  position: absolute;
  text-align: center;
  border: 1px solid #ebe5e2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 6px;
}

.algolia-quick-view-modal ul.alt-configs li a:hover {
  border-color: #aaa;
}

.algolia-quick-view-modal ul.alt-configs li a img {
  max-width: 90%;
  max-height: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.algolia-quick-view-modal .quickview-addToCart {
  width: 100%;
  border-radius: 0;
  text-transform: none;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin-top: 0;
  max-width: 100%;
  margin: 0;
}

.algolia-quick-view-modal .quickview-addToCart:active,
.algolia-quick-view-modal .quickview-addToCart:hover {
  background-color: #af272f;
}

.algolia-quick-view-modal .horizontal-padding-x-large {
  padding-right: 35px;
  padding-left: 35px;
}

.algolia-quick-view-modal .modal-header p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
  padding-bottom: 15px;
}

.algolia-quick-view-modal p, .algolia-quick-view-modal .quick-view-link {
  font-size: 14px !important;
  line-height: 21px !important;
}

.margin-top-medium {
  margin-top: 20px !important;
}

.horizontal-padding-large {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.algolia-quick-view-modal .price {
  font-family: "Open Sans", sans-serif;
  font-size: 1.7em;
  padding-top: 15px;
}

.algolia-quick-view-modal .variant-sku {
  margin-right: 1em;
  display: inline-block;
}

.algolia-quick-view-modal .ais-hit--cart {
  padding-bottom: 0;
}

.fa-shopping-cart {
  font-size: 16px !important;
}

.quickview_addtocart {
  font-size: 14px !important;
}

.algolia-quick-view-modal .ais-hit--cart-button {
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "proxima-nova", "Open Sans", sans-serif;
  max-width: 100%;
  margin: 0;
  height: 57px;
  line-height: 57px;
  color: #000;
  display: block;
  padding: 0 20px;
  font-weight: 600;
  background: #fcf104;
  background-color: #fcf104;
  border: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 7px;
}

.algolia-quick-view-modal .addToCart-message {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 3.4em;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  margin-top: -3em;
  margin-bottom: 3em;
}

.algolia-quick-view-modal .addToCart-message:before {
  font-weight: 900;
}

.algolia-quick-view-modal .addToCart-message[data-message=success] {
  margin-top: 0;
  margin-bottom: 0;
  color: #17a921;
  background-color: #e7f6e8;
  border-bottom: 3px solid #17a921;
  border-radius: 3px;
}

.algolia-quick-view-modal .addToCart-message[data-message=error] {
  margin-top: 0;
  margin-bottom: 0;
  color: #e81f23;
  background-color: #fde9e9;
  border-bottom: 3px solid #e81f23;
  border-radius: 3px;
}

.algolia-quick-view-modal .addToCart-message[data-message=error]:before {
  content: "\f05e ";
}

html:lang(en) .algolia-quick-view-modal .addToCart-message[data-message=success]:after {
  content: "Added to cart";
}

html:lang(fr) .algolia-quick-view-modal .addToCart-message[data-message=success]:after {
  content: "Ajouté au panier d'achat";
}

html:lang(en) .algolia-quick-view-modal .addToCart-message[data-message=error]:after {
  content: "Max quantity reached";
}

html:lang(fr) .algolia-quick-view-modal .addToCart-message[data-message=error]:after {
  content: "Quantité maximale atteinte";
}

.algolia-quick-view-modal .add-to-cart-container {
  overflow: hidden;
  margin: 1em 0;
  position: relative;
  padding: 0;
  width: 100%;
}

.algolia-quick-view-modal .dimensionsWrapper {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-right: 1em;
  font-size: 14px;
}

.no-padding-btm {
  padding-bottom: 0 !important;
}

.algolia-quick-view-modal p:last-child {
  padding-bottom: 10px;
}

.algolia-quick-view-modal .ais-hit--price_on_sale,
.algolia-quick-view-modal .ais-hit--price_current {
  font-size: 1.7em;
}

.algolia-quick-view-modal .descriptionWrapper p {
  padding-bottom: 0;
}

.algolia-quick-view-modal {
  cursor: default;
}

.close-modal:not(.continue-modal) {
  font-size: 2em;
  position: absolute;
  right: 0;
  top: 0.4em;
  cursor: pointer;
  display: block;
  width: 50px;
  height: 30px;
  text-align: center;
  z-index: 1;
}

.modal .modal-content {
  padding: 0 !important;
}

.quick-view-dimension {
  margin-top: 10px !important;
}

.little_leons_website .image-badge-black-tagged {
  margin-right: 7px;
}