@charset "UTF-8";
/* ----------------
Collection / Product
----------------- */
.data-qvp,
.product-json {
  display: none !important;
}

.item.minus a {
  border: 1px solid #d7dbdb;
  border-radius: 10px 0 0 10px;
  font-size: 20px !important;
  padding: 2px 10px;
  position: relative;
  top: 1px;
}

.item.plus a {
  border: 1px solid #d7dbdb;
  border-radius: 0 10px 10px 0;
  font-size: 20px !important;
  padding: 2px 10px;
  position: relative;
  top: 1px;
}

.prod_sku_vend {
  padding: 5px 20px 0 25px;
}

.variant-sku,
.product-vendor,
#variant-inventory {
  padding-bottom: 5px;
}

span.in-stock {
  color: green;
  font-weight: bold;
}

span.out-of-stock {
  color: red;
  font-weight: bold;
}

.maximum-in-stock-error {
  display: none;
  color: #d02e2e;
  text-align: center;
  float: none;
  clear: both;
}

/* ----------------
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;
  position: relative;
}

.sfbox-title {
  border-bottom: 1px solid #efefef;
  margin: -5px 0 15px -20px;
  padding-bottom: 12px;
  padding-left: 15px;
  width: 115%;
}

.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: #2a6496;
}

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

.btn_c {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  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;
  transition: all 0.3s;
  transition: all 0.3s;
  transition: all 0.3s;
}

.btn_c:hover {
  background-color: #2a6496;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  transition: all 0.3s;
  transition: all 0.3s;
}

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

/* ----------------
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: #2a6496;
}

.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: 0;
}

/* ----------------
Lightboxes
----------------- */
.modal-popup {
  background: #fff;
  padding: 20px 30px;
  margin: 40px auto;
  text-align: left;
  /*   max-width: 650px; */
  max-width: 767px;
  position: relative;
}

.modal-popup * {
  box-sizing: border-box;
}

.modal-cart-success {
  background: #eef2e7;
  color: #679647;
  padding: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #bdd3bd;
  border-radius: 2px;
}

.modal-cart-success .line-item-count {
  display: inline-block;
  margin-left: 0.5em;
}

.modal-button {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  margin-right: 15px;
  display: inline-block;
  padding: 0 20px;
  font-weight: 700;
  max-width: 250px;
  background: #37bbec;
  border-radius: 18px;
  border: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  transition: all 0.3s;
  transition: all 0.3s;
}

.modal-button:hover,
.modal-button:focus {
  background-color: #2a6496;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  transition: all 0.3s;
  transition: all 0.3s;
}

.modal-button2 {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  margin-right: 15px;
  display: inline-block;
  padding: 0 20px;
  font-weight: 700;
  max-width: 250px;
  background: #fbcf00;
  border-radius: 18px;
  border: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  transition: all 0.3s;
  transition: all 0.3s;
}

.modal-button:hover,
.modal-button:focus {
  background-color: #2a6496;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  transition: all 0.3s;
  transition: all 0.3s;
}

.modal-button2:hover,
.modal-button2:focus {
  background-color: #2a6496;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 400px) {
  .modal-button {
    margin-bottom: 15px;
  }
}
.modal-button.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

.modal-cart-title {
  color: #121212;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.modal-product-image {
  margin-right: 5%;
}

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

.product-contents-wrapper > div {
  display: none;
}

.product-contents-wrapper > div:last-child {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .product-contents-wrapper > div {
    float: left;
    width: 25%;
    display: block;
  }
  .product-contents-wrapper > div:last-child {
    width: 70%;
  }
}
.modal-body .email_box .txtbox {
  border: 1px solid #d7dbdb;
  border-radius: 18px;
  color: #898989;
  font-size: 14px;
  height: 30px;
  padding: 0 35px 0 18px;
  width: 100%;
}

.modal-body .email_box button {
  padding: 0;
  position: absolute;
  right: 18px;
  top: 0;
}

.modal-body .email_box button span {
  color: #d7dbdb;
  font-size: 12px;
  line-height: 30px;
}

.modal-body {
  display: inline-block;
  padding: 20px;
  position: relative;
  width: 100%;
  text-align: center;
}

.modal-body .email_box {
  margin: 20px auto 0;
  max-width: 211px;
  position: relative;
}

.modal-body .social ul li {
  display: inline-block;
  float: none;
  margin: 0 5px 5px 0;
  padding: 0;
}

html .modal-content {
  background: #fff;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.97);
  border: medium none;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
}

.badges-container {
  padding: 0;
  margin: 0;
}
.badges-container > div {
  float: left;
}
.badges-container .sale_product {
  display: inline-block;
  background-color: #ffef00;
  color: #333;
  font-style: italic;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  text-indent: -1px;
  width: 30px;
  height: 30px;
  font-size: 10px;
  line-height: 30px;
}
.badges-container .sale_product::before {
  content: "SALE";
}
.french .badges-container .sale_product::before {
  content: "Solde";
}
.badges-container .new_product {
  /* background-image: url( {{ "New.jpg" | file_img_url: "35x" }});
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  max-width: 35px; */
  background-color: #325c93;
  color: #fff;
  width: 46px;
  height: 46px;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  line-height: 46px;
  border-radius: 50%;
  text-align: center;
  text-indent: -1px;
  position: absolute;
  top: -10px;
  left: 5px;
}
.badges-container .new_product::before {
  content: "NEW";
}
.french .badges-container .new_product {
  display: none;
}
.badges-container .made_CDN {
  /* background-image: url( {{ "Made-in-Canada.jpg" | file_img_url: "35x" }});
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  /* height: auto;
  max-width: 35px; */
  background-image: url({{ "maple-leaf.png" | file_img_url: "39x" }});
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 12px;
  background-color: #333;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  height: 20px;
  width: auto;
  position: relative;
  padding: 0 8px 0 24px;
  margin: 3px 5px 3px 0;
  border-radius: 3px;
}
.badges-container .made_CDN::before {
  content: "Made In Canada";
}
.french .badges-container .made_CDN {
  display: none;
}
.badges-container .lim_quantities {
  /* background-image: url( {{ "While-Quantities-Last.jpg" | file_img_url: "35x" }});
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  max-width: 35px; */
  background-image: url({{ "while-qty-last-icon.png" | file_img_url: "39x" }});
  background-repeat: no-repeat;
  background-position: 7px 3px;
  background-size: 12px;
  background-color: #333;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  height: 20px;
  width: auto;
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 0 8px 0 24px;
  border-radius: 3px;
}
.badges-container .lim_quantities::before {
  content: "Limited Quantity";
}
.french .badges-container .lim_quantities {
  display: none;
}
.badges-container .web_only {
  /* background-image: url( {{ "Online-Only.jpg" | file_img_url: "35x" }});
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  max-width: 35px; */
  background-image: url({{ "online-only-icon.png" | file_img_url: "39x" }});
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 12px;
  background-color: #333;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  height: 20px;
  width: auto;
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 0 8px 0 24px;
  border-radius: 3px;
}
.badges-container .web_only::before {
  content: "Online Only";
}
.french .badges-container .web_only {
  display: none;
}
.badges-container .condo_living {
  /* background-image: url( {{ "Condo-Living.jpg" | file_img_url: "35x" }});
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  max-width: 35px; */
  background-image: url({{ "condo-living-icon.png" | file_img_url: "39x" }});
  background-repeat: no-repeat;
  background-position: 7px 3px;
  background-size: 12px;
  background-color: #333;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  height: 20px;
  width: auto;
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 0 8px 0 24px;
  border-radius: 3px;
}
.badges-container .condo_living::before {
  content: "Condo Living";
}
.french .badges-container .condo_living {
  display: none;
}

#content .container .badges .badges-container > div {
  margin: 0 5px 0 0;
  position: relative;
  top: 0;
  left: 0;
}
#content .container .badges .badges-container .new_product {
  width: 30px;
  height: 30px;
  font-size: 10px;
  line-height: 30px;
}
#content .container .badges .badges-container .made_CDN,
#content .container .badges .badges-container .lim_quantities,
#content .container .badges .badges-container .web_only,
#content .container .badges .badges-container .condo_living {
  height: 30px;
  width: 30px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  background-position: 7px center;
  background-size: 16px;
}
#content .container .badges .badges-container .made_CDN::before,
#content .container .badges .badges-container .lim_quantities::before,
#content .container .badges .badges-container .web_only::before,
#content .container .badges .badges-container .condo_living::before {
  content: none;
}
#content .container .badges .badges-container .made_CDN {
  background-position: 6px center;
  border: 1px solid #ddd;
}
#content .container .badges .badges-container .condo_living {
  background-color: #325c93;
  background-image: none;
  line-height: 30px;
  font-size: 14px;
}
#content .container .badges .badges-container .condo_living::before {
  content: "CL";
}
#content .container .badges .badges-container .web_only {
  background-image: url("https://cdn.shopify.com/s/files/1/2660/5106/files/online-only-icon-w.png?17888798959018467679");
  background-color: #325c93;
}
#content .container .badges .badges-container .lim_quantities {
  background-image: url("https://cdn.shopify.com/s/files/1/2660/5106/files/while-qty-last-icon-w.png?14335821113617204138");
  background-color: #325c93;
}

/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ==================================================================================================================== */
@font-face {
  font-family: flexslider-icon;
  src: url("flexslider-icon.eot");
  src: url("flexslider-icon.eot?#iefix") format("embedded-opentype"), url("flexslider-icon.woff") format("woff"), url("flexslider-icon.ttf") format("truetype"), url("flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ====================================================================================================================
 * RESETS
 * ==================================================================================================================== */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ==================================================================================================================== */
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides::after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ==================================================================================================================== */
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
  transition: all 1s ease;
  transition: all 1s ease;
  transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav li {
  line-height: 40px !important;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a::before {
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next::before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a::before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play::before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 1s ease;
  transition: all 1s ease;
  transition: all 1s ease;
  transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ==================================================================================================================== */
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* making letter more legible */
#content .tabing .tab-content #pdp-specifications p,
#content .tabing .tab-content #pdp-specifications li,
#content .tabing .tab-content #pdp-specifications b,
#content .tabing .tab-content #pdp-specifications strong,
#content .tabing .tab-content #pdp-specifications .detail-block {
  font-size: 14px;
  color: #333;
}

#content .tabing .tab-content #pdp-specifications .detail-block {
  padding-bottom: 5px;
}

#content .tabing .tab-content #pdp-specifications {
  max-width: 855px;
  padding: 25px;
  color: #333;
}

#content .tabing .tab-content #pdp-specifications li {
  list-style-type: disc;
}

#content .tabing .tab-content #pdp-specifications ul {
  margin-left: 16px;
}

body #shopify-section-product #content .zoom-gallery #image-block .flexslider .zoom-gallery-slide a#zoom-v {
  height: 526px;
  line-height: 526px !important;
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 1200px) {
  body #shopify-section-product #content .zoom-gallery #image-block .flexslider .zoom-gallery-slide a#zoom-v {
    height: 435px;
    line-height: 435px !important;
  }
}
@media only screen and (max-width: 991px) {
  body #shopify-section-product #content .zoom-gallery #image-block .flexslider .zoom-gallery-slide a#zoom-v {
    height: 316px;
    line-height: 316px !important;
  }
}
@media only screen and (max-width: 767px) {
  body #shopify-section-product #content .zoom-gallery #image-block .flexslider .zoom-gallery-slide a#zoom-v {
    height: 75vw;
    line-height: 75vw !important;
  }
}
body #shopify-section-product #content .zoom-gallery #image-block .flexslider .zoom-gallery-slide a#zoom-v figure.mz-figure {
  max-height: 100%;
  max-width: 100%;
}
body #shopify-section-product #content .zoom-gallery #image-block .flexslider .zoom-gallery-slide a#zoom-v figure.mz-figure > img {
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
  width: auto !important;
  flex-shrink: 0;
}
body #shopify-section-product #content .zoom-gallery #image-block .flexslider .zoom-gallery-slide.mz-tall a figure.mz-figure {
  height: 100%;
}
body .product-sidebar:hover #zoom-placeholder-wrapper {
  display: none;
}
body #zoom-placeholder {
  position: absolute;
  top: 0;
  left: -15px;
  /* z-index: 2; */
  width: 100%;
  height: 526px;
}
@media only screen and (max-width: 1200px) {
  body #zoom-placeholder {
    height: 435px;
  }
}
@media only screen and (max-width: 991px) {
  body #zoom-placeholder {
    height: 316px;
  }
}
@media only screen and (max-width: 767px) {
  body #zoom-placeholder {
    height: 75vw;
  }
}
body #carousel ul.slides li a {
  height: 100%;
  width: 100%;
  display: block;
}
body #carousel ul.slides li a:hover img {
  filter: none;
}
body #carousel ul.slides li a.active.mz-thumb-selected img {
  max-height: 100%;
  max-width: 100%;
  filter: none;
  box-shadow: none;
  border-radius: 12px;
}
body #carousel ul.slides li a img {
  box-shadow: none;
}
body .zoom-gallery {
  text-align: center;
}
body .zoom-gallery-slide {
  display: none;
}
body .zoom-gallery-slide.active {
  display: block;
}
body .zoom-gallery .video-slide {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
body .zoom-gallery .video-slide iframe,
body .zoom-gallery .video-slide object,
body .zoom-gallery .video-slide embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .zoom-gallery #carousel li.langEN,
body .zoom-gallery #carousel li.langFR {
  display: none !important;
}

.related-colors-carousels-controls .slick-arrow,
.rv-carousels-controls .slick-arrow,
.related-products-carousels-controls .slick-arrow {
  position: absolute;
  bottom: 50%;
  z-index: 1;
  font-size: 20px;
  color: #325c93;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.7);
}
.related-colors-carousels-controls .slick-left,
.rv-carousels-controls .slick-left,
.related-products-carousels-controls .slick-left {
  left: 10px;
}
.related-colors-carousels-controls .slick-right,
.rv-carousels-controls .slick-right,
.related-products-carousels-controls .slick-right {
  right: 10px;
}
.related-colors-carousels-controls .slick-dots li,
.rv-carousels-controls .slick-dots li,
.related-products-carousels-controls .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.related-colors-carousels-controls .slick-dots li button,
.rv-carousels-controls .slick-dots li button,
.related-products-carousels-controls .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.related-colors-carousels-controls .slick-dots li button::before,
.rv-carousels-controls .slick-dots li button::before,
.related-products-carousels-controls .slick-dots li button::before {
  content: "•";
  font-size: 6px;
  line-height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: 0.25;
  color: #325c93;
}
.related-colors-carousels-controls .slick-dots .slick-active button::before,
.rv-carousels-controls .slick-dots .slick-active button::before,
.related-products-carousels-controls .slick-dots .slick-active button::before {
  opacity: 1;
}

.related-colors-carousels-controls .slick-arrow,
.related-products-carousels-controls .slick-arrow {
  bottom: 40%;
}

.related-colors .carousel-col,
.related-products .carousel-col {
  height: 125px;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
  overflow: hidden;
}
.related-colors .carousel-col img,
.related-products .carousel-col img {
  max-width: 95%;
  max-height: 95%;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.related-colors .slick-disabled,
.related-products .slick-disabled {
  display: none !important;
  pointer-events: none;
}
.related-colors .left-align-slick > .slick-list > .slick-track,
.related-products .left-align-slick > .slick-list > .slick-track {
  margin-left: 0;
}

.recentlyViewed-carousel {
  position: relative;
  display: inline-block;
  float: none;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
  width: 100%;
}
.recentlyViewed-carousel .carousel-col {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  margin: 5px;
  overflow: hidden;
}
.recentlyViewed-carousel .carousel-col .recently-image-container {
  height: 164px;
  min-height: 165px;
  position: relative;
  display: flex;
  display: flex;
  align-items: center;
}
.recentlyViewed-carousel .carousel-col .recently-image-container img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  padding: 0;
}
.recentlyViewed-carousel .carousel-col .recently-detail-container {
  padding: 0 6%;
}
.recentlyViewed-carousel .carousel-col .recently-detail-container h2 {
  margin: 5px 0;
  text-align: center;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 400;
  word-wrap: break-word;
}
.recentlyViewed-carousel .carousel-col .recently-detail-container span {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: #404040;
}
.recentlyViewed-carousel .rv-carousels-controls .slick-arrow {
  bottom: -3px;
}
.recentlyViewed-carousel .rv-carousels-controls .slick-arrow.slick-left {
  left: 0;
}
.recentlyViewed-carousel .rv-carousels-controls .slick-arrow.slick-right {
  right: 0;
}
.recentlyViewed-carousel .rv-carousels-controls .slick-dots {
  bottom: 6px;
}
.recentlyViewed-carousel .slick-disabled {
  display: none !important;
  pointer-events: none;
}
.recentlyViewed-carousel .left-align-slick > .slick-list > .slick-track {
  margin-left: 0;
}
.recentlyViewed-carousel [data-product-thumb].sale .recently-detail-container span {
  color: #19a319;
}

.zoom-gallery #image-block .productImgCarouselControls {
  color: #325c93;
}
.zoom-gallery #image-block .productImgCarouselControls .flex-control-nav {
  position: static;
}
.zoom-gallery #image-block .productImgCarouselControls .flex-control-nav li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.zoom-gallery #image-block .productImgCarouselControls .flex-control-nav li a {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
  box-shadow: none;
  color: #c8cfdf;
  text-indent: 0;
}
.zoom-gallery #image-block .productImgCarouselControls .flex-control-nav li a::before {
  content: "•";
  font-size: 22px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: 0.25;
  color: #325c93;
}
.zoom-gallery #image-block .productImgCarouselControls .flex-control-nav li a.flex-active::before {
  opacity: 1;
}
.zoom-gallery #image-block .productImgCarouselControls .flex-prev,
.zoom-gallery #image-block .productImgCarouselControls .flex-next {
  position: absolute;
  bottom: 0;
  z-index: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.zoom-gallery #image-block .productImgCarouselControls .flex-prev {
  left: 32px;
}
.zoom-gallery #image-block .productImgCarouselControls .flex-next {
  right: 32px;
}

#rv__recent_products.rv__grid,
#pdp-findify-also-viewed {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0 solid #ececec !important;
  border-radius: 0;
}

.rv__grid .row {
  display: block;
  clear: both;
}

.rv__grid .rv__row .rv__column {
  float: left;
}

.rv__grid .rv__row .rv__column.rv__one {
  width: 8.3%;
}

.rv__grid .rv__row .rv__column.rv__two {
  width: 16.66%;
}

.rv__grid .rv__row .rv__column.rv__three {
  width: 24.96%;
}

.rv__grid .rv__row .rv__column.rv__four {
  width: 33.2%;
}

.rv__grid .rv__row .rv__column.rv__five {
  width: 41.5%;
}

.rv__grid .rv__row .rv__column.rv__six {
  width: 49.8%;
}

.rv__grid .rv__row .rv__column.rv__seven {
  width: 58.1%;
}

.rv__grid .rv__row .rv__column.rv__eight {
  width: 66.4%;
}

.rv__grid .rv__row .rv__column.rv__nine {
  width: 77.4%;
}

.rv__grid .rv__row .rv__column.rv__ten {
  width: 83%;
}

.rv__grid .rv__row .rv__column.rv__eleven {
  width: 91.3%;
}

.rv__grid .rv__row .rv__column.rv__twelve {
  width: 100%;
}

.rv__grid .rv__row .rv__column > div {
  margin: 1em;
}

.rv__clearfix {
  clear: both;
}

.rv__img_wrap {
  /* height: 175px;
  display: block; */
  height: 174px;
  position: relative;
  /* min-height: 175px;
  width: auto;
  max-width: 255px;
  display: flex;
  align-items: center;
  align-content: center; */
}

.rv__grid img.rv__responsive {
  /* max-height: 150px;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto; */
  /* max-height: 165px;
  max-width: 100%;
  width: auto;
  height: auto;
  display: flex;
  display: -ms-flexbox;
  margin: 0 auto;
  align-items: center;
  align-content: center; */
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  inset: 0;
  margin: auto;
}

.rv__grid h4.rv__center,
.findify-layouts--recommendation--slider__title {
  font-size: 31px;
  line-height: 32px;
  font-weight: 500;
  color: #404040;
  padding: 10px 0;
  margin: 0;
}

.rv__grid h2 {
  font-size: 14px;
}

.rv__center {
  text-align: center;
}

.rv__grid .rv__row .rv__column .rv__center .rv__price {
  display: none;
}

@media screen and (max-width: 1100px) {
  .rv__img_wrap {
    height: 150px;
  }
}
@media screen and (max-width: 990px) {
  .rv__img_wrap {
    height: 125px;
  }
}
@media screen and (max-width: 568px) {
  .rv__sm_twelve {
    width: 100% !important;
    clear: both;
  }
}
#pdp-findify-also-viewed {
  /* background-color: #f7f7f7; */
}
#pdp-findify-also-viewed .findify-layouts--recommendation--slider__title {
  padding: 11px 0;
  font-size: 31px;
  line-height: 31px;
  background-color: transparent;
}
#pdp-findify-also-viewed .slick-slider {
  padding: 0;
}
#pdp-findify-also-viewed .slick-slider .findify-components--cards--product {
  padding: 7px;
}
#pdp-findify-also-viewed .slick-slider .findify-components--cards--product:hover {
  box-shadow: none;
}
#pdp-findify-also-viewed .slick-slider .slick-arrow {
  top: 40%;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  /* text-shadow: 0 1px 2px rgba(0, 0, 0, .6); */
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-color: #dfdfdf;
  border-radius: 50%;
}
#pdp-findify-also-viewed .slick-slider .slick-arrow.slick-next {
  right: 15px;
  top: calc(50% - 70px);
}
#pdp-findify-also-viewed .slick-slider .slick-arrow.slick-next svg {
  margin: 6px 0 0;
}
#pdp-findify-also-viewed .slick-slider .slick-arrow.slick-prev {
  left: 15px;
  top: calc(50% - 70px);
}
#pdp-findify-also-viewed .slick-slider .slick-arrow.slick-prev svg {
  margin: 6px 3px 0 0;
}
#pdp-findify-also-viewed .slick-slider .slick-slide {
  padding: 15px 0 0;
}
#pdp-findify-also-viewed .slick-slider .custom-gridBox {
  position: relative;
}
#pdp-findify-also-viewed .slick-slider .custom-gridBox .findify-components--cards--product__image-wrap {
  background-color: #fff;
  padding: 5px;
}
#pdp-findify-also-viewed .slick-slider .custom-gridBox .findify-components--cards--product__image-wrap .findify-components-common--image__croppedRoot {
  padding-bottom: 75% !important;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 700px) {
  #pdp-findify-also-viewed .slick-slider .custom-gridBox .findify-components--cards--product__image-wrap .findify-components-common--image__croppedRoot {
    padding-bottom: 100% !important;
  }
}
#pdp-findify-also-viewed .slick-slider .custom-gridBox .findify-components--cards--product__image-wrap > div:last-child {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: radial-gradient(transparent, rgba(0, 0, 0, 0.06));
  top: 0;
  left: 0;
}
#pdp-findify-also-viewed .slick-slider .custom-gridBox .findify-components--cards--product__content {
  margin: 20px 0 10px;
}
#pdp-findify-also-viewed .slick-slider .custom-gridBox .findify-components--cards--product__content .findify-components--cards--product--price__sale-price,
#pdp-findify-also-viewed .slick-slider .custom-gridBox .findify-components--cards--product__content .findify-components--cards--product--price__price,
#pdp-findify-also-viewed .slick-slider .custom-gridBox .findify-components--cards--product__content .custom-findify-title {
  font-size: 18px;
}
#pdp-findify-also-viewed .slick-slider .custom-gridBox .findify-components--cards--product__content .custom-findify-title {
  line-height: 26px;
  color: #333;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #pdp-findify-also-viewed .slick-slider .custom-gridBox .custom-findify-badges-wrapper .made-in-canada-container,
  #pdp-findify-also-viewed .slick-slider .custom-gridBox .custom-findify-badges-wrapper .condo-living-container,
  #pdp-findify-also-viewed .slick-slider .custom-gridBox .custom-findify-badges-wrapper .limited-quantities-container,
  #pdp-findify-also-viewed .slick-slider .custom-gridBox .custom-findify-badges-wrapper .online-only-container,
  #pdp-findify-also-viewed .slick-slider .custom-gridBox .custom-findify-badges-wrapper .special-order-container {
    margin: 0 2px 5px 0;
  }
}
#pdp-findify-also-viewed .slick-slider .custom-gridBox .custom-findify-badges-wrapper .custom-findify-badge-container .made-in-canada,
#pdp-findify-also-viewed .slick-slider .custom-gridBox .custom-findify-badges-wrapper .custom-findify-badge-container .condo-living,
#pdp-findify-also-viewed .slick-slider .custom-gridBox .custom-findify-badges-wrapper .custom-findify-badge-container .limited-quantities,
#pdp-findify-also-viewed .slick-slider .custom-gridBox .custom-findify-badges-wrapper .custom-findify-badge-container .online-only,
#pdp-findify-also-viewed .slick-slider .custom-gridBox .custom-findify-badges-wrapper .custom-findify-badge-container .special-order {
  font-size: 13px;
  line-height: 24px;
  height: 28px;
  background-position: 8px;
  background-size: 14px;
  padding: 0 7px 0 30px;
  border-radius: 4px;
  border: 2px solid #ddd;
}
@media only screen and (max-width: 767px) {
  #pdp-findify-also-viewed .slick-slider .custom-gridBox .custom-findify-badges-wrapper .custom-findify-badge-container .made-in-canada,
  #pdp-findify-also-viewed .slick-slider .custom-gridBox .custom-findify-badges-wrapper .custom-findify-badge-container .condo-living,
  #pdp-findify-also-viewed .slick-slider .custom-gridBox .custom-findify-badges-wrapper .custom-findify-badge-container .limited-quantities,
  #pdp-findify-also-viewed .slick-slider .custom-gridBox .custom-findify-badges-wrapper .custom-findify-badge-container .online-only,
  #pdp-findify-also-viewed .slick-slider .custom-gridBox .custom-findify-badges-wrapper .custom-findify-badge-container .special-order {
    background-position: 4px;
    background-size: 12px;
    padding: 0 4px 0 20px;
  }
}
#pdp-findify-also-viewed .slick-slider .custom-gridBox .custom-findify-badges-wrapper .custom-findify-badge-container .condo-living,
#pdp-findify-also-viewed .slick-slider .custom-gridBox .custom-findify-badges-wrapper .custom-findify-badge-container .limited-quantities,
#pdp-findify-also-viewed .slick-slider .custom-gridBox .custom-findify-badges-wrapper .custom-findify-badge-container .online-only {
  border: none;
  line-height: 26px;
  padding: 0 10px 0 30px;
}

.product-configuration-wrapper {
  padding: 1em;
  background-color: #f6f7f8;
  border-radius: 5px;
  overflow: hidden;
}
.product-configuration-wrapper .alt-configs-container {
  width: 50%;
  display: inline-flex;
}
.product-configuration-wrapper select {
  text-transform: capitalize;
  margin: 0 5%;
}
.product-configuration-wrapper ul.alt-configs {
  margin-bottom: 0;
}
.product-configuration-wrapper ul.config-1 li {
  width: 60px;
  float: left;
  margin-right: 10px;
  padding: 25px 0;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  color: #224b73;
}
.product-configuration-wrapper ul.config-1 li.selected {
  border: 2px solid #000;
  font-weight: 800;
  color: #224b73;
}
.product-configuration-wrapper ul.config-2 li {
  width: 50px;
  float: left;
  margin: 0 5px 0 0;
  padding: 5px 0;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  color: #224b73;
}
.product-configuration-wrapper ul.config-2 li.selected {
  border: 2px solid #000;
  font-weight: 800;
  color: #224b73;
}

.related-config .carousel-col {
  height: 125px;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin: 5px;
  overflow: hidden;
}
.related-config .carousel-col img {
  max-width: 90%;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.related-config .slick-disabled {
  display: none !important;
  pointer-events: none;
}
.related-config .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 40%;
  color: #325c93;
  opacity: 0;
  transition: visibility 0s, opacity 0.45s linear;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.related-config:hover .slick-arrow {
  opacity: 100;
}
.related-config .slick-left {
  left: 0;
}
.related-config .slick-right {
  right: 0;
}
.related-config .left-align-slick > .slick-list > .slick-track {
  margin-left: 0;
}

#shopify-product-reviews .spr-container .spr-header-title {
  color: #333;
}
#shopify-product-reviews .spr-container .spr-content .spr-review-header-title,
#shopify-product-reviews .spr-container .spr-content .spr-review-content-body {
  color: #333;
}

#content .pro_main_c .tabing .tab-content #shopify-product-reviews .spr-form .spr-button, #content .pro_main_c .tabing .tab-content #shopify-product-reviews a.spr-summary-actions-newreview {
  background: #325c93;
  border-radius: 4px;
}

#content .pro_main_c .tabing {
  border: 1px solid #eee;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  #content .pro_main_c .tabing {
    margin: 15px 0 30px;
  }
}
#content .pro_main_c .tabing .nav-tabs {
  border-bottom: 1px solid rgba(238, 238, 238, 0.9333333333);
}
#content .pro_main_c .tabing .nav-tabs li {
  margin-bottom: 0;
}
#content .pro_main_c .tabing .nav-tabs li a {
  margin: 0;
  border: none;
  color: #333;
}
#content .pro_main_c .tabing .nav-tabs li a:hover {
  color: #325c93;
  border: none;
}
#content .pro_main_c .tabing .nav-tabs li.active > a {
  color: #325c93;
  border: none;
  background-color: #eee;
}
#content .pro_main_c .tabing .tab-content #pdp-test p {
  font-size: 14px;
  color: #333;
}
#content .pro_main_c .tabing .tab-content #pdp-test ul li {
  font-size: 14px;
  color: #333;
}
#content .pro_main_c .tabing .tab-content #shopify-product-reviews .spr-reviews .spr-review-footer a.spr-review-reportreview {
  color: #325c93;
}

#main-banner {
  font-family: inherit;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: #f6f7f8;
}
#main-banner h2,
#main-banner p,
#main-banner a {
  font-family: inherit;
  color: #333;
  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: #333;
  fill: #333;
}
#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: #333;
}
#main-banner h2 div:hover svg,
#main-banner p div:hover svg,
#main-banner a div:hover svg {
  color: #325c93;
  fill: #325c93;
}
#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: #325c93;
}
#main-banner .row {
  background-color: transparent;
  border-radius: 0;
}
#main-banner h2 {
  color: #333;
}
#main-banner .col-xs-4 {
  text-align: center;
  padding: 0;
}
#main-banner .col-xs-4 div {
  padding: 3% 1%;
}
#main-banner .col-xs-4 div:hover i {
  color: #325c93;
}
#main-banner h2 {
  margin-bottom: 0;
  margin-top: 2%;
  font-size: 13px;
}
#main-banner p {
  font-size: 12px;
  margin: 5px 0 0;
}
#main-banner i {
  font-size: 2.5rem;
  color: #333;
}
#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;
}
#main-banner.mattress-footer-banner .banner-wrapper {
  display: flex;
  flex-flow: row 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;
  }
  #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;
  }
}
.breadcrumb-container {
  position: relative;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .breadcrumb-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@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 {
  padding: 0;
  background: transparent;
}
.fade-out-container .breadcrumb {
  margin: 0;
}
.fade-out-container .breadcrumb a {
  color: #c72a29;
}
.fade-out-container::after {
  background: linear-gradient(left, rgba(255, 255, 255, 0) 2%, rgb(255, 255, 255) 71%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: 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: 0;
  height: 41px;
}
.fade-out-container .breadcrumbs {
  position: relative;
  display: flex;
  display: flex;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.fade-out-container .breadcrumbs #breadcrumbContent {
  display: 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 .fa {
  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 .fa {
  line-height: 21px;
}

.title .fade-out-container {
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 0;
}
.title .fade-out-container::after {
  top: 0;
  background: linear-gradient(left, rgba(246, 247, 248, 0) 2%, rgb(246, 247, 248) 71%, rgb(246, 247, 248) 100%); /* FF3.6-15 */
  background: 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 */
}

.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product_review_stars .no-reviews, .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product_review_stars .spr-badge .spr-badge-caption {
  color: #333;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 0 10px;
  float: left;
}

.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .read-more-btn a, .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .partner .list-inline li a, .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check a,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check a {
  font-size: 15px;
  line-height: normal;
  color: #071a38;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  text-align: left;
  cursor: pointer;
}

.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .prod-specs-wrapper .detail-block.dimentions .dimentions-container > span, .template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .prod-specs-wrapper .detail-block.dimentions .dimentions-container, .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .price {
  display: flex;
  display: flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
}

.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .partner h3, .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-configuration-wrapper h3 {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: #333;
}

.template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper, .template-product #shopify-section-product #content .pdp-customer-viewed-container .pdp-wrapper, .template-product #shopify-section-product #content .pdp-reviews-container .pdp-wrapper, .template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper, .template-product #shopify-section-product #content .syndicated-content-wrap .pdp-flix-container .pdp-wrapper {
  width: 100%;
  max-width: 1485px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .made-in-canada-container,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .special-order-container,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .condo-living-container,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .online-only-container,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .limited-quantities-container,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .sale-container,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .new-arrival-container {
  display: inline-flex;
  position: relative;
  margin: 0 5px 5px 0;
  float: left;
}

.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .new-arrival-container .new-arrival, .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .sale-container .sale, .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .limited-quantities-container .limited-quantities, .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .online-only-container .online-only, .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .condo-living-container .condo-living, .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .special-order-container .special-order, .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .made-in-canada-container .made-in-canada {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 7px;
  background-size: 16px;
  background-color: #333;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  color: #fff;
  height: 26px;
  position: relative;
  margin: 0;
  padding: 0 10px 0 30px;
  border-radius: 4px;
}

.template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper .rv-carousels-controls .slick-left,
.template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper .rv-carousels-controls .slick-right, .template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-products .related-products-carousels-controls .slick-left,
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-products .related-products-carousels-controls .slick-right, .template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-colors .related-colors-carousels-controls .slick-left,
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-colors .related-colors-carousels-controls .slick-right {
  position: absolute;
  top: 55%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #333;
  text-shadow: none;
  cursor: pointer;
  background-color: rgba(252, 241, 4, 0.8);
  border-radius: 50%;
  font-size: 16px;
}

.template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper #recentlyViewed .carousel-col .recently-image-container .shadow, .template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-products .carousel-col .related-image-container .shadow, .template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-config .carousel-col .shadow, .template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-colors .carousel-col .shadow, .template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .flexslider .slides li a .shadow {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: radial-gradient(transparent, rgba(0, 0, 0, 0.06));
  top: 0;
  left: 0;
}

.template-product #shopify-section-product h1 {
  line-height: 4rem;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product h1 {
    font-size: 26px;
    line-height: normal;
  }
}
.template-product #shopify-section-product h2,
.template-product #shopify-section-product h2 p {
  font-size: 3rem;
}
.template-product #shopify-section-product #content {
  padding: 0;
}
.template-product #shopify-section-product #content .pdp_TE_above,
.template-product #shopify-section-product #content .pdp_TE_below {
  padding: 0;
}
.template-product #shopify-section-product #content .breadcrumb-container .fade-out-container {
  width: 100%;
  max-width: 1170px;
}
.template-product #shopify-section-product #content .pdp_banner_container.pdp_banner_above {
  max-width: 1485px;
  margin: auto;
}
.template-product #shopify-section-product #content .pdp-details-container {
  width: 100%;
  max-width: 1485px;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .template-product #shopify-section-product #content .pdp-details-container {
    padding: 2rem 5rem;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .col-md-7 {
  padding-left: 15px;
  padding-right: 0;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-details-container .col-md-7 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .col-md-5 {
  padding-left: 0;
  padding-right: 15px;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-details-container .col-md-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .template-product #shopify-section-product #content .pdp-details-container .brand-logos .pp-logo {
    max-width: 80px;
    max-height: initial;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sharing .print {
  position: absolute;
  top: 1px;
  right: 7%;
  z-index: 11;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sharing .print {
    right: calc(50% - 125px);
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sharing .print ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sharing .print ul li a {
  background-color: #071a38;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 10px 0 0;
  color: #f7f7f7;
  box-shadow: 0 1px 5px 0 rgba(50, 92, 147, 0.8);
  box-shadow: 0 1px 5px 0 rgba(50, 92, 147, 0.8);
  box-shadow: 0 1px 5px 0 rgba(50, 92, 147, 0.8);
  box-shadow: 0 1px 5px 0 rgba(50, 92, 147, 0.8);
  box-shadow: 0 1px 5px 0 rgba(50, 92, 147, 0.8);
}
.template-product #shopify-section-product #content .pdp-details-container .product-sharing .print ul li a:hover {
  background-color: #315164;
  box-shadow: none;
}
.template-product #shopify-section-product #content .pdp-details-container .zoom-gallery {
  position: relative;
}
.template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .zoom-gallery-slide .MagicZoom {
  width: 100%;
  height: 688px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .zoom-gallery-slide .MagicZoom {
    height: 75vw;
    line-height: 75vw;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .zoom-gallery-slide .MagicZoom figure {
  max-height: 100%;
  max-width: 100%;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .zoom-gallery-slide .MagicZoom figure {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .zoom-gallery-slide .MagicZoom figure > img {
  max-width: 100% !important;
  max-height: 100% !important;
  flex-shrink: 0;
}
.template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .zoom-gallery-slide.video-slide {
  height: 526px;
}
@media only screen and (max-width: 1200px) {
  .template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .zoom-gallery-slide.video-slide {
    height: 435px;
  }
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .zoom-gallery-slide.video-slide {
    height: auto;
    min-height: 240px;
    max-height: 316px;
    padding-bottom: 31.5%;
    padding-top: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .zoom-gallery-slide.video-slide {
    padding-bottom: 57.75%;
    padding-top: 30%;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .flexslider {
  border: none;
  border-radius: 0;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .flexslider {
    padding: 0 10px;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .flexslider .slides li {
  margin: 10px 0;
  padding: 0;
}
.template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .flexslider .slides li:first-child {
  margin-left: 0;
}
.template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .flexslider .slides li a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: none;
  border: 5px solid transparent;
  background-color: #fff;
  position: relative;
}
.template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .flexslider .slides li a.active, .template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .flexslider .slides li a:hover, .template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .flexslider .slides li a:focus {
  background-color: #fff;
  border: 5px solid #315164;
  box-sizing: border-box;
  border-width: medium;
}
.template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .flexslider .slides li a.active img, .template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .flexslider .slides li a:hover img, .template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .flexslider .slides li a:focus img {
  border: none;
  border-radius: 0;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .flexslider .slides li a.mz-thumb-selected {
    background-color: #fff;
    border: 5px solid #315164;
    box-sizing: border-box;
    border-width: medium;
  }
  .template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .flexslider .slides li a.mz-thumb-selected img {
    border: none;
    padding: 0;
    border-radius: 0;
    opacity: 1;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .flexslider .slides li a img {
  flex-shrink: 0;
  background-color: #fff;
  padding: 5px;
  border: none;
  position: relative;
  top: auto;
  transform: none;
  max-height: 110px !important;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .flexslider .slides li a img {
    max-height: 100% !important;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .flexslider .slides li a.mz-thumb-selected img {
  filter: brightness(100%);
  filter: brightness(100%);
  opacity: 1;
}
.template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .flexslider .slides li a span {
  position: absolute;
  color: #fcf104;
  z-index: 1;
  font-size: 22px;
}
.template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .flexslider .slides li a[data-slide-id=video-1] .fa-play {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 4px 10px 4px 13px;
  border-radius: 3px;
}
.template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .flexslider .slides li a[data-slide-id=video-1] img {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .flexslider .slides > li {
    height: 70px;
    max-width: 70px;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .productImgCarouselControls .flex-prev,
.template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .productImgCarouselControls .flex-next {
  bottom: 40%;
  color: #333;
}
.template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .productImgCarouselControls .flex-prev {
  left: -15px;
}
.template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .productImgCarouselControls .flex-next {
  right: -15px;
}
.template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .productImgCarouselControls a .fas {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  background-color: #dfdfdf;
  border-radius: 50%;
  font-size: 16px;
}
.template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .productImgCarouselControls a.flex-prev .fas::before {
  margin-right: 1px !important;
  color: #315164;
}
.template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .productImgCarouselControls a.flex-next .fas::before {
  margin-right: -2px !important;
  color: #315164;
}
.template-product #shopify-section-product #content .pdp-details-container .zoom-gallery #image-block .productImgCarouselControls .custom-controls-container {
  display: none;
}
.template-product #shopify-section-product #content .pdp-details-container .below-product-image {
  display: none;
}
@media only screen and (min-width: 992px) {
  .template-product #shopify-section-product #content .pdp-details-container .below-product-image {
    display: block;
  }
  .template-product #shopify-section-product #content .pdp-details-container .below-product-image .features .detail-block .read-more-btn a {
    font-size: 15px;
    line-height: normal;
    color: #071a38;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    text-align: left;
    cursor: pointer;
  }
  .template-product #shopify-section-product #content .pdp-details-container .below-product-image .features h3 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #333;
  }
  .template-product #shopify-section-product #content .pdp-details-container .below-product-image .features .detail-block .read-more-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    text-align: left;
    margin: 0;
    padding: 50px 0 15px 35px;
    content: "";
  }
  .template-product #shopify-section-product #content .pdp-details-container .below-product-image .features {
    display: block;
  }
  .template-product #shopify-section-product #content .pdp-details-container .below-product-image .features .detail-block {
    max-height: 130px;
    position: static;
    overflow: hidden;
    padding: 0;
  }
  .template-product #shopify-section-product #content .pdp-details-container .below-product-image .features .detail-block.active {
    max-height: inherit;
  }
  .template-product #shopify-section-product #content .pdp-details-container .below-product-image .features .detail-block.active .read-more-btn {
    background: none;
    padding-top: 0;
  }
  .template-product #shopify-section-product #content .pdp-details-container .below-product-image .features .detail-block .pdp-data-unique-features {
    display: inline-block;
    margin: 5px 0 15px;
  }
  .template-product #shopify-section-product #content .pdp-details-container .below-product-image .features .detail-block .pdp-data-unique-features ul {
    list-style: disc;
    padding-left: 20px;
  }
  .template-product #shopify-section-product #content .pdp-details-container .below-product-image .features .detail-block .pdp-data-unique-features ul li {
    font-size: 15px;
    line-height: 24px;
    list-style: disc;
    margin: 0 0 10px;
  }
  .template-product #shopify-section-product #content .pdp-details-container .below-product-image .features .detail-block .read-more-btn {
    background: transparent;
    background: linear-gradient(left, rgba(255, 255, 255, 0) 2%, white 71%, white 100%);
    background: linear-gradient(left, rgba(255, 255, 255, 0) 2%, white 71%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 2%, white 71%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    bottom: 20px;
    z-index: 1;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar:hover #zoom-placeholder-wrapper, .template-product #shopify-section-product #content .pdp-details-container .product-sidebar:active #zoom-placeholder-wrapper, .template-product #shopify-section-product #content .pdp-details-container .product-sidebar:focus #zoom-placeholder-wrapper {
  display: none;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product_review_stars .spr-badge {
  margin: 0 10px 0 0;
  line-height: 34px;
  float: left;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product_review_stars .spr-badge .spr-badge-starrating {
  margin: 0;
  float: left;
  line-height: normal;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product_review_stars .spr-badge .spr-badge-starrating .spr-icon {
  color: #fdf204 !important;
  font-size: 20px;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product_review_stars .spr-badge[data-rating="0.0"] {
  display: block;
  visibility: visible;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product_review_stars .spr-badge[data-rating="0.0"] .spr-badge-starrating {
  display: none;
  visibility: none;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product_review_stars .spr-badge[data-rating="0.0"] .spr-badge-caption {
  margin: 0;
  font-weight: normal;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product_review_stars .no-reviews {
  margin: 0;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product_review_stars #writereview {
  float: left;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  color: #008a00;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .prod_sku_vend .variant-sku {
  font-size: 15px;
  line-height: 42px;
  font-weight: 600;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .made-in-canada-container:focus,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .special-order-container:focus,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .condo-living-container:focus,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .online-only-container:focus,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .limited-quantities-container:focus,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .sale-container:focus,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .new-arrival-container:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .made-in-canada-container .made-in-canada {
  line-height: 24px;
  background-color: transparent;
  background-image: url("//cdn.shopify.com/s/files/1/2660/5106/files/maple-leaf_39x.png?6021856180889307566=");
  color: #333;
  border: 2px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .made-in-canada-container .made-in-canada {
    line-height: 22px;
    height: 26px;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .made-in-canada-container .made-in-canada::before {
  content: "Made In Canada";
}
html:lang(fr) .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .made-in-canada-container .made-in-canada::before {
  content: "Fabriqué au Canada";
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .special-order-container .special-order {
  line-height: 24px;
  background-color: transparent;
  background-image: url("//cdn.shopify.com/s/files/1/0003/9252/7936/files/yellow_star.png?v=1587133364");
  color: #333;
  border: 2px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .special-order-container .special-order {
    line-height: 22px;
    height: 26px;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .special-order-container .special-order::before {
  content: "Special Order";
}
html:lang(fr) .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .special-order-container .special-order::before {
  content: "Commande spéciale";
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .condo-living-container .condo-living {
  background-image: url("//cdn.shopify.com/s/files/1/2660/5106/files/condo-living-icon_39x.png?6021856180889307566=");
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .condo-living-container .condo-living::before {
  content: "Condo Living";
}
html:lang(fr) .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .condo-living-container .condo-living::before {
  content: "Format condo";
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .online-only-container .online-only {
  background-image: url("//cdn.shopify.com/s/files/1/2660/5106/files/online-only-icon_39x.png?6021856180889307566=");
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .online-only-container .online-only::before {
  content: "Online Only";
}
html:lang(fr) .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .online-only-container .online-only::before {
  content: "En ligne seulement";
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .limited-quantities-container .limited-quantities {
  background-image: url("https://cdn.shopify.com/s/files/1/2660/5106/files/while-qty-last-icon_39x.png?2247");
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .limited-quantities-container .limited-quantities::before {
  content: "Limited Quantity";
}
html:lang(fr) .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .limited-quantities-container .limited-quantities::before {
  content: "Jusqu'à épuisement des stocks";
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .sale-container:focus .sale {
  line-height: 42px;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .sale-container .sale {
  color: #fff;
  background-color: #87b38d;
  height: 46px;
  width: 46px;
  font-size: 14px;
  line-height: 42px !important;
  border-radius: 50%;
  text-align: center;
  text-indent: -4px;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .sale-container .sale::before {
  content: "SALE";
}
html:lang(fr) .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .sale-container .sale::before {
  content: "Solde";
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .new-arrival-container .new-arrival {
  color: #fff;
  background-color: #325c93;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .new-arrival-container .new-arrival::before {
  content: "NEW";
}
html:lang(fr) .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .new-arrival-container .new-arrival::before {
  content: "NOUVEAU";
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .sale-container .sale,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-badges-wrapper .new-arrival-container .new-arrival {
  font-weight: 600;
  padding: 0 10px;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check p,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check p {
  font-size: 12px !important;
}
@media (min-width: 350px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check p,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check p {
    font-size: 14px !important;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check::before, .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check::after,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check::before,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check::after {
  content: none;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .free-local-delivery,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .price-guarantee,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .pickup-only,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .finance-options,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .special-item,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .long-delivery-period,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .free-local-delivery,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .price-guarantee,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .pickup-only,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .finance-options,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .special-item,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .long-delivery-period {
  background-size: contain;
  font-size: 15px;
  font-weight: 600;
  text-indent: 40px;
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .free-local-delivery,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .price-guarantee,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .pickup-only,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .finance-options,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .special-item,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .long-delivery-period,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .free-local-delivery,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .price-guarantee,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .pickup-only,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .finance-options,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .special-item,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .long-delivery-period {
    background-size: 25px;
    text-indent: 40px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .free-local-delivery,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .price-guarantee,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .pickup-only,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .finance-options,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .special-item,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .long-delivery-period,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .free-local-delivery,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .price-guarantee,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .pickup-only,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .finance-options,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .special-item,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .long-delivery-period {
    text-indent: 30px;
    font-size: 14px;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .free-local-delivery,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .free-local-delivery {
  background: url("https://cdn.shopify.com/s/files/1/0003/9252/7936/files/truck-icon.png?22531") no-repeat 0 center;
}
@media only screen and (max-width: 767px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .free-local-delivery,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .free-local-delivery {
    background-size: 25px;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .price-guarantee,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .price-guarantee {
  background: url("https://cdn.shopify.com/s/files/1/0003/9252/7936/files/price-guarantee.png?385370") no-repeat 0 -2px;
  background-size: 25px;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .price-guarantee,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .price-guarantee {
    background-size: 23px;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .pickup-only,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .pickup-only {
  background: url("https://cdn.shopify.com/s/files/1/0003/9252/7936/files/pickup-only.png?385576") no-repeat -3px center;
  background-size: 25px;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .finance-options,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .finance-options {
  background: url("https://cdn.shopify.com/s/files/1/0003/9252/7936/files/finance-options.png?385576") no-repeat -2px center;
  background-size: 25px;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .special-item,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .special-item {
  background: url("https://cdn.shopify.com/s/files/1/2660/5106/files/special-item.png?26287") no-repeat 0;
  background-size: 25px;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .special-item,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .special-item {
    background-size: 23px;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .long-delivery-period,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .long-delivery-period {
  background: url("https://cdn.shopify.com/s/files/1/2660/5106/files/long-delivery-period.png?26287") no-repeat 0;
  background-size: 25px;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check .long-delivery-period,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .long-delivery-period {
    background-size: 23px;
  }
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper .check a,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check a {
    font-size: 14px;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship {
  font-family: "Open Sans";
  text-align: left;
}
@media screen and (min-width: 50px) and (max-width: 767px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship {
    font-size: 13px;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .pdp-article-dropship p {
  display: inline;
  font-size: 12px;
  padding-left: 1rem;
  color: #333;
}
@media screen and (min-width: 50px) and (max-width: 767px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .pdp-article-dropship p {
    font-size: 13px;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check::before {
  content: none;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .dropship-location-marker {
  color: #008a00;
  font-size: 28px;
  padding: 5px 5px 0;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .free-local-delivery-dp {
  font-size: 15px;
  font-weight: 600;
  text-indent: 40px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .free-local-delivery-dp {
    text-indent: 40px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .check .free-local-delivery-dp {
    text-indent: 30px;
    font-size: 14px;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .time::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 13px;
  padding-left: 0.2em;
  line-height: 0px;
  content: "\f017";
  color: #ef4135;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .note::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 13px;
  padding-left: 0.2em;
  line-height: 0px;
  content: "\f06a";
  color: #ef4135;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .promo::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 13px;
  padding-left: 0.2em;
  line-height: 0px;
  content: "\f005";
  color: #feef00;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .promo {
  padding-bottom: 2%;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship #promo-colour {
  color: #ef4135;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .data-box {
  cursor: pointer;
  cursor: hand;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar #pdp-wrapper-dropship .pdp-banner img {
  width: 100%;
  max-width: 300px;
  margin-top: 2%;
}
@media only screen and (max-width: 767px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .price {
    display: inline-block;
    width: 100%;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .price .salePrice,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .price .regPrice {
  font-size: 30px;
  line-height: 38px;
  font-weight: normal;
  color: #008a00;
  margin: 0;
  padding: 0;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .price .salePrice {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .price .salePrice {
    font-size: 26px;
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .price .salePrice {
    font-size: 26px;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .price .regPrice {
  color: #333;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .price .comparePrice {
  font-size: 18px;
  line-height: 38px;
  font-weight: normal;
  color: #333;
  margin: 0 5px;
  padding: 0 5px;
  text-decoration: line-through;
}
@media only screen and (max-width: 767px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .price .comparePrice {
    float: left;
    width: 40%;
    margin: 0;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .price .savePrice {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 5px;
  padding: 0 15px;
  background-color: #008a00;
}
@media only screen and (max-width: 767px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .price .savePrice {
    width: 51%;
    float: left;
    text-align: center;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .price .comparePrice,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .price .savePrice {
    font-size: 14px;
    padding: 0 4px;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .POET .multipleDaysLeft {
  display: inline-block;
  margin: 0 0 10px;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .finance {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .finance .finance-left {
  flex-basis: 20%;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .finance .finance-right {
  margin: 0 20px;
  flex-basis: 80%;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .finance .finance-right .finance-info {
  cursor: pointer;
  position: relative;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .finance .finance-right .finance-info .finance-tooltip {
  display: none;
  font-size: 1.4rem;
  font-family: "TradeGothicLTW04-Roman", sans-serif;
  position: absolute;
  z-index: 15;
  background: #333;
  color: #fff;
  padding: 0.75em;
  border-radius: 5px;
  width: 455px;
  margin-left: -25%;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 767px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .finance .finance-right .finance-info .finance-tooltip {
    width: 200px;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .finance .finance-right .finance-info .finance-tooltip::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 30%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #333;
}
@media only screen and (max-width: 767px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .finance .finance-right .finance-info .finance-tooltip::after {
    left: 50%;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .finance .finance-right .finance-info .finance-tooltip .white-link {
  color: #fff;
  text-decoration: underline;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .finance .finance-right .finance-info .finance-tooltip .view-flx-terms {
  color: #fff;
  text-decoration: underline;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .features {
  display: none;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .features .detail-block .read-more-btn a {
    font-size: 15px;
    line-height: normal;
    color: #071a38;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    text-align: left;
    cursor: pointer;
  }
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .features h3 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #333;
  }
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .features .detail-block .read-more-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    text-align: left;
    margin: 0;
    padding: 50px 0 15px 35px;
    content: "";
  }
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .features {
    display: block;
  }
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .features .detail-block {
    max-height: 130px;
    position: static;
    overflow: hidden;
    padding: 0;
  }
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .features .detail-block.active {
    max-height: inherit;
  }
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .features .detail-block.active .read-more-btn {
    background: none;
    padding-top: 0;
  }
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .features .detail-block .pdp-data-unique-features {
    display: inline-block;
    margin: 5px 0 15px;
  }
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .features .detail-block .pdp-data-unique-features ul {
    list-style: disc;
    padding-left: 20px;
  }
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .features .detail-block .pdp-data-unique-features ul li {
    font-size: 15px;
    line-height: 24px;
    list-style: disc;
    margin: 0 0 10px;
  }
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .features .detail-block .read-more-btn {
    background: transparent;
    background: linear-gradient(left, rgba(255, 255, 255, 0) 2%, white 71%, white 100%);
    background: linear-gradient(left, rgba(255, 255, 255, 0) 2%, white 71%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 2%, white 71%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    bottom: 20px;
    z-index: 1;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-configuration-wrapper {
  background-color: transparent;
  padding: 0;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-configuration-wrapper ul.config-1 li, .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-configuration-wrapper ul.config-2 li {
  padding: 0;
  color: #325c93;
  width: 60px;
  line-height: 58px;
  border: 1px solid #325c93;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-configuration-wrapper ul.config-1 li.selected, .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-configuration-wrapper ul.config-2 li.selected {
  background-color: #325c93;
  color: #fff;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-configuration-wrapper ul.config-1 li.selected a, .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-configuration-wrapper ul.config-2 li.selected a {
  background-color: #325c93;
  color: #fff;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-configuration-wrapper ul.config-1 li a, .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-configuration-wrapper ul.config-2 li a {
  display: inline-block;
  width: 100%;
  line-height: 58px;
  background-color: #f7f7f7;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-configuration-wrapper ul.config-1 li a:hover,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-configuration-wrapper ul.config-1 li a a:focus, .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-configuration-wrapper ul.config-2 li a:hover,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-configuration-wrapper ul.config-2 li a a:focus {
  background-color: #325c93;
  color: #fff;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .partner h3 {
  float: left;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .partner .list-inline li a {
    font-size: 14px;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-availability {
  font-size: 15px;
  position: relative;
  z-index: 1;
  min-height: 142.5px;
  /* .padding-bottom-small {
                  text-indent: -13px;
                  margin-left: 23px;
              } */
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-availability .fa-check,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .product-availability .fa-times {
  padding-right: 10px;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-flex,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-placeholder {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  text-align: center;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-flex .available,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-placeholder .available {
  color: #315164;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-flex i,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-placeholder i {
  padding-right: 10px;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-flex h4,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-placeholder h4 {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-flex h4 button,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-placeholder h4 button {
  border: none;
  color: #325c93;
  font-weight: 600;
  font-size: 15px;
  background-color: transparent;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-flex h4 button:focus,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-placeholder h4 button:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-flex > div,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-placeholder > div {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  text-align: center;
  width: 100%;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-flex > div > div,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-placeholder > div > div {
  width: 100%;
  border: solid 2px #eee;
  border-radius: 5px;
  padding: 10px;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-flex > div > div:focus,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-placeholder > div > div:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-flex > div > div :first-child,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-placeholder > div > div :first-child {
  margin-bottom: 10px;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-flex > div > div .available,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-placeholder > div > div .available {
  font-size: 15px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-flex > div > div .availability-message,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-placeholder > div > div .availability-message {
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #333;
  width: 100%;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-flex > div > div .availability-details,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-placeholder > div > div .availability-details {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 0;
  color: #333;
  width: 100%;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-flex > div > div.del-not-available .available, .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-flex > div > div.pick-not-available .available,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-placeholder > div > div.del-not-available .available,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-placeholder > div > div.pick-not-available .available {
  color: #333;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-flex > div > div.item-not-available,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-placeholder > div > div.item-not-available {
  width: 100%;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-flex.availability-placeholder,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-placeholder.availability-placeholder {
  position: absolute;
  width: 100%;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-flex .loading-box,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-placeholder .loading-box {
  position: relative;
  width: 100%;
  animation: loading-shimmer 0.8s linear infinite alternate;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-flex .loading-box::after,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .availability-placeholder .loading-box::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background-color: #dfe3e8;
  border-radius: 3px;
}
@keyframes loading-shimmer {
  0% {
    opacity: 0.45;
  }
  100% {
    opacity: 0.9;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar a#view-in-showoom-link {
  font-size: 15px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #eee;
  text-align: center;
  width: 100%;
  border-radius: 5px;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .cart-btn-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  flex-shrink: 1;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .cart-btn-wrapper .cart-btn {
  font-size: 15px;
  line-height: 57px;
  color: #fff;
  height: 57px;
  max-width: 435px;
  float: left;
  border-radius: 0;
  background-color: #071a38;
  transition: all 0.3s;
  transition: all 0.3s;
  transition: all 0.3s;
  transition: all 0.3s;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .cart-btn-wrapper .cart-btn i {
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .cart-btn-wrapper .cart-btn {
    flex-basis: 65%;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .cart-btn-wrapper .cart-btn:hover {
  background-color: #333;
  color: #fff;
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .cart-btn-wrapper .cart-btn,
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .cart-btn-wrapper .wishlist {
  flex: 1 1 0;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .cart-btn-wrapper .cart-btn,
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .cart-btn-wrapper .wishlist {
    height: 45px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .cart-btn-wrapper .wishList {
    flex-basis: 15%;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .cart-btn-wrapper .wishList .wishlist {
  flex: 1 1 0;
  font-size: 15px;
  line-height: 57px;
  font-weight: 600;
  color: #315164;
  background: transparent;
  width: auto;
  border-radius: 0;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .cart-btn-wrapper .wishList .wishlist {
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .cart-btn-wrapper .wishList .wishlist {
    overflow: hidden;
  }
}
.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .cart-btn-wrapper .wishList .wishlist i.fa {
  margin: 0 5px 0 0;
  font-size: 17px;
  font-weight: 500;
  color: #315164;
}
@media only screen and (max-width: 767px) {
  .template-product #shopify-section-product #content .pdp-details-container .product-sidebar .cart-btn-wrapper .wishList .wishlist i.fa {
    margin: 0 5px;
    font-size: 20px;
  }
}
.template-product #shopify-section-product #content .syndicated-content-wrap #wc-power-page {
  max-width: 1485px;
  margin: auto;
}
.template-product #shopify-section-product #content .syndicated-content-wrap #wc-power-page .wc-ppp-caption,
.template-product #shopify-section-product #content .syndicated-content-wrap #wc-power-page #wc-rating-question {
  display: none !important;
}
.template-product #shopify-section-product #content .syndicated-content-wrap #wc-power-page .wc-fragment {
  margin: auto !important;
}
.template-product #shopify-section-product #content .syndicated-content-wrap #wc-power-page .wc-fragment h2.wc-first-header {
  margin-top: 5rem !important;
}
.template-product #shopify-section-product #content .syndicated-content-wrap #wc-power-page .wc-fragment .wc-reset .wc-rich-features {
  max-width: 1485px !important;
  text-align: center !important;
}
.template-product #shopify-section-product #content .syndicated-content-wrap #wc-power-page .wc-fragment .wc-reset .wc-rich-features .wc-rich-feature-item {
  max-width: 480px;
  margin: auto !important;
  margin-bottom: 3rem !important;
  padding: 2rem !important;
}
.template-product #shopify-section-product #content .syndicated-content-wrap #wc-power-page .wc-fragment .wc-reset .wc-rich-features .wc-rich-feature-item .wc-media-wrap {
  margin: auto !important;
}
.template-product #shopify-section-product #content .syndicated-content-wrap #wc-power-page .wc-fragment .wc-reset .wc-rich-features .wc-rich-feature-item .wc-media-wrap .wc-media-inner-wrap .wc-media {
  margin: auto !important;
}
.template-product #shopify-section-product #content .syndicated-content-wrap #wc-aplus ul.wc-rich-features .wc-has-media h3.wc-feature-main-header {
  margin: 2rem 0 1rem !important;
}
.template-product #shopify-section-product #content .syndicated-content-wrap #wc-aplus h2 {
  font-size: 3rem !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  margin: 5rem auto 3rem !important;
}
.template-product #shopify-section-product #content .syndicated-content-wrap .wc-spec-cols-2.wc-specifications-responsive th,
.template-product #shopify-section-product #content .syndicated-content-wrap .wc-spec-cols-2.wc-specifications-responsive td {
  padding: 1rem !important;
}
.template-product #shopify-section-product #content .syndicated-content-wrap .wc-spec-cols-2.wc-specifications-responsive th span *,
.template-product #shopify-section-product #content .syndicated-content-wrap .wc-spec-cols-2.wc-specifications-responsive td span * {
  font-size: 1.5rem !important;
}
.template-product #shopify-section-product #content .syndicated-content-wrap #wc-aplus div.wc-fragment {
  max-width: 1170px !important;
  margin: auto !important;
  margin-bottom: 5rem !important;
  padding: 0 !important;
}
@media (min-width: 500px) and (max-width: 1169px) {
  .template-product #shopify-section-product #content .syndicated-content-wrap #wc-aplus div.wc-fragment {
    padding: 0 2rem !important;
  }
}
.template-product #shopify-section-product #content .syndicated-content-wrap .wc-document-gallery {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem !important;
}
@media (min-width: 960px) {
  .template-product #shopify-section-product #content .syndicated-content-wrap .wc-document-gallery {
    flex-direction: row;
  }
}
.template-product #shopify-section-product #content .syndicated-content-wrap .wc-document-gallery .wc-doc-wrapper {
  flex: 50%;
  padding: 2rem !important;
}
.template-product #shopify-section-product #content .syndicated-content-wrap .pdp-flix-container .pdp-wrapper #flix-panel > div > div > div {
  margin-top: 45px;
}
.template-product #shopify-section-product #content .syndicated-content-wrap .pdp-flix-container .pdp-wrapper #flix-panel > div#flix-ekbanner {
  margin-top: 45px;
}
.template-product #shopify-section-product #content .syndicated-content-wrap .pdp-flix-container #flix-background {
  max-width: 100%;
}
.template-product #shopify-section-product #content .syndicated-content-wrap .pdp-flix-container #flix-background .flix-std-content {
  max-width: 1485px;
  margin: auto !important;
}
.template-product #shopify-section-product #content .syndicated-content-wrap .pdp-flix-container #flix-background .flix-std-content .flix-p3-title {
  font-size: 3rem;
  line-height: 4rem;
}
@media (min-width: 992px) {
  .template-product #shopify-section-product #content .syndicated-content-wrap .pdp-flix-container #flix-background .flix-std-content .flix-p3-title {
    font-size: 4rem;
    line-height: 6rem;
  }
}
.template-product #shopify-section-product #content .syndicated-content-wrap .pdp-flix-container #flix-background .psg.inpage_product_assets.inpage_selector_gallery {
  max-width: 1485px;
  margin: auto !important;
}
.template-product #shopify-section-product #content .syndicated-content-wrap .pdp-flix-container #flix-background .flix-std-container-fluid.product-specs .flix-std-row {
  max-width: 1485px;
  margin: auto !important;
}
.template-product #shopify-section-product #content .syndicated-content-wrap .pdp-flix-container #flix-background .flix-std-sup {
  text-align: center;
  font-size: 2rem;
}
.template-product #shopify-section-product #content .flix-std-clmn-lg-12.flix-p3-sub.flix-d-small.flix-std-center {
  padding: 2rem !important;
}
.template-product #shopify-section-product #content .pdp-specs-container,
.template-product #shopify-section-product #content .pdp-related-prod-container,
.template-product #shopify-section-product #content .pdp-customer-viewed-container {
  position: relative;
  background: rgb(255, 255, 255);
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 100%);
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 100%);
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f3f3f3",GradientType=1);
}
@media (min-width: 992px) {
  .template-product #shopify-section-product #content .pdp-specs-container,
  .template-product #shopify-section-product #content .pdp-related-prod-container,
  .template-product #shopify-section-product #content .pdp-customer-viewed-container {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .template-product #shopify-section-product #content .pdp-customer-viewed-container {
    padding: 0 3rem;
  }
}
.template-product #shopify-section-product #content .pdp-customer-viewed-container .row {
  max-width: 1485px;
  margin: auto;
}
.template-product #shopify-section-product #content .pdp-specs-container .row {
  max-width: 1485px;
  margin: auto;
}
.template-product #shopify-section-product #content .pdp-specs-container::before {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-specs-container::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper {
    padding: 0;
  }
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .col-md-7 {
  padding-left: 15px;
  padding-right: 35px;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .col-md-7 {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .col-md-7 {
    padding: 0;
  }
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .col-md-5 {
  padding-left: 0;
  padding-right: 15px;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .col-md-5 {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .col-md-5 {
    padding: 0;
  }
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-description {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-description h1 p {
  margin: 0;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.1;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-description > p {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 18px;
  line-height: 34px;
  color: #333;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-description > p {
    font-size: 16px;
  }
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-colors {
  position: relative;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-colors .related-colors-carousels-controls .slick-left {
  left: 15px;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-colors .related-colors-carousels-controls .slick-left::before {
  margin-right: 2px !important;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-colors .related-colors-carousels-controls .slick-right {
  right: 15px;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-colors .related-colors-carousels-controls .slick-right::before {
  margin-right: -3px !important;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .prod-specs-wrapper {
  height: 100%;
  max-height: 600px;
  position: relative;
  overflow: hidden;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .prod-specs-wrapper .detail-block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .prod-specs-wrapper .detail-block {
    flex-direction: column;
  }
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .prod-specs-wrapper .detail-block strong,
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .prod-specs-wrapper .detail-block span,
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .prod-specs-wrapper .detail-block ul,
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .prod-specs-wrapper .detail-block li {
  font-size: 16px;
  line-height: 32px;
  text-align: left;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .prod-specs-wrapper .detail-block strong {
  flex-basis: 30%;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .prod-specs-wrapper .detail-block > span {
  flex-basis: 70%;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .prod-specs-wrapper .detail-block.dimentions {
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .prod-specs-wrapper .detail-block.dimentions strong {
  flex-basis: 100%;
  text-align: center;
  min-height: 32px;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .prod-specs-wrapper .detail-block.dimentions .dimentions-container {
  flex-basis: 100%;
  place-content: center center;
  align-items: center;
  align-self: stretch;
  height: 84px;
  min-height: 84px;
  border: 2px solid #ddd;
  border-radius: 5px;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .prod-specs-wrapper .detail-block.dimentions .dimentions-container > span {
  height: 100%;
  flex-basis: 100%;
  flex-direction: column-reverse;
  justify-content: center;
  font-weight: 600;
  border-left: 2px solid #ddd;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .prod-specs-wrapper .detail-block.dimentions .dimentions-container > span:first-child {
  border-left: none;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .prod-specs-wrapper .detail-block.dimentions .dimentions-container > span > span {
  flex-direction: column;
  font-weight: 400;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .read-more-btn {
  background: transparent;
  background: linear-gradient(left, rgba(255, 255, 255, 0) 2%, white 71%, white 100%);
  background: linear-gradient(left, rgba(255, 255, 255, 0) 2%, white 71%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 2%, #f7f7f7 71%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  text-align: left;
  margin: 0;
  padding: 70px 0 15px;
  content: "";
  z-index: 1;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification.active .prod-specs-wrapper {
  max-height: inherit;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification.active .read-more-btn {
  background: none;
  padding-top: 0;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-products {
  position: relative;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-products .carousel-col {
  display: block;
  height: auto;
  margin: 0;
  padding: 7px;
  background-color: transparent;
  border-radius: 0;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-products .carousel-col .related-image-container {
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 265px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-products .carousel-col .related-image-container {
    height: 200px;
  }
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-products .carousel-col .related-image-container img {
  position: relative;
  flex-shrink: 0;
  max-height: 95%;
  top: auto;
  left: auto;
  transform: none;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-products .carousel-col .related-detail-container {
  padding: 0 10px;
  margin: 15px 0 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-products .carousel-col .related-detail-container h2 {
  font-size: 18px;
  line-height: 26px;
  color: #333;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-products .carousel-col .related-detail-container span {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #333;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-products .carousel-col .related-detail-container h2,
  .template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-products .carousel-col .related-detail-container span {
    font-size: 18px;
    line-height: 24px;
  }
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-products .related-products-carousels-controls .slick-left,
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-products .related-products-carousels-controls .slick-right {
  top: calc(50% - 80px);
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-products .related-products-carousels-controls .slick-left {
  left: 15px;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-products .related-products-carousels-controls .slick-left::before {
  margin-right: 2px !important;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-products .related-products-carousels-controls .slick-right {
  right: 15px;
}
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .related-products .related-products-carousels-controls .slick-right::before {
  margin-right: -3px !important;
}
.template-product #shopify-section-product #content .pdp-specs-container.has-no-desc {
  padding-bottom: 0;
}
.template-product #shopify-section-product #content .pdp-specs-container.has-no-desc .related-colors-carousel.slick-slider {
  margin-bottom: 0;
}
.template-product #shopify-section-product #content .pdp-reviews-container .row {
  max-width: 1485px;
  margin: auto;
}
.template-product #shopify-section-product #content .pdp-reviews-container .pdp-wrapper .spr-badge {
  padding: 0 24px;
}
.template-product #shopify-section-product #content .pdp-reviews-container .pdp-wrapper .spr-badge .spr-badge-caption {
  color: #333;
  font-size: 15px;
  padding-left: 5px;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-reviews-container .pdp-wrapper .spr-container {
    padding: 0;
  }
}
.template-product #shopify-section-product #content .pdp-reviews-container .pdp-wrapper .spr-container .spr-header .spr-header-title {
  float: left;
  font-size: 31px;
  line-height: 70px;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-reviews-container .pdp-wrapper .spr-container .spr-header .spr-header-title {
    float: left;
    font-size: 26px;
    line-height: normal;
  }
}
.template-product #shopify-section-product #content .pdp-reviews-container .pdp-wrapper .spr-container .spr-header .spr-summary .spr-summary-starrating,
.template-product #shopify-section-product #content .pdp-reviews-container .pdp-wrapper .spr-container .spr-header .spr-summary .spr-summary-caption {
  display: none;
}
.template-product #shopify-section-product #content .pdp-reviews-container .pdp-wrapper .spr-container .spr-header .spr-summary .spr-summary-actions .spr-summary-actions-newreview {
  width: 100%;
  height: 70px;
  max-width: 275px;
  float: right;
  font-size: 16px;
  line-height: 70px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #008a00;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-reviews-container .pdp-wrapper .spr-container .spr-header .spr-summary .spr-summary-actions .spr-summary-actions-newreview {
    float: right;
    line-height: 40px;
    height: 40px;
    width: 55%;
    margin: 0;
    font-size: 14px;
  }
}
.template-product #shopify-section-product #content .pdp-reviews-container .pdp-wrapper .spr-container .spr-content .spr-form-actions .spr-button {
  background-color: #008a00;
  font-size: 16px;
  height: 50px;
  width: auto;
  line-height: 50px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
  padding: 0 20px;
  text-transform: uppercase;
  border-radius: 0;
}
.template-product #shopify-section-product #content .pdp-reviews-container .pdp-wrapper .spr-container .spr-content .spr-review:first-child {
  border-top: none;
}
.template-product #shopify-section-product #content .pdp-reviews-container .pdp-wrapper .spr-container .spr-content .spr-review .spr-review-header .spr-review-header-starratings {
  margin-bottom: 25px;
}
.template-product #shopify-section-product #content .pdp-reviews-container .pdp-wrapper .spr-container .spr-content .spr-review .spr-review-header .spr-review-header-starratings .spr-icon {
  font-size: 18px;
  color: #fdf204;
  top: auto;
  width: auto;
  height: auto;
}
.template-product #shopify-section-product #content .pdp-reviews-container .pdp-wrapper .spr-container .spr-content .spr-review .spr-review-header .spr-review-header-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px;
}
.template-product #shopify-section-product #content .pdp-reviews-container .pdp-wrapper .spr-container .spr-content .spr-review .spr-review-header .spr-review-header-byline {
  margin: 0 0 25px;
}
.template-product #shopify-section-product #content .pdp-reviews-container .pdp-wrapper .spr-container .spr-content .spr-review .spr-review-content .spr-review-content-body {
  font-size: 14px;
}
.template-product #shopify-section-product #content .pdp-reviews-container .pdp-wrapper .spr-container .spr-content .spr-review .spr-review-footer .spr-review-reportreview {
  font-size: 12px;
  color: #008a00;
  font-weight: 600;
}
.template-product #shopify-section-product #content .pdp-customer-viewed-container {
  background: rgb(255, 255, 255);
  background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 100%);
  background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 100%);
  background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f3f3f3",GradientType=1);
}
@media only screen and (max-width: 767px) {
  .template-product #shopify-section-product #content .pdp-customer-viewed-container .pdp-wrapper {
    padding: 0;
  }
}
.template-product #shopify-section-product #content .pdp-customer-viewed-container .pdp-wrapper #pdp-findify-also-viewed #product-findify-rec-2 .findify-container {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .template-product #shopify-section-product #content .pdp-recently-viewed-container {
    padding: 2rem 3rem;
  }
}
.template-product #shopify-section-product #content .pdp-recently-viewed-container .row {
  max-width: 1485px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper {
    padding: 0;
  }
}
.template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper #recentlyViewed .carousel-col {
  display: block;
  height: auto;
  margin: 0;
  padding: 7px;
  background-color: transparent;
  border-radius: 0;
}
.template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper #recentlyViewed .carousel-col .recently-image-container {
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 265px;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper #recentlyViewed .carousel-col .recently-image-container {
    height: 160px;
  }
}
.template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper #recentlyViewed .carousel-col .recently-image-container img {
  position: relative;
  flex-shrink: 0;
  max-width: 95%;
  max-height: 100%;
  top: auto;
  left: auto;
  transform: none;
}
.template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper #recentlyViewed .carousel-col .recently-detail-container {
  padding: 0 10px;
  margin: 15px 0 5px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper #recentlyViewed .carousel-col .recently-detail-container {
    padding: 0;
  }
}
.template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper #recentlyViewed .carousel-col .recently-detail-container h2,
.template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper #recentlyViewed .carousel-col .recently-detail-container span {
  font-size: 18px;
  line-height: 26px;
  color: #333;
}
@media only screen and (max-width: 991px) {
  .template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper #recentlyViewed .carousel-col .recently-detail-container h2,
  .template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper #recentlyViewed .carousel-col .recently-detail-container span {
    font-size: 16px;
  }
}
.template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper #recentlyViewed .carousel-col .recently-detail-container span {
  text-align: center;
  font-weight: 600;
}
.template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper #recentlyViewed .sale .price-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper #recentlyViewed .sale .price-wrapper span {
  padding: 0 5px;
  color: #008a00;
}
.template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper #recentlyViewed .sale .price-wrapper span:last-child, .template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper #recentlyViewed .sale .price-wrapper span[data-product-thumb-compare-price] {
  color: #333;
  font-weight: 400;
  text-decoration: line-through;
}
.template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper .rv-carousels-controls .slick-left,
.template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper .rv-carousels-controls .slick-right {
  top: calc(50% - 90px);
}
.template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper .rv-carousels-controls .slick-left {
  left: 15px;
}
.template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper .rv-carousels-controls .slick-left::before {
  margin-right: 2px !important;
}
.template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper .rv-carousels-controls .slick-right {
  right: 15px;
}
.template-product #shopify-section-product #content .pdp-recently-viewed-container .pdp-wrapper .rv-carousels-controls .slick-right::before {
  margin-right: -3px !important;
}

.content-separator {
  clear: both;
  margin: 0 15px;
  border-bottom: 1px solid #ebe5e2;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}

#pdp-visad-banner .view-plans:focus, #pdp-flexiti-banner .finance-info h4:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.readmore-moretext {
  display: none;
}

#content #selectVaries {
  display: none;
}

#header-print {
  border-bottom: 1px solid #000;
  padding: 1% 0;
}

.flex-active-slide .image-slide-link:first-child {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(-50%);
  max-height: 340px;
}

#image-block .flexslider .slides img {
  max-height: 340px;
  width: auto;
  margin: auto;
}

#carousel .slides li {
  max-height: 120px;
  width: auto;
  max-width: 150px;
}

#carousel .slides {
  padding: 10px 0 20px;
}

#carousel .slides li img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  max-height: 120px !important;
}

#image-block .flexslider .slides > li {
  height: 340px;
  position: relative;
}

.freeDelivery-msg {
  color: #008a00;
}

.disclaimer {
  font-size: x-small !important;
  text-transform: none;
  margin: 0;
  margin-top: 0.5rem;
}
@media (max-width: 790px) {
  .disclaimer {
    font-size: 12px !important;
  }
}

.custom-alert-cart-popup {
  border: none;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 790px) {
  .custom-alert-cart-popup {
    margin-left: 0;
    margin-right: 0;
  }
}

.lineseperator-bottom {
  width: 75%;
  margin: 27px auto 40px;
}

.custom-disclaimer::before {
  content: "\f06a";
  color: #333;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 13px;
  padding-left: 0.2em;
  line-height: 0px;
}

.lineseperator-top {
  width: 75%;
  margin: 48px auto 38px;
}

.delivery-amt {
  color: #008a00;
}

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

.disclaimer-wrapper {
  margin-top: 20px;
}

.flex-active-slide .image-slide-link {
  overflow: visible !important;
}

@media screen {
  .flex-active-slide .image-slide-link:first-child img:hover {
    cursor: zoom-in;
    position: relative;
    transition: all 0.5s;
    transform: scale(2);
  }
}
#add-to-cart-modal .modal-content {
  padding: 10px;
}
#add-to-cart-modal .modal-content .proceed {
  font-size: 2rem;
  padding: 0.8rem 1rem;
  max-width: 250px;
  border-radius: 0;
  white-space: normal;
}
html:lang(fr) #add-to-cart-modal .modal-content .proceed {
  max-width: 350px;
}
#add-to-cart-modal .modal-content #continue-shopping {
  margin-top: 3.5rem;
  font-size: 1.6rem;
}
#add-to-cart-modal .modal-content #continue-shopping .fa.fa-chevron-left {
  margin-right: 1rem;
}

img#cart-image {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}

#pdp-flexiti-banner .finance-info h4 {
  color: #325c93;
  font-weight: 600;
  font-size: 13px;
}
#pdp-flexiti-banner h4.flexiti-price {
  font-weight: 600;
}
#pdp-flexiti-banner h4.flexiti-price small {
  color: #767676;
}

#pdp-visad-banner .view-plans {
  cursor: pointer;
  color: #325c93;
  font-weight: 600;
  padding-top: 15px;
  font-size: 13px;
}
#pdp-visad-banner .visa-plans {
  display: none;
  padding: 0.75em;
  border-radius: 5px;
  width: 350px;
  border: 2px solid #333;
}
#pdp-visad-banner .visa-plans .panel-title > a::before {
  float: right !important;
  font-family: FontAwesome;
  content: "" !important;
  padding-right: 5px;
  padding-top: 5px;
}
#pdp-visad-banner .visa-plans .panel-title > a.collapsed::before {
  float: right !important;
  content: "" !important;
}
#pdp-visad-banner .visa-plans .panel-title > a:hover,
#pdp-visad-banner .visa-plans .panel-title > a:active,
#pdp-visad-banner .visa-plans .panel-title > a:focus {
  text-decoration: none;
}
#pdp-visad-banner .visa-plans .panel .panel-heading {
  background-color: #fff;
}
#pdp-visad-banner .visa-plans .panel .panel-heading .panel-title a {
  font-size: 13px;
  font-weight: 600;
}

.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-description > p {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}

.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-description ul > li {
  list-style-type: disc;
  margin-left: 5%;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}

.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .prod-specs-wrapper .detail-block > span {
  font-weight: normal;
  flex-basis: 70%;
}

.pdp-wrapper .active {
  text-decoration: unset;
}

.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .prod-specs-wrapper .detail-block li,
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .prod-specs-wrapper .detail-block span,
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .prod-specs-wrapper .detail-block strong,
.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .prod-specs-wrapper .detail-block ul {
  font-size: 14px;
  line-height: 32px;
  text-align: left;
}

#pdp-data-product-details h5 {
  font-size: 15px;
}

.template-product #shopify-section-product #content .pdp-details-container .product-sidebar .cart-btn-wrapper .cart-btn {
  font-size: 12px;
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}
/* Global */
#delivery-custom h1,
#delivery-custom h2,
#delivery-custom h3,
#delivery-custom h4,
#delivery-custom h5,
#delivery-custom p,
#delivery-custom li,
#delivery-custom a {
  font-family: "Open Sans, sans-serif", "Open Sans", sans-serif;
}
#delivery-custom a {
  color: #325c93;
  font-size: 1.4rem;
}
#delivery-custom a:hover {
  color: #a30046;
}
#delivery-custom p,
#delivery-custom li {
  font-size: 1.4rem;
}
#delivery-custom ::-moz-selection {
  color: black;
  background: #ffef00;
}
#delivery-custom ::selection {
  color: black;
  background: #ffef00;
}
#delivery-custom #delivery-header {
  position: relative;
  background: #68c8c6;
  border: 4px solid #f5f5f5;
  border-radius: 16px;
  padding-bottom: 10px;
  margin-top: 15px;
}
#delivery-custom #delivery-header h2 {
  text-align: center;
  color: black;
  font-size: 5em;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #delivery-custom #delivery-header h2 {
    font-size: 3.6em;
  }
}
#delivery-custom #delivery-header::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(104, 200, 198, 0);
  border-top-color: #68c8c6;
  border-width: 30px;
  margin-left: -30px;
}
#delivery-custom #delivery-header::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(245, 245, 245, 0);
  border-top-color: #f5f5f5;
  border-width: 36px;
  margin-left: -36px;
}
#delivery-custom .shopping-button {
  display: table-cell;
  height: auto;
  vertical-align: middle;
  text-align: center;
  background-color: #f68a33;
  border: solid white;
  border-radius: 7px;
  box-shadow: 0 0 2px #888;
  transition: box-shadow 0.2s;
}
@media (max-width: 767px) {
  #delivery-custom .shopping-button {
    margin-bottom: 20px;
  }
}
#delivery-custom .shopping-button a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  color: #fff;
  font-size: 3rem;
}
@media (max-width: 767px) {
  #delivery-custom .shopping-button a {
    padding: 5px 15px;
    font-size: 2em;
  }
}
#delivery-custom hr#slow-width {
  margin-top: 3%;
  border-top: 1px solid #919195;
  width: 100%;
  /* -webkit-transition-delay: 2s; /* Safari
              transition-delay: 2s;
              transition: width 0.8s; */
  animation: changeWidth 3s ease-out;
  /* Chrome, Safari, Opera */
  animation: changeWidth 3s ease-out;
  padding-left: 10px;
}
#delivery-custom {
  /* Chrome, Safari, Opera */
}
@keyframes changeWidth {
  0% {
    width: 20%;
  }
  100% {
    width: 80%;
  }
}
#delivery-custom {
  /* Standard syntax */
}
@keyframes changeWidth {
  0% {
    width: 20%;
  }
  100% {
    width: 80%;
  }
}
#delivery-custom {
  /* .header-background {
                position: relative;
                background: url(http://www.leons.ca/shared/services/images/GetImage.ashx?FileId=366349&Ext=jpg&SizeId=0) no-repeat 0px 0px;
                background-size: 100%;
                margin: auto;
                width: 100%;
                height: 300px;
            } */
}
#delivery-custom header img {
  float: left;
  width: 58%;
}
#delivery-custom .green {
  /* color: #EF4135; */
  font-weight: bold;
}
#delivery-custom article {
  clear: both;
  padding-top: 1%;
}
#delivery-custom .header-background p {
  position: absolute;
  bottom: 0;
  right: 0;
}
#delivery-custom nav.delivery-nav {
  margin-top: 15px;
}
#delivery-custom .faq-link {
  margin-bottom: 10px;
}
#delivery-custom .services-block {
  background: #eee;
  border: solid white 5px;
  padding: 0 15px;
}
#delivery-custom .shopping-button:hover a {
  color: white;
}
#delivery-custom footer p {
  font-size: 1em;
}
#delivery-custom .row-same-height {
  display: table;
  width: 100%;
}
#delivery-custom .col-xs-height {
  display: table-cell;
  float: none !important;
}
@media (min-width: 768px) {
  #delivery-custom .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  #delivery-custom .col-md-height {
    display: table-cell;
    float: none !important;
  }
  #delivery-custom .col-md-height.vertical-top {
    vertical-align: top;
  }
}
@media (min-width: 1200px) {
  #delivery-custom .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
#delivery-custom .col-top {
  vertical-align: top;
}
#delivery-custom .col-middle {
  vertical-align: middle;
}
#delivery-custom .col-bottom {
  vertical-align: bottom;
}
@media screen and (min-width: 50px) and (max-width: 767px) {
  #delivery-custom h1.large-size {
    display: none;
  }
  #delivery-custom h1.small-size {
    display: block;
    float: left;
    padding-bottom: 2%;
  }
  #delivery-custom header img {
    width: 100%;
    margin-top: 3%;
  }
  #delivery-custom hr#slow-width {
    margin-top: 13%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #delivery-custom header h1 {
    padding-right: 0;
    font-size: 4.5em;
    padding-top: 18px;
  }
  #delivery-custom header img {
    width: 54%;
    padding-top: 5%;
  }
}
@media screen and (min-width: 530px) and (max-width: 767px) {
  #delivery-custom h1.small-size {
    font-size: 4em;
  }
}
@media screen and (min-width: 50px) and (max-width: 529px) {
  #delivery-custom h1.small-size {
    font-size: 3em;
    letter-spacing: 1px;
  }
}

#view-in-showroom-modal #close-view-in-showroom .fa {
  font-size: 32px;
  line-height: normal;
  color: #ccc;
  margin: 0 5px 0 0;
}

#view-in-showroom-modal .modal-content {
  padding: 10px;
}

#view-in-showroom-modal .model-body {
  display: none;
}

#view-in-showroom-modal .btn {
  color: #fff;
  width: 100%;
  max-width: 190px;
}

#view-in-showroom-modal .btn .fa-chevron-left {
  margin-right: 10px;
}

#view-in-showroom-modal .btn .fa-chevron-right {
  margin-left: 10px;
}

#view-in-showroom-modal .slider {
  padding: 10px 0;
  position: relative;
  margin: 0;
  border-bottom: none;
  box-shadow: none;
}

#view-in-showroom-modal .slider .flexslider {
  margin: 0;
  border: none;
}

#view-in-showroom-modal .slider .flexslider li .product-image {
  width: 150px;
  height: 110px;
}

#view-in-showroom-modal .slider .flexslider li h5 {
  padding: 10px;
  border-bottom: none;
}

#view-in-showroom-modal .preloader {
  min-height: 300px;
}

#view-in-showroom-modal .pickup-store-list {
  max-height: 450px;
  margin: 0;
  text-align: left;
  padding: 2px;
  overflow: hidden auto;
}
@media (max-width: 767px) {
  #view-in-showroom-modal .pickup-store-list {
    max-height: initial;
  }
}

#view-in-showroom-modal .postal-code-error {
  color: red;
  width: 210px;
  text-align: center;
}

#view-in-showroom-modal .pickup-store-list__item {
  list-style: none;
  display: flex;
  display: flexbox;
  display: flex;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  justify-content: center;
  justify-content: center;
  background-color: #f1f2f3;
  padding: 5px;
  border: 2px solid #fff;
  outline: 1px solid #d0d3d6;
  margin-bottom: 6px;
  position: relative;
  line-height: normal;
}

#closest-pickup-store-map {
  height: 360px;
}

#view-in-showroom-modal .stores-title {
  margin-left: 20px;
}

#view-in-showroom-modal .stores-title .stores-title-postcode {
  color: #008a00;
}

#view-in-showroom-modal .stores-list {
  padding: 0;
}

#view-in-showroom-modal .pickup-store-list__title {
  font-weight: bold;
}

#view-in-showroom-modal .pickup-store-list__detail {
  font-size: 14px;
  line-height: normal;
}

#view-in-showroom-modal .pickup-store-list__detail .store-hours,
#view-in-showroom-modal .pickup-store-list__detail .store-hours h5 {
  font-size: 14px;
  text-transform: capitalize;
}

#view-in-showroom-modal .pickup-store-list__detail .store-hours {
  display: none;
  width: 100%;
}

#view-in-showroom-modal .pickup-store-list__detail .store-hours .weekday {
  float: left;
  min-width: 50px;
}

#view-in-showroom-modal .pickup-store-list__detail .btn {
  width: auto;
  height: 34px;
  text-align: center;
  background-color: #325c93;
  color: #fff;
  border-radius: 4px;
  float: left;
  margin: 0 10px 5px 0;
}

#view-in-showroom-modal .pickup-store-list__detail .expand-for-more {
  line-height: 32px;
  display: block;
  cursor: pointer;
}

#view-in-showroom-modal .pickup-store-list__distance {
  font-size: 14px;
  line-height: normal;
}

#view-in-showroom-modal .pickup-store-list__available {
  font-size: 14px;
  line-height: normal;
}

#view-in-showroom-modal .stores-list-block {
  width: 50%;
}

#view-in-showroom-modal #closest-pickup-store-map {
  width: 50%;
}

#view-in-showroom-modal .stores-title {
  margin-left: 20px;
  font-size: 20px;
  float: left;
}

#view-in-showroom-modal .stores-title-change-postcode-link {
  float: left;
  font-size: 12px;
  padding-top: 18px;
  padding-left: 9px;
}

#view-in-showroom-modal .stores-title-change-postcode {
  float: left;
  font-size: 10px;
  padding-top: 9px;
  padding-left: 8px;
  display: none;
  position: relative;
}

#view-in-showroom-modal .stores-title-change-postcode input {
  font-size: 16px;
  line-height: 12px;
  border: 1px solid #eee;
  border-radius: 5px 0 0 5px;
  padding: 6px 10px;
  width: 100px;
}

#view-in-showroom-modal .stores-title-change-postcode button {
  background-color: #325c93;
  width: 100px;
  max-width: 110px;
  color: #fff;
  border-radius: 0 5px 5px 0;
  right: auto;
  border: none;
  height: 34px;
  margin-top: 10px;
}

#view-in-showroom-modal #closest-pickup-store-map-link {
  display: none;
}

#view-in-showroom-modal #closest-pickup-store-map-link a {
  font-size: 11px;
  text-decoration: none;
}

@media only screen and (min-width: 860px) {
  #view-in-showroom-modal .modal-content {
    width: 850px !important;
  }
  #view-in-showroom-modal .modal-dialog {
    width: 850px !important;
  }
  .modal .modal-dialog {
    max-width: 850px !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 859px) {
  #view-in-showroom-modal .modal-content {
    width: 100% !important;
  }
  #view-in-showroom-modal .modal-dialog {
    width: 100% !important;
  }
  .modal .modal-dialog {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 600px) {
  #view-in-showroom-modal .modal-content {
    width: 100% !important;
  }
  #view-in-showroom-modal .modal-dialog {
    width: 100% !important;
  }
  .modal .modal-dialog {
    max-width: 100% !important;
  }
  #view-in-showroom-modal .stores-list-block {
    width: 100%;
  }
  #view-in-showroom-modal #closest-pickup-store-map {
    width: 93%;
    margin: 15px;
    display: none;
  }
  #view-in-showroom-modal .stores-title-change-postcode-link {
    padding-top: 0;
    margin-left: 10px;
  }
  #view-in-showroom-modal .vertical-margin-small {
    margin-bottom: 0;
  }
  #view-in-showroom-modal #closest-pickup-store-map-link {
    display: block;
    text-align: left;
  }
  #view-in-showroom-modal .stores-title {
    float: none;
  }
}
#content .related-products a,
#content .related-colours a {
  text-decoration: none;
  cursor: pointer;
}
#content .related-products a .main_box,
#content .related-colours a .main_box {
  padding: 6%;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 30px;
  transition: all 0.3s;
  box-shadow: 0 2px 5px -2px #ddd;
  box-shadow: 0 2px 5px -2px #ddd;
  box-shadow: 0 2px 5px -2px #ddd;
  box-shadow: 0 2px 5px -2px #ddd;
  box-shadow: 0 2px 5px -2px #ddd;
  transition: all 0.3s;
  transition: all 0.3s;
  transition: all 0.3s;
  transition: all 0.3s;
}
#content .related-products a .main_box .box_1,
#content .related-colours a .main_box .box_1 {
  background: #fff;
  padding-bottom: 6%;
  border: none;
}
#content .related-products a .main_box .box_1 .product-image,
#content .related-products a .main_box .box_1 .product-color-image,
#content .related-colours a .main_box .box_1 .product-image,
#content .related-colours a .main_box .box_1 .product-color-image {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .related-products a .main_box .box_1 .product-image img,
#content .related-products a .main_box .box_1 .product-color-image img,
#content .related-colours a .main_box .box_1 .product-image img,
#content .related-colours a .main_box .box_1 .product-color-image img {
  /* top: 0;
  transform: none; */
  max-height: 250px;
  position: absolute;
  left: 0;
}
#content .related-products a .main_box .desc,
#content .related-colours a .main_box .desc {
  padding: 6% 0 0;
  border-top: 1px solid #eee;
  background: transparent;
}
#content .related-products a .main_box .desc h5,
#content .related-colours a .main_box .desc h5 {
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
  color: #325c93;
  word-wrap: break-word;
  min-height: auto;
  margin: 5px 0;
}
#content .related-products a .main_box .desc .price,
#content .related-products a .main_box .desc .product-color-price,
#content .related-colours a .main_box .desc .price,
#content .related-colours a .main_box .desc .product-color-price {
  color: #109f10;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  margin: 5px 0;
}
#content .related-products a:hover .main_box,
#content .related-colours a:hover .main_box {
  box-shadow: 0 1px 19px #ddd;
  box-shadow: 0 1px 19px #ddd;
  box-shadow: 0 1px 19px #ddd;
  box-shadow: 0 1px 19px #ddd;
  box-shadow: 0 1px 19px #ddd;
}
#content .related-products .related-products-package,
#content .related-colours .related-products-package {
  display: inline;
}
@media (min-width: 768px) {
  #content .related-products #content .related-products a .main_box .box_1 .product-image.related-items-height,
  #content .related-colours #content .related-products a .main_box .box_1 .product-image.related-items-height {
    min-height: 200px;
  }
}
@media (min-width: 992px) {
  #content .related-products .col-md-25,
  #content .related-colours .col-md-25 {
    width: 20%;
  }
}

#component-pricing .component-pricing-wrapper {
  border: 2px solid #ddd;
  border-radius: 5px;
}
#component-pricing .component-pricing-wrapper .cp-heading {
  text-transform: uppercase;
}
#component-pricing .component-pricing-wrapper .custom-component {
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
  width: 100%;
  padding: 15px 0;
  border-bottom: 2px solid #ddd;
}
#component-pricing .component-pricing-wrapper .cp-price-format {
  background-color: #ddd;
  color: #333;
  display: inline-flex;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}
#component-pricing .component-pricing-wrapper .cp-price-format .cp-text {
  font-size: 16px;
}

.template-product #shopify-section-product #content .pdp-specs-container .pdp-wrapper .product-specification .prod-specs-wrapper .detail-block strong {
  flex-basis: 20% !important;
}

.pdp-bill29_disclaimer .bill29-disclaimer {
  margin: 0;
  max-width: 435px;
}
.pdp-bill29_disclaimer .bill29-disclaimer button {
  text-decoration: underline;
  color: #000;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  margin-left: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.pdp-bill29_disclaimer .bill29-disclaimer button:hover {
  color: #135a8a;
}
.pdp-bill29_disclaimer #bill29Content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: min(90%, 700px);
  max-height: 90%;
  border: none;
  margin: auto;
  border-radius: 10px;
}
.pdp-bill29_disclaimer #bill29Content:has(img) {
  max-width: min(90%, 420px);
}
.pdp-bill29_disclaimer #bill29Content::backdrop {
  -webkit-backdrop-filter: brightness(0.5);
          backdrop-filter: brightness(0.5);
}
.pdp-bill29_disclaimer #bill29Content .content-wrapper {
  position: relative;
}
.pdp-bill29_disclaimer #bill29Content .content-wrapper .bill29DialogHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.pdp-bill29_disclaimer #bill29Content .content-wrapper .bill29DialogHeader p {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.pdp-bill29_disclaimer #bill29Content .content-wrapper .bill29DialogHeader button {
  padding: 5px;
  border-radius: 100%;
  border: 1px solid #ddd;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.pdp-bill29_disclaimer #bill29Content .content-wrapper .bill29DialogHeader button:hover {
  filter: brightness(0.8);
}
.pdp-bill29_disclaimer #bill29Content .content-wrapper .bill29DialogContent > *:not(img) {
  padding: 0 20px;
  margin: 10px 0 20px 0;
}

.product-review-snippet-container {
  min-height: 22px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  cursor: pointer;
}
.product-review-snippet-container .write_a_review_btn {
  font-weight: 700;
  color: #325c93;
  background: none;
  border: none;
  outline: none;
  transition: color 0.3s ease-in-out;
}
.product-review-snippet-container .write_a_review_btn:hover {
  color: #000;
}

.product-reviews-tab {
  scroll-margin-top: 100px;
}
.product-reviews-tab .review-tab-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 31px;
  line-height: 32px;
  font-weight: 500;
  color: #404040;
  padding: 10px 0;
}
.product-reviews-tab .review-ai-summary {
  margin-bottom: 1.2rem;
  max-width: 1000px;
}
.product-reviews-tab .review-ai-summary .summary-heading {
  font-size: 16px;
  font-weight: 600;
}
.product-reviews-tab .review-ai-summary p {
  margin: 5px 0 0;
  font-size: 14px;
}
.product-reviews-tab .reviews-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.product-reviews-tab .reviews-wrapper > * {
  width: 100%;
}
.product-reviews-tab .reviews-wrapper > :nth-child(1), .product-reviews-tab .reviews-wrapper > :nth-child(2) {
  flex: 1 1 400px;
  width: auto;
}
.product-reviews-tab .reviews-wrapper .no-reviews {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.product-reviews-tab .reviews-wrapper .no-reviews button {
  border: none;
  background-color: #325c93;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  outline-color: #325c93;
  font-weight: 600;
  width: 60%;
  padding: 15px;
  margin: auto;
  transition: background-color 0.3s ease-in-out, outline-color 0.3s ease-in-out;
}
.product-reviews-tab .reviews-wrapper .no-reviews button:hover {
  background-color: #000;
  outline-color: #000;
}
.product-reviews-tab .reviews-wrapper .review-snapshot {
  width: 100%;
  padding: clamp(15px, 2.27cqw + 7.73px, 35px);
  border: 1px solid #eae5e1;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.product-reviews-tab .reviews-wrapper .review-summary .average-rating {
  color: #4a4a4a;
  font-size: 48px;
  text-align: center;
  font-weight: 500;
  line-height: 1.1;
}
.product-reviews-tab .reviews-wrapper .review-summary .total-reviews {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
.product-reviews-tab .reviews-wrapper .review-summary .rating-stars i {
  font-size: 28px;
}
.product-reviews-tab .reviews-wrapper .review-summary button {
  background-color: #325c93;
  color: #fff;
  padding: 12px 15px;
  line-height: 1;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  min-width: 150px;
  max-width: 100%;
  font-size: 14px;
  outline: none;
  border: 1px solid #325c93;
  border-radius: 5px;
}
.product-reviews-tab .reviews-wrapper .review-summary button:hover {
  background-color: #000;
  border-color: #000;
}
.product-reviews-tab .reviews-wrapper .review-breakdown {
  flex-direction: column-reverse;
}
.product-reviews-tab .reviews-wrapper .review-breakdown .review-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 33px;
  border: none;
  background-color: transparent;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.product-reviews-tab .reviews-wrapper .review-breakdown .review-bar * {
  transition: all 0.3s ease-in-out;
}
.product-reviews-tab .reviews-wrapper .review-breakdown .review-bar .star-label,
.product-reviews-tab .reviews-wrapper .review-breakdown .review-bar .review-count {
  font-size: 14px;
  padding: 0 15px;
  white-space: nowrap;
}
.product-reviews-tab .reviews-wrapper .review-breakdown .review-bar .review-count {
  color: #5d5d5d;
  font-weight: 700;
  min-width: 50px;
  text-align: right;
}
.product-reviews-tab .reviews-wrapper .review-breakdown .review-bar .tooltip {
  position: absolute;
  color: #fff;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s;
  background-color: #303533;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 7px 14px;
}
.product-reviews-tab .reviews-wrapper .review-breakdown .review-bar .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top-color: #303533;
}
.product-reviews-tab .reviews-wrapper .review-breakdown .review-bar .bar {
  position: relative;
  flex-basis: auto;
  background-color: #ddd;
  border-radius: 11px;
  width: 100%;
  height: 100%;
  max-height: 15px;
  overflow: hidden;
}
.product-reviews-tab .reviews-wrapper .review-breakdown .review-bar .bar .bar {
  position: absolute;
  top: 0;
  background-color: #325c93;
}
.product-reviews-tab .reviews-wrapper .review-breakdown .review-bar.active {
  background-color: #f6f6f6;
}
.product-reviews-tab .reviews-wrapper .review-breakdown .review-bar:hover {
  background-color: #f6f6f6;
}
.product-reviews-tab .reviews-wrapper .review-breakdown .review-bar:hover .star-label,
.product-reviews-tab .reviews-wrapper .review-breakdown .review-bar:hover .review-count {
  color: #015787;
}
.product-reviews-tab .reviews-wrapper .review-breakdown .review-bar:hover .bar {
  background-color: #fff;
}
.product-reviews-tab .reviews-wrapper .review-breakdown .review-bar:hover .bar .bar {
  background-color: #000;
}
.product-reviews-tab .reviews-wrapper .review-breakdown .review-bar:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
}
.product-reviews-tab .reviews-wrapper .review-list-header-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  scroll-margin-top: 100px;
}
.product-reviews-tab .reviews-wrapper .review-list-header-wrapper .header {
  display: flex;
  justify-content: space-between;
  background-color: #f6f6f6;
  padding: 15px;
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 15px;
  align-items: center;
  white-space: nowrap;
  flex-wrap: wrap;
}
.product-reviews-tab .reviews-wrapper .review-list-header-wrapper .header .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  flex-grow: 1;
}
.product-reviews-tab .reviews-wrapper .review-list-header-wrapper .header .search-container {
  border: 1px solid #8c8c8c;
  border-radius: 5px;
  overflow: hidden;
  height: 35px;
  display: flex;
  align-items: center;
}
.product-reviews-tab .reviews-wrapper .review-list-header-wrapper .header .search-container input {
  height: 100%;
  border: none;
  outline: none;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  width: calc(100% - 35px);
}
.product-reviews-tab .reviews-wrapper .review-list-header-wrapper .header .search-container input::-moz-placeholder {
  font-size: 12px;
}
.product-reviews-tab .reviews-wrapper .review-list-header-wrapper .header .search-container input::placeholder {
  font-size: 12px;
}
.product-reviews-tab .reviews-wrapper .review-list-header-wrapper .header .search-container button {
  height: 100%;
  border: none;
  background-color: #8c8c8c;
  line-height: 1;
  width: 35px;
}
.product-reviews-tab .reviews-wrapper .review-list-header-wrapper .header .search-container button svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}
.product-reviews-tab .reviews-wrapper .review-list-header-wrapper .sortby {
  align-self: end;
}
.product-reviews-tab .reviews-wrapper .review-list-header-wrapper select {
  line-height: 1;
  font-size: 14px;
  border: 1px solid #8c8c8c;
  padding: 3px 10px 4px 4px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 100%;
  width: 400px;
  outline: none;
  cursor: pointer;
}
.product-reviews-tab .reviews-wrapper .review-list-header-wrapper .filters {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
}
.product-reviews-tab .reviews-wrapper .review-list-header-wrapper .filters > span {
  flex-basis: 100%;
  font-weight: 700;
}
.product-reviews-tab .reviews-wrapper .review-list-header-wrapper .filters button {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 8px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.product-reviews-tab .reviews-wrapper .review-list-header-wrapper .filters button svg {
  background-color: #424242;
  fill: #f0f0f0;
  padding: 2px;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  transition: all 0.3s ease-in-out;
}
.product-reviews-tab .reviews-wrapper .review-list-header-wrapper .filters button:hover {
  color: #fff;
  background-color: #000;
}
.product-reviews-tab .reviews-wrapper .review-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.product-reviews-tab .reviews-wrapper .review-list .no-filtered-reviews {
  color: #666;
  margin: 20px 0;
}
.product-reviews-tab .reviews-wrapper .review-list .review-item {
  width: 100%;
  border-bottom: 1px solid #eae5e1;
  padding-bottom: 40px;
  display: grid;
  grid-template-areas: "rating rating" "title title" "content content" "author author";
  grid-template-columns: 75% auto;
  justify-content: space-between;
  gap: 15px 10px;
}
@media only screen and (min-width: 751px) {
  .product-reviews-tab .reviews-wrapper .review-list .review-item {
    grid-template-areas: "rating rating" "title title" "content author";
  }
}
.product-reviews-tab .reviews-wrapper .review-list .review-item .rating-stars {
  grid-area: rating;
}
.product-reviews-tab .reviews-wrapper .review-list .review-item .rating-stars i {
  font-size: 20px;
}
.product-reviews-tab .reviews-wrapper .review-list .review-item .review-title {
  grid-area: title;
  color: #303533;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}
.product-reviews-tab .reviews-wrapper .review-list .review-item .review-content {
  grid-area: content;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.product-reviews-tab .reviews-wrapper .review-list .review-item .review-author {
  grid-area: author;
  display: flex;
  flex-direction: column;
}
.product-reviews-tab .reviews-wrapper .review-list .review-item .review-author span {
  font-size: 13px;
  font-weight: 700;
}
.product-reviews-tab .reviews-wrapper .review-list .review-item .review-author span span {
  font-weight: 400;
}
.product-reviews-tab .reviews-wrapper .page-number {
  color: #424242;
  font-size: 14px;
  text-align: center;
}
.product-reviews-tab .reviews-wrapper .page-number span {
  font-weight: 700;
}
.product-reviews-tab .reviews-wrapper .review-pagination {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
}
.product-reviews-tab .reviews-wrapper .review-pagination:empty {
  display: none;
}
.product-reviews-tab .reviews-wrapper .review-pagination button {
  background-color: transparent;
  border: none;
  outline: none;
  color: #0b7bc1;
  line-height: 1.3;
  font-size: 14px;
  transition: color 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.product-reviews-tab .reviews-wrapper .review-pagination button svg {
  fill: #0b7bc1;
  height: 8px;
}
.product-reviews-tab .reviews-wrapper .review-pagination button:nth-child(2) {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #000;
  border-left-style: solid;
}
.product-reviews-tab .reviews-wrapper .review-pagination button:hover {
  color: #000;
}
.product-reviews-tab .reviews-wrapper .review-pagination button:hover svg {
  fill: #000;
}

.product-review-form-dialog {
  width: 750px;
  max-width: 90%;
  max-height: 90%;
  max-height: min(800px, 90%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: relative;
  margin: auto;
  border-radius: 5px;
  border: none;
}
.product-review-form-dialog[open] {
  animation: dialog-scale-in 0.3s ease-out;
}
.product-review-form-dialog::backdrop {
  -webkit-backdrop-filter: brightness(0.5);
          backdrop-filter: brightness(0.5);
  animation: backdrop-fade-in 0.3s ease-out;
}
.product-review-form-dialog .error-message {
  color: #d00 !important;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}
.product-review-form-dialog .error-message span {
  color: #d00 !important;
}
.product-review-form-dialog .dialog-header {
  margin: 0 15px;
  padding: 10px 0;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 768px) {
  .product-review-form-dialog .dialog-header {
    margin-left: 35px;
  }
}
.product-review-form-dialog .dialog-header .dialog-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.product-review-form-dialog .dialog-header .dialog-title span {
  font-size: 18px;
  font-weight: 600;
}
.product-review-form-dialog .dialog-header .dialog-title button {
  background: none;
  outline: none;
  border: none;
  line-height: 1;
}
.product-review-form-dialog .dialog-header .dialog-title button svg {
  width: 20px;
  height: 20px;
}
.product-review-form-dialog .dialog-header .general-info {
  margin: 15px 0px;
}
.product-review-form-dialog form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 10px 15px;
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  .product-review-form-dialog form {
    margin: 10px 35px;
  }
}
.product-review-form-dialog form sup {
  color: #d00;
}
.product-review-form-dialog form span {
  font-size: 12px;
  color: #767676;
}
.product-review-form-dialog form fieldset {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
}
.product-review-form-dialog form .form-group {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product-review-form-dialog form .form-group > * {
  flex-grow: 1;
}
.product-review-form-dialog form .form-field {
  display: flex;
  flex-direction: column;
}
.product-review-form-dialog form .form-field label,
.product-review-form-dialog form .form-field .as-label {
  color: #303533;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 5px;
}
.product-review-form-dialog form .form-field input[type=text],
.product-review-form-dialog form .form-field textarea {
  border: 1px solid #949494;
  border-radius: 5px;
  color: #303533;
  min-height: 41px;
  font-size: 16px;
  padding: 5px;
}
.product-review-form-dialog form .form-field input[type=text]::-moz-placeholder, .product-review-form-dialog form .form-field textarea::-moz-placeholder {
  font-size: 12px;
}
.product-review-form-dialog form .form-field input[type=text]::placeholder,
.product-review-form-dialog form .form-field textarea::placeholder {
  font-size: 12px;
}
.product-review-form-dialog form .form-field textarea {
  resize: vertical;
}
.product-review-form-dialog form .form-field .rating-stars label {
  font-size: 35px;
  cursor: pointer;
  position: relative;
}
.product-review-form-dialog form .form-field .rating-stars label input {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.product-review-form-dialog form .form-field .rating-stars label i {
  background-color: #fff;
}
.product-review-form-dialog form .form-field .recommendation-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product-review-form-dialog form .form-field .recommendation-options label {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: calc(50% - 10px);
  border: 1px solid #949494;
  border-radius: 5px;
  padding: 12px 10px;
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.product-review-form-dialog form .form-field .recommendation-options label.selected {
  background-color: #325c93;
  color: #fff;
}
.product-review-form-dialog form .form-field .recommendation-options input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: -1;
}
.product-review-form-dialog form .terms-checkbox {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 5px;
  cursor: pointer;
}
.product-review-form-dialog form .terms-checkbox input {
  margin: 0;
}
.product-review-form-dialog form .terms-checkbox span {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
.product-review-form-dialog form button {
  border: none;
  outline: none;
  padding: 12px 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  border-radius: 5px;
  background-color: #000;
  width: 70%;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
.product-review-form-dialog form button:hover {
  background-color: #325c93;
  color: #000;
}
.product-review-form-dialog .submitting-message,
.product-review-form-dialog .success-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 15px;
  padding: 10px 0;
}
.product-review-form-dialog .submitting-message.success-message,
.product-review-form-dialog .success-message.success-message {
  color: #333;
  gap: 15px;
  margin-bottom: 20px;
}
.product-review-form-dialog .submitting-message span,
.product-review-form-dialog .submitting-message strong,
.product-review-form-dialog .success-message span,
.product-review-form-dialog .success-message strong {
  text-align: center;
  width: 100%;
  font-size: 20px;
}
.product-review-form-dialog .submitting-message i,
.product-review-form-dialog .success-message i {
  font-size: 25px;
}
.product-review-form-dialog .submitting-message button,
.product-review-form-dialog .success-message button {
  line-height: 1;
  border: none;
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  width: 250px;
}
.product-review-form-dialog .submitting-message button:hover,
.product-review-form-dialog .success-message button:hover {
  background-color: #325c93;
  color: #000;
}

@keyframes dialog-scale-in {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
}
@keyframes backdrop-fade-in {
  from {
    -webkit-backdrop-filter: brightness(1);
            backdrop-filter: brightness(1);
  }
}