/** Shopify CDN: Minification failed

Line 10176:25 The "-" operator only works if there is whitespace on both sides

**/
@charset "UTF-8";
@font-face {
  font-family: 'fontawesome';
  src: url("fontawesome-webfont.woff2") format("woff2"), url("fontawesome-webfont.woff") format("woff"), url("fontawesome-webfont.ttf") format("truetype"); }

@font-face {
  font-family: "Work Sans";
  font-weight: 600;
  font-style: normal;
  src: url("//www.shoprockford.com/cdn/fonts/work_sans/worksans_n6.75811c3bd5161ea6e3ceb2d48ca889388f9bd5fe.woff2") format("woff2"), url("//www.shoprockford.com/cdn/fonts/work_sans/worksans_n6.defcf26f28f3fa3df4555714d3f2e0f1217d7772.woff") format("woff"); }

@font-face {
  font-family: "Work Sans";
  font-weight: 600;
  font-style: normal;
  src: url("//www.shoprockford.com/cdn/fonts/work_sans/worksans_n6.75811c3bd5161ea6e3ceb2d48ca889388f9bd5fe.woff2") format("woff2"), url("//www.shoprockford.com/cdn/fonts/work_sans/worksans_n6.defcf26f28f3fa3df4555714d3f2e0f1217d7772.woff") format("woff"); }

/* Font size */
/* Font family */
/* Color */
/* Breadcrumb */
/* Header and Title */
/* Product  */
/* Show Reviews  */
/* Button 1 */
/* Button 1 Hover*/
/* Button 2 */
/* Button 2 Hover*/
/* Button 3 */
/* Button 3 Hover*/
/* Border Color */
/* Slick Color */
/* Text Field */
/* Mixin ================= */
.one-block-image .img-itm a, .home-top-banner .custom-item a, #instafeed a, .animate-hvr, .article-img a {
  display: block;
  position: relative;
  overflow: hidden; }
  .one-block-image .img-itm a::before, .home-top-banner .custom-item a::before, #instafeed a::before, .animate-hvr::before, .article-img a::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease 0s;
    z-index: 1; }
  .one-block-image .img-itm a:hover::before, .home-top-banner .custom-item a:hover::before, #instafeed a:hover::before, .animate-hvr:hover::before, .article-img a:hover::before {
    left: 0; }

/* transform */
/* transition */
/* box-shadow */
/* border-radius */
/* opacity */
/* Flex */
/* calc */
@keyframes load-ani {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes load-ani {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }

  to {
    background-position: 40px 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }

  to {
    background-position: 40px 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }

  to {
    background-position: 40px 0; } }

[data-cart-status],
.alertBox.alertBox--info {
  display: none; }

@keyframes box-shadow {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0; }

  50% {
    -webkit-box-shadow: 0 0 0 4px;
    -moz-box-shadow: 0 0 0 4px;
    box-shadow: 0 0 0 4px; } }

@keyframes loading {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

/* Color Button ============  */
/* Style Common */
*:focus {
  outline: none; }

button:focus {
  outline: none; }

.wrapper-overlay {
  position: fixed;
  background-color: rgba(35, 35, 35, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  display: none;
  z-index: 4; }

html {
  padding-bottom: 0 !important;
  position: relative;
  -webkit-font-smoothing: antialiased; }
  html.halo-modal-open, html.translate-overlay, html.cart-show, html.customer-show, html.options-show, html.sidebar-open, html.search-show {
    overflow-y: hidden; }
    html.halo-modal-open .wrapper-overlay, html.translate-overlay .wrapper-overlay, html.cart-show .wrapper-overlay, html.customer-show .wrapper-overlay, html.options-show .wrapper-overlay, html.sidebar-open .wrapper-overlay, html.search-show .wrapper-overlay {
      display: block; }
  html.sidebar-open .sidebar {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }

html,
body {
  font-size: 12px;
  color: #5f5f5f; }

body {
  background-color: white;
  margin: 0 auto;
  font-family: Poppins, "Arial", "sans-serif";
  line-height: 22px;
  letter-spacing: .02em; }

img {
  max-width: 100%;
  height: auto;
  border: none; }

.placeholder-svg {
  display: block;
  fill: rgba(120, 129, 136, 0.15);
  stroke: rgba(120, 129, 136, 0.2);
  background-color: rgba(120, 129, 136, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(120, 129, 136, 0.2);
  stroke-width: .1px; }

svg {
  fill: currentColor;
  stroke: currentColor;
  width: 17px;
  height: 18px; }

fieldset,
legend {
  border: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 40px white inset;
  -webkit-text-fill-color: #5f5f5f; }

input::-ms-clear,
select::-ms-expand {
  display: none; }

blockquote {
  border: none;
  background-color: #fafafa;
  color: #3c3c3c;
  font-size: 12px;
  line-height: 24px;
  font-style: normal;
  margin: 0;
  padding: 20px 35px; }

input[type="image"] {
  width: auto; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  margin: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  color: #3c3c3c;
  border: 1px solid #cbcbcb; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  padding: 7px 12px 5px;
  line-height: 22px; }

input[type="checkbox"],
.custom-radio input[type="radio"] {
  vertical-align: top;
  margin-right: 10px;
  display: none; }

input[type="checkbox"] + label {
  padding-left: 26px;
  cursor: pointer;
  margin-bottom: 9px;
  position: relative; }
  input[type="checkbox"] + label:before {
    position: absolute;
    content: "";
    top: 2.5px;
    left: 0;
    border: 1px solid #d0d0d0;
    width: 14px;
    height: 14px;
    background-color: #fff; }
  input[type="checkbox"] + label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 6px;
    left: 3px;
    border: 2px solid #232323;
    border-top: none;
    border-right: none;
    background: rgba(255, 255, 255, 0);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s; }

input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-transform: scale(0) rotate(-45deg);
  -o-transform: scale(0) rotate(-45deg);
  -ms-transform: scale(0) rotate(-45deg);
  -webkit-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg); }

input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-transform: scale(1) rotate(-45deg);
  -o-transform: scale(1) rotate(-45deg);
  -ms-transform: scale(1) rotate(-45deg);
  -webkit-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg); }

.custom-radio input[type="radio"] + label {
  cursor: pointer;
  margin-bottom: 9px;
  position: relative;
  padding-left: 24px; }
  .custom-radio input[type="radio"] + label:before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #cecece;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .custom-radio input[type="radio"] + label:after {
    position: absolute;
    content: "";
    border: 4px solid #0f0f0f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    top: 5px;
    left: 3px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s; }

.custom-radio input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0); }

.custom-radio input[type="radio"]:checked + label:after,
.custom-radio input[type="radio"] + label:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

select {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #cbcbcb;
  display: block;
  width: 100%;
  padding: 7px 32px 5px 12px;
  line-height: 22px;
  outline: none;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  min-height: 36px; }
  select * {
    outline: none;
    background: #fff;
    color: #3c3c3c;
    border: none; }
  select + .icon-dropdown {
    width: 30px;
    position: absolute;
    bottom: 0;
    color: #bfbfbf;
    right: 2px;
    background-color: rgba(255, 255, 255, 0);
    height: 42px;
    top: inherit;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    select + .icon-dropdown .fa {
      font-size: 16px; }

.main-content {
  display: block;
  min-height: 500px; }
  .main-content input[type="text"],
  .main-content input[type="password"],
  .main-content input[type="email"],
  .main-content input[type="tel"],
  .main-content textarea {
    height: initial;
    padding: 10px 12px 8px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
    max-width: 380px;
    display: block;
    outline: none; }

.template-index .main-content {
  padding-bottom: 0; }

label {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #0f0f0f; }
  label em {
    color: #0f0f0f;
    font-weight: 500;
    font-style: normal; }

ul,
ol {
  padding: 0;
  list-style: none;
  margin-bottom: 20px; }

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #5f5f5f; }
  a:hover {
    color: #3c3c3c;
    outline: none;
    text-decoration: none; }

.errors ul {
  padding-left: 0; }
  .errors ul li {
    color: red; }

.form-success {
  border: 1px solid #ebebeb;
  background: #fafafa;
  margin-bottom: 20px;
  padding: 5px 20px; }
  .form-success ul {
    padding-left: 10px; }

/* ----- Typography -------  */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.25em;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 2.307692308em;
  margin-bottom: 1em; }

h2 {
  font-size: 2em;
  margin-bottom: 1em; }

h3 {
  font-size: 20px;
  margin-bottom: 1.25em; }

h4 {
  font-size: 17px;
  margin-bottom: 1.5em; }

h5 {
  font-size: 15px;
  margin-bottom: 1.5em; }

h6 {
  font-size: 1em;
  margin-bottom: 1.5em; }

p:last-child,
p:last-of-type {
  margin-bottom: 0; }

small {
  font-size: 12px; }

/* ----- Table ------- */
table {
  border: 1px solid #eaeaea;
  width: 100%; }
  table td,
  table th {
    border-bottom: 1px solid #eaeaea;
    padding: 9px 15px; }
  table th {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700; }

.btn, .product-shop .shopify-payment-button .shopify-payment-button__button, .product-customer-review .customer-review-content .spr-summary-actions a, .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .05em;
  font-size: 14px;
  line-height: 20px;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 13px 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0);
  min-width: 130px;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn:hover, .product-shop .shopify-payment-button .shopify-payment-button__button:hover, .product-customer-review .customer-review-content .spr-summary-actions a:hover, .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview:hover, .btn:focus, .product-shop .shopify-payment-button .shopify-payment-button__button:focus, .product-customer-review .customer-review-content .spr-summary-actions a:focus, .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview:focus {
    outline: none;
    box-shadow: none; }

.btn[disabled], .product-shop .shopify-payment-button [disabled].shopify-payment-button__button, .product-customer-review .customer-review-content .spr-summary-actions a[disabled], .tabs__product-page .spr-container .spr-summary-actions [disabled].spr-summary-actions-newreview {
  background: #787878 !important;
  border-color: #787878 !important;
  color: white !important;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100); }

.close {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  float: none; }
  .close svg {
    width: 17px;
    height: 18px; }
  .close:hover, .close:focus {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100); }

.fancybox-slide .fancybox-image-wrap {
  backface-visibility: visible;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible; }

.not_img {
  height: 50vh;
  line-height: 50vh;
  background-color: rgba(35, 35, 35, 0.2);
  width: 100%;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); }

.dropdown-border {
  background: #fff; }

.slick-slider img {
  margin-left: auto;
  margin-right: auto; }
.slick-slider .slick-track {
  min-width: 100%; }

.slick-arrow {
  width: 40px;
  height: 40px;
  padding: 3px 0 0 0;
  background-color: black;
  border: 1px solid black;
  color: white;
  position: absolute;
  cursor: pointer;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
  .slick-arrow .fa {
    font-size: 26px;
    font-weight: 500; }
  .slick-arrow.slick-prev {
    left: -4px;
    padding-right: 1px; }
  .slick-arrow.slick-next {
    right: -4px;
    padding-left: 2px; }
  .slick-arrow.slick-disabled {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
    filter: alpha(opacity=30);
    cursor: default; }

.slick-dots {
  display: block;
  padding: 0;
  margin: 25px 0 0 0;
  text-align: center;
  letter-spacing: -.33em;
  line-height: 0; }
  .slick-dots li {
    display: inline-block;
    font-size: 0px;
    margin: 0px 7px;
    width: 12px;
    height: 12px;
    letter-spacing: normal; }
    .slick-dots li button {
      width: 12px;
      height: 12px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #a5a6a8;
      background: #a5a6a8;
      padding: 0;
      outline: none;
      cursor: pointer; }
    .slick-dots li.slick-active button {
      background: white;
      border-color: #a5a6a8; }
    .slick-dots li:first-child {
      margin-left: 0; }
    .slick-dots li:last-child {
      margin-right: 0; }

.grid-item.grid-item-border .product-image {
  border: 1px solid rgba(0, 0, 0, 0); }

.page-header, .btn, .product-shop .shopify-payment-button .shopify-payment-button__button, .product-customer-review .customer-review-content .spr-summary-actions a, .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview,
.product-shop .product-title {
  font-family: Poppins; }
  .page-header h1, .page-header h2, .btn h1, .product-shop .shopify-payment-button .shopify-payment-button__button h1, .product-customer-review .customer-review-content .spr-summary-actions a h1, .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview h1, .btn h2, .product-shop .shopify-payment-button .shopify-payment-button__button h2, .product-customer-review .customer-review-content .spr-summary-actions a h2, .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview h2,
  .product-shop .product-title h1,
  .product-shop .product-title h2 {
    font-family: Poppins; }

.rte {
  font-family: Poppins; }

.widget-product .products-grid .grid-item {
  margin-bottom: 5px; }
.widget-product .slick-arrow {
  top: -moz-calc(50% - 86px);
  top: -webkit-calc(50% - 86px);
  top: -ms-calc(50% - 86px);
  top: calc(50% - 86px); }
  .widget-product .slick-arrow.slick-prev {
    left: -2px; }
  .widget-product .slick-arrow.slick-next {
    right: -2px; }

/* ----- Header ------- */
.header-top .top-message {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-align: center;
  padding: 8px 25px;
  position: relative; }
  .header-top .top-message.parallax-message {
    padding: 31px 25px;
    font-size: 12px;
    letter-spacing: .02em;
    text-transform: none; }
    .header-top .top-message.parallax-message p span a {
      background-repeat: repeat-x;
      background-position-y: -1px; }
.header-top .close {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  position: absolute;
  top: 50%;
  right: -3px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -.5px; }

.svg-mb {
  width: 60px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .svg-mb.cart-icon {
    width: 65px; }
  .svg-mb .icon-search svg {
    position: relative;
    width: 18px;
    height: 18px; }
  .svg-mb .icon-user svg {
    margin-top: 2px; }

.icon-user svg {
  width: 19px;
  height: 20px;
  stroke-width: 10px; }

.icon-search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.cart-icon {
  position: relative;
  padding-right: 10px; }
  .cart-icon svg {
    stroke: rgba(255, 255, 255, 0);
    width: 22px;
    height: 22px;
    margin-top: -2px; }
  .cart-icon .cartCount {
    position: absolute;
    top: -10px;
    right: 0px;
    min-width: 22px;
    min-height: 22px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
    font-weight: 500; }

.icon-nav {
  border: none;
  outline: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 26px;
  height: 17px;
  position: relative; }
  .icon-nav .icon-line {
    display: block;
    width: 26px;
    height: 2px;
    background-color: #0f0f0f;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .icon-nav .icon-line:before, .icon-nav .icon-line:after {
      background-color: #0f0f0f;
      display: block;
      width: 26px;
      height: 2px;
      position: absolute;
      left: 0;
      right: 0;
      content: ""; }
    .icon-nav .icon-line:before {
      bottom: 7px; }
    .icon-nav .icon-line:after {
      top: 7px; }
  .icon-nav.menu-open .icon-line {
    background: rgba(255, 255, 255, 0);
    width: 20px; }
    .icon-nav.menu-open .icon-line:before, .icon-nav.menu-open .icon-line:after {
      width: 20px; }
    .icon-nav.menu-open .icon-line:before {
      bottom: 0;
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .icon-nav.menu-open .icon-line:after {
      top: 0;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.close-menu-mb {
  display: none; }
  .close-menu-mb.menu-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: fixed;
    background: #b20000;
    color: #ffffff;
    z-index: 33;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px; }
    .close-menu-mb.menu-open svg {
      fill: #ffffff;
      stroke: none;
      width: 25px;
      height: 26px; }

.infinite-scrolling {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 15px; }
  .infinite-scrolling .btn, .infinite-scrolling .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .infinite-scrolling .shopify-payment-button__button, .infinite-scrolling .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .infinite-scrolling a, .infinite-scrolling .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .infinite-scrolling .spr-summary-actions-newreview {
    width: 100%;
    max-width: 300px;
    background: white;
    color: #0f0f0f;
    border-color: #232323; }
    .infinite-scrolling .btn:hover, .infinite-scrolling .product-shop .shopify-payment-button .shopify-payment-button__button:hover, .product-shop .shopify-payment-button .infinite-scrolling .shopify-payment-button__button:hover, .infinite-scrolling .product-customer-review .customer-review-content .spr-summary-actions a:hover, .product-customer-review .customer-review-content .spr-summary-actions .infinite-scrolling a:hover, .infinite-scrolling .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .spr-summary-actions .infinite-scrolling .spr-summary-actions-newreview:hover {
      background: black;
      color: white;
      border-color: black; }
    .infinite-scrolling .btn.disabled, .infinite-scrolling .product-shop .shopify-payment-button .disabled.shopify-payment-button__button, .product-shop .shopify-payment-button .infinite-scrolling .disabled.shopify-payment-button__button, .infinite-scrolling .product-customer-review .customer-review-content .spr-summary-actions a.disabled, .product-customer-review .customer-review-content .spr-summary-actions .infinite-scrolling a.disabled, .infinite-scrolling .tabs__product-page .spr-container .spr-summary-actions .disabled.spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .infinite-scrolling .disabled.spr-summary-actions-newreview {
      color: white !important;
      background: #787878 !important;
      border-color: #787878 !important;
      cursor: default;
      pointer-events: none; }

.product-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  padding: 10px 0 50px 0; }
  .product-pagination.no-pagination {
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-bottom: 0; }
  .product-pagination .padding {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
    margin: 0; }
    .product-pagination .padding .toolbar-bottom .page-total {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      color: #3c3c3c; }
    .product-pagination .padding .toolbar-bottom .pagination-page {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .product-pagination .padding .infinite-scrolling {
      width: 50%;
      float: right; }
  .product-pagination .compare-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%; }
    .product-pagination .compare-link a {
      color: #3c3c3c;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 500;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: flex-end;
      -moz-box-pack: flex-end;
      -ms-flex-pack: flex-end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
      .product-pagination .compare-link a .compare-text {
        background-image: linear-gradient(transparent 96%, #3c3c3c 4%);
        background-repeat: repeat-x;
        background-position-y: -2px; }
      .product-pagination .compare-link a .countPill {
        margin-left: 8px;
        min-width: 22px;
        min-height: 22px;
        text-align: center;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background: #b20000;
        color: white;
        display: inline-block; }

.padding {
  margin: 5px 0 65px 0; }
  .padding .toolbar-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 12px; }
  .padding .pagination-page {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #0f0f0f;
    margin-bottom: 0; }
    .padding .pagination-page li {
      display: inline-block;
      margin: 0 12px;
      list-style: none; }
      .padding .pagination-page li a {
        color: #0f0f0f; }
      .padding .pagination-page li .fa {
        font-size: 16px;
        font-weight: 400;
        position: relative;
        top: 1px; }
      .padding .pagination-page li a,
      .padding .pagination-page li span {
        padding: 0 2px;
        display: inline-block;
        font-size: 12px; }
      .padding .pagination-page li.text a {
        padding: 0 4px; }
      .padding .pagination-page li.text span {
        padding: 0; }
      .padding .pagination-page li.active, .padding .pagination-page li.text, .padding .pagination-page li.disabled {
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: .05em; }
      .padding .pagination-page li.disabled {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
        filter: alpha(opacity=50); }
        .padding .pagination-page li.disabled span:before {
          display: none; }
        .padding .pagination-page li.disabled a {
          pointer-events: none; }
      .padding .pagination-page li.active span, .padding .pagination-page li:hover span {
        position: relative; }
        .padding .pagination-page li.active span:before, .padding .pagination-page li:hover span:before {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          bottom: 3px;
          width: 100%;
          height: 1px;
          background: #0f0f0f;
          opacity: 0.7;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
          filter: alpha(opacity=70); }
      .padding .pagination-page li:first-child {
        margin-left: 0; }
        .padding .pagination-page li:first-child .fa {
          padding-right: 10px; }
      .padding .pagination-page li:last-child {
        margin-right: 0; }
        .padding .pagination-page li:last-child .fa {
          padding-left: 10px; }

.header-mb,
.header-mb-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.header-logo {
  margin: 0;
  font-size: 20px; }
  .header-logo .logo-title {
    display: inline-block; }
    .header-logo .logo-title svg {
      width: 100%;
      height: auto; }

.header-mb .header-mb-left .icon-search .icon-close {
  display: none; }
.header-mb .header-mb-middle {
  width: -moz-calc(100% - (120px + 125px));
  width: -webkit-calc(100% - (120px + 125px));
  width: -ms-calc(100% - (120px + 125px));
  width: calc(100% - (120px + 125px));
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .header-mb .header-mb-middle .header-logo {
    padding: 1px 5px; }
.header-mb .header-mb-right .svg-mb {
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 0; }
  .header-mb .header-mb-right .svg-mb.cart-icon > a {
    position: relative;
    min-width: 32px; }
  .header-mb .header-mb-right .svg-mb.cart-icon svg {
    margin-top: 1px; }
  .header-mb .header-mb-right .svg-mb.cart-icon .cartCount {
    top: -7px; }

.header-pc {
  display: none; }

.wishlist .fa {
  font-size: 14px;
  margin-right: 5px;
  line-height: 20px;
  vertical-align: middle; }
.wishlist .wishlist-text {
  display: inline-block;
  vertical-align: middle; }

.products-grid .slick-track .grid-item {
  opacity: 0;
  visibility: hidden; }
  .products-grid .slick-track .grid-item.slick-slide {
    opacity: 1;
    visibility: visible; }

.search-bar {
  position: relative;
  padding-left: 18px;
  border-bottom: 1px solid #000; }
  .search-bar .input-group-field {
    border: none;
    background-color: rgba(255, 255, 255, 0);
    margin: 0;
    font-size: 12px;
    line-height: 20px; }
  .search-bar input[type="search"] {
    color: #0f0f0f; }
    .search-bar input[type="search"]::-webkit-input-placeholder {
      color: #0f0f0f;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100); }
    .search-bar input[type="search"]::-moz-placeholder {
      color: #0f0f0f;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100); }
    .search-bar input[type="search"]:-ms-input-placeholder {
      color: #0f0f0f;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100); }
    .search-bar input[type="search"]:-moz-placeholder {
      color: #0f0f0f;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100); }
  .search-bar .icon-search {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 32px;
    padding: 0;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: rgba(255, 255, 255, 0);
    min-width: inherit; }

.quickSearchResultsWrap .container {
  padding: 0; }
.quickSearchResultsWrap .products-grid .grid-item {
  margin-bottom: 42px; }
.quickSearchResultsWrap .header-search__trending .list-item {
  margin-top: 22px;
  margin-bottom: 30px; }
  .quickSearchResultsWrap .header-search__trending .list-item .item {
    padding: 5px 0; }
    .quickSearchResultsWrap .header-search__trending .list-item .item > a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: flex-start;
      -moz-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      font-style: italic;
      color: #0f0f0f; }
      .quickSearchResultsWrap .header-search__trending .list-item .item > a svg {
        width: 11px;
        height: 14px;
        margin-right: 10px;
        fill: #cacaca; }
      .quickSearchResultsWrap .header-search__trending .list-item .item > a:hover {
        color: #0f0f0f; }
        .quickSearchResultsWrap .header-search__trending .list-item .item > a:hover svg {
          fill: #0f0f0f; }
        .quickSearchResultsWrap .header-search__trending .list-item .item > a:hover span {
          background-image: linear-gradient(white 97%, #575757 3%);
          background-repeat: repeat-x;
          background-position-y: -3px; }
.quickSearchResultsWrap .header-search__product {
  margin-bottom: 25px; }
  .quickSearchResultsWrap .header-search__product .product-item .product-bottom .product-vendor {
    margin-bottom: 1px;
    line-height: 20px; }
  .quickSearchResultsWrap .header-search__product .product-item .product-bottom .product-title {
    line-height: 20px;
    margin-bottom: 2px;
    font-size: 12px; }
  .quickSearchResultsWrap .header-search__product .product-item .product-bottom .item-swatch li a {
    padding: 2px 0; }
.quickSearchResultsWrap .header-search__results .header-search__no-results {
  margin-top: 27px; }
.quickSearchResultsWrap .header-search__results .box-title {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #0f0f0f;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-top: 30px; }
.quickSearchResultsWrap .header-search__results .text-center {
  border-top: 1px solid #e6e6e6; }
  .quickSearchResultsWrap .header-search__results .text-center .text-results {
    display: block;
    font-weight: 600;
    color: #0f0f0f !important;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 6px 0 4px;
    margin-top: 15px;
    margin-bottom: 15px; }
.quickSearchResultsWrap .header-search__results .product-item .product-image .product-grid-image {
  min-height: initial; }
.quickSearchResultsWrap .header-search__results .price-box {
  margin-bottom: 0; }

.lang-currency-groups .label-text {
  display: block;
  font-size: 13px;
  letter-spacing: normal;
  text-transform: capitalize;
  font-weight: normal;
  padding: 7px 0 6px; }
.lang-currency-groups .dropdown-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: static;
  border: none;
  padding: 0;
  width: 100%;
  min-width: inherit;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  z-index: inherit;
  top: inherit;
  left: inherit;
  float: none;
  font-size: 12px;
  background: inherit; }
.lang-currency-groups .btn-group {
  display: block; }
  .lang-currency-groups .btn-group .dropdown-item {
    display: block;
    padding: 9px 15px 7px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    color: #3c3c3c; }
    .lang-currency-groups .btn-group .dropdown-item .img-icon,
    .lang-currency-groups .btn-group .dropdown-item .text {
      display: inline-block;
      vertical-align: middle; }
    .lang-currency-groups .btn-group .dropdown-item .text {
      position: relative;
      top: 0.5px;
      border-bottom: 1px solid rgba(255, 255, 255, 0);
      line-height: 14px;
      text-transform: uppercase; }
    .lang-currency-groups .btn-group .dropdown-item.active .text {
      font-weight: 500;
      border-bottom-color: #3c3c3c; }
    .lang-currency-groups .btn-group .dropdown-item:hover, .lang-currency-groups .btn-group .dropdown-item:focus, .lang-currency-groups .btn-group .dropdown-item:active, .lang-currency-groups .btn-group .dropdown-item.active {
      color: inherit;
      background-color: inherit; }
  .lang-currency-groups .btn-group .img-icon {
    margin-right: 8px;
    width: 23px;
    display: block; }
    .lang-currency-groups .btn-group .img-icon img {
      min-height: 16px;
      width: auto;
      object-fit: contain; }

.customer-content {
  text-align: left; }
  .customer-content .action-btn {
    margin-bottom: 22px;
    text-align: center; }
    .customer-content .action-btn .forgot-password {
      color: #5f5f5f; }
      .customer-content .action-btn .forgot-password:before {
        background-color: #5f5f5f !important; }
  .customer-content .btn, .customer-content .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .customer-content .shopify-payment-button__button, .customer-content .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .customer-content a, .customer-content .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .customer-content .spr-summary-actions-newreview {
    display: block;
    width: 100%; }
  .customer-content .btn-login {
    background: white;
    color: #0f0f0f;
    border-color: #232323;
    margin-bottom: 16px; }
    .customer-content .btn-login:hover {
      background: black;
      color: white;
      border-color: black; }
  .customer-content .ct-register .btn-register {
    background: black;
    color: white;
    border-color: black; }
    .customer-content .ct-register .btn-register:hover {
      background: white;
      color: #0f0f0f;
      border-color: #232323; }
  .customer-content .form-group {
    margin-bottom: 15px; }
    .customer-content .form-group input {
      -webkit-box-shadow: 0 0 0 40px white inset;
      -webkit-text-fill-color: #3c3c3c; }
      .customer-content .form-group input:focus {
        box-shadow: none;
        -webkit-box-shadow: 0 0 0 40px white inset;
        -webkit-text-fill-color: #3c3c3c; }
  .customer-content .acc {
    color: #5f5f5f;
    display: block;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 500; }
  .customer-content .btn-logout {
    background: black;
    color: white;
    border-color: black; }
    .customer-content .btn-logout:hover {
      background: white;
      color: #0f0f0f;
      border-color: #232323; }

.qty-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #dadada;
  max-width: 154px;
  background-color: white; }
  .qty-group .button {
    position: relative;
    width: 40px;
    height: 34px;
    display: inline-block;
    vertical-align: middle; }
    .qty-group .button:before, .qty-group .button:after {
      position: absolute;
      content: "";
      background-color: #7b7b7b;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .qty-group .button:before {
      width: 13px;
      height: 3px; }
    .qty-group .button:after {
      height: 13px;
      width: 3px; }
    .qty-group .button.minus {
      border-right: 1px solid #cbcbcb; }
      .qty-group .button.minus:after {
        background-color: rgba(255, 255, 255, 0); }
    .qty-group .button.plus {
      border-left: 1px solid #cbcbcb; }
  .qty-group input[name="quantity"],
  .qty-group input[name="updates[]"] {
    display: inline-block;
    vertical-align: middle;
    width: 75px;
    border: none;
    text-align: center;
    color: #646464;
    padding: 7px 5px 5px;
    background-color: rgba(255, 255, 255, 0); }
  .qty-group input[name="quantity"]:disabled,
  .qty-group input[name="updates[]"]:disabled {
    background-color: rgba(255, 255, 255, 0) !important; }

.btn-checkout.show {
  opacity: 0.65;
  pointer-events: none; }

#dropdown-cart .cart-title h5 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  color: #0f0f0f;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px; }
#dropdown-cart .no-items {
  text-align: center; }
  #dropdown-cart .no-items .cart_empty {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #727272; }
#dropdown-cart .has-items .dropdownCartCount {
  text-align: center;
  color: #727272;
  display: block;
  margin-bottom: 18px; }
  #dropdown-cart .has-items .dropdownCartCount .cartCountWrap {
    display: inline-block;
    border-bottom: 1px solid #9c9c9c;
    line-height: 12px; }
#dropdown-cart .has-items .free_shipping_massage {
  color: #31708f;
  background: #e8f4fa;
  padding: 10px 15px 8px;
  text-align: center;
  margin-bottom: 28px;
  min-height: 40px; }
  #dropdown-cart .has-items .free_shipping_massage span {
    font-weight: 600; }
#dropdown-cart .btn, #dropdown-cart .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button #dropdown-cart .shopify-payment-button__button, #dropdown-cart .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions #dropdown-cart a, #dropdown-cart .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions #dropdown-cart .spr-summary-actions-newreview {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 15px 8px; }
  #dropdown-cart .btn.btn-view-cart, #dropdown-cart .product-shop .shopify-payment-button .btn-view-cart.shopify-payment-button__button, .product-shop .shopify-payment-button #dropdown-cart .btn-view-cart.shopify-payment-button__button, #dropdown-cart .product-customer-review .customer-review-content .spr-summary-actions a.btn-view-cart, .product-customer-review .customer-review-content .spr-summary-actions #dropdown-cart a.btn-view-cart, #dropdown-cart .tabs__product-page .spr-container .spr-summary-actions .btn-view-cart.spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions #dropdown-cart .btn-view-cart.spr-summary-actions-newreview, #dropdown-cart .btn.btn-continue, #dropdown-cart .product-shop .shopify-payment-button .btn-continue.shopify-payment-button__button, .product-shop .shopify-payment-button #dropdown-cart .btn-continue.shopify-payment-button__button, #dropdown-cart .product-customer-review .customer-review-content .spr-summary-actions a.btn-continue, .product-customer-review .customer-review-content .spr-summary-actions #dropdown-cart a.btn-continue, #dropdown-cart .tabs__product-page .spr-container .spr-summary-actions .btn-continue.spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions #dropdown-cart .btn-continue.spr-summary-actions-newreview {
    background: white;
    color: #0f0f0f;
    border-color: #232323; }
    #dropdown-cart .btn.btn-view-cart:hover, #dropdown-cart .product-shop .shopify-payment-button .btn-view-cart.shopify-payment-button__button:hover, .product-shop .shopify-payment-button #dropdown-cart .btn-view-cart.shopify-payment-button__button:hover, #dropdown-cart .product-customer-review .customer-review-content .spr-summary-actions a.btn-view-cart:hover, .product-customer-review .customer-review-content .spr-summary-actions #dropdown-cart a.btn-view-cart:hover, #dropdown-cart .tabs__product-page .spr-container .spr-summary-actions .btn-view-cart.spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .spr-summary-actions #dropdown-cart .btn-view-cart.spr-summary-actions-newreview:hover, #dropdown-cart .btn.btn-continue:hover, #dropdown-cart .product-shop .shopify-payment-button .btn-continue.shopify-payment-button__button:hover, .product-shop .shopify-payment-button #dropdown-cart .btn-continue.shopify-payment-button__button:hover, #dropdown-cart .product-customer-review .customer-review-content .spr-summary-actions a.btn-continue:hover, .product-customer-review .customer-review-content .spr-summary-actions #dropdown-cart a.btn-continue:hover, #dropdown-cart .tabs__product-page .spr-container .spr-summary-actions .btn-continue.spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .spr-summary-actions #dropdown-cart .btn-continue.spr-summary-actions-newreview:hover {
      background: black;
      color: white;
      border-color: black; }
  #dropdown-cart .btn.btn-checkout, #dropdown-cart .product-shop .shopify-payment-button .btn-checkout.shopify-payment-button__button, .product-shop .shopify-payment-button #dropdown-cart .btn-checkout.shopify-payment-button__button, #dropdown-cart .product-customer-review .customer-review-content .spr-summary-actions a.btn-checkout, .product-customer-review .customer-review-content .spr-summary-actions #dropdown-cart a.btn-checkout, #dropdown-cart .tabs__product-page .spr-container .spr-summary-actions .btn-checkout.spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions #dropdown-cart .btn-checkout.spr-summary-actions-newreview {
    background: black;
    color: white;
    border-color: black; }
    #dropdown-cart .btn.btn-checkout:hover, #dropdown-cart .product-shop .shopify-payment-button .btn-checkout.shopify-payment-button__button:hover, .product-shop .shopify-payment-button #dropdown-cart .btn-checkout.shopify-payment-button__button:hover, #dropdown-cart .product-customer-review .customer-review-content .spr-summary-actions a.btn-checkout:hover, .product-customer-review .customer-review-content .spr-summary-actions #dropdown-cart a.btn-checkout:hover, #dropdown-cart .tabs__product-page .spr-container .spr-summary-actions .btn-checkout.spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .spr-summary-actions #dropdown-cart .btn-checkout.spr-summary-actions-newreview:hover {
      background: #a32015;
      color: #fff;
      border-color: #a32015; }
#dropdown-cart .summary {
  border-top: 1px solid #ebebeb;
  padding-top: 12px;
  margin-bottom: 22px; }
  #dropdown-cart .summary > div {
    font-weight: 500;
    color: #34313a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 3px 0; }
    #dropdown-cart .summary > div .label {
      font-size: 12px; }
  #dropdown-cart .summary .total .price {
    font-size: 14px;
    letter-spacing: normal; }
  #dropdown-cart .summary .free_shipping .text {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase; }
#dropdown-cart .cart_empty {
  margin-bottom: 15px;
  text-align: center; }
#dropdown-cart .product-details {
  width: -moz-calc(100% - 79px);
  width: -webkit-calc(100% - 79px);
  width: -ms-calc(100% - 79px);
  width: calc(100% - 79px);
  padding-right: 35px;
  position: relative;
  margin-top: -2px; }
  #dropdown-cart .product-details .product-name-wrap {
    margin-bottom: 12px; }
  #dropdown-cart .product-details .product-name {
    margin-bottom: 3px;
    display: inline; }
  #dropdown-cart .product-details .option {
    color: #969696;
    margin-bottom: 3px;
    margin-left: 2px;
    display: inline-block; }
  #dropdown-cart .product-details .btn-remove {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 3px;
    right: 6px; }
    #dropdown-cart .product-details .btn-remove svg {
      color: #969696;
      width: 20px;
      height: 18px; }
#dropdown-cart .cart-collateral {
  color: #727272;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  #dropdown-cart .cart-collateral .price {
    color: #232323;
    font-size: 14px;
    letter-spacing: normal;
    margin-left: 22px; }
#dropdown-cart .has-items {
  max-width: 100%;
  overflow: hidden; }
#dropdown-cart .mini-products-list {
  text-align: left;
  max-height: 350px;
  overflow-y: auto;
  margin: 8px -9px 30px 0px; }
  #dropdown-cart .mini-products-list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px; }
    #dropdown-cart .mini-products-list .item:last-of-type {
      margin-bottom: 0; }
    #dropdown-cart .mini-products-list .item + .item {
      padding-top: 27px;
      border-top: 1px solid #ebebeb; }
  #dropdown-cart .mini-products-list .product-image {
    width: 79px;
    padding-right: 15px; }
    #dropdown-cart .mini-products-list .product-image img {
      max-width: 64px; }
  #dropdown-cart .mini-products-list::-webkit-scrollbar-track {
    background-color: #fafafa; }
  #dropdown-cart .mini-products-list::-webkit-scrollbar {
    width: 0;
    background-color: #fafafa; }
  #dropdown-cart .mini-products-list::-webkit-scrollbar-thumb {
    background-color: #e6e6e6; }
#dropdown-cart .extra-options {
  margin-top: 30px; }
  #dropdown-cart .extra-options h2.box-title {
    font-size: 14px;
    font-weight: 500;
    color: #0f0f0f;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 17px; }
  #dropdown-cart .extra-options .products-grid {
    max-width: 190px;
    margin: 0 auto; }
    #dropdown-cart .extra-options .products-grid .grid-item {
      padding: 0 10px; }
      #dropdown-cart .extra-options .products-grid .grid-item .product-item .product-image .product-grid-image {
        min-height: initial; }
      #dropdown-cart .extra-options .products-grid .grid-item .product-item .product-top {
        margin-bottom: 5px; }
      #dropdown-cart .extra-options .products-grid .grid-item .product-item .product-bottom .action .btn:hover, #dropdown-cart .extra-options .products-grid .grid-item .product-item .product-bottom .action .product-shop .shopify-payment-button .shopify-payment-button__button:hover, .product-shop .shopify-payment-button #dropdown-cart .extra-options .products-grid .grid-item .product-item .product-bottom .action .shopify-payment-button__button:hover, #dropdown-cart .extra-options .products-grid .grid-item .product-item .product-bottom .action .product-customer-review .customer-review-content .spr-summary-actions a:hover, .product-customer-review .customer-review-content .spr-summary-actions #dropdown-cart .extra-options .products-grid .grid-item .product-item .product-bottom .action a:hover, #dropdown-cart .extra-options .products-grid .grid-item .product-item .product-bottom .action .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .spr-summary-actions #dropdown-cart .extra-options .products-grid .grid-item .product-item .product-bottom .action .spr-summary-actions-newreview:hover {
        color: black !important; }
      #dropdown-cart .extra-options .products-grid .grid-item .product-item .product-vendor {
        margin-bottom: 2px; }
      #dropdown-cart .extra-options .products-grid .grid-item .product-item .product-title {
        line-height: 20px;
        font-size: 12px; }
    #dropdown-cart .extra-options .products-grid .slick-arrow {
      background: none;
      border: none;
      top: 22%;
      width: 20px;
      height: 21px;
      padding-top: 0; }
      #dropdown-cart .extra-options .products-grid .slick-arrow svg {
        fill: #34313a;
        stroke: #34313a;
        width: 20px;
        height: 21px; }
      #dropdown-cart .extra-options .products-grid .slick-arrow.slick-prev {
        left: -55px;
        padding-right: 0; }
      #dropdown-cart .extra-options .products-grid .slick-arrow.slick-next {
        right: -55px;
        padding-left: 0; }

#back-top {
  top: initial !important;
  position: fixed;
  bottom: 15vh;
  z-index: 98;
  right: 3.175%; }
  #back-top a {
    width: 52px;
    height: 52px;
    font-size: 40px;
    color: #000000;
    background-color: #fff;
    border: 2px solid #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer; }
    #back-top a .fa {
      font-weight: 700;
      margin-top: -4px; }

/* Product Grid */
.widget-title {
  text-align: center;
  padding-top: 15px;
  margin-bottom: 30px; }
  .widget-title .box-title {
    color: #0f0f0f;
    font-size: 24px;
    letter-spacing: .05em;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 12px; }
  .widget-title .desc {
    color: #5f5f5f;
    font-size: 12px; }

.product-item .product-des.abs-top {
  display: block; }

.products-grid .not_img {
  height: 270px;
  line-height: 270px;
  font-size: 18px; }
.products-grid .no-product .product-top, .products-grid .no-product .grid-view-item__image {
  margin-bottom: 10px; }
.products-grid .grid-item {
  margin-bottom: 48px;
  margin-top: 10px; }
.products-grid .product-details {
  display: none; }
.products-grid .product-image {
  overflow: hidden; }
  .products-grid .product-image img {
    position: absolute !important;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: contain;
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%; }
.products-grid .product-grid-image {
  position: relative; }
  .products-grid .product-grid-image:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 120%; }
.products-grid .product-image .product-grid-image {
  min-height: 216px; }
.products-grid .product-image img {
  min-height: 216px; }

.image-swap {
  position: relative; }
  .image-swap .images-two {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    cursor: pointer; }

.sizes-list {
  margin: 0;
  letter-spacing: -.33em;
  background: #fff; }
  .sizes-list li {
    display: inline-block;
    letter-spacing: normal;
    padding: 10px 12px; }
    .sizes-list li:first-of-type {
      padding-left: 0; }
    .sizes-list li:last-of-type {
      padding-right: 0; }
    .sizes-list li a {
      color: #3c3c3c;
      display: block;
      text-align: center;
      font-weight: 400;
      line-height: 15px;
      border-bottom: 1px solid transparent; }
      .sizes-list li a:hover {
        color: #3c3c3c;
        font-weight: 600;
        border-bottom: 1px solid #3c3c3c; }

.item-swatch {
  list-style: none;
  padding: 0;
  margin: 0;
  letter-spacing: -.33em;
  line-height: 0; }
  .item-swatch li {
    display: inline-block;
    margin: 0 4px 0;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
    position: relative; }
    .item-swatch li:first-of-type {
      margin-left: 0; }
    .item-swatch li:last-of-type {
      margin-right: 0; }
    .item-swatch li .tooltiptext {
      display: none; }
    .item-swatch li label {
      width: 22px;
      height: 22px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      margin: 0;
      background-size: contain;
      cursor: pointer;
      background-position: center; }
      .item-swatch li label.active {
        -webkit-box-shadow: 0 0 1px 2px #e95144;
        -moz-box-shadow: 0 0 1px 2px #e95144;
        box-shadow: 0 0 1px 2px #e95144; }
      .item-swatch li label img {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        height: 100%;
        width: 100%; }
      .item-swatch li label.White {
        border: 2px solid #e4e4e4; }
        .item-swatch li label.White.has-image {
          border: none; }
    .item-swatch li a {
      width: 30px;
      height: 22px;
      display: inline-block;
      cursor: pointer;
      line-height: 22px;
      text-align: center;
      font-size: 12px;
      font-weight: 400;
      color: #787878;
      letter-spacing: 0; }
    .item-swatch li.item-swatch-more a {
      width: auto;
      margin-left: 2px; }
    .item-swatch li .tooltip {
      text-align: center;
      background: white;
      color: #0f0f0f;
      bottom: 100%;
      padding: 4px 7px;
      display: block;
      position: absolute;
      z-index: 2;
      min-width: 44px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: 12px;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
      filter: alpha(opacity=0);
      visibility: hidden;
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      font-size: 11px;
      font-weight: 500;
      letter-spacing: normal;
      pointer-events: none; }
      .item-swatch li .tooltip:after {
        border-left: solid transparent 7px;
        border-right: solid transparent 7px;
        border-top: solid white 7px;
        bottom: -7px;
        content: " ";
        height: 0;
        left: 50%;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        width: 0; }
    .item-swatch li:hover .tooltip {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100);
      visibility: visible;
      pointer-events: auto; }

.product-label {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  letter-spacing: -.33em;
  text-align: right; }
  .product-label .label {
    line-height: 1em;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 4px 7px 3px;
    border: none;
    margin: 0;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    min-width: 42px;
    min-height: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    letter-spacing: normal;
    text-align: center; }
  .product-label .new-label {
    background-color: #0073bd;
    color: white;
    margin-bottom: 5px; }
  .product-label .sale-label {
    background-color: #b20000;
    color: white;
    margin-bottom: 5px; }
  .product-label .sold-out-label {
    background-color: #787878;
    color: white;
    margin-bottom: 5px; }
  .product-label .custom-label {
    background-color: #232323;
    color: white; }

.quickview-button {
  color: #232323; }
  .quickview-button svg {
    fill: #232323;
    width: 22px;
    height: 22px; }

.compare-button {
  color: #232323;
  display: none; }
  .compare-button svg {
    fill: #232323;
    width: 32px;
    height: 32px; }
  .compare-button .compare-text {
    margin-left: 10px; }
  .compare-button.compare-added {
    color: #b20000; }
    .compare-button.compare-added svg {
      fill: #b20000; }

.product-vendor {
  margin-bottom: 4px; }
  .product-vendor a {
    color: #232323;
    font-size: 12px;
    font-weight: 400; }
    .product-vendor a:hover {
      color: #232323; }

.product-title,
.product-name {
  color: #232323;
  display: block;
  margin-bottom: 4px;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500; }
  .product-title:hover,
  .product-name:hover {
    color: #232323 !important; }

.product-title span:hover {
  background-image: linear-gradient(transparent 97%, #232323 3%);
  background-repeat: repeat-x;
  background-position-y: -2px; }

.price-box {
  letter-spacing: 0;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400; }
  .price-box .price-regular {
    color: #232323; }
  .price-box .old-price {
    color: #969696;
    text-decoration: line-through;
    margin-right: 5px; }
  .price-box .special-price {
    color: #b20000; }
  .price-box em {
    font-size: 12px;
    color: #969696;
    font-weight: normal;
    font-style: normal;
    margin-right: 2px; }

.spr-icon.spr-icon-star-empty:before {
  color: #e3e3e3; }

.spr-starrating .spr-icon.spr-icon-star-empty:before {
  color: #e3e3e3; }

.spr-icon.spr-icon-star:before {
  color: #e66b00; }

.spr-badge-starrating {
  margin-right: 0 !important; }

.spr-starrating.spr-summary-starrating {
  margin-right: 10px; }

.spr-icon {
  padding: 0 2px;
  font-size: 105% !important;
  margin: 0; }
  .spr-icon:first-of-type {
    padding-left: 0; }
  .spr-icon.spr-icon-star, .spr-icon.spr-icon-star-hover {
    content: '\e800' !important; }
  .spr-icon.spr-icon-star-empty, .spr-icon.spr-icon-star-half-alt {
    opacity: 1 !important; }

[class^="spr-icon-"]:before,
[class*=" spr-icon-"]:before {
  font-size: 100% !important;
  content: '\e800' !important; }

.product-item .inner-top {
  text-align: center; }
  .product-item .inner-top .product-top {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 12px; }
.product-item .product-grid-image {
  position: relative;
  display: block; }
.product-item .product-image img {
  object-fit: contain;
  max-height: 100%; }
.product-item .wishlist {
  margin-bottom: 8px;
  color: #232323; }
  .product-item .wishlist svg {
    fill: #232323;
    stroke: #232323;
    width: 24px;
    height: 23px; }
  .product-item .wishlist .wishlist-text {
    display: none; }
  .product-item .wishlist.whislist-added .fa {
    color: #b20000; }
  .product-item .wishlist.whislist-added svg {
    fill: #b20000;
    stroke: #b20000; }
.product-item .spr-badge {
  margin-bottom: 9px; }
  .product-item .spr-badge .spr-badge-starrating + .spr-badge-caption {
    display: none; }
.product-item .btn, .product-item .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .product-item .shopify-payment-button__button, .product-item .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .product-item a, .product-item .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .product-item .spr-summary-actions-newreview {
  background: black;
  color: white;
  border-color: black;
  width: 100%; }
  .product-item .btn:hover, .product-item .product-shop .shopify-payment-button .shopify-payment-button__button:hover, .product-shop .shopify-payment-button .product-item .shopify-payment-button__button:hover, .product-item .product-customer-review .customer-review-content .spr-summary-actions a:hover, .product-customer-review .customer-review-content .spr-summary-actions .product-item a:hover, .product-item .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .spr-summary-actions .product-item .spr-summary-actions-newreview:hover {
    background: white;
    color: #0f0f0f;
    border-color: #232323; }
.product-item .product-bottom {
  text-align: center; }
.product-item .product-des {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  visibility: hidden; }
  .product-item .product-des.abs-top {
    top: 15px;
    left: 15px;
    right: auto; }
    .product-item .product-des.abs-top .compare-button .compare-text {
      display: none; }
    .product-item .product-des.abs-top > a.quickview-button {
      margin-bottom: 6px; }
    .product-item .product-des.abs-top > a:not(.compare-button) {
      display: block; }
  .product-item .product-des.abs-center {
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible; }
  .product-item .product-des.abs-bottom {
    bottom: 0; }

/* Header */
.site-header .dropdown-border {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  overflow-y: auto;
  padding: 35px 30px;
  width: 430px;
  max-width: -moz-calc(100vw - 40px);
  max-width: -webkit-calc(100vw - 40px);
  max-width: -ms-calc(100vw - 40px);
  max-width: calc(100vw - 40px);
  border-left: 1px solid #e6e6e6;
  background: -moz-linear-gradient(top, #f9f9f9 0%, white 15%, white 100%);
  background: -webkit-linear-gradient(top, #f9f9f9 0%, white 15%, white 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, white 15%, white 100%);
  background: linear-gradient(top, #f9f9f9 0%, white 15%, white 100%); }
  .site-header .dropdown-border.menu-open {
    right: 0;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    z-index: 1000;
    opacity: 1;
    visibility: visible; }

/* ----- Navigation ------- */
.site-nav li a {
  position: relative; }
  .site-nav li a .icon-dropdown {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
    filter: alpha(opacity=40);
    right: 6px; }
.site-nav .icon-dropdown {
  width: 20px;
  display: inline-block;
  font-size: 19px;
  position: absolute;
  top: 13px; }
.site-nav .menu-mb-title {
  letter-spacing: .05em;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 13px 20px 11px;
  position: relative;
  text-align: center;
  cursor: pointer; }
  .site-nav .menu-mb-title .icon-dropdown {
    left: 20px;
    text-align: left; }
.site-nav .menu-lv-1 > a, .site-nav > .item > a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  display: inline-block; }
.site-nav .mega-menu .menu-lv-2 > a {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 20px;
  display: inline-block; }
.site-nav .mega-menu .site-nav-dropdown.style_1 .featured-product {
  max-width: 230px;
  width: 100%;
  text-align: center; }
  .site-nav .mega-menu .site-nav-dropdown.style_1 .featured-product .slick-arrow {
    background: none;
    border: none;
    top: 22%;
    width: 20px;
    height: 21px;
    padding-top: 0; }
    .site-nav .mega-menu .site-nav-dropdown.style_1 .featured-product .slick-arrow svg {
      width: 20px;
      height: 21px; }
    .site-nav .mega-menu .site-nav-dropdown.style_1 .featured-product .slick-arrow.slick-next {
      right: 6px;
      padding-left: 0; }
    .site-nav .mega-menu .site-nav-dropdown.style_1 .featured-product .slick-arrow.slick-prev {
      left: 6px;
      padding-right: 0; }
  .site-nav .mega-menu .site-nav-dropdown.style_1 .featured-product > h3 {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
    text-align: center;
    margin-bottom: 22px;
    text-transform: uppercase; }
  .site-nav .mega-menu .site-nav-dropdown.style_1 .featured-product .product-item {
    padding: 0 10px; }
    .site-nav .mega-menu .site-nav-dropdown.style_1 .featured-product .product-item .inner-top {
      text-align: center; }
      .site-nav .mega-menu .site-nav-dropdown.style_1 .featured-product .product-item .inner-top .product-top {
        display: inline-block;
        margin-bottom: 5px; }
        .site-nav .mega-menu .site-nav-dropdown.style_1 .featured-product .product-item .inner-top .product-top .product-label {
          top: 0;
          right: 45px; }
      .site-nav .mega-menu .site-nav-dropdown.style_1 .featured-product .product-item .inner-top .product-bottom .product-vendor {
        margin-bottom: 2px; }
      .site-nav .mega-menu .site-nav-dropdown.style_1 .featured-product .product-item .inner-top .product-bottom .product-title {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .site-nav .mega-menu .site-nav-dropdown.style_1 .featured-product .product-item .inner-top .product-bottom .item-swatch {
        margin-bottom: 20px; }
      .site-nav .mega-menu .site-nav-dropdown.style_1 .featured-product .product-item .inner-top .product-bottom .action {
        min-width: 210px; }
.site-nav .mega-menu .site-nav-dropdown.style_2 .banner-bottom {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 7px 0px;
  text-align: center;
  margin-top: 15px; }
.site-nav .icon-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: normal;
  margin: 0 0 0 10px;
  line-height: 1em;
  padding: 4px 6px 3px;
  text-transform: capitalize;
  position: relative;
  top: -1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  text-align: center; }
  .site-nav .icon-label:before {
    content: "";
    border: 5px solid transparent;
    position: absolute; }

@-moz-document url-prefix() {
  /* hack css firefox */
  .site-nav .icon-label {
    padding: 3px 6px 4px; } }

/* Modal */
.ajax-error-modal {
  position: fixed;
  top: 50%;
  bottom: auto;
  right: auto;
  left: 0px;
  overflow: hidden;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .ajax-error-modal .modal-inner {
    background-color: #b20000;
    color: white;
    display: inline-block;
    padding: 15px 20px 13px;
    line-height: 22px; }

.halo-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.8); }
  .halo-modal .modal-overlay {
    position: relative;
    margin: .5rem auto;
    pointer-events: none;
    max-width: 887px;
    top: 50vh;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .halo-modal .halo-modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: white;
    background-clip: padding-box;
    outline: 0;
    max-width: 90%;
    margin: 0 auto; }
    .halo-modal .halo-modal-content .close-window {
      width: 35px;
      height: 35px;
      position: absolute;
      right: -17px;
      top: -17px;
      background: #000000;
      color: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      z-index: 2; }
      .halo-modal .halo-modal-content .close-window svg {
        fill: #fff;
        stroke: #fff;
        width: 18px;
        height: 18px; }
      .halo-modal .halo-modal-content .close-window:hover {
        background: #b20000;
        color: #fff; }
        .halo-modal .halo-modal-content .close-window:hover svg {
          fill: #fff;
          stroke: #fff; }
    .halo-modal .halo-modal-content .halo-modal-body {
      max-height: 81vh;
      overflow: auto; }
      .halo-modal .halo-modal-content .halo-modal-body::-webkit-scrollbar-track {
        background-color: #e6e6e6; }
      .halo-modal .halo-modal-content .halo-modal-body::-webkit-scrollbar {
        width: 5px;
        background-color: #e6e6e6; }
      .halo-modal .halo-modal-content .halo-modal-body::-webkit-scrollbar-thumb {
        background-color: #969696; }

.images-contain {
  position: relative; }

.select-icon {
  position: absolute;
  cursor: pointer;
  width: 25px;
  height: 25px;
  z-index: 2; }
  .select-icon .glyphicon {
    width: 24px;
    height: 24px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    cursor: pointer; }
    .select-icon .glyphicon:before, .select-icon .glyphicon:after {
      position: absolute;
      top: 50%;
      left: 50%;
      content: "";
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .select-icon .glyphicon:before {
      width: 10px;
      height: 2px; }
    .select-icon .glyphicon:after {
      width: 2px;
      height: 10px; }
  .select-icon:before {
    -webkit-animation: box-shadowl 1.5s linear infinite;
    animation: box-shadow 1.5s linear infinite;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 0; }

.loading-modal {
  display: none;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px; }
  .loading-modal div {
    position: absolute;
    top: 13px;
    left: 13px;
    width: 35px;
    height: 35px;
    border: 4px solid #0f0f0f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -moz-animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -webkit-animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -o-animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #3c3c3c transparent transparent transparent; }
    .loading-modal div:nth-child(1) {
      -moz-animation-delay: -0.45s;
      -webkit-animation-delay: -0.45s;
      -o-animation-delay: -0.45s;
      animation-delay: -0.45s; }
    .loading-modal div:nth-child(2) {
      -moz-animation-delay: -0.3s;
      -webkit-animation-delay: -0.3s;
      -o-animation-delay: -0.3s;
      animation-delay: -0.3s; }
    .loading-modal div:nth-child(3) {
      -moz-animation-delay: -0.15s;
      -webkit-animation-delay: -0.15s;
      -o-animation-delay: -0.15s;
      animation-delay: -0.15s; }

.modal-header .close {
  padding: 0;
  margin: 0; }

.close-modal {
  color: #fff !important;
  background: #000;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 2;
  padding-top: 1px; }
  .close-modal svg {
    margin-left: 1px; }
  .close-modal:hover {
    color: #ffffff;
    background: #b20000; }

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer; }

.halo_modal-custom .modal-dialog {
  width: 900px;
  max-width: 88%;
  margin: 5rem auto;
  -webkit-overflow-scrolling: touch; }
  .halo_modal-custom .modal-dialog.modal-dialog-centered {
    min-height: -moz-calc(100% - (5rem * 2));
    min-height: -webkit-calc(100% - (5rem * 2));
    min-height: -ms-calc(100% - (5rem * 2));
    min-height: calc(100% - (5rem * 2)); }
.halo_modal-custom .modal-content {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
.halo_modal-custom .modal-header {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-bottom: none;
  background: #f5f5f5;
  padding: 14px 15px 12px; }
.halo_modal-custom .modal-title {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  letter-spacing: .05em; }
.halo_modal-custom .modal-body {
  padding: 30px 15px 50px 15px; }
  .halo_modal-custom .modal-body .title-wrapper {
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    margin-bottom: 24px; }
    .halo_modal-custom .modal-body .title-wrapper .des {
      line-height: 24px; }
  .halo_modal-custom .modal-body .questions {
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
    color: #0f0f0f; }
  .halo_modal-custom .modal-body .actions .btn, .halo_modal-custom .modal-body .actions .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .halo_modal-custom .modal-body .actions .shopify-payment-button__button, .halo_modal-custom .modal-body .actions .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .halo_modal-custom .modal-body .actions a, .halo_modal-custom .modal-body .actions .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .halo_modal-custom .modal-body .actions .spr-summary-actions-newreview {
    background: black;
    color: white;
    border-color: black;
    width: 100%; }
    .halo_modal-custom .modal-body .actions .btn:hover, .halo_modal-custom .modal-body .actions .product-shop .shopify-payment-button .shopify-payment-button__button:hover, .product-shop .shopify-payment-button .halo_modal-custom .modal-body .actions .shopify-payment-button__button:hover, .halo_modal-custom .modal-body .actions .product-customer-review .customer-review-content .spr-summary-actions a:hover, .product-customer-review .customer-review-content .spr-summary-actions .halo_modal-custom .modal-body .actions a:hover, .halo_modal-custom .modal-body .actions .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .spr-summary-actions .halo_modal-custom .modal-body .actions .spr-summary-actions-newreview:hover {
      background: white;
      color: #0f0f0f;
      border-color: #232323; }
  .halo_modal-custom .modal-body .form-group {
    margin-bottom: 20px; }
    .halo_modal-custom .modal-body .form-group input[type="text"],
    .halo_modal-custom .modal-body .form-group input[type="password"],
    .halo_modal-custom .modal-body .form-group input[type="email"],
    .halo_modal-custom .modal-body .form-group input[type="tel"],
    .halo_modal-custom .modal-body .form-group textarea {
      height: initial;
      padding: 9px 15px 7px;
      border: 1px solid #cbcbcb;
      color: #3c3c3c;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      width: 100%;
      display: block;
      outline: none; }
    .halo_modal-custom .modal-body .form-group label {
      font-weight: 500; }
      .halo_modal-custom .modal-body .form-group label:first-child {
        margin-bottom: 10px; }
    .halo_modal-custom .modal-body .form-group input[type="radio"] + label {
      font-weight: normal;
      color: #5f5f5f;
      margin-right: 28px; }
  .halo_modal-custom .modal-body .custom-radio {
    margin-bottom: 10px;
    padding-top: 5px; }
    .halo_modal-custom .modal-body .custom-radio label:first-child {
      margin-right: 28px; }
    .halo_modal-custom .modal-body .custom-radio.last {
      margin-bottom: 18px; }
      .halo_modal-custom .modal-body .custom-radio.last label:first-child {
        display: block;
        margin-bottom: 16px; }

#ask_an_expert .modal-dialog {
  width: 800px; }
#ask_an_expert .form-wrappder {
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }
  #ask_an_expert .form-wrappder .title-wrapper .title {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #0f0f0f;
    margin-bottom: 15px; }
  #ask_an_expert .form-wrappder .form-content input, #ask_an_expert .form-wrappder .form-content textarea {
    max-width: 100%; }

#product_custom_engraving .modal-dialog {
  width: 1003px; }
#product_custom_engraving .modal-body {
  padding-top: 42px; }
#product_custom_engraving .col-row .title {
  font-size: 12px;
  font-weight: 500;
  color: #0f0f0f;
  letter-spacing: .05em;
  text-transform: uppercase; }
#product_custom_engraving .col-row .col-item input::-moz-placeholder {
  color: #5f5f5f;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100); }
#product_custom_engraving .col-row .col-item input:-ms-input-placeholder {
  color: #5f5f5f !important;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100); }
#product_custom_engraving .col-row .col-item input::-webkit-input-placeholder {
  color: #5f5f5f;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100); }
#product_custom_engraving .col-row .col-item .info-text {
  margin-top: 7px;
  margin-bottom: 15px;
  color: #5f5f5f;
  font-size: 12px;
  max-width: 380px; }
  #product_custom_engraving .col-row .col-item .info-text .text {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    filter: alpha(opacity=70);
    padding-right: 10px; }
  #product_custom_engraving .col-row .col-item .info-text .number {
    float: right;
    padding-left: 10px; }
#product_custom_engraving .col-row .description {
  margin-top: 20px;
  display: inline-block;
  width: 100%; }
#product_custom_engraving .col-row .total-price {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #0f0f0f; }
  #product_custom_engraving .col-row .total-price label {
    margin-bottom: 8px; }
  #product_custom_engraving .col-row .total-price .price {
    letter-spacing: 0; }
#product_custom_engraving .col-row .submit {
  margin-top: 25px; }
  #product_custom_engraving .col-row .submit .btn, #product_custom_engraving .col-row .submit .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button #product_custom_engraving .col-row .submit .shopify-payment-button__button, #product_custom_engraving .col-row .submit .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions #product_custom_engraving .col-row .submit a, #product_custom_engraving .col-row .submit .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions #product_custom_engraving .col-row .submit .spr-summary-actions-newreview {
    background: black;
    color: white;
    border-color: black;
    width: 100%; }
    #product_custom_engraving .col-row .submit .btn:hover, #product_custom_engraving .col-row .submit .product-shop .shopify-payment-button .shopify-payment-button__button:hover, .product-shop .shopify-payment-button #product_custom_engraving .col-row .submit .shopify-payment-button__button:hover, #product_custom_engraving .col-row .submit .product-customer-review .customer-review-content .spr-summary-actions a:hover, .product-customer-review .customer-review-content .spr-summary-actions #product_custom_engraving .col-row .submit a:hover, #product_custom_engraving .col-row .submit .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .spr-summary-actions #product_custom_engraving .col-row .submit .spr-summary-actions-newreview:hover {
      background: white;
      color: #0f0f0f;
      border-color: #232323; }
  #product_custom_engraving .col-row .submit .error-valid {
    margin-top: 10px;
    text-align: center;
    color: #b20000;
    font-style: italic; }

#size_chart .modal-body .modal-text {
  margin-bottom: 47px; }
  #size_chart .modal-body .modal-text h3, #size_chart .modal-body .modal-text .heading {
    font-size: 12px;
    font-weight: 500;
    color: #0f0f0f;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 14px; }
#size_chart .modal-body .modal-img {
  text-align: center; }

/* ----- Next Prev Product ------- */
.next_prev-groups {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .next_prev-groups.has-vendor .next-prev-product {
    top: 32px;
    padding-bottom: 10px;
    min-width: 70px; }
  .next_prev-groups .next-prev-product {
    width: 50px;
    position: absolute;
    right: 10px;
    top: 5px; }
  .next_prev-groups .breadcrumb {
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -ms-calc(100% - 50px);
    width: calc(100% - 50px); }
  .next_prev-groups .next-prev-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    .next_prev-groups .next-prev-icons .icon-pro {
      color: #34313a;
      display: inline-block;
      width: 22px;
      height: 22px; }
    .next_prev-groups .next-prev-icons .next-btn {
      margin-left: 25px; }
    .next_prev-groups .next-prev-icons svg {
      width: 22px;
      height: 22px; }
  .next_prev-groups .next-prev-modal {
    position: absolute;
    top: -moz-calc(100% + 10px);
    top: -webkit-calc(100% + 10px);
    top: -ms-calc(100% + 10px);
    top: calc(100% + 10px);
    margin-top: -10px;
    right: 4px;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    z-index: 3;
    background-color: white;
    width: 298px;
    max-width: -moz-calc(100vw - 20px);
    max-width: -webkit-calc(100vw - 20px);
    max-width: -ms-calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    display: none; }
    .next_prev-groups .next-prev-modal .next-prev-content {
      display: none; }
      .next_prev-groups .next-prev-modal .next-prev-content.active {
        display: block; }
    .next_prev-groups .next-prev-modal .content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      text-align: left; }
    .next_prev-groups .next-prev-modal .product-image {
      max-width: 60px; }
    .next_prev-groups .next-prev-modal .column-right {
      width: -moz-calc(100% - 60px);
      width: -webkit-calc(100% - 60px);
      width: -ms-calc(100% - 60px);
      width: calc(100% - 60px);
      padding: 12px 20px; }
      .next_prev-groups .next-prev-modal .column-right .product-name {
        font-size: 12px;
        letter-spacing: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .next_prev-groups .next-prev-modal .column-right .price-box {
        margin-bottom: 0; }

.ajax-lookbook-modal {
  position: absolute;
  width: 270px;
  max-width: 100%;
  display: none;
  z-index: 5; }
  .ajax-lookbook-modal .ajax-modal-content {
    padding: 30px 29px 30px;
    position: relative;
    background-color: white;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    border: 1px solid #fbfbfb;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    position: relative;
    z-index: 2; }
  .ajax-lookbook-modal .lookbook-content .product-item .product-grid-image:before {
    display: none; }
  .ajax-lookbook-modal .lookbook-content .product-item .product-top .product-label {
    top: 0;
    right: 45px; }
  .ajax-lookbook-modal .lookbook-content .product-item .product-top .product-image img {
    max-width: 120px; }
  .ajax-lookbook-modal .lookbook-content .product-item .product-bottom .product-title {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .ajax-lookbook-modal .lookbook-content .product-item .product-bottom .item-swatch {
    margin-top: 13px;
    margin-bottom: 20px; }
  .ajax-lookbook-modal .lookbook-content .product-item .action {
    max-width: 100%;
    margin: 0;
    margin-bottom: 5px; }
  .ajax-lookbook-modal .lookbook-content .product-item .btn, .ajax-lookbook-modal .lookbook-content .product-item .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .ajax-lookbook-modal .lookbook-content .product-item .shopify-payment-button__button, .ajax-lookbook-modal .lookbook-content .product-item .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .ajax-lookbook-modal .lookbook-content .product-item a, .ajax-lookbook-modal .lookbook-content .product-item .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .ajax-lookbook-modal .lookbook-content .product-item .spr-summary-actions-newreview {
    background: black;
    color: white;
    border-color: black;
    padding: 10px 15px; }
    .ajax-lookbook-modal .lookbook-content .product-item .btn:hover, .ajax-lookbook-modal .lookbook-content .product-item .product-shop .shopify-payment-button .shopify-payment-button__button:hover, .product-shop .shopify-payment-button .ajax-lookbook-modal .lookbook-content .product-item .shopify-payment-button__button:hover, .ajax-lookbook-modal .lookbook-content .product-item .product-customer-review .customer-review-content .spr-summary-actions a:hover, .product-customer-review .customer-review-content .spr-summary-actions .ajax-lookbook-modal .lookbook-content .product-item a:hover, .ajax-lookbook-modal .lookbook-content .product-item .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .spr-summary-actions .ajax-lookbook-modal .lookbook-content .product-item .spr-summary-actions-newreview:hover {
      background: white;
      color: #0f0f0f;
      border-color: #232323; }
  .ajax-lookbook-modal .lookbook-content .product-item .product-vendor {
    line-height: 22px;
    margin-bottom: 2px; }
  .ajax-lookbook-modal .lookbook-content .product-item .price-box {
    font-size: 14px;
    margin-bottom: 7px; }
  .ajax-lookbook-modal .lookbook-content .product-item .pr-details {
    background: white;
    color: #0f0f0f;
    border-color: #232323; }
    .ajax-lookbook-modal .lookbook-content .product-item .pr-details:hover {
      background: black;
      color: white;
      border-color: black; }
  .ajax-lookbook-modal .overlay {
    background-color: rgba(255, 255, 255, 0); }

.animate-hvr {
  position: relative;
  overflow: hidden;
  display: block; }
  .animate-hvr:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }

.page-header {
  text-align: center;
  margin-bottom: 42px;
  margin-top: 38px; }
  .page-header h2,
  .page-header h1 {
    font-size: 24px;
    color: #0f0f0f;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 500;
    margin-bottom: 39px; }

.breadcrumb {
  margin: 0;
  font-size: 12px;
  line-height: 24px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0);
  padding: 16px 0 16px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .breadcrumb * {
    text-transform: capitalize;
    color: #5f5f5f; }
    .breadcrumb *:hover {
      color: #5f5f5f; }
  .breadcrumb .fa {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    filter: alpha(opacity=70); }
  .breadcrumb .arrow {
    font-size: 14px;
    padding: 0 8px 0 10px; }

/* Newsletter Popup */
.wrapper-newsletter .not_img {
  height: 360px;
  line-height: 360px; }
.wrapper-newsletter .halo-modal-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px; }
  .wrapper-newsletter .halo-modal-body .column-left {
    width: 100%;
    max-width: 488px;
    background: #fff;
    padding: 25px 35px 20px 35px; }
  .wrapper-newsletter .halo-modal-body .title {
    color: #34313a;
    font-size: 22px;
    letter-spacing: .05em;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 25px; }
  .wrapper-newsletter .halo-modal-body .des {
    color: #3c3c3c;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 28px;
    text-align: center; }
  .wrapper-newsletter .halo-modal-body #email-subscibe {
    margin-bottom: 37px; }
    .wrapper-newsletter .halo-modal-body #email-subscibe .input-group {
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
    .wrapper-newsletter .halo-modal-body #email-subscibe .input-group-field {
      padding: 7px 15px 5px;
      border: 1px solid #f3f3f3;
      background-color: #f3f3f3;
      color: #0f0f0f;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      width: calc(100% - 114px); }
      .wrapper-newsletter .halo-modal-body #email-subscibe .input-group-field::-webkit-input-placeholder {
        color: #3c3c3c;
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
        filter: alpha(opacity=60); }
      .wrapper-newsletter .halo-modal-body #email-subscibe .input-group-field::-moz-placeholder {
        color: #3c3c3c;
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
        filter: alpha(opacity=60); }
      .wrapper-newsletter .halo-modal-body #email-subscibe .input-group-field:-ms-input-placeholder {
        color: #3c3c3c;
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
        filter: alpha(opacity=60); }
      .wrapper-newsletter .halo-modal-body #email-subscibe .input-group-field:-moz-placeholder {
        color: #3c3c3c;
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
        filter: alpha(opacity=60); }
    .wrapper-newsletter .halo-modal-body #email-subscibe .btn, .wrapper-newsletter .halo-modal-body #email-subscibe .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .wrapper-newsletter .halo-modal-body #email-subscibe .shopify-payment-button__button, .wrapper-newsletter .halo-modal-body #email-subscibe .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .wrapper-newsletter .halo-modal-body #email-subscibe a, .wrapper-newsletter .halo-modal-body #email-subscibe .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .wrapper-newsletter .halo-modal-body #email-subscibe .spr-summary-actions-newreview {
      background: black;
      color: white;
      border-color: black;
      min-width: 114px;
      max-width: 114px;
      padding: 10px 15px 8px; }
      .wrapper-newsletter .halo-modal-body #email-subscibe .btn:hover, .wrapper-newsletter .halo-modal-body #email-subscibe .product-shop .shopify-payment-button .shopify-payment-button__button:hover, .product-shop .shopify-payment-button .wrapper-newsletter .halo-modal-body #email-subscibe .shopify-payment-button__button:hover, .wrapper-newsletter .halo-modal-body #email-subscibe .product-customer-review .customer-review-content .spr-summary-actions a:hover, .product-customer-review .customer-review-content .spr-summary-actions .wrapper-newsletter .halo-modal-body #email-subscibe a:hover, .wrapper-newsletter .halo-modal-body #email-subscibe .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .spr-summary-actions .wrapper-newsletter .halo-modal-body #email-subscibe .spr-summary-actions-newreview:hover {
        background: white;
        color: #0f0f0f;
        border-color: #232323; }
  .wrapper-newsletter .halo-modal-body .social-icons {
    margin-bottom: 45px;
    text-align: center; }
    .wrapper-newsletter .halo-modal-body .social-icons li:hover a {
      background: rgba(255, 255, 255, 0) !important; }
  .wrapper-newsletter .halo-modal-body #dismiss + label {
    color: #969696;
    font-weight: normal;
    padding-left: 23px;
    margin-bottom: 0; }
    .wrapper-newsletter .halo-modal-body #dismiss + label > span {
      position: relative; }
    .wrapper-newsletter .halo-modal-body #dismiss + label:before {
      width: 13px;
      height: 13px;
      border-color: #8e8f8f;
      top: 3px; }
    .wrapper-newsletter .halo-modal-body #dismiss + label:after {
      top: 6px;
      left: 2px; }

/* Social Icons */
.social-icons {
  letter-spacing: -.33em;
  margin: 0;
  line-height: 0; }
  .social-icons li {
    letter-spacing: normal;
    display: inline-block;
    margin: 0 13px; }
    .social-icons li.whatsapp svg {
      width: 18px;
      height: 18px; }
    .social-icons li:last-of-type {
      margin-right: 0; }
    .social-icons li:first-of-type {
      margin-left: 0; }
    .social-icons li a {
      font-size: 14px;
      color: #0f0f0f;
      height: 18px;
      line-height: 18px;
      display: inline-block;
      vertical-align: bottom;
      text-align: center; }
      .social-icons li a .fa {
        font-size: 20px; }
        .social-icons li a .fa.fa-facebook {
          font-size: 18px; }
        .social-icons li a .fa.fa-instagram {
          font-size: 20px; }
        .social-icons li a .fa.fa-twitter {
          font-size: 23px; }
    .social-icons li:hover a {
      color: #0f0f0f; }
  .social-icons li.facebook:hover a {
    color: #3b5998; }
  .social-icons li.twitter:hover a {
    color: #55acee; }
  .social-icons li.google_plus:hover a {
    color: #dd4b39; }
  .social-icons li.instagram:hover a {
    color: #c13584; }
  .social-icons li.rss:hover a {
    color: #ff6600; }
  .social-icons li.pinterest:hover a {
    color: #cb2027; }
  .social-icons li.tumblr:hover a {
    color: #32506d; }
  .social-icons li.snapchat:hover a {
    color: #fffc00; }
  .social-icons li.youtube:hover a {
    color: #ff0000; }
  .social-icons li.vimeo:hover a {
    color: #aad450; }
  .social-icons li.whatsapp:hover a {
    color: #00e676; }

/* Payment Method */
.payment-methods {
  margin-bottom: 0;
  margin-top: 10px;
  text-align: right; }
  .payment-methods li {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 12px; }
    .payment-methods li img {
      max-height: 24px; }
    .payment-methods li:last-of-type {
      margin-right: 0; }

.themevale_popup {
  position: fixed;
  left: 0px;
  bottom: 0px;
  transition: all .3s ease;
  z-index: 99;
  width: 100%; }
  .themevale_popup .sticky_form {
    position: static;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: none; }

.show_sticky .themevale_popup .sticky_form {
  display: block; }

/* ----- Sticky Add To Cart ------- */
.sticky_form {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #3c3c3c;
  z-index: 100;
  padding: 10px 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.1); }
  .sticky_form .sticky_icon {
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    position: relative;
    top: 1px;
    margin-right: 8px; }
  .sticky_form .align-items-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .sticky_form .sticky-item {
    margin: 0px 20px; }
  .sticky_form .countdown-item {
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 25px; }
  .sticky_form .clock-item .num {
    padding-left: 5px; }
  .sticky_form .clock-item span:not(.num) {
    padding-right: 5px; }
  .sticky_form .clock-item:first-of-type .num {
    padding-left: 0; }
  .sticky_form .clock-item:last-of-type span:not(.num) {
    padding-right: 0; }
  .sticky_form .pr-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .sticky_form .pr-img img {
      width: 45px; }
    .sticky_form .pr-img .product-title {
      margin: 0 0 0 17px; }
  .sticky_form .sticky_group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    max-width: 312px; }
    .sticky_form .sticky_group .pr-selectors,
    .sticky_form .sticky_group .quantity {
      padding: 0 10px; }
  .sticky_form .action {
    text-align: right; }
  .sticky_form .sticky-add-to-cart {
    background: black;
    color: white;
    border-color: black;
    width: 100%;
    min-width: initial;
    max-width: 200px;
    padding: 7px 15px;
    margin-top: -2px; }
    .sticky_form .sticky-add-to-cart:hover {
      background: white;
      color: #0f0f0f;
      border-color: #232323; }
  .sticky_form .quantity {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px; }
    .sticky_form .quantity .qty-group {
      max-width: 90px; }
      .sticky_form .quantity .qty-group input[name="quantity"] {
        width: 30px; }
      .sticky_form .quantity .qty-group .button.plus, .sticky_form .quantity .qty-group .button.minus {
        border: none; }
      .sticky_form .quantity .qty-group .button:before {
        width: 10px;
        height: 2px; }
      .sticky_form .quantity .qty-group .button:after {
        height: 10px;
        width: 2px; }
  .sticky_form .pr-selectors {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 110px);
    flex: 0 0 calc(100% - 110px);
    max-width: -moz-calc(100% - 110px);
    max-width: -webkit-calc(100% - 110px);
    max-width: -ms-calc(100% - 110px);
    max-width: calc(100% - 110px); }
    .sticky_form .pr-selectors .pr-active {
      position: relative;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      border: 1px solid #dadada;
      display: block;
      padding: 8px 30px 6px 13px;
      color: #646464;
      cursor: pointer;
      background: #fff; }
      .sticky_form .pr-selectors .pr-active:before {
        right: 10px;
        position: absolute;
        top: 50%;
        content: "\f107";
        font: normal normal normal 18px/1 FontAwesome;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
    .sticky_form .pr-selectors ul {
      padding: 0;
      list-style: none;
      position: absolute;
      top: auto;
      width: -moz-calc(100% - 20px);
      width: -webkit-calc(100% - 20px);
      width: -ms-calc(100% - 20px);
      width: calc(100% - 20px);
      bottom: -moz-calc(100% - 1px);
      bottom: -webkit-calc(100% - 1px);
      bottom: -ms-calc(100% - 1px);
      bottom: calc(100% - 1px);
      background: #fff;
      margin-bottom: 0;
      border: 1px solid #dadada;
      overflow: auto;
      height: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .sticky_form .pr-selectors ul li a {
        display: block;
        padding: 5px 0;
        color: #646464; }
        .sticky_form .pr-selectors ul li a:hover, .sticky_form .pr-selectors ul li a.active {
          color: #5572ad; }
      .sticky_form .pr-selectors ul li .sold-out {
        color: #b6b6b6;
        text-decoration: line-through !important;
        pointer-events: none; }
  .sticky_form.open-sticky .pr-selectors ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    max-height: 290px;
    padding: 10px;
    height: inherit; }

.show_sticky .sticky_form {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100); }

/* Someone Purchased */
.product-notification {
  min-height: 100px;
  background: #fff;
  width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  z-index: 999;
  visibility: hidden;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  position: relative; }
  .product-notification.active {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible; }
  .product-notification .close-notifi {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px; }
    .product-notification .close-notifi svg {
      width: 16px;
      height: 16px;
      fill: #232323;
      stroke: #232323; }
  .product-notification .product-suggest {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px; }
    .product-notification .product-suggest .product-image {
      width: 60px;
      display: block; }
      .product-notification .product-suggest .product-image img {
        object-fit: cover; }
    .product-notification .product-suggest .column-right {
      padding: 0px 25px 0 20px;
      line-height: 20px;
      width: calc(100% - 60px); }
      .product-notification .product-suggest .column-right .info {
        color: #969696;
        margin-top: 8px;
        font-size: 11px; }
      .product-notification .product-suggest .column-right .from-ago,
      .product-notification .product-suggest .column-right .time-ago {
        color: #969696;
        font-size: 11px;
        display: block; }
      .product-notification .product-suggest .column-right label {
        display: inline;
        color: #969696;
        font-size: 12px;
        font-weight: 400; }
      .product-notification .product-suggest .column-right .product-name {
        display: inline;
        color: #323232;
        font-size: 12px;
        font-weight: 400;
        margin-left: 2px;
        background-image: linear-gradient(white 97%, #323232 3%);
        background-repeat: repeat-x;
        background-position-y: -1px; }

/* Cookies Popup */
#accept-cookies {
  display: none;
  z-index: 999;
  padding: 10px 10px 15px 10px;
  width: 100%; }
  #accept-cookies .block-cookies {
    font-size: 12px;
    font-weight: 400; }
    #accept-cookies .block-cookies .des {
      line-height: 22px; }
    #accept-cookies .block-cookies .btn, #accept-cookies .block-cookies .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button #accept-cookies .block-cookies .shopify-payment-button__button, #accept-cookies .block-cookies .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions #accept-cookies .block-cookies a, #accept-cookies .block-cookies .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions #accept-cookies .block-cookies .spr-summary-actions-newreview {
      cursor: pointer;
      font-size: 12px;
      font-weight: 500;
      text-transform: capitalize;
      letter-spacing: 0;
      line-height: 20px; }
    #accept-cookies .block-cookies .btn-bottom {
      margin-top: 17px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: flex-end;
      -moz-box-pack: flex-end;
      -ms-flex-pack: flex-end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
      #accept-cookies .block-cookies .btn-bottom a {
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        display: inline-block;
        text-transform: uppercase; }
        #accept-cookies .block-cookies .btn-bottom a span {
          display: inline-block; }
        #accept-cookies .block-cookies .btn-bottom a.privacy_policy span {
          border-bottom: 1px solid transparent; }
        #accept-cookies .block-cookies .btn-bottom a.btn-accept {
          margin-left: 28px; }
          #accept-cookies .block-cookies .btn-bottom a.btn-accept .icon {
            width: 18px;
            height: 11px;
            margin-left: 5px;
            text-align: center;
            display: inline-block;
            position: relative; }
            #accept-cookies .block-cookies .btn-bottom a.btn-accept .icon:before {
              content: '';
              width: 12px;
              height: 8px;
              position: absolute;
              top: 0px;
              left: 3px;
              border-top: none;
              border-right: none;
              background: rgba(255, 255, 255, 0);
              -moz-transform: scale(1) rotate(-45deg);
              -o-transform: scale(1) rotate(-45deg);
              -ms-transform: scale(1) rotate(-45deg);
              -webkit-transform: scale(1) rotate(-45deg);
              transform: scale(1) rotate(-45deg); }

.countdown .clock-item {
  display: inline-block;
  min-width: 48px;
  padding: 8px 7px 7px 8px;
  text-align: center;
  margin-left: -1px;
  background: rgba(0, 0, 0, 0.8);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 5px; }
  .countdown .clock-item span {
    display: block; }
  .countdown .clock-item .num {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
    line-height: 16px;
    margin-bottom: 5px; }
  .countdown .clock-item .text {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.6);
    line-height: 12px; }
  .countdown .clock-item + .clock-item {
    margin-left: 5px; }

.translate-header > .cart-icon, .translate-header > .icon-search {
  display: none; }

/* ----- Home Slideshow ------- */
.home-slideshow,
.lookbook-slideshow {
  position: relative; }
  .home-slideshow .images-contain,
  .lookbook-slideshow .images-contain {
    text-align: center; }
  .home-slideshow .item,
  .lookbook-slideshow .item {
    position: relative; }
  .home-slideshow .slick-arrow,
  .lookbook-slideshow .slick-arrow {
    top: 50%;
    border-width: 2px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    width: 72px;
    height: 72px;
    padding-top: 7px;
    transform: translateY(-50%); }
    .home-slideshow .slick-arrow svg,
    .lookbook-slideshow .slick-arrow svg {
      width: 25px;
      height: 25px;
      stroke-width: .2px; }
    .home-slideshow .slick-arrow.slick-prev,
    .lookbook-slideshow .slick-arrow.slick-prev {
      padding-right: 2px; }
  .home-slideshow:hover .slick-arrow,
  .lookbook-slideshow:hover .slick-arrow {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100); }

.home-slideshow .fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0; }
.home-slideshow [data-video-mp4] .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
.home-slideshow [data-video-mp4] .fluid-width-video-wrapper:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 2;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
  filter: alpha(opacity=40);
  background-color: #866965;
  position: absolute; }

.slideshow:not(.slick-slider) .item + .item,
.lookbook-slideshow:not(.slick-slider) .item + .item {
  display: none; }

.slide-content {
  text-align: center;
  padding: 25px 25px 30px; }
  .slide-content:after {
    display: table;
    content: ""; }
  .slide-content .slide-heading {
    letter-spacing: .05em;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative; }
  .slide-content .slide-text {
    margin-bottom: 28px;
    line-height: 28px;
    max-width: 425px;
    margin-left: auto;
    margin-right: auto; }
  .slide-content .slide-countdown {
    margin-bottom: 30px; }
    .slide-content .slide-countdown .clock-item {
      display: inline-block;
      min-width: 106px;
      padding: 15px 10px 10px 10px;
      text-align: center;
      margin-left: -1px; }
      .slide-content .slide-countdown .clock-item span {
        display: block; }
      .slide-content .slide-countdown .clock-item .num {
        font-weight: 500;
        letter-spacing: 0;
        margin-bottom: 5px; }
      .slide-content .slide-countdown .clock-item .text {
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: .05em; }
  .slide-content .group-slide-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .slide-content .group-slide-button.has-one-button .slide-button {
      min-width: 287px; }
    .slide-content .group-slide-button.has-two-button .slide-button {
      min-width: 195px;
      display: inline-block; }
      .slide-content .group-slide-button.has-two-button .slide-button + .slide-button {
        margin-left: 30px; }
  .slide-content .slide-button {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }
    .slide-content .slide-button:hover {
      background-color: black !important;
      color: white !important;
      border-color: black !important; }

/* Homepage Collection */
.homepage-collection-wrapper {
  padding-top: 40px; }
  .homepage-collection-wrapper .column-left .widget-title {
    text-align: left;
    margin-bottom: 15px; }
  .homepage-collection-wrapper .column-left .desc-text {
    color: #5f5f5f;
    margin-bottom: 18px; }
  .homepage-collection-wrapper .column-left .collection-link {
    font-size: 14px;
    font-weight: 500;
    color: #0f0f0f;
    text-transform: uppercase;
    letter-spacing: .05em; }
    .homepage-collection-wrapper .column-left .collection-link span {
      position: relative; }
      .homepage-collection-wrapper .column-left .collection-link span:before {
        content: "";
        background: #0f0f0f;
        height: 1px;
        width: 100%;
        position: absolute;
        bottom: 2px;
        left: 0;
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
        filter: alpha(opacity=70); }
  .homepage-collection-wrapper .column-right .products-grid .grid-item {
    margin-bottom: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    height: 0; }
    .homepage-collection-wrapper .column-right .products-grid .grid-item.slick-slide {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100);
      visibility: visible;
      height: auto; }
    .homepage-collection-wrapper .column-right .products-grid .grid-item .collection-title-wrapper {
      text-align: center;
      margin-top: 25px; }
      .homepage-collection-wrapper .column-right .products-grid .grid-item .collection-title-wrapper .collection-title h3 {
        font-size: 20px;
        font-weight: 500;
        color: #0f0f0f;
        text-transform: uppercase;
        letter-spacing: .05em;
        margin-bottom: 8px; }
        .homepage-collection-wrapper .column-right .products-grid .grid-item .collection-title-wrapper .collection-title h3 a {
          color: #0f0f0f; }
      .homepage-collection-wrapper .column-right .products-grid .grid-item .collection-title-wrapper .collection-title .count-products {
        text-align: center;
        color: #636468; }
      .homepage-collection-wrapper .column-right .products-grid .grid-item .collection-title-wrapper .collection-title .btn-shadow {
        margin-top: 15px; }
        .homepage-collection-wrapper .column-right .products-grid .grid-item .collection-title-wrapper .collection-title .btn-shadow .btn, .homepage-collection-wrapper .column-right .products-grid .grid-item .collection-title-wrapper .collection-title .btn-shadow .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .homepage-collection-wrapper .column-right .products-grid .grid-item .collection-title-wrapper .collection-title .btn-shadow .shopify-payment-button__button, .homepage-collection-wrapper .column-right .products-grid .grid-item .collection-title-wrapper .collection-title .btn-shadow .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .homepage-collection-wrapper .column-right .products-grid .grid-item .collection-title-wrapper .collection-title .btn-shadow a, .homepage-collection-wrapper .column-right .products-grid .grid-item .collection-title-wrapper .collection-title .btn-shadow .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .homepage-collection-wrapper .column-right .products-grid .grid-item .collection-title-wrapper .collection-title .btn-shadow .spr-summary-actions-newreview {
          background: white;
          color: #0f0f0f;
          border-color: #232323;
          padding: 13px 25px 10px; }
          .homepage-collection-wrapper .column-right .products-grid .grid-item .collection-title-wrapper .collection-title .btn-shadow .btn:hover, .homepage-collection-wrapper .column-right .products-grid .grid-item .collection-title-wrapper .collection-title .btn-shadow .product-shop .shopify-payment-button .shopify-payment-button__button:hover, .product-shop .shopify-payment-button .homepage-collection-wrapper .column-right .products-grid .grid-item .collection-title-wrapper .collection-title .btn-shadow .shopify-payment-button__button:hover, .homepage-collection-wrapper .column-right .products-grid .grid-item .collection-title-wrapper .collection-title .btn-shadow .product-customer-review .customer-review-content .spr-summary-actions a:hover, .product-customer-review .customer-review-content .spr-summary-actions .homepage-collection-wrapper .column-right .products-grid .grid-item .collection-title-wrapper .collection-title .btn-shadow a:hover, .homepage-collection-wrapper .column-right .products-grid .grid-item .collection-title-wrapper .collection-title .btn-shadow .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .spr-summary-actions .homepage-collection-wrapper .column-right .products-grid .grid-item .collection-title-wrapper .collection-title .btn-shadow .spr-summary-actions-newreview:hover {
            background: black;
            color: white;
            border-color: black; }
  .homepage-collection-wrapper .slick-arrow {
    top: 36%; }
    .homepage-collection-wrapper .slick-arrow.slick-prev {
      left: -5px; }
    .homepage-collection-wrapper .slick-arrow.slick-next {
      right: -5px; }
    .homepage-collection-wrapper .slick-arrow.slick-disabled {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
      filter: alpha(opacity=0); }

/* Homepage Top Banner */
.home-top-banner {
  border-top: 1px solid #e8e8e8;
  padding-top: 60px;
  display: inline-block;
  width: 100%; }
  .home-top-banner .slick-slide {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
    display: grid; }
    .home-top-banner .slick-slide > div {
      height: calc(100% - 18px); }
    .home-top-banner .slick-slide .col-md-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .home-top-banner .banner-image {
    margin-bottom: 12px;
    display: inline-block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden; }
    .home-top-banner .banner-image .custom-item {
      position: relative;
      text-align: center;
      height: 100%; }
      .home-top-banner .banner-image .custom-item > a {
        display: block;
        height: 100%; }
      .home-top-banner .banner-image .custom-item .not_img {
        text-shadow: none;
        width: 100%;
        height: 100%; }
      .home-top-banner .banner-image .custom-item .caption {
        text-align: center;
        position: absolute;
        left: 0;
        width: 100%;
        line-height: 20px;
        font-weight: 600;
        padding: 40px 35px; }
        .home-top-banner .banner-image .custom-item .caption.position-top {
          top: 0; }
        .home-top-banner .banner-image .custom-item .caption.position-middle {
          top: 50%;
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        .home-top-banner .banner-image .custom-item .caption.position-bottom {
          bottom: 0; }
        .home-top-banner .banner-image .custom-item .caption h3.heading {
          font-weight: 500;
          letter-spacing: .05em;
          text-transform: uppercase;
          margin-bottom: 15px; }
          .home-top-banner .banner-image .custom-item .caption h3.heading.no-bottom {
            margin-bottom: 2px; }
        .home-top-banner .banner-image .custom-item .caption .desc-text {
          font-weight: 400;
          line-height: 22px;
          margin-bottom: 26px; }
          .home-top-banner .banner-image .custom-item .caption .desc-text.no-bottom {
            margin-bottom: 5px; }
        .home-top-banner .banner-image .custom-item .caption > a:hover:before {
          content: none; }
        .home-top-banner .banner-image .custom-item .caption .link_text {
          font-weight: 500;
          letter-spacing: .05em;
          text-transform: uppercase;
          line-height: 16px;
          display: inline-block;
          margin-bottom: 5px; }
    .home-top-banner .banner-image.has-desc .caption {
      top: 50%;
      transform: translateY(-50%);
      bottom: auto !important; }
    .home-top-banner .banner-image.no-img {
      position: relative; }
      .home-top-banner .banner-image.no-img .custom-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .home-top-banner .banner-image.no-img .custom-item .caption {
          top: 50%;
          transform: translateY(-50%); }
          .home-top-banner .banner-image.no-img .custom-item .caption.position-top {
            -webkit-align-items: flex-start;
            -moz-align-items: flex-start;
            -ms-align-items: flex-start;
            align-items: flex-start; }
          .home-top-banner .banner-image.no-img .custom-item .caption.position-bottom {
            -webkit-align-items: flex-end;
            -moz-align-items: flex-end;
            -ms-align-items: flex-end;
            align-items: flex-end; }
  .home-top-banner .slick-dots {
    position: relative;
    margin-bottom: 30px; }

/* Homepage New Product Tab */
.home-new-product-tab {
  padding-bottom: 38px; }
  .home-new-product-tab .widget-title {
    margin-bottom: 10px; }
  .home-new-product-tab .list-product-tabs {
    text-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-bottom: none;
    margin-bottom: 18px; }
    .home-new-product-tab .list-product-tabs li {
      margin-bottom: 5px;
      margin-left: 4px;
      margin-right: 4px; }
      .home-new-product-tab .list-product-tabs li a {
        color: #5f5f5f;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        display: inline-block;
        line-height: 15px;
        position: relative;
        padding: 12px 15px 11px;
        border: 1px solid transparent;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none; }
        .home-new-product-tab .list-product-tabs li a.active {
          border: 1px solid #5f5f5f;
          -moz-border-radius: 20px;
          -webkit-border-radius: 20px;
          -ms-border-radius: 20px;
          -o-border-radius: 20px;
          border-radius: 20px; }
  .home-new-product-tab .product-tabs-content {
    position: relative; }
    .home-new-product-tab .product-tabs-content .tab-content {
      display: none; }
      .home-new-product-tab .product-tabs-content .tab-content.active {
        display: block; }
      .home-new-product-tab .product-tabs-content .tab-content .products-grid {
        padding-right: 5px; }

/* Homepage Product Tab */
.home-product-tab .list-product-tabs, .product-widget-tab .list-product-tabs {
  text-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-bottom: none;
  margin-bottom: 17px; }
  .home-product-tab .list-product-tabs li, .product-widget-tab .list-product-tabs li {
    margin-bottom: 15px; }
    .home-product-tab .list-product-tabs li a, .product-widget-tab .list-product-tabs li a {
      color: #0f0f0f;
      font-size: 24px;
      font-weight: 500;
      letter-spacing: .05em;
      text-transform: uppercase;
      display: inline-block;
      line-height: 15px;
      position: relative;
      padding-left: 32px;
      padding-right: 25px; }
      .home-product-tab .list-product-tabs li a.active span, .product-widget-tab .list-product-tabs li a.active span {
        background-image: linear-gradient(white 97%, #0f0f0f 3%);
        background-repeat: repeat-x;
        background-position-y: -2px; }
    .home-product-tab .list-product-tabs li + li a:before, .product-widget-tab .list-product-tabs li + li a:before {
      content: "/";
      color: #969696;
      position: absolute;
      left: 0;
      top: 0;
      font-size: 12px; }
.home-product-tab .product-tabs-content, .product-widget-tab .product-tabs-content {
  position: relative; }
  .home-product-tab .product-tabs-content .tab-content, .product-widget-tab .product-tabs-content .tab-content {
    display: none; }
    .home-product-tab .product-tabs-content .tab-content.active, .product-widget-tab .product-tabs-content .tab-content.active {
      display: block; }
    .home-product-tab .product-tabs-content .tab-content .products-grid, .product-widget-tab .product-tabs-content .tab-content .products-grid {
      padding-right: 5px; }

/* Homepage Custom Block:Video */
.home-spotlight-block .spotlight-item {
  position: relative; }
  .home-spotlight-block .spotlight-item .img-box {
    text-align: center;
    position: relative; }
    .home-spotlight-block .spotlight-item .img-box .video {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 102px;
      height: 72px; }
      .home-spotlight-block .spotlight-item .img-box .video svg {
        width: 102px;
        height: 72px; }
  .home-spotlight-block .spotlight-item .spotlight-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    min-height: calc(50% - 36px); }
    .home-spotlight-block .spotlight-item .spotlight-wrap .spotlight-inner .title {
      display: inline-block;
      width: 100%;
      margin-bottom: 15px;
      font-weight: 500;
      letter-spacing: .05em;
      text-transform: uppercase; }
    .home-spotlight-block .spotlight-item .spotlight-wrap .spotlight-inner .des {
      line-height: 16px; }
.home-spotlight-block .home-spotlight-button {
  text-align: center;
  margin-top: 35px; }
  .home-spotlight-block .home-spotlight-button a {
    background: black;
    color: white;
    border-color: black;
    min-width: 210px; }
    .home-spotlight-block .home-spotlight-button a:hover {
      background: white;
      color: #0f0f0f;
      border-color: #232323; }
.home-spotlight-block .slick-dots {
  margin-top: 25px; }

#video-popup {
  width: 99%;
  max-width: 900px;
  padding: 15px;
  background: transparent;
  overflow: visible; }
  #video-popup .videoInner {
    padding: 10px;
    background: #000; }
    #video-popup .videoInner .videoWrapper {
      position: relative;
      padding-bottom: 54.25%;
      height: 0; }
      #video-popup .videoInner .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  #video-popup .fancybox-close-small:after {
    background: #b20000;
    color: #fff;
    font-size: 25px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    outline: none; }

/* Homepage Customer Review */
.homepage-reviews .not_img {
  width: 90px;
  height: 115px;
  line-height: 115px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600; }
.homepage-reviews .item {
  text-align: center;
  border: 1px solid #e8e8e8;
  padding: 30px; }
.homepage-reviews .item-image {
  margin-bottom: 12px; }
.homepage-reviews .star-reviews {
  margin-bottom: 5px; }
  .homepage-reviews .star-reviews svg {
    width: 24px;
    height: 24px;
    stroke: none; }
  .homepage-reviews .star-reviews.star5 svg {
    fill: #e66b00; }
  .homepage-reviews .star-reviews.star4 svg {
    fill: #e66b00; }
    .homepage-reviews .star-reviews.star4 svg:last-child {
      fill: #e3e3e3; }
  .homepage-reviews .star-reviews.star3 svg {
    fill: #e66b00; }
  .homepage-reviews .star-reviews.star3 svg:nth-child(4) {
    fill: #e3e3e3; }
  .homepage-reviews .star-reviews.star3 svg:nth-child(5) {
    fill: #e3e3e3; }
  .homepage-reviews .star-reviews.star2 svg {
    fill: #e3e3e3; }
  .homepage-reviews .star-reviews.star2 svg:nth-child(1) {
    fill: #e66b00; }
  .homepage-reviews .star-reviews.star2 svg:nth-child(2) {
    fill: #e66b00; }
  .homepage-reviews .star-reviews.star1 svg {
    fill: #e3e3e3; }
  .homepage-reviews .star-reviews.star1 svg:first-child {
    fill: #e66b00; }
  .homepage-reviews .star-reviews.star0 svg {
    fill: #e3e3e3; }
.homepage-reviews .title-reviews {
  text-align: center;
  margin-bottom: 12px; }
  .homepage-reviews .title-reviews .purchased-text {
    display: inline-block; }
  .homepage-reviews .title-reviews .title {
    display: inline-block; }
    .homepage-reviews .title-reviews .title h4 {
      color: #005599;
      font-size: 12px;
      font-weight: 500;
      line-height: 22px;
      margin-bottom: 0px; }
.homepage-reviews .body-review {
  color: #5f5f5f;
  font-size: 12px;
  font-weight: 400;
  max-width: 450px;
  margin: 0 auto 15px auto; }
.homepage-reviews .name-review h5 {
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 0; }
  .homepage-reviews .name-review h5 span {
    background-image: linear-gradient(transparent 97%, #0f0f0f 3%);
    background-repeat: repeat-x;
    background-position-y: -2px; }
.homepage-reviews .row:not(.slick-slider) .item {
  display: none; }
.homepage-reviews .slick-arrow {
  top: calc(50% - 18px); }

/* Homepage Brand Slider */
.slider-brand-wrapper .slider-brand-button {
  text-align: center;
  margin-top: 35px; }
  .slider-brand-wrapper .slider-brand-button .btn, .slider-brand-wrapper .slider-brand-button .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .slider-brand-wrapper .slider-brand-button .shopify-payment-button__button, .slider-brand-wrapper .slider-brand-button .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .slider-brand-wrapper .slider-brand-button a, .slider-brand-wrapper .slider-brand-button .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .slider-brand-wrapper .slider-brand-button .spr-summary-actions-newreview {
    background: black;
    color: white;
    border-color: black;
    min-width: 210px; }
    .slider-brand-wrapper .slider-brand-button .btn:hover, .slider-brand-wrapper .slider-brand-button .product-shop .shopify-payment-button .shopify-payment-button__button:hover, .product-shop .shopify-payment-button .slider-brand-wrapper .slider-brand-button .shopify-payment-button__button:hover, .slider-brand-wrapper .slider-brand-button .product-customer-review .customer-review-content .spr-summary-actions a:hover, .product-customer-review .customer-review-content .spr-summary-actions .slider-brand-wrapper .slider-brand-button a:hover, .slider-brand-wrapper .slider-brand-button .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .spr-summary-actions .slider-brand-wrapper .slider-brand-button .spr-summary-actions-newreview:hover {
      background: white;
      color: #0f0f0f;
      border-color: #232323; }
.slider-brand-wrapper .slide_brand .slick-dots {
  margin-top: 5px; }

/* Homepage Instagram */
.home-instagram {
  padding-bottom: 55px; }
  .home-instagram #instafeed {
    margin-left: -5px;
    margin-right: -5px; }
    .home-instagram #instafeed .item {
      padding-left: 5px;
      padding-right: 5px;
      margin-bottom: 10px; }
      .home-instagram #instafeed .item img {
        min-height: 100%;
        object-fit: cover; }
  .home-instagram .infinite-scrolling-instagram {
    text-align: center; }
    .home-instagram .infinite-scrolling-instagram a {
      display: block;
      width: 100%;
      margin-top: 25px; }
      .home-instagram .infinite-scrolling-instagram a svg {
        width: 40px;
        height: 40px;
        stroke: transparent; }
  .home-instagram .home-instagram-button {
    text-align: center;
    margin-top: 34px; }
  .home-instagram .btn, .home-instagram .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .home-instagram .shopify-payment-button__button, .home-instagram .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .home-instagram a, .home-instagram .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .home-instagram .spr-summary-actions-newreview {
    background: black;
    color: white;
    border-color: black;
    min-width: 210px; }
    .home-instagram .btn:hover, .home-instagram .product-shop .shopify-payment-button .shopify-payment-button__button:hover, .product-shop .shopify-payment-button .home-instagram .shopify-payment-button__button:hover, .home-instagram .product-customer-review .customer-review-content .spr-summary-actions a:hover, .product-customer-review .customer-review-content .spr-summary-actions .home-instagram a:hover, .home-instagram .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .spr-summary-actions .home-instagram .spr-summary-actions-newreview:hover {
      background: white;
      color: #0f0f0f;
      border-color: #232323; }
  .home-instagram .btn-icon svg {
    fill: #000000;
    stroke: none;
    width: 40px;
    height: 40px; }
  .home-instagram .slick-arrow.slick-next {
    right: -14px; }
  .home-instagram .slick-arrow.slick-prev {
    left: -14px; }

/* Policy Block */
.policys-block .policy-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 28px 0 27px; }
.policys-block .policy-text {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .1em; }
.policys-block .policy-icon {
  margin-right: 20px;
  line-height: 0; }
  .policys-block .policy-icon svg {
    -moz-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg); }
.policys-block .slick-dots {
  display: none !important; }

/* Footer */
.footer .footer-top {
  padding: 57px 0 25px 0; }
  .footer .footer-top .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%; }
  .footer .footer-top .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%; }
  .footer .footer-top .footer-logo {
    margin-bottom: 22px; }
  .footer .footer-top .address p {
    line-height: 20px;
    margin-bottom: 8px; }
  .footer .footer-top .footer-social {
    margin-top: 35px; }
  .footer .footer-top .col-footer .foot-title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-top: 12px; }
  .footer .footer-top .col-footer ul {
    margin-bottom: 38px; }
    .footer .footer-top .col-footer ul li a {
      line-height: 20px; }
    .footer .footer-top .col-footer ul li + li {
      margin-top: 12px; }
  .footer .footer-top .footer-newsletter h3 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-top: 12px; }
  .footer .footer-top .footer-newsletter .des {
    margin-bottom: 32px; }
  .footer .footer-top .footer-newsletter .input-group-field {
    font-size: 12px;
    padding: 9px 20px 7px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    width: calc(100% - 115px); }
    .footer .footer-top .footer-newsletter .input-group-field::-webkit-input-placeholder {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100); }
    .footer .footer-top .footer-newsletter .input-group-field::-moz-placeholder {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100); }
    .footer .footer-top .footer-newsletter .input-group-field:-ms-input-placeholder {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100); }
    .footer .footer-top .footer-newsletter .input-group-field:-moz-placeholder {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100); }
  .footer .footer-top .footer-newsletter .btn, .footer .footer-top .footer-newsletter .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .footer .footer-top .footer-newsletter .shopify-payment-button__button, .footer .footer-top .footer-newsletter .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .footer .footer-top .footer-newsletter a, .footer .footer-top .footer-newsletter .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .footer .footer-top .footer-newsletter .spr-summary-actions-newreview {
    min-width: 90px;
    max-width: 115px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
    cursor: pointer;
    padding: 9px 20px 7px; }
.footer .footer-bottom {
  padding: 20px 0; }
  .footer .footer-bottom .footer_copyright p {
    line-height: 29px; }

.page-tpl .rte,
.blog-detail .rte {
  line-height: 24px; }
  .page-tpl .rte p,
  .blog-detail .rte p {
    margin-bottom: 2rem; }
  .page-tpl .rte h4,
  .blog-detail .rte h4 {
    font-size: 12px;
    font-weight: 500;
    color: #0f0f0f;
    line-height: 24px;
    margin-bottom: 10px; }
  .page-tpl .rte ul,
  .page-tpl .rte ol,
  .blog-detail .rte ul,
  .blog-detail .rte ol {
    margin: 0 0 25px 0px; }
  .page-tpl .rte ul li,
  .blog-detail .rte ul li {
    margin-bottom: 6px; }
    .page-tpl .rte ul li:before,
    .blog-detail .rte ul li:before {
      content: "";
      width: 6px;
      height: 6px;
      background-color: #8c8c8c;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      border: none;
      margin: 8.5px 11px 10px 0;
      float: left; }
  .page-tpl .rte ol li,
  .blog-detail .rte ol li {
    counter-increment: li; }
    .page-tpl .rte ol li:before,
    .blog-detail .rte ol li:before {
      content: counter(li);
      min-width: 17px;
      float: left; }

.template-page .main-content .container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px; }
.template-page .breadcrumb {
  margin-top: 100px; }

.t-header {
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .t-header .col-title {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin: 0;
    color: #0f0f0f; }
  .t-header .column {
    padding: 14px 20px 12px; }

.shopify-challenge__container {
  padding-top: 40px; }
  .shopify-challenge__container .shopify-challenge__message {
    margin-bottom: 20px; }
  .shopify-challenge__container .shopify-challenge__button {
    background: white;
    color: #0f0f0f;
    border-color: #232323; }
    .shopify-challenge__container .shopify-challenge__button:hover {
      background: black;
      color: white;
      border-color: black; }
  .shopify-challenge__container .g-recaptcha {
    padding-bottom: 10px; }

/* ----- Contact Page ------- */
.contact-us-page .page-header {
  margin-bottom: 0px;
  margin-top: 32px;
  text-align: center; }
  .contact-us-page .page-header h1 {
    margin-bottom: 12px; }
  .contact-us-page .page-header .rte {
    margin-bottom: 5px;
    color: #5f5f5f; }
  .contact-us-page .page-header .line {
    display: inline-block;
    width: 100%;
    max-width: 270px;
    height: 1px;
    background-color: #5f5f5f;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    filter: alpha(opacity=70); }
.contact-us-page .wrapper {
  padding-top: 37px; }
  .contact-us-page .wrapper .form-contact, .contact-us-page .wrapper .location-wrap {
    margin-bottom: 25px; }
  .contact-us-page .wrapper .form-header {
    margin-bottom: 32px; }
    .contact-us-page .wrapper .form-header h2 {
      color: #0f0f0f;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: .05em;
      text-transform: uppercase;
      margin-bottom: 12px; }
.contact-us-page .form-contact .form-success {
  margin-bottom: 25px; }
.contact-us-page .form-contact .errors {
  border: 1px solid #ebebeb;
  background: #fafafa;
  padding: 5px 20px;
  margin-bottom: 25px; }
  .contact-us-page .form-contact .errors ul {
    margin-bottom: 0;
    padding-left: 10px; }
    .contact-us-page .form-contact .errors ul li {
      list-style: disc; }
.contact-us-page .form-group {
  margin-bottom: 20px; }
  .contact-us-page .form-group label {
    font-weight: 500;
    margin-bottom: 9px; }
  .contact-us-page .form-group input[type="text"] {
    display: inherit; }
  .contact-us-page .form-group textarea {
    max-width: 620px;
    min-height: 217px; }
.contact-us-page #contactFormWrapper .btn, .contact-us-page #contactFormWrapper .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .contact-us-page #contactFormWrapper .shopify-payment-button__button, .contact-us-page #contactFormWrapper .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .contact-us-page #contactFormWrapper a, .contact-us-page #contactFormWrapper .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .contact-us-page #contactFormWrapper .spr-summary-actions-newreview {
  min-width: 205px;
  background: black;
  color: white;
  border-color: black;
  margin-top: 5px;
  padding: 11px 15px 9px; }
  .contact-us-page #contactFormWrapper .btn:hover, .contact-us-page #contactFormWrapper .product-shop .shopify-payment-button .shopify-payment-button__button:hover, .product-shop .shopify-payment-button .contact-us-page #contactFormWrapper .shopify-payment-button__button:hover, .contact-us-page #contactFormWrapper .product-customer-review .customer-review-content .spr-summary-actions a:hover, .product-customer-review .customer-review-content .spr-summary-actions .contact-us-page #contactFormWrapper a:hover, .contact-us-page #contactFormWrapper .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .spr-summary-actions .contact-us-page #contactFormWrapper .spr-summary-actions-newreview:hover {
    background: white;
    color: #0f0f0f;
    border-color: #232323; }
.contact-us-page .location {
  line-height: 24px;
  background: #fafafa;
  padding: 65px 70px;
  max-width: 470px;
  float: right; }
  .contact-us-page .location h4 {
    color: #0f0f0f;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 28px; }
  .contact-us-page .location p {
    margin-bottom: 24px; }
    .contact-us-page .location p.desc {
      margin-bottom: 20px; }
    .contact-us-page .location p:last-of-type {
      margin-bottom: 28px; }
  .contact-us-page .location .btn, .contact-us-page .location .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .contact-us-page .location .shopify-payment-button__button, .contact-us-page .location .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .contact-us-page .location a, .contact-us-page .location .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .contact-us-page .location .spr-summary-actions-newreview {
    background: transparent;
    color: #5f5f5f;
    border: 1px solid #5f5f5f;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .02em;
    margin-bottom: 32px;
    min-width: 164px; }
    .contact-us-page .location .btn:hover, .contact-us-page .location .product-shop .shopify-payment-button .shopify-payment-button__button:hover, .product-shop .shopify-payment-button .contact-us-page .location .shopify-payment-button__button:hover, .contact-us-page .location .product-customer-review .customer-review-content .spr-summary-actions a:hover, .product-customer-review .customer-review-content .spr-summary-actions .contact-us-page .location a:hover, .contact-us-page .location .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .spr-summary-actions .contact-us-page .location .spr-summary-actions-newreview:hover {
      background: #0f0f0f;
      border: 1px solid #0f0f0f;
      color: #fff; }
  .contact-us-page .location a {
    color: #5f5f5f; }
    .contact-us-page .location a:hover {
      color: #5f5f5f; }
  .contact-us-page .location strong {
    font-weight: normal; }
  .contact-us-page .location .open-hours {
    border-top: 1px solid #e6e6e6;
    padding-top: 28px; }
    .contact-us-page .location .open-hours strong {
      text-transform: uppercase; }

/* ----- Wishlist ------- */
.wishlist-header .column {
  padding: 11px 20px 9px; }

.wishlist-content {
  margin-bottom: 20px; }
  .wishlist-content .grid-item {
    padding: 35px 0;
    border-bottom: 1px solid #e8e8e8; }
    .wishlist-content .grid-item .product-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
  .wishlist-content .column {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px; }
    .wishlist-content .column.col-img {
      padding-left: 0;
      padding-top: 0; }
    .wishlist-content .column .btn, .wishlist-content .column .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .wishlist-content .column .shopify-payment-button__button, .wishlist-content .column .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .wishlist-content .column a, .wishlist-content .column .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .wishlist-content .column .spr-summary-actions-newreview {
      -moz-border-radius: 1px;
      -webkit-border-radius: 1px;
      -ms-border-radius: 1px;
      -o-border-radius: 1px;
      border-radius: 1px;
      max-width: 160px;
      text-transform: none;
      padding: 11px 15px 9px;
      font-size: 12px;
      letter-spacing: .02em; }
  .wishlist-content .product-image {
    margin: 0; }
    .wishlist-content .product-image img {
      max-width: 120px; }
  .wishlist-content .col-prod {
    padding-top: 0; }
  .wishlist-content .price-box {
    margin: 0;
    color: #232323; }
  .wishlist-content .product-vendor {
    margin: 0; }
    .wishlist-content .product-vendor a {
      color: #5f5f5f;
      display: inline-block;
      margin-bottom: 3px; }
  .wishlist-content .product-title {
    font-size: 12px;
    color: #0f0f0f; }
  .wishlist-content .col-remove a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #0f0f0f;
    background: white;
    border-color: #232323; }
    .wishlist-content .col-remove a:hover {
      color: #b20000;
      background: #fff;
      border-color: #b20000; }
  .wishlist-content .col-remove svg {
    margin-right: 10px;
    width: 13px;
    height: 14px; }
  .wishlist-content .col-options .btn, .wishlist-content .col-options .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .wishlist-content .col-options .shopify-payment-button__button, .wishlist-content .col-options .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .wishlist-content .col-options a, .wishlist-content .col-options .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .wishlist-content .col-options .spr-summary-actions-newreview {
    background: white;
    color: #0f0f0f;
    border-color: #232323; }
    .wishlist-content .col-options .btn:hover, .wishlist-content .col-options .product-shop .shopify-payment-button .shopify-payment-button__button:hover, .product-shop .shopify-payment-button .wishlist-content .col-options .shopify-payment-button__button:hover, .wishlist-content .col-options .product-customer-review .customer-review-content .spr-summary-actions a:hover, .product-customer-review .customer-review-content .spr-summary-actions .wishlist-content .col-options a:hover, .wishlist-content .col-options .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .spr-summary-actions .wishlist-content .col-options .spr-summary-actions-newreview:hover {
      background: black;
      color: white;
      border-color: black; }

.wishlist-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 8px; }
  .wishlist-footer .share {
    color: #5f5f5f;
    display: inline-block; }
    .wishlist-footer .share:hover {
      color: #3c3c3c; }
    .wishlist-footer .share .fa {
      color: #646464;
      font-size: 15px;
      margin-right: 7px; }
  .wishlist-footer .padding {
    margin-bottom: 0;
    margin-top: 0; }
  .wishlist-footer .wishlist-pagination {
    margin-top: 0px; }

.wishlist-page .page-header h2,
.wishlist-page .page-header h1 {
  margin-bottom: 30px; }
.wishlist-page .col-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 135px;
  flex: 0 0 135px;
  max-width: 135px; }
.wishlist-page .col-price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 310px;
  flex: 0 0 310px;
  max-width: 310px; }
.wishlist-page .col-options {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 175px;
  flex: 0 0 175px;
  max-width: 175px;
  padding-right: 0; }
.wishlist-page .col-remove {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  max-width: 190px; }
.wishlist-page .col-prod {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 810px);
  flex: 0 0 calc(100% - 810px);
  max-width: -moz-calc(100% - 810px);
  max-width: -webkit-calc(100% - 810px);
  max-width: -ms-calc(100% - 810px);
  max-width: calc(100% - 810px); }
.wishlist-page .wrapper-wishlist .wrapper-overflow {
  overflow-x: auto; }
.wishlist-page .wrapper-wishlist .wishlist-content,
.wishlist-page .wrapper-wishlist .wishlist-header {
  width: 100%;
  min-width: 928px;
  overflow-x: hidden; }

/* Collection List Page */
.list-collection .grid-item {
  margin-bottom: 35px; }
  .list-collection .grid-item .item {
    position: relative;
    height: 100%; }
    .list-collection .grid-item .item .product-image {
      min-height: 320px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      height: 100%; }
    .list-collection .grid-item .item .collection-title-wrapper {
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: 20px; }
      .list-collection .grid-item .item .collection-title-wrapper:hover {
        border-left: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6; }
      .list-collection .grid-item .item .collection-title-wrapper .collection-title {
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        text-align: center;
        padding-top: 20px; }
      .list-collection .grid-item .item .collection-title-wrapper .title {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: .05em;
        text-transform: uppercase;
        margin-bottom: 5px;
        padding: 0 20px; }
        .list-collection .grid-item .item .collection-title-wrapper .title a {
          color: #fff; }
      .list-collection .grid-item .item .collection-title-wrapper .count-products {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        padding: 0 20px 20px 20px;
        display: inline-block; }
        .list-collection .grid-item .item .collection-title-wrapper .count-products.has-desc {
          padding-bottom: 10px; }
      .list-collection .grid-item .item .collection-title-wrapper .desc {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        padding: 0px 20px 15px 20px; }
      .list-collection .grid-item .item .collection-title-wrapper .btn, .list-collection .grid-item .item .collection-title-wrapper .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .list-collection .grid-item .item .collection-title-wrapper .shopify-payment-button__button, .list-collection .grid-item .item .collection-title-wrapper .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .list-collection .grid-item .item .collection-title-wrapper a, .list-collection .grid-item .item .collection-title-wrapper .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .list-collection .grid-item .item .collection-title-wrapper .spr-summary-actions-newreview {
        background-color: #fff;
        border-color: #fff;
        color: #000;
        width: 100%;
        display: none; }
        .list-collection .grid-item .item .collection-title-wrapper .btn:hover, .list-collection .grid-item .item .collection-title-wrapper .product-shop .shopify-payment-button .shopify-payment-button__button:hover, .product-shop .shopify-payment-button .list-collection .grid-item .item .collection-title-wrapper .shopify-payment-button__button:hover, .list-collection .grid-item .item .collection-title-wrapper .product-customer-review .customer-review-content .spr-summary-actions a:hover, .product-customer-review .customer-review-content .spr-summary-actions .list-collection .grid-item .item .collection-title-wrapper a:hover, .list-collection .grid-item .item .collection-title-wrapper .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .spr-summary-actions .list-collection .grid-item .item .collection-title-wrapper .spr-summary-actions-newreview:hover {
          background-color: #000;
          border-color: #000;
          color: #fff; }
    .list-collection .grid-item .item:hover .collection-title-wrapper .title span {
      background-image: linear-gradient(transparent 97%, white 3%);
      background-repeat: repeat-x;
      background-position-y: -2px; }
    .list-collection .grid-item .item:hover .btn, .list-collection .grid-item .item:hover .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .list-collection .grid-item .item:hover .shopify-payment-button__button, .list-collection .grid-item .item:hover .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .list-collection .grid-item .item:hover a, .list-collection .grid-item .item:hover .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .list-collection .grid-item .item:hover .spr-summary-actions-newreview {
      display: block; }

.best-seller-product,
.recently-viewed-products {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }
  .best-seller-product .products-grid .slick-track .grid-item.slick-slide,
  .recently-viewed-products .products-grid .slick-track .grid-item.slick-slide {
    padding-left: 15px;
    padding-right: 15px; }

/*Collection Page*/
.template-collection .compare-button {
  display: block; }
.template-collection .recently-viewed-products {
  margin-top: 25px;
  margin-bottom: 60px; }

.toolbar {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .toolbar .column-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .toolbar .toolbar-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .toolbar .toolbar-col label {
      font-weight: 500;
      margin: 0 15px 0 0;
      text-transform: uppercase;
      color: #232323;
      position: relative;
      top: 1px;
      letter-spacing: .05em; }
    .toolbar .toolbar-col .label-tab {
      border: 1px solid #dadada;
      background-color: white;
      padding: 10px 14px 8px 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-between;
      -moz-box-pack: space-between;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      cursor: pointer; }
    .toolbar .toolbar-col .icon-dropdown {
      color: #3c3c3c;
      font-size: 16px;
      padding-left: 8px; }
    .toolbar .toolbar-col .dropdown-menu {
      padding: 5px 0;
      margin: 2px 0;
      right: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      font-size: 12px;
      color: #5f5f5f;
      min-width: 100%; }
      .toolbar .toolbar-col .dropdown-menu li {
        padding: 6px 15px 2px 15px; }
        .toolbar .toolbar-col .dropdown-menu li * {
          display: inline-block;
          cursor: pointer;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .toolbar .toolbar-col .dropdown-menu li.active, .toolbar .toolbar-col .dropdown-menu li:hover {
          background-color: #f4f4f4;
          color: #66787f; }
  .toolbar .filters-toolbar__limited-view {
    margin-left: 35px; }
    .toolbar .filters-toolbar__limited-view .limited-view {
      min-width: 187px;
      position: relative; }
      .toolbar .filters-toolbar__limited-view .limited-view .label-text-wrap .item-per-page-text {
        text-transform: lowercase; }
      .toolbar .filters-toolbar__limited-view .limited-view .dropdown-menu li {
        text-transform: lowercase; }
  .toolbar .filters-toolbar__sortby {
    margin-left: 35px; }
    .toolbar .filters-toolbar__sortby .filter-sortby {
      min-width: 187px;
      position: relative; }
  .toolbar .view-mode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    border: 1px solid #dadada; }
    .toolbar .view-mode .view-as {
      height: 42px;
      width: 42px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      padding: 0 10px;
      cursor: pointer; }
      .toolbar .view-mode .view-as.grid {
        border-right: 1px solid #dadada; }
      .toolbar .view-mode .view-as.list {
        margin-left: -1px; }
    .toolbar .view-mode .icon-mode {
      width: 14px;
      height: 14px;
      display: inline-block;
      vertical-align: middle; }
      .toolbar .view-mode .icon-mode .icon-bar {
        height: 4px;
        background-color: #cfcfcf;
        -webkit-transition: all 0.15s ease;
        -moz-transition: all 0.15s ease;
        -ms-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        transition: all 0.15s ease;
        display: block;
        position: relative;
        top: -1px;
        margin: 1px auto 0; }
      .toolbar .view-mode .icon-mode.icon-mode-grid .icon-bar {
        width: 4px; }
        .toolbar .view-mode .icon-mode.icon-mode-grid .icon-bar:before, .toolbar .view-mode .icon-mode.icon-mode-grid .icon-bar:after {
          content: '';
          display: block;
          position: absolute;
          height: 4px;
          width: 4px;
          background-color: #cfcfcf;
          -webkit-transition: all 0.15s ease;
          -moz-transition: all 0.15s ease;
          -ms-transition: all 0.15s ease;
          -o-transition: all 0.15s ease;
          transition: all 0.15s ease; }
        .toolbar .view-mode .icon-mode.icon-mode-grid .icon-bar:before {
          left: -5px; }
        .toolbar .view-mode .icon-mode.icon-mode-grid .icon-bar:after {
          right: -5px; }
      .toolbar .view-mode .icon-mode:hover .icon-bar, .toolbar .view-mode .icon-mode.active .icon-bar {
        background-color: #232323; }
        .toolbar .view-mode .icon-mode:hover .icon-bar:before, .toolbar .view-mode .icon-mode:hover .icon-bar:after, .toolbar .view-mode .icon-mode.active .icon-bar:before, .toolbar .view-mode .icon-mode.active .icon-bar:after {
          background-color: #232323; }
  .toolbar .sidebar-label .icon-filter svg {
    height: 27px;
    padding-left: 2px;
    width: 24px; }

.sidebar-label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: .05em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 9px;
  cursor: pointer;
  color: #232323; }
  .sidebar-label .icon-filter {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #232323;
    margin-right: 14px;
    position: relative;
    top: -1px; }
    .sidebar-label .icon-filter svg {
      height: 27px;
      padding-left: 2px;
      width: 24px;
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }

.hide {
  display: none; }

.close-filter {
  position: fixed;
  top: 0;
  left: 270px;
  z-index: 9999; }
  .close-filter a {
    width: 40px;
    height: 40px;
    background: #b20000;
    color: #ffffff;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .close-filter a svg {
      fill: #ffffff;
      stroke: none;
      width: 25px;
      height: 26px; }

.sidebar.blog-sidebar {
  padding-top: 9px; }
.sidebar .widget {
  padding: 0 30px; }
.sidebar .widget-search .widget-form {
  position: relative;
  margin-top: 16px;
  margin-bottom: 55px; }
  .sidebar .widget-search .widget-form .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px;
    margin: 0;
    min-width: auto;
    height: 100%;
    background: #fafafa; }
    .sidebar .widget-search .widget-form .btn-search svg {
      width: 19px;
      height: 20px;
      fill: #adadad; }
  .sidebar .widget-search .widget-form input[type="text"] {
    background: #fafafa;
    border: 1px solid #fafafa;
    padding: 10px 15px; }
.sidebar .widget-content {
  margin-bottom: 50px; }
  .sidebar .widget-content .banner-item {
    margin: 30px 0; }
.sidebar .widget-title {
  padding-top: 0;
  text-align: left;
  margin-bottom: 13px; }
.sidebar .widget-categories {
  margin-bottom: 45px; }
.sidebar .sidebar-product {
  margin-bottom: 50px; }
.sidebar .widget-recent-articles {
  margin-bottom: 50px; }
.sidebar .sidebar-title {
  font-size: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 22px;
  color: #0f0f0f;
  margin: 0; }
.sidebar .widget-product {
  margin-top: 15px;
  margin-bottom: 50px; }
  .sidebar .widget-product .products-grid {
    margin: 0; }
    .sidebar .widget-product .products-grid .product-image .product-grid-image {
      max-height: 220px; }
    .sidebar .widget-product .products-grid .product-label {
      top: 0px;
      right: 0px; }
    .sidebar .widget-product .products-grid .slick-arrow {
      background-color: transparent;
      border: none;
      color: #0f0f0f;
      top: calc(50% - 110px); }
      .sidebar .widget-product .products-grid .slick-arrow .fa {
        font-size: 36px; }
    .sidebar .widget-product .products-grid .abs-bottom {
      margin-top: 18px; }
      .sidebar .widget-product .products-grid .abs-bottom .btn, .sidebar .widget-product .products-grid .abs-bottom .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .sidebar .widget-product .products-grid .abs-bottom .shopify-payment-button__button, .sidebar .widget-product .products-grid .abs-bottom .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .sidebar .widget-product .products-grid .abs-bottom a, .sidebar .widget-product .products-grid .abs-bottom .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .sidebar .widget-product .products-grid .abs-bottom .spr-summary-actions-newreview {
        width: auto;
        padding-left: 44px;
        padding-right: 44px;
        background: white;
        color: #0f0f0f;
        border-color: #232323; }
        .sidebar .widget-product .products-grid .abs-bottom .btn:hover, .sidebar .widget-product .products-grid .abs-bottom .product-shop .shopify-payment-button .shopify-payment-button__button:hover, .product-shop .shopify-payment-button .sidebar .widget-product .products-grid .abs-bottom .shopify-payment-button__button:hover, .sidebar .widget-product .products-grid .abs-bottom .product-customer-review .customer-review-content .spr-summary-actions a:hover, .product-customer-review .customer-review-content .spr-summary-actions .sidebar .widget-product .products-grid .abs-bottom a:hover, .sidebar .widget-product .products-grid .abs-bottom .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .spr-summary-actions .sidebar .widget-product .products-grid .abs-bottom .spr-summary-actions-newreview:hover {
          background: black;
          color: white;
          border-color: black; }
.sidebar .close-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  background: #f0f0f0;
  color: #000000;
  padding: 9px 30px 7px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 22px; }
  .sidebar .close-sidebar svg {
    width: 20px;
    height: 20px;
    stroke: none; }

.sidebar-links {
  margin-bottom: 45px; }
  .sidebar-links .widget-content ul {
    margin: 0; }
  .sidebar-links .widget-content li {
    margin: 0;
    position: relative; }
    .sidebar-links .widget-content li a {
      font-size: 12px;
      display: block;
      font-weight: 500;
      color: #5f5f5f;
      padding: 7px 22px 6px 0;
      line-height: 22px;
      position: relative;
      -webkit-transition: padding-left 0.3s linear;
      -moz-transition: padding-left 0.3s linear;
      -ms-transition: padding-left 0.3s linear;
      -o-transition: padding-left 0.3s linear;
      transition: padding-left 0.3s linear;
      position: relative; }
      .sidebar-links .widget-content li a:hover {
        color: #3c3c3c;
        padding-left: 15px; }
        .sidebar-links .widget-content li a:hover:before {
          content: "\f105";
          font-family: FontAwesome;
          font-size: 16px;
          position: absolute;
          top: 50%;
          left: 0;
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          opacity: 0.5;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
          filter: alpha(opacity=50); }
        .sidebar-links .widget-content li a:hover span {
          background-image: linear-gradient(transparent 96%, #3c3c3c 4%);
          background-repeat: repeat-x;
          background-position-y: -1px; }
    .sidebar-links .widget-content li.open > .icon-dropdown .fa:before {
      content: "\f106"; }
  .sidebar-links .widget-content .dropdown-cat {
    margin-bottom: 15px;
    margin-left: 15px; }
    .sidebar-links .widget-content .dropdown-cat li a {
      font-size: 12px; }
    .sidebar-links .widget-content .dropdown-cat .dropdown-cat li a {
      font-weight: normal;
      padding-top: 6px;
      padding-bottom: 4px;
      line-height: 20px; }
  .sidebar-links .icon-dropdown {
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 2px;
    right: -10px;
    line-height: 32px;
    cursor: pointer; }
  .sidebar-links .dropdown-cat {
    display: none; }
  .sidebar-links .sidebar-link-lv1.open > .dropdown-cat {
    display: block; }

.sidebar-links .widget-content li.open > .dropdown-cat {
  display: block !important; }

.sidebar-widget-product {
  margin-bottom: 50px;
  padding: 0 30px; }
  .sidebar-widget-product .product-item .inner-top .product-top {
    max-width: 170px; }
  .sidebar-widget-product .products-grid {
    position: static; }
    .sidebar-widget-product .products-grid:not(.slick-slider) .grid-item + .grid-item {
      display: none; }
    .sidebar-widget-product .products-grid .grid-item {
      margin-top: 0; }
      .sidebar-widget-product .products-grid .grid-item .product-image img {
        min-height: initial; }
      .sidebar-widget-product .products-grid .grid-item .product-image .product-grid-image {
        min-height: initial; }
      .sidebar-widget-product .products-grid .grid-item .action {
        max-width: 210px;
        margin: 0 auto; }
        .sidebar-widget-product .products-grid .grid-item .action .btn, .sidebar-widget-product .products-grid .grid-item .action .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .sidebar-widget-product .products-grid .grid-item .action .shopify-payment-button__button, .sidebar-widget-product .products-grid .grid-item .action .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .sidebar-widget-product .products-grid .grid-item .action a, .sidebar-widget-product .products-grid .grid-item .action .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .sidebar-widget-product .products-grid .grid-item .action .spr-summary-actions-newreview {
          background: white;
          color: #0f0f0f;
          border-color: #232323; }
          .sidebar-widget-product .products-grid .grid-item .action .btn:hover, .sidebar-widget-product .products-grid .grid-item .action .product-shop .shopify-payment-button .shopify-payment-button__button:hover, .product-shop .shopify-payment-button .sidebar-widget-product .products-grid .grid-item .action .shopify-payment-button__button:hover, .sidebar-widget-product .products-grid .grid-item .action .product-customer-review .customer-review-content .spr-summary-actions a:hover, .product-customer-review .customer-review-content .spr-summary-actions .sidebar-widget-product .products-grid .grid-item .action a:hover, .sidebar-widget-product .products-grid .grid-item .action .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .spr-summary-actions .sidebar-widget-product .products-grid .grid-item .action .spr-summary-actions-newreview:hover {
            background: black;
            color: white;
            border-color: black; }
  .sidebar-widget-product .widget-title {
    margin-bottom: 30px; }
  .sidebar-widget-product .widget-product {
    position: relative; }
    .sidebar-widget-product .widget-product .products-grid .slick-arrow {
      top: 25%;
      width: 20px;
      height: 21px;
      background: none;
      border: none;
      padding-top: 0; }
      .sidebar-widget-product .widget-product .products-grid .slick-arrow svg {
        fill: #34313a;
        stroke: #34313a;
        width: 20px;
        height: 21px; }

.sidebar-banner {
  text-align: center;
  margin-bottom: 35px; }
  .sidebar-banner + .sidebar-cms-custom, .sidebar-banner.sidebar-widget-product, .sidebar-banner.sidebar-links {
    padding-top: 14px; }
  .sidebar-banner .not_img {
    height: 165px;
    line-height: 165px;
    font-size: 16px; }

.sidebar-cms-custom {
  font-size: 12px;
  line-height: 24px;
  color: #5f5f5f;
  margin-bottom: 44px; }
  .sidebar-cms-custom p:not(:last-child) {
    margin-bottom: 24px; }
  .sidebar-cms-custom .widget-title {
    margin-bottom: 18px; }

.sidebar-filter {
  padding-bottom: 5px;
  padding: 0 30px; }
  .sidebar-filter .sidebar-tags .widget-title,
  .sidebar-filter .refined-widgets .widget-title {
    margin-bottom: 25px; }
  .sidebar-filter .sidebar-tags .list-tags {
    margin-bottom: 0; }
    .sidebar-filter .sidebar-tags .list-tags li {
      margin: 0; }
  .sidebar-filter .sidebar-tags label {
    font-weight: normal;
    margin-bottom: 7px;
    color: #5f5f5f; }
  .sidebar-filter .sidebar-tags:not(.filter-color) .widget-content {
    max-height: 198px;
    overflow-y: auto;
    margin-bottom: 38px; }
    .sidebar-filter .sidebar-tags:not(.filter-color) .widget-content::-webkit-scrollbar-track {
      background-color: #f4f4f4; }
    .sidebar-filter .sidebar-tags:not(.filter-color) .widget-content::-webkit-scrollbar {
      width: 5px;
      background-color: #f4f4f4; }
    .sidebar-filter .sidebar-tags:not(.filter-color) .widget-content::-webkit-scrollbar-thumb {
      background-color: white; }
  .sidebar-filter .sidebar-tags:not(.filter-color) .list-tags {
    margin-top: -2px; }
  .sidebar-filter .sidebar-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .sidebar-filter .sidebar-title .clear-all,
    .sidebar-filter .sidebar-title .clear {
      font-size: 12px;
      color: #999999;
      font-weight: normal;
      letter-spacing: normal;
      text-transform: capitalize;
      position: relative; }
      .sidebar-filter .sidebar-title .clear-all:hover,
      .sidebar-filter .sidebar-title .clear:hover {
        color: #3c3c3c; }
        .sidebar-filter .sidebar-title .clear-all:hover:before,
        .sidebar-filter .sidebar-title .clear:hover:before {
          content: "";
          background-color: #3c3c3c;
          position: absolute;
          left: 0;
          right: 0;
          width: 100%;
          height: 1px;
          bottom: 3px; }
  .sidebar-filter .widget-title.open .sidebar-title:before {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: .5px;
    left: -1px; }
  .sidebar-filter .filter-color .widget-content {
    margin-bottom: 40px; }
  .sidebar-filter .filter-color .list-tags {
    margin-left: -5px;
    margin-right: -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .sidebar-filter .filter-color .list-tags li {
      margin: 0 0 10px;
      padding-left: 5px;
      padding-right: 5px;
      background-color: white; }
    .sidebar-filter .filter-color .list-tags a {
      display: inline-block;
      width: 34px;
      height: 34px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #e8e8e8;
      padding: 3px;
      position: relative; }
      .sidebar-filter .filter-color .list-tags a img {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        object-fit: cover; }
      .sidebar-filter .filter-color .list-tags a:after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        border: 4px solid #e3e3e3;
        background-color: rgba(255, 255, 255, 0);
        z-index: 2;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
      .sidebar-filter .filter-color .list-tags a:hover:after, .sidebar-filter .filter-color .list-tags a.active:after {
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        filter: alpha(opacity=100); }
  .sidebar-filter .filter-size .list-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .sidebar-filter .filter-size .list-tags li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .sidebar-filter .refined-widgets {
    margin-bottom: 45px; }
    .sidebar-filter .refined-widgets .refined {
      margin: 0 -2.5px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .sidebar-filter .refined-widgets .refined li {
        margin-bottom: 5px;
        padding-left: 2.5px;
        padding-right: 2.5px; }
      .sidebar-filter .refined-widgets .refined a {
        color: #fff;
        background-color: #969696;
        padding: 3px 10px 2px;
        display: inline-block;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        -ms-border-radius: 1px;
        -o-border-radius: 1px;
        border-radius: 1px;
        text-transform: capitalize; }
        .sidebar-filter .refined-widgets .refined a span {
          padding-left: 4px; }
        .sidebar-filter .refined-widgets .refined a:hover {
          background-color: #0f0f0f;
          color: #fff; }

.collection-header .collection-image {
  margin-bottom: 33px; }
  .collection-header .collection-image .not_img {
    height: 320px;
    line-height: 320px; }
.collection-header .collection-des {
  line-height: 22px; }
.collection-header .page-header {
  margin: 45px auto 45px auto;
  max-width: 1170px;
  padding: 0 15px; }
  .collection-header .page-header h1,
  .collection-header .page-header h2 {
    margin-bottom: 18px;
    font-size: 25px; }
.collection-header.collection-header-sections .collection-image .not_img {
  height: 240px;
  line-height: 240px; }
.collection-header.collection-header-sections .collection-image img {
  width: 100%;
  object-fit: cover; }

/* Collection Text Block */
.collection-text-block .container {
  max-width: 1170px;
  padding-left: 0px;
  padding-right: 0px; }

/* Product List */
.products-list {
  max-width: 1170px;
  margin: 0 auto 35px auto; }
  .products-list .col5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .products-list .grid-item {
    margin-top: 10px; }
    .products-list .grid-item + .grid-item {
      padding-top: 30px;
      margin-top: 30px; }
    .products-list .grid-item .product-bottom,
    .products-list .grid-item .product-des.abs-center {
      display: none !important; }
    .products-list .grid-item.banner-img {
      display: none !important; }
  .products-list .product-item .product-des.abs-top .wishlist, .products-list .product-item .product-des.abs-top .compare-button {
    display: none; }
  .products-list .product-item .product-des.abs-bottom .action {
    display: none; }
  .products-list .product-item .inner-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .products-list .product-item .short-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .products-list .product-item .product-image {
    margin: 0; }
    .products-list .product-item .product-image img {
      object-fit: contain;
      max-height: 100%;
      width: 100%; }
  .products-list .product-item .product-top {
    width: 350px;
    margin-right: 30px; }
  .products-list .product-item .product-details {
    width: -moz-calc(100% - 380px);
    width: -webkit-calc(100% - 380px);
    width: -ms-calc(100% - 380px);
    width: calc(100% - 380px);
    margin-top: 12px;
    text-align: left; }
    .products-list .product-item .product-details .sizes-list {
      display: none; }
  .products-list .product-item .product-title {
    margin-bottom: 10px;
    font-size: 16px; }
  .products-list .product-item .price-box {
    margin-bottom: 15px;
    font-size: 16px; }
  .products-list .product-item .short-description {
    line-height: 22px;
    margin-bottom: 15px; }
  .products-list .product-item .spr-badge {
    margin-bottom: 15px; }
  .products-list .product-item .sizes-list {
    margin-bottom: 0; }
    .products-list .product-item .sizes-list li {
      padding: 15px; }
  .products-list .product-item .item-swatch {
    margin-bottom: 33px; }
  .products-list .product-item .action {
    margin: 0 0 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .products-list .product-item .action .btn, .products-list .product-item .action .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .products-list .product-item .action .shopify-payment-button__button, .products-list .product-item .action .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .products-list .product-item .action a, .products-list .product-item .action .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .products-list .product-item .action .spr-summary-actions-newreview {
      max-width: 270px;
      min-width: 270px; }
  .products-list .product-item .wishlist {
    margin: 0;
    font-weight: 500;
    width: 45px;
    height: 45px;
    border: 1px solid #4c4c4c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 20px; }
    .products-list .product-item .wishlist.whislist-added {
      border: 1px solid #b20000; }
    .products-list .product-item .wishlist .wishlist-text {
      vertical-align: middle;
      margin-left: 11px; }
      .products-list .product-item .wishlist .wishlist-text:before {
        background-color: #969696;
        bottom: 0; }
    .products-list .product-item .wishlist svg {
      margin-left: 2px; }
  .products-list .product-item .compare-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .products-list .product-item .compare-button .compare-text {
      background-image: linear-gradient(transparent 96%, #232323 4%);
      background-repeat: repeat-x;
      background-position-y: -4px; }
    .products-list .product-item .compare-button.compare-added .compare-text {
      background-image: linear-gradient(transparent 96%, #b20000 4%); }

/* Compare Popup */
.ajax-compare .modal-overlay {
  max-width: 1250px; }
.ajax-compare .halo-modal-header {
  background: #f0f0f0;
  text-align: center;
  padding: 14px 60px 13px 60px;
  position: relative; }
  .ajax-compare .halo-modal-header .text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    color: #000000;
    text-transform: uppercase; }
  .ajax-compare .halo-modal-header .remove-all {
    position: absolute;
    top: 50%;
    right: 60px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #232323;
    background-image: linear-gradient(transparent 97%, #232323 3%);
    background-repeat: repeat-x;
    background-position-y: -3px; }
.ajax-compare .halo-modal-body {
  padding: 30px;
  max-height: unset !important;
  overflow: unset !important; }
  .ajax-compare .halo-modal-body .compare-modal-wrapper {
    border: 1px solid #eaeaea;
    max-height: 81vh;
    overflow: auto;
    margin-right: -2px; }
  .ajax-compare .halo-modal-body .product-row {
    margin-left: 0;
    margin-right: 0; }
    .ajax-compare .halo-modal-body .product-row + .product-row .compare-header {
      border-top: 1px solid #eaeaea;
      margin-top: -1px; }
    .ajax-compare .halo-modal-body .product-row + .product-row .compare-content {
      border-top: 1px solid #eaeaea;
      margin-top: -1px; }
      .ajax-compare .halo-modal-body .product-row + .product-row .compare-content .grid .col-xl-4 {
        border-top: 1px solid #eaeaea;
        margin-top: -1px; }
    .ajax-compare .halo-modal-body .product-row .compare-header {
      padding: 25px 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: flex-start;
      -moz-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      color: #232323;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: .05em;
      text-transform: uppercase;
      border-right: 1px solid #eaeaea; }
    .ajax-compare .halo-modal-body .product-row .compare-content {
      padding: 0px 15px; }
      .ajax-compare .halo-modal-body .product-row .compare-content .grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .ajax-compare .halo-modal-body .product-row .compare-content .grid .col-xl-4 {
          padding-top: 25px;
          padding-bottom: 25px; }
        .ajax-compare .halo-modal-body .product-row .compare-content .grid ul {
          margin-bottom: 0; }
      .ajax-compare .halo-modal-body .product-row .compare-content .grid-item .inner-top {
        position: relative; }
        .ajax-compare .halo-modal-body .product-row .compare-content .grid-item .inner-top .product-image {
          margin-bottom: 12px; }
      .ajax-compare .halo-modal-body .product-row .compare-content .grid-item .product-bottom {
        text-align: center; }
      .ajax-compare .halo-modal-body .product-row .compare-content .grid-item .btn, .ajax-compare .halo-modal-body .product-row .compare-content .grid-item .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .ajax-compare .halo-modal-body .product-row .compare-content .grid-item .shopify-payment-button__button, .ajax-compare .halo-modal-body .product-row .compare-content .grid-item .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .ajax-compare .halo-modal-body .product-row .compare-content .grid-item a, .ajax-compare .halo-modal-body .product-row .compare-content .grid-item .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .ajax-compare .halo-modal-body .product-row .compare-content .grid-item .spr-summary-actions-newreview {
        background: black;
        color: white;
        border-color: black;
        width: 100%; }
      .ajax-compare .halo-modal-body .product-row .compare-content .grid-item .col-options {
        margin-bottom: 8px; }
      .ajax-compare .halo-modal-body .product-row .compare-content .grid-item .col-remove {
        color: #969696;
        border-bottom: 1px solid #969696;
        display: inline-block;
        line-height: 15px; }
        .ajax-compare .halo-modal-body .product-row .compare-content .grid-item .col-remove:hover {
          color: #232323;
          border-bottom: 1px solid #232323; }
      .ajax-compare .halo-modal-body .product-row .compare-content .rating {
        text-align: center; }
        .ajax-compare .halo-modal-body .product-row .compare-content .rating .spr-badge-caption {
          display: none; }
      .ajax-compare .halo-modal-body .product-row .compare-content .collection, .ajax-compare .halo-modal-body .product-row .compare-content .product-type, .ajax-compare .halo-modal-body .product-row .compare-content .product-color, .ajax-compare .halo-modal-body .product-row .compare-content .product-option {
        text-transform: capitalize; }
      .ajax-compare .halo-modal-body .product-row .compare-content .collection .col-xl-4 {
        font-size: 0; }
      .ajax-compare .halo-modal-body .product-row .compare-content .collection .value, .ajax-compare .halo-modal-body .product-row .compare-content .product-size .value, .ajax-compare .halo-modal-body .product-row .compare-content .product-color .value {
        position: relative;
        padding-right: 4px;
        margin-right: 3px;
        display: inline-block;
        font-size: 12px; }
        .ajax-compare .halo-modal-body .product-row .compare-content .collection .value:before, .ajax-compare .halo-modal-body .product-row .compare-content .product-size .value:before, .ajax-compare .halo-modal-body .product-row .compare-content .product-color .value:before {
          content: ",";
          position: absolute;
          right: 0;
          bottom: 0px; }
        .ajax-compare .halo-modal-body .product-row .compare-content .collection .value:last-child:before, .ajax-compare .halo-modal-body .product-row .compare-content .product-size .value:last-child:before, .ajax-compare .halo-modal-body .product-row .compare-content .product-color .value:last-child:before {
          display: none; }
      .ajax-compare .halo-modal-body .product-row .compare-content .availability {
        font-weight: 500;
        text-transform: capitalize; }
        .ajax-compare .halo-modal-body .product-row .compare-content .availability .in-stock {
          color: #478425; }
        .ajax-compare .halo-modal-body .product-row .compare-content .availability .unavailable {
          color: #b20000; }
    .ajax-compare .halo-modal-body .product-row.t-product .compare-content .grid .col-xl-4 {
      padding-top: 30px;
      padding-bottom: 30px; }

.compare-info {
  display: none; }

.compare-message-modal .modal-overlay {
  max-width: 650px; }
.compare-message-modal .halo-modal-body {
  padding: 60px;
  font-size: 14px;
  color: #b20000;
  text-align: center; }

/* Product Page */
.template-product .halo-product-default {
  padding-top: 70px; }
.template-product .product_top {
  margin-bottom: 68px; }

.product-photos .bottom-group {
  margin-top: 15px;
  text-align: center; }
  .product-photos .bottom-group .product_bottom-wrapper {
    max-width: 710px;
    margin: 0 auto; }
  .product-photos .bottom-group .click-to-zoom {
    color: #999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .product-photos .bottom-group .click-to-zoom svg {
      margin-right: 10px;
      width: 14px;
      height: 14px; }
  .product-photos .bottom-group .theme-ask {
    text-align: center;
    margin: 0 auto;
    padding: 15px 15px 14px 15px;
    min-width: 171px;
    background: #fff;
    color: #0f0f0f;
    border: 2px solid #eaeaea;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 30px; }
    .product-photos .bottom-group .theme-ask:hover {
      background: black;
      color: white;
      border: 2px solid black; }
  .product-photos .bottom-group .product-custom-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 50px; }
    .product-photos .bottom-group .product-custom-block .custom-block-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0 10px; }
      .product-photos .bottom-group .product-custom-block .custom-block-item .custom-block-icon {
        color: #232323;
        display: inline-block;
        width: 100%;
        min-height: 56px; }
        .product-photos .bottom-group .product-custom-block .custom-block-item .custom-block-icon .fa {
          font-size: 51px; }
        .product-photos .bottom-group .product-custom-block .custom-block-item .custom-block-icon svg {
          width: 45px;
          height: 45px;
          margin-top: 3px; }
      .product-photos .bottom-group .product-custom-block .custom-block-item .custom-block-text {
        font-size: 12px;
        font-weight: 500;
        color: #0f0f0f;
        letter-spacing: .05em;
        text-transform: uppercase;
        line-height: 16px;
        margin-top: 2px; }

.product-img-box {
  position: relative; }
  .product-img-box .product-photo-container {
    text-align: center;
    max-width: 710px;
    position: relative;
    margin: 0 auto; }
  .product-img-box .slider-for {
    margin-bottom: 20px;
    position: relative; }
    .product-img-box .slider-for .product-single__media {
      position: relative; }
      .product-img-box .slider-for .product-single__media iframe, .product-img-box .slider-for .product-single__media img, .product-img-box .slider-for .product-single__media model-viewer, .product-img-box .slider-for .product-single__media video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        text-align: left; }
      .product-img-box .slider-for .product-single__media video {
        top: 50%; }
    .product-img-box .slider-for .zoomImg {
      cursor: crosshair; }
    .product-img-box .slider-for .thumb {
      text-align: center; }
    .product-img-box .slider-for [data-zoom] {
      display: block; }
    .product-img-box .slider-for:not(.slick-slider) .thumb + .thumb {
      display: none; }
  .product-img-box .slider-nav {
    margin-bottom: 22px;
    padding-left: 30px;
    padding-right: 30px; }
    .product-img-box .slider-nav .product-single__media {
      position: relative;
      padding-top: 100%;
      min-height: 136px; }
      .product-img-box .slider-nav .product-single__media img, .product-img-box .slider-nav .product-single__media model-viewer, .product-img-box .slider-nav .product-single__media video {
        max-height: 100%;
        width: 100%;
        max-width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        object-fit: contain;
        cursor: pointer; }
      .product-img-box .slider-nav .product-single__media svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .product-img-box .slider-nav .item {
      margin: 0 5px;
      border: none; }
      .product-img-box .slider-nav .item > a {
        border-bottom: 2px solid transparent; }
      .product-img-box .slider-nav .item.slick-current > a {
        border-bottom: 2px solid #000000; }
    .product-img-box .slider-nav:not(.slick-slider):after {
      display: block;
      content: "";
      visibility: hidden;
      clear: both; }
    .product-img-box .slider-nav:not(.slick-slider) .item {
      display: none;
      float: left; }
  .product-img-box .slick-arrow {
    border: none !important;
    padding-top: 5px;
    background-color: rgba(255, 255, 255, 0) !important;
    color: #0f0f0f !important; }
    .product-img-box .slick-arrow svg {
      width: 20px;
      height: 21px; }
    .product-img-box .slick-arrow.slick-next {
      right: 0;
      text-align: right; }
    .product-img-box .slick-arrow.slick-prev {
      left: 0;
      text-align: left; }
  .product-img-box.vertical-moreview .slider-nav {
    margin-bottom: 15px; }
    .product-img-box.vertical-moreview .slider-nav .item.slick-current {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
      filter: alpha(opacity=70); }
  .product-img-box .slick-dots li {
    margin: 0px 5px 7px;
    width: 9px;
    height: 9px; }
    .product-img-box .slick-dots li button {
      width: 9px;
      height: 9px;
      background: #a0a0a0;
      border-color: #a0a0a0; }
    .product-img-box .slick-dots li.slick-active button {
      border-color: #a9a9a9;
      background: #fff; }
  .product-img-box .countdown {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block; }

.product-shop .vendor-product {
  margin-bottom: 5px; }
  .product-shop .vendor-product a {
    color: #0f0f0f;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase; }
.product-shop .next_prev-groups + .vendor-product + .product-title {
  padding-right: 70px; }
.product-shop .next_prev-groups + .product-title {
  padding-right: 70px; }
.product-shop .product-title {
  color: #0f0f0f;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-right: 0px; }
.product-shop .group_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px; }
.product-shop .spr-badge {
  margin-right: 32px;
  cursor: pointer; }
  .product-shop .spr-badge .spr-badge-caption {
    margin-left: 10px;
    position: relative;
    top: 1px; }
.product-shop .sold_product {
  color: #b20000;
  margin-top: 2px; }
  .product-shop .sold_product svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 3px; }
.product-shop .product-infor {
  margin-bottom: 15px; }
  .product-shop .product-infor label {
    font-weight: 500;
    margin-right: 5px;
    color: #000; }
  .product-shop .product-infor .product-inventory {
    margin-bottom: 10px; }
    .product-shop .product-infor .product-inventory .value {
      color: #000;
      background-image: linear-gradient(transparent 97%, black 3%);
      background-repeat: repeat-x;
      background-position-y: -1px;
      text-transform: uppercase; }
.product-shop .prices {
  font-size: 20px;
  font-weight: 500;
  color: #232323;
  margin-bottom: 20px; }
  .product-shop .prices .compare-price {
    color: #969696;
    text-decoration: line-through;
    margin-right: 8px;
    font-weight: 500; }
  .product-shop .prices .on-sale {
    color: #b20000; }
  .product-shop .prices .text-cus {
    font-size: 16px;
    color: #232323;
    margin-left: 10px; }
.product-shop .short-description {
  margin-bottom: 25px; }
.product-shop .shopify-product-form .selector-wrapper {
  margin-bottom: 25px;
  position: relative; }
.product-shop .shopify-product-form .single-option-selector {
  position: relative;
  color: #0f0f0f; }
  .product-shop .shopify-product-form .single-option-selector + .icon-dropdown {
    color: #0f0f0f; }
.product-shop .shopify-product-form label {
  font-weight: 500; }
  .product-shop .shopify-product-form label em {
    color: #f23446; }
.product-shop .quantity {
  margin-bottom: 10px; }
.product-shop .qty-group {
  border-color: #cbcbcb; }
  .product-shop .qty-group .button {
    width: 42px;
    height: 42px; }
    .product-shop .qty-group .button.minus {
      border-right: 1px solid #cbcbcb; }
    .product-shop .qty-group .button.plus {
      border-left: 1px solid #cbcbcb; }
  .product-shop .qty-group input[name="quantity"], .product-shop .qty-group input[name="updates[]"] {
    width: 70px;
    color: #5f5f5f;
    padding: 11px 5px 9px; }
.product-shop .total-price {
  margin-bottom: 15px; }
  .product-shop .total-price label {
    margin-right: 3px;
    font-weight: 400;
    color: #313131; }
  .product-shop .total-price .total-money {
    font-size: 14px;
    color: #0f0f0f;
    font-weight: 500; }
.product-shop .title-group {
  margin-top: -10px; }
  .product-shop .title-group .group-title-extra {
    font-size: 12px;
    color: #0f0f0f;
    line-height: 25px;
    font-weight: 500;
    background-image: linear-gradient(transparent 97%, black 3%);
    background-repeat: repeat-x;
    background-position-y: -1px; }
.product-shop .group_content {
  margin-bottom: 30px;
  margin-left: -4px;
  margin-right: -4px; }
  .product-shop .group_content .extra .group_number, .product-shop .group_content .extra .button.group_dec {
    display: none; }
  .product-shop .group_content .extra.out-stock a {
    pointer-events: none;
    border-color: #ccc; }
  .product-shop .group_content .extra .button {
    width: 13px;
    height: 13px;
    font-size: 11px;
    border-radius: 0;
    cursor: pointer;
    line-height: 16px;
    margin: 0;
    display: inline-block;
    position: absolute;
    border: 1px solid #d9dada;
    background-color: #fff;
    color: #000;
    top: 0; }
    .product-shop .group_content .extra .button.active:after {
      border: solid #000;
      display: block;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
      content: '';
      width: 5px;
      height: 10px;
      position: absolute;
      top: 0px;
      left: 4px; }
  .product-shop .group_content .slick-arrow {
    top: 33%; }
  .product-shop .group_content .group-right {
    position: relative;
    padding: 0 5px; }
    .product-shop .group_content .group-right .group-img img {
      max-width: 120px; }
    .product-shop .group_content .group-right .group-content-bottom {
      padding: 0px 10px;
      text-align: center; }
      .product-shop .group_content .group-right .group-content-bottom .group-vendor {
        margin-top: 15px; }
        .product-shop .group_content .group-right .group-content-bottom .group-vendor a {
          color: #232323;
          font-weight: 400; }
      .product-shop .group_content .group-right .group-content-bottom .group-caption {
        line-height: 20px;
        margin-bottom: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
        .product-shop .group_content .group-right .group-content-bottom .group-caption a {
          color: #0f0f0f;
          font-weight: 500; }
        .product-shop .group_content .group-right .group-content-bottom .group-caption .group-title {
          pointer-events: auto; }
      .product-shop .group_content .group-right .group-content-bottom .price-box {
        margin-bottom: 12px; }
        .product-shop .group_content .group-right .group-content-bottom .price-box span {
          color: #0f0f0f;
          line-height: 25px;
          font-weight: 400;
          font-size: 14px; }
        .product-shop .group_content .group-right .group-content-bottom .price-box .group-price {
          position: relative; }
          .product-shop .group_content .group-right .group-content-bottom .price-box .group-price:before {
            position: absolute;
            content: "+";
            left: 0; }
          .product-shop .group_content .group-right .group-content-bottom .price-box .group-price > span {
            margin-left: 10px; }
    .product-shop .group_content .group-right .group_option select {
      padding: 7px 20px 5px 12px; }
    .product-shop .group_content .group-right .group_option .icon-dropdown {
      height: 36px;
      padding-right: 8px;
      right: 0;
      color: #3c3c3c; }
  .product-shop .group_content a:not(.button) {
    pointer-events: none; }
.product-shop .shopify-payment-button {
  margin-bottom: 20px; }
  .product-shop .shopify-payment-button .shopify-payment-button__button {
    padding: 11px 15px 7px;
    background: white;
    color: #0f0f0f;
    border-color: #232323; }
    .product-shop .shopify-payment-button .shopify-payment-button__button:hover {
      background: black;
      color: white;
      border-color: black; }
  .product-shop .shopify-payment-button .shopify-payment-button__button--hidden {
    display: none; }
.product-shop .groups-btn {
  margin-bottom: 24px; }
  .product-shop .groups-btn #product-add-to-cart,
  .product-shop .groups-btn .product-add-to-cart {
    background: black;
    color: white;
    border-color: black;
    padding: 12px 15px 10px;
    line-height: 21px;
    width: 100%;
    margin-bottom: 20px; }
    .product-shop .groups-btn #product-add-to-cart:hover,
    .product-shop .groups-btn .product-add-to-cart:hover {
      background: white;
      color: #0f0f0f;
      border-color: #232323; }
.product-shop .groups-btn-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative; }
  .product-shop .groups-btn-2 > a {
    color: #0f0f0f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-right: 30px;
    cursor: pointer; }
    .product-shop .groups-btn-2 > a:last-child {
      margin-right: 0; }
    .product-shop .groups-btn-2 > a svg {
      width: 25px;
      height: 25px;
      margin-right: 8px; }
  .product-shop .groups-btn-2 .wishlist.whislist-added {
    color: #b20000; }
    .product-shop .groups-btn-2 .wishlist.whislist-added svg {
      fill: #b20000;
      stroke: #b20000; }
  .product-shop .groups-btn-2 .size-chart-open-popup svg {
    -moz-transform: rotate(75deg);
    -o-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    -webkit-transform: rotate(75deg);
    transform: rotate(75deg);
    width: 24px;
    height: 24px; }
  .product-shop .groups-btn-2 #product-custom-engraving {
    position: relative; }
    .product-shop .groups-btn-2 #product-custom-engraving svg {
      width: 24px;
      height: 24px; }
    .product-shop .groups-btn-2 #product-custom-engraving label {
      margin-bottom: 20px;
      margin-left: 12px; }
      .product-shop .groups-btn-2 #product-custom-engraving label:before {
        color: #8e8f8f;
        width: 13px;
        height: 13px; }
      .product-shop .groups-btn-2 #product-custom-engraving label:after {
        left: 2px;
        display: none; }
      .product-shop .groups-btn-2 #product-custom-engraving label:hover:after {
        display: none; }
    .product-shop .groups-btn-2 #product-custom-engraving input[type="checkbox"]:checked + label:after {
      display: block; }
.product-shop #customers_view,
.product-shop #customers_view_qv {
  margin-bottom: 14px;
  margin-top: 15px;
  color: #0f0f0f; }
  .product-shop #customers_view label,
  .product-shop #customers_view_qv label {
    font-weight: normal;
    margin: 0; }
.product-shop .tags {
  margin-bottom: 15px; }
  .product-shop .tags .icon-tags {
    font-weight: 500;
    color: #0f0f0f; }
  .product-shop .tags span,
  .product-shop .tags a {
    color: #5f5f5f;
    display: inline-block;
    line-height: 22px; }
  .product-shop .tags a:hover {
    color: #5f5f5f; }
.product-shop .secure-shopping-guarantee {
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.share_toolbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 30px; }
  .share_toolbox > span {
    margin-right: 12px;
    display: none; }
  .share_toolbox .at-share-btn-elements {
    margin-left: -2px; }
  .share_toolbox .at-icon-wrapper {
    width: 22px !important;
    height: 22px !important;
    padding: 0 !important;
    margin: 0 8px 0 0px !important; }
    .share_toolbox .at-icon-wrapper svg {
      width: 22px !important;
      height: 22px !important;
      fill: #232323 !important; }

.swatch {
  margin-bottom: 13px; }
  .swatch .header {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #0f0f0f;
    margin-bottom: 10px; }
    .swatch .header em {
      color: #b20000; }
  .swatch input[type=radio],
  .swatch .swatch-element .crossed-out {
    display: none; }
  .swatch .soldout {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    filter: alpha(opacity=50); }
    .swatch .soldout .crossed-out {
      display: block; }
  .swatch:not(.size):not(.Size):not(.color):not(.Color) label {
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border: 2px solid #e3e3e3 !important; }
    .swatch:not(.size):not(.Size):not(.color):not(.Color) label:after {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 100%;
      height: 100%;
      border: 2px solid #323232;
      background-color: rgba(255, 255, 255, 0);
      z-index: 2;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
      filter: alpha(opacity=0);
      visibility: hidden;
      -webkit-transition: opacity 0.2s linear;
      -moz-transition: opacity 0.2s linear;
      -ms-transition: opacity 0.2s linear;
      -o-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px; }
  .swatch .swatch-element {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 8px 10px 0;
    position: relative; }
    .swatch .swatch-element.soldout label {
      cursor: no-drop; }
    .swatch .swatch-element.color label, .swatch .swatch-element.size label {
      min-width: 38px;
      height: 38px;
      line-height: 36px;
      text-align: center;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
    .swatch .swatch-element.color .crossed-out, .swatch .swatch-element.size .crossed-out {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: url(soldout-1.png) no-repeat 50%; }
    .swatch .swatch-element label {
      margin: 0;
      color: #0f0f0f;
      cursor: pointer;
      line-height: 34px;
      border: 1px solid #e3e3e3; }
    .swatch .swatch-element .bgImg {
      display: block;
      width: 100%;
      height: 100%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .swatch .swatch-element.color {
      height: 38px; }
      .swatch .swatch-element.color label {
        position: relative;
        border: 3px solid transparent; }
        .swatch .swatch-element.color label.swatch_variant_img:after {
          border-width: 3px; }
      .swatch .swatch-element.color input:checked + label {
        min-width: 38px;
        height: 38px;
        border: 3px solid #e3e3e3; }
      .swatch .swatch-element.color.white label span {
        border: 1px solid #e3e3e3; }
      .swatch .swatch-element.color.white input:checked + label {
        border: 3px solid #e3e3e3; }
        .swatch .swatch-element.color.white input:checked + label span {
          border: none; }
    .swatch .swatch-element.size input:checked + label {
      background: #232323;
      border: 1px solid #232323;
      color: #fff; }
    .swatch .swatch-element input:checked + label:after {
      opacity: 1 !important;
      visibility: visible !important; }
  .swatch .tooltip {
    text-align: center;
    background: white;
    color: #0f0f0f;
    bottom: 100%;
    padding: 5px 10px;
    display: block;
    position: absolute;
    z-index: 2;
    min-width: 50px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 12px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: normal;
    pointer-events: none; }
    .swatch .tooltip:before {
      bottom: -16px;
      content: "";
      display: block;
      height: 16px;
      left: 0;
      position: absolute;
      width: 100%; }
    .swatch .tooltip:after {
      border-left: solid transparent 7px;
      border-right: solid transparent 7px;
      border-top: solid white 7px;
      bottom: -7px;
      content: " ";
      height: 0;
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      position: absolute;
      width: 0; }
  .swatch .swatch-element:hover .tooltip {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: auto; }

.seal-logos {
  margin-top: 22px; }
  .seal-logos ul {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 15px;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1; }
    .seal-logos ul li {
      list-style: none;
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px; }
      .seal-logos ul li:last-child {
        margin-right: 0; }

.video-open-popup > a {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .video-open-popup > a svg {
    width: 48px;
    height: 48px; }

#video_product .modal-dialog {
  width: 900px;
  max-width: 90%; }
#video_product .close-modal {
  width: 32px;
  height: 32px;
  border: none;
  top: -15px;
  right: -15px;
  background: #b20000;
  color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
  #video_product .close-modal:hover {
    background: #000;
    color: #fff; }
#video_product .modal-content .modal-header {
  padding: 0;
  border: none; }
#video_product .modal-content .modal-body {
  background-color: #000;
  padding: 10px 15px; }
#video_product .modal-content .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 15px;
  height: 0; }
#video_product .modal-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.custom-product-description .product-description-content .product-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
.custom-product-description .product-description-content .product-tab {
  padding-bottom: 30px; }
  .custom-product-description .product-description-content .product-tab .widget-title {
    padding-top: 52px; }
  .custom-product-description .product-description-content .product-tab .list-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 25px; }
    .custom-product-description .product-description-content .product-tab .list-tabs .tab-title {
      margin-right: 20px;
      width: -moz-calc(50% - 10px);
      width: -webkit-calc(50% - 10px);
      width: -ms-calc(50% - 10px);
      width: calc(50% - 10px); }
      .custom-product-description .product-description-content .product-tab .list-tabs .tab-title a {
        background: #fff;
        color: #0f0f0f;
        border: 2px solid #eaeaea;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .05em;
        text-align: center;
        display: inline-block;
        width: 100%;
        padding: 14px 15px 13px; }
        .custom-product-description .product-description-content .product-tab .list-tabs .tab-title a.active, .custom-product-description .product-description-content .product-tab .list-tabs .tab-title a:hover {
          background: black;
          color: white;
          border: 2px solid black; }
      .custom-product-description .product-description-content .product-tab .list-tabs .tab-title:last-child {
        margin-right: 0; }
  .custom-product-description .product-description-content .product-tab .tab-content {
    display: none; }
    .custom-product-description .product-description-content .product-tab .tab-content.active {
      display: block; }
    .custom-product-description .product-description-content .product-tab .tab-content table {
      border: none;
      margin-top: 7px; }
      .custom-product-description .product-description-content .product-tab .tab-content table tr td {
        border-top: none;
        padding: 16px 15px; }
        .custom-product-description .product-description-content .product-tab .tab-content table tr td:first-child, .custom-product-description .product-description-content .product-tab .tab-content table tr td strong {
          font-size: 12px;
          font-weight: 500;
          letter-spacing: .05em;
          color: #0f0f0f;
          text-transform: uppercase; }
        .custom-product-description .product-description-content .product-tab .tab-content table tr td:first-child {
          padding-left: 0; }
        .custom-product-description .product-description-content .product-tab .tab-content table tr td:last-child {
          text-align: right;
          color: #5f5f5f;
          padding-right: 0; }
      .custom-product-description .product-description-content .product-tab .tab-content table tr:last-child td {
        border-bottom: none; }

.product-instagram {
  margin-bottom: 60px;
  padding-top: 48px;
  border-top: 1px solid #eaeaea; }
  .product-instagram #instafeed {
    margin-left: -8px;
    margin-right: -8px; }
    .product-instagram #instafeed .item {
      padding-left: 8px;
      padding-right: 8px; }
  .product-instagram .slick-arrow {
    width: 50px;
    height: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.7); }
    .product-instagram .slick-arrow.slick-prev {
      left: 8px; }
    .product-instagram .slick-arrow.slick-next {
      right: 8px; }
    .product-instagram .slick-arrow svg {
      width: 21px;
      height: 21px; }

.product-banner-block .product-banner .banner-item {
  position: relative; }
  .product-banner-block .product-banner .banner-item .img-box {
    text-align: center; }
    .product-banner-block .product-banner .banner-item .img-box > a {
      display: block; }
  .product-banner-block .product-banner .banner-item .product-banner-wrap {
    display: inline-block; }
    .product-banner-block .product-banner .banner-item .product-banner-wrap .title {
      font-weight: 500;
      letter-spacing: .05em;
      text-transform: uppercase;
      margin-bottom: 18px; }
    .product-banner-block .product-banner .banner-item .product-banner-wrap .des {
      line-height: 26px; }
.product-banner-block .full-banner .banner-item {
  margin-bottom: 60px; }
  .product-banner-block .full-banner .banner-item.text-center .product-banner-inner {
    margin: 0 auto; }
  .product-banner-block .full-banner .banner-item.text-right .product-banner-inner {
    float: right; }
.product-banner-block .full-banner .product-banner-wrap .product-banner-inner {
  max-width: 575px; }
.product-banner-block .small-banner .banner-item {
  margin-bottom: 20px; }

.product-widget-tab .product-tabs-content .tab-content .products-grid {
  padding-right: 0; }

.product-customer-review {
  margin-bottom: 70px; }
  .product-customer-review .customer-review-header {
    padding: 50px 0 35px 0;
    margin-bottom: 45px;
    position: relative; }
    .product-customer-review .customer-review-header:before {
      content: "";
      position: absolute;
      bottom: -30px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      border: 15px solid transparent;
      width: 1px;
      height: 1px; }
  .product-customer-review .customer-review-content .spr-container {
    border: none;
    padding: 0; }
    .product-customer-review .customer-review-content .spr-container h2.spr-header-title {
      display: none; }
    .product-customer-review .customer-review-content .spr-container .spr-header {
      margin-top: 5px;
      margin-bottom: 5px; }
  .product-customer-review .customer-review-content .spr-summary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .product-customer-review .customer-review-content .spr-summary .spr-starrating {
      order: 2; }
    .product-customer-review .customer-review-content .spr-summary .spr-summary-caption {
      order: 1;
      margin-bottom: -2px; }
    .product-customer-review .customer-review-content .spr-summary .spr-summary-actions {
      order: 3; }
  .product-customer-review .customer-review-content .spr-summary-actions {
    margin-left: auto;
    line-height: 0px; }
    .product-customer-review .customer-review-content .spr-summary-actions a {
      min-width: 270px;
      text-align: center;
      float: none;
      display: inline-block;
      background: black;
      color: white;
      border-color: black;
      padding: 10px 25px 8px; }
  .product-customer-review .customer-review-content .spr-form {
    border-top: 1px solid #eaeaea;
    margin-top: 35px;
    padding-top: 26px; }
    .product-customer-review .customer-review-content .spr-form input[type="text"],
    .product-customer-review .customer-review-content .spr-form input[type="email"] {
      max-width: 570px; }
    .product-customer-review .customer-review-content .spr-form textarea {
      max-width: 770px; }
  .product-customer-review .customer-review-content .spr-form-title {
    color: #0f0f0f;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .05em;
    margin-bottom: 20px; }
  .product-customer-review .customer-review-content .spr-form-label {
    font-weight: 500;
    line-height: 20px;
    color: #0f0f0f;
    margin-bottom: 10px;
    font-size: 12px; }
  .product-customer-review .customer-review-content .spr-form-input textarea {
    max-height: 182px;
    border: 1px solid #dadada; }
  .product-customer-review .customer-review-content .spr-form-actions {
    margin-bottom: 13px;
    display: inline-block;
    width: 100%; }
    .product-customer-review .customer-review-content .spr-form-actions .spr-button-primary {
      background: black;
      color: white;
      border-color: black;
      float: none;
      min-width: 270px;
      padding: 10px 25px 8px; }
  .product-customer-review .customer-review-content .spr-form-review-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 5px;
    margin-bottom: 16px; }
    .product-customer-review .customer-review-content .spr-form-review-rating > label {
      margin-bottom: 0;
      margin-right: 20px; }
      .product-customer-review .customer-review-content .spr-form-review-rating > label + .spr-form-input {
        line-height: 15px; }
    .product-customer-review .customer-review-content .spr-form-review-rating .spr-starrating.spr-form-input-error a {
      color: #e66b00; }
      .product-customer-review .customer-review-content .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] {
        color: #e66b00; }
        .product-customer-review .customer-review-content .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"].spr-icon-star-empty {
          color: #e3e3e3; }
          .product-customer-review .customer-review-content .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"].spr-icon-star-empty + .spr-icon-star[data-value="3"].spr-icon-star-empty {
            color: #e3e3e3; }
            .product-customer-review .customer-review-content .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"].spr-icon-star-empty + .spr-icon-star[data-value="3"].spr-icon-star-empty + .spr-icon-star[data-value="4"].spr-icon-star-empty {
              color: #e3e3e3; }
              .product-customer-review .customer-review-content .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"].spr-icon-star-empty + .spr-icon-star[data-value="3"].spr-icon-star-empty + .spr-icon-star[data-value="4"].spr-icon-star-empty + .spr-icon-star[data-value="5"].spr-icon-star-empty {
                color: #e3e3e3; }
        .product-customer-review .customer-review-content .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"] {
          color: #e66b00; }
          .product-customer-review .customer-review-content .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"] + .spr-icon-star-empty {
            color: #e3e3e3; }
            .product-customer-review .customer-review-content .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"] + .spr-icon-star-empty + .spr-icon-star-empty {
              color: #e3e3e3; }
              .product-customer-review .customer-review-content .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"] + .spr-icon-star-empty + .spr-icon-star-empty + .spr-icon-star-empty {
                color: #e3e3e3; }
          .product-customer-review .customer-review-content .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"] + .spr-icon-star[data-value="3"] {
            color: #e66b00; }
            .product-customer-review .customer-review-content .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"] + .spr-icon-star[data-value="3"].spr-icon-star-empty {
              color: #e3e3e3; }
            .product-customer-review .customer-review-content .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"] + .spr-icon-star[data-value="3"] + .spr-icon-star-empty {
              color: #e3e3e3; }
              .product-customer-review .customer-review-content .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"] + .spr-icon-star[data-value="3"] + .spr-icon-star-empty + .spr-icon-star-empty {
                color: #e3e3e3; }
            .product-customer-review .customer-review-content .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"] + .spr-icon-star[data-value="3"] + .spr-icon-star[data-value="4"].spr-icon-star-empty {
              color: #e3e3e3; }
            .product-customer-review .customer-review-content .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"] + .spr-icon-star[data-value="3"] + .spr-icon-star[data-value="4"] + .spr-icon-star-empty {
              color: #e3e3e3; }
            .product-customer-review .customer-review-content .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"] + .spr-icon-star[data-value="3"] + .spr-icon-star[data-value="4"] + .spr-icon-star[data-value="5"] {
              color: #e66b00; }
              .product-customer-review .customer-review-content .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"] + .spr-icon-star[data-value="3"] + .spr-icon-star[data-value="4"] + .spr-icon-star[data-value="5"].spr-icon-star-empty {
                color: #e3e3e3; }
      .product-customer-review .customer-review-content .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star-empty[data-value="1"] {
        color: #C0363A; }
        .product-customer-review .customer-review-content .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star-empty[data-value="1"] + .spr-icon-star[data-value="2"].spr-icon-star-empty {
          color: #C0363A; }
          .product-customer-review .customer-review-content .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star-empty[data-value="1"] + .spr-icon-star[data-value="2"].spr-icon-star-empty + .spr-icon-star[data-value="3"].spr-icon-star-empty {
            color: #C0363A; }
            .product-customer-review .customer-review-content .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star-empty[data-value="1"] + .spr-icon-star[data-value="2"].spr-icon-star-empty + .spr-icon-star[data-value="3"].spr-icon-star-empty + .spr-icon-star[data-value="4"].spr-icon-star-empty {
              color: #C0363A; }
              .product-customer-review .customer-review-content .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star-empty[data-value="1"] + .spr-icon-star[data-value="2"].spr-icon-star-empty + .spr-icon-star[data-value="3"].spr-icon-star-empty + .spr-icon-star[data-value="4"].spr-icon-star-empty + .spr-icon-star[data-value="5"].spr-icon-star-empty {
                color: #C0363A; }
    .product-customer-review .customer-review-content .spr-form-review-rating .spr-starrating .spr-icon-star-hover:before {
      color: #e66b00; }
  .product-customer-review .customer-review-content .spr-review:first-child {
    margin-top: 40px; }
  .product-customer-review .customer-review-content .spr-review {
    padding: 30px 0;
    border-top: 1px solid #eaeaea; }
  .product-customer-review .customer-review-content .spr-form-review-body {
    margin-bottom: 25px; }
  .product-customer-review .customer-review-content .spr-summary-caption {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px; }
  .product-customer-review .customer-review-content .spr-review-header-title {
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 3px;
    font-weight: 500;
    color: #0f0f0f; }
  .product-customer-review .customer-review-content .spr-review-header-byline {
    font-style: normal;
    color: #999999;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100); }
    .product-customer-review .customer-review-content .spr-review-header-byline strong {
      font-weight: 400; }
  .product-customer-review .customer-review-content .spr-review-content {
    margin-bottom: 13px;
    font-size: 12px;
    color: #5f5f5f; }
  .product-customer-review .customer-review-content .spr-review-reportreview {
    float: none;
    color: #999999;
    font-size: 12px;
    padding-left: 30px;
    position: relative; }
    .product-customer-review .customer-review-content .spr-review-reportreview:before {
      content: "\f11d";
      position: absolute;
      left: 0;
      top: 2px;
      font-family: FontAwesome;
      font-size: 18px; }

/* FAQ page */
.faqs-page .page-header {
  position: relative;
  margin-top: 0;
  margin-bottom: 0; }
  .faqs-page .page-header h2 {
    font-weight: 500;
    letter-spacing: .05em;
    margin-bottom: 0; }
.faqs-page .des_faqs {
  margin-top: 45px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #5f5f5f;
  letter-spacing: .05em;
  text-align: center; }
  .faqs-page .des_faqs .wrapper {
    max-width: 600px;
    width: 100%;
    margin: 0 auto; }
    .faqs-page .des_faqs .wrapper a {
      color: #5f5f5f;
      background-image: linear-gradient(transparent 97%, #5f5f5f 3%);
      background-repeat: repeat-x;
      background-position-y: -1px; }
.faqs-page .faqs_page-wrapper {
  margin-top: 50px; }
  .faqs-page .faqs_page-wrapper .left-column .wrapper-left-title {
    background: #fafafa;
    padding: 30px 30px 45px 30px; }
  .faqs-page .faqs_page-wrapper .left-column .heading {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
    color: #0f0f0f;
    border-bottom: 1px solid #0f0f0f;
    padding-bottom: 25px;
    margin-bottom: 22px; }
  .faqs-page .faqs_page-wrapper .left-column .need-help {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .faqs-page .faqs_page-wrapper .left-column .need-help > a {
      color: #5f5f5f;
      text-align: center;
      font-weight: 500;
      font-size: 12px;
      letter-spacing: .05em;
      text-transform: uppercase;
      width: 50%; }
      .faqs-page .faqs_page-wrapper .left-column .need-help > a .fa {
        color: #0f0f0f;
        font-size: 25px;
        margin-bottom: 5px; }
      .faqs-page .faqs_page-wrapper .left-column .need-help > a svg {
        fill: #0f0f0f;
        stroke: #0f0f0f;
        width: 32px;
        height: 32px;
        margin-bottom: -5px; }
      .faqs-page .faqs_page-wrapper .left-column .need-help > a .link_text {
        display: block; }
        .faqs-page .faqs_page-wrapper .left-column .need-help > a .link_text span {
          background-image: linear-gradient(transparent 96%, #5f5f5f 4%);
          background-repeat: repeat-x;
          background-position-y: -1px; }
  .faqs-page .faqs_page-wrapper .right-column .question-type-heading {
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #0f0f0f;
    padding-bottom: 25px;
    border-bottom: 1px solid #0f0f0f;
    margin-bottom: 0; }
  .faqs-page .faqs_page-wrapper .right-column .panel-group {
    margin-bottom: 45px; }
    .faqs-page .faqs_page-wrapper .right-column .panel-group .panel-title {
      margin-bottom: 0;
      font-weight: 500;
      line-height: 24px; }
      .faqs-page .faqs_page-wrapper .right-column .panel-group .panel-title a {
        display: block;
        position: relative;
        padding-right: 35px;
        padding-top: 25px;
        padding-bottom: 25px; }
        .faqs-page .faqs_page-wrapper .right-column .panel-group .panel-title a:before {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 16px;
          height: 2px; }
        .faqs-page .faqs_page-wrapper .right-column .panel-group .panel-title a.collapsed:after {
          content: "";
          position: absolute;
          right: 7px;
          top: 50%;
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 2px;
          height: 16px; }
    .faqs-page .faqs_page-wrapper .right-column .panel-group .panel-default .panel-body {
      padding-bottom: 50px;
      padding-top: 28px; }
  .faqs-page .faqs_page-wrapper .right-column .contact-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    .faqs-page .faqs_page-wrapper .right-column .contact-link .text {
      margin-top: 4px; }
    .faqs-page .faqs_page-wrapper .right-column .contact-link .btn, .faqs-page .faqs_page-wrapper .right-column .contact-link .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .faqs-page .faqs_page-wrapper .right-column .contact-link .shopify-payment-button__button, .faqs-page .faqs_page-wrapper .right-column .contact-link .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .faqs-page .faqs_page-wrapper .right-column .contact-link a, .faqs-page .faqs_page-wrapper .right-column .contact-link .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .faqs-page .faqs_page-wrapper .right-column .contact-link .spr-summary-actions-newreview {
      background: #b20000;
      color: white;
      border-color: #b20000;
      margin-left: 15px;
      min-width: 200px; }
      .faqs-page .faqs_page-wrapper .right-column .contact-link .btn:hover, .faqs-page .faqs_page-wrapper .right-column .contact-link .product-shop .shopify-payment-button .shopify-payment-button__button:hover, .product-shop .shopify-payment-button .faqs-page .faqs_page-wrapper .right-column .contact-link .shopify-payment-button__button:hover, .faqs-page .faqs_page-wrapper .right-column .contact-link .product-customer-review .customer-review-content .spr-summary-actions a:hover, .product-customer-review .customer-review-content .spr-summary-actions .faqs-page .faqs_page-wrapper .right-column .contact-link a:hover, .faqs-page .faqs_page-wrapper .right-column .contact-link .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .spr-summary-actions .faqs-page .faqs_page-wrapper .right-column .contact-link .spr-summary-actions-newreview:hover {
        background: white;
        color: #0f0f0f;
        border-color: #232323; }

/* Popup Quickview */
.ajax-quickview .modal-overlay {
  max-width: 1027px; }
  .ajax-quickview .modal-overlay .halo-modal-content {
    max-width: 100%; }
    .ajax-quickview .modal-overlay .halo-modal-content .halo-modal-body {
      padding: 40px 40px 40px 40px;
      max-height: 85vh; }
      .ajax-quickview .modal-overlay .halo-modal-content .halo-modal-body .product-shop .groups-btn {
        margin-bottom: 6px; }
      .ajax-quickview .modal-overlay .halo-modal-content .halo-modal-body .video-open-popup > a {
        color: #8d8b8c; }
      .ajax-quickview .modal-overlay .halo-modal-content .halo-modal-body .countdown .clock-item {
        background: rgba(0, 0, 0, 0.8); }
        .ajax-quickview .modal-overlay .halo-modal-content .halo-modal-body .countdown .clock-item .num {
          color: #ffffff; }
        .ajax-quickview .modal-overlay .halo-modal-content .halo-modal-body .countdown .clock-item .text {
          color: rgba(255, 255, 255, 0.6); }

.popup-quickview .modal-backdrop.show {
  display: none; }

/* ----- Brands Page ------- */
.brands-page .logo-brands {
  padding: 25px 0;
  border-top: 1px solid #e6e6e6; }
.brands-page .azbrandstable {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  overflow-x: auto; }
  .brands-page .azbrandstable li {
    text-align: center;
    margin-right: -1px;
    margin-bottom: 5px; }
  .brands-page .azbrandstable a {
    pointer-events: none;
    padding: 6px 5px 4px;
    width: 42.75px;
    height: 42.75px;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #B3B3B3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .brands-page .azbrandstable a.readonly {
      pointer-events: initial;
      color: #232323; }
    .brands-page .azbrandstable a.readonly:hover, .brands-page .azbrandstable a.readonly.active {
      color: #0f0f0f;
      text-decoration: underline !important;
      background: #fafafa; }
.brands-page .brands-list .brand {
  padding: 21px 0 19px;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
.brands-page .brands-list .azbrands-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  padding-right: 10px;
  text-align: left; }
  .brands-page .brands-list .azbrands-title h3 {
    font-size: 20px;
    color: #0f0f0f;
    line-height: 29px;
    margin: 0;
    text-transform: uppercase; }
.brands-page .brands-list .brand-grid {
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 120px);
  flex: 0 0 calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: -ms-calc(100% - 120px);
  width: calc(100% - 120px);
  padding: 0; }
  .brands-page .brands-list .brand-grid li {
    padding: 5px 10px 0; }
  .brands-page .brands-list .brand-grid a {
    color: #0f0f0f; }
    .brands-page .brands-list .brand-grid a:hover {
      color: #5f5f5f; }

/* Page Cart*/
.cart-page,
.template-cart {
  margin-bottom: 20px; }
  .cart-page .btn-continue,
  .template-cart .btn-continue {
    font-size: 13px;
    letter-spacing: .04em; }
    .cart-page .btn-continue a,
    .template-cart .btn-continue a {
      color: red; }
  .cart-page .cart-empty,
  .template-cart .cart-empty {
    text-align: center; }
    .cart-page .cart-empty a,
    .template-cart .cart-empty a {
      color: #0688e2;
      font-size: 12px; }
  .cart-page .container h2,
  .template-cart .container h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .05em;
    margin-bottom: 0;
    padding: 12px 20px;
    color: #0f0f0f;
    background: #f8f8f8; }
  .cart-page .container .cart-left,
  .template-cart .container .cart-left {
    margin-bottom: 30px; }
    .cart-page .container .cart-left ul,
    .template-cart .container .cart-left ul {
      padding: 0;
      list-style: none;
      margin-bottom: 30px;
      margin-top: 5px; }
      .cart-page .container .cart-left ul li,
      .template-cart .container .cart-left ul li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 0;
        padding: 35px 0;
        border-bottom: 1px solid #f7f7f7; }
        .cart-page .container .cart-left ul li .product-img,
        .template-cart .container .cart-left ul li .product-img {
          width: 120px;
          margin-right: 30px; }
        .cart-page .container .cart-left ul li .product-details,
        .template-cart .container .cart-left ul li .product-details {
          width: -moz-calc(100% - 72px);
          width: -webkit-calc(100% - 72px);
          width: calc(100% - 72px); }
          .cart-page .container .cart-left ul li .product-details .product-name,
          .template-cart .container .cart-left ul li .product-details .product-name {
            font-size: 12px;
            color: #0f0f0f;
            font-weight: 500;
            line-height: 22px;
            margin-bottom: 5px;
            display: block;
            margin-top: -5px; }
          .cart-page .container .cart-left ul li .product-details .vendor, .cart-page .container .cart-left ul li .product-details .engraving,
          .template-cart .container .cart-left ul li .product-details .vendor,
          .template-cart .container .cart-left ul li .product-details .engraving {
            color: #5f5f5f;
            font-weight: 400;
            line-height: 22px;
            margin-bottom: 15px;
            display: block;
            font-size: 12px; }
          .cart-page .container .cart-left ul li .product-details .size,
          .template-cart .container .cart-left ul li .product-details .size {
            font-size: 12px;
            font-weight: 400;
            line-height: 22px;
            margin-bottom: 2px;
            display: block;
            color: #5f5f5f; }
            .cart-page .container .cart-left ul li .product-details .size small,
            .template-cart .container .cart-left ul li .product-details .size small {
              font-size: 12px; }
          .cart-page .container .cart-left ul li .product-details .price,
          .template-cart .container .cart-left ul li .product-details .price {
            margin-bottom: 18px;
            font-size: 14px;
            font-weight: 400;
            color: #0f0f0f; }
          .cart-page .container .cart-left ul li .product-details .qty,
          .template-cart .container .cart-left ul li .product-details .qty {
            display: block;
            font-weight: 500;
            font-size: 12px; }
          .cart-page .container .cart-left ul li .product-details .quantity,
          .template-cart .container .cart-left ul li .product-details .quantity {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -webkit-box-pack: flex-start;
            -moz-box-pack: flex-start;
            -ms-flex-pack: flex-start;
            -webkit-justify-content: flex-start;
            justify-content: flex-start; }
            .cart-page .container .cart-left ul li .product-details .quantity .number,
            .template-cart .container .cart-left ul li .product-details .quantity .number {
              width: 100%;
              border: none;
              text-align: center;
              outline: none;
              height: 34px;
              line-height: 34px;
              padding: 0;
              max-width: 58px;
              background: transparent; }
            .cart-page .container .cart-left ul li .product-details .quantity .item,
            .template-cart .container .cart-left ul li .product-details .quantity .item {
              width: 100%;
              max-width: 160px;
              border: 1px solid #c8c8c8;
              height: 42px;
              padding: 0 15px;
              border-radius: 1px;
              font-size: 12px;
              font-weight: 500;
              color: #0f0f0f;
              margin-right: 30px;
              background: #fff;
              cursor: pointer;
              display: inline-block;
              line-height: 40px;
              text-transform: capitalize;
              letter-spacing: .02em; }
              .cart-page .container .cart-left ul li .product-details .quantity .item.remove,
              .template-cart .container .cart-left ul li .product-details .quantity .item.remove {
                position: relative; }
                .cart-page .container .cart-left ul li .product-details .quantity .item.remove svg,
                .template-cart .container .cart-left ul li .product-details .quantity .item.remove svg {
                  position: absolute;
                  top: 13px;
                  left: 31px;
                  width: 13px;
                  height: 13px; }
              .cart-page .container .cart-left ul li .product-details .quantity .item .fa-check,
              .template-cart .container .cart-left ul li .product-details .quantity .item .fa-check {
                color: #28a745;
                margin-left: 3px; }
              .cart-page .container .cart-left ul li .product-details .quantity .item .fa-circle-o-notch,
              .template-cart .container .cart-left ul li .product-details .quantity .item .fa-circle-o-notch {
                margin-left: 3px; }
              .cart-page .container .cart-left ul li .product-details .quantity .item .fa-exclamation-circle,
              .template-cart .container .cart-left ul li .product-details .quantity .item .fa-exclamation-circle {
                color: red;
                margin-left: 3px; }
            .cart-page .container .cart-left ul li .product-details .quantity .remove:hover,
            .template-cart .container .cart-left ul li .product-details .quantity .remove:hover {
              border-color: #ef6454;
              color: #ef6454; }
            .cart-page .container .cart-left ul li .product-details .quantity .update:hover,
            .template-cart .container .cart-left ul li .product-details .quantity .update:hover {
              background: white;
              color: #0f0f0f;
              border-color: #232323; }
            .cart-page .container .cart-left ul li .product-details .quantity .extra,
            .template-cart .container .cart-left ul li .product-details .quantity .extra {
              border-color: #eeeeee;
              padding: 0;
              max-width: 144px;
              display: -webkit-box;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-align-items: center;
              -moz-align-items: center;
              -ms-align-items: center;
              align-items: center;
              -webkit-box-pack: space-between;
              -moz-box-pack: space-between;
              -ms-flex-pack: space-between;
              -webkit-justify-content: space-between;
              justify-content: space-between; }
              .cart-page .container .cart-left ul li .product-details .quantity .extra .button,
              .template-cart .container .cart-left ul li .product-details .quantity .extra .button {
                width: 100%;
                max-width: 40px;
                text-align: center;
                font-size: 16px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-align-items: center;
                -moz-align-items: center;
                -ms-align-items: center;
                align-items: center;
                -webkit-box-pack: center;
                -moz-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                border: none;
                color: #7b7b7b;
                position: relative;
                height: 100%; }
                .cart-page .container .cart-left ul li .product-details .quantity .extra .button.dec,
                .template-cart .container .cart-left ul li .product-details .quantity .extra .button.dec {
                  border-right: 1px solid #eeeeee; }
                .cart-page .container .cart-left ul li .product-details .quantity .extra .button.inc,
                .template-cart .container .cart-left ul li .product-details .quantity .extra .button.inc {
                  border-left: 1px solid #eeeeee; }
                .cart-page .container .cart-left ul li .product-details .quantity .extra .button:before,
                .template-cart .container .cart-left ul li .product-details .quantity .extra .button:before {
                  content: "";
                  width: 2px;
                  height: 10px;
                  background: #a7a7a7;
                  display: block;
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  -webkit-transform: translateY(-50%) translateX(-50%);
                  -ms-transform: translateY(-50%) translateX(-50%);
                  transform: translateY(-50%) translateX(-50%); }
                .cart-page .container .cart-left ul li .product-details .quantity .extra .button:after,
                .template-cart .container .cart-left ul li .product-details .quantity .extra .button:after {
                  content: "";
                  width: 10px;
                  height: 2px;
                  background: #a7a7a7;
                  display: block;
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
                  -webkit-transform: translateX(-50%) translateY(-50%);
                  -ms-transform: translateX(-50%) translateY(-50%);
                  transform: translateX(-50%) translateY(-50%); }
                .cart-page .container .cart-left ul li .product-details .quantity .extra .button.dec:before,
                .template-cart .container .cart-left ul li .product-details .quantity .extra .button.dec:before {
                  background: transparent; }
    .cart-page .container .cart-left .button-continue,
    .template-cart .container .cart-left .button-continue {
      position: relative;
      margin-bottom: 30px; }
    .cart-page .container .cart-left .continue,
    .template-cart .container .cart-left .continue {
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: .05em;
      font-weight: 500;
      padding: 0;
      border-radius: 1px;
      color: #0f0f0f;
      background-image: linear-gradient(white 97%, #c7c7c7 3%);
      background-repeat: repeat-x;
      background-position-y: -2px;
      margin-left: 15px; }
      .cart-page .container .cart-left .continue svg,
      .template-cart .container .cart-left .continue svg {
        position: absolute;
        left: 0;
        top: 50%;
        width: 9px;
        height: 9px;
        transform: translateY(-50%); }
    .cart-page .container .cart-left .seal-logos ul li,
    .template-cart .container .cart-left .seal-logos ul li {
      display: inline-block;
      padding: 0; }
    .cart-page .container .cart-left .secure,
    .template-cart .container .cart-left .secure {
      position: relative; }
      .cart-page .container .cart-left .secure p,
      .template-cart .container .cart-left .secure p {
        margin-left: 20px; }
        .cart-page .container .cart-left .secure p i,
        .template-cart .container .cart-left .secure p i {
          position: absolute;
          top: 1px;
          left: 0;
          font-size: 20px;
          color: #5f5f5f; }
  .cart-page .container .cart-right h2,
  .template-cart .container .cart-right h2 {
    text-align: center; }
  .cart-page .container .cart-right .total-price,
  .template-cart .container .cart-right .total-price {
    padding: 30px 0 23px 0;
    font-weight: 500;
    color: #0f0f0f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 21px; }
    .cart-page .container .cart-right .total-price .money,
    .template-cart .container .cart-right .total-price .money {
      font-size: 16px;
      font-weight: 500; }
  .cart-page .container .cart-right .add-comments,
  .template-cart .container .cart-right .add-comments {
    display: block;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative; }
    .cart-page .container .cart-right .add-comments:before,
    .template-cart .container .cart-right .add-comments:before {
      content: "Note";
      font-size: 10px;
      position: absolute;
      top: 2px;
      left: 0;
      background: #a1a1a1;
      width: 33px;
      color: #ffffff;
      line-height: 17px;
      text-align: center;
      font-weight: 500;
      border-radius: 1px; }
  .cart-page .container .cart-right textarea,
  .template-cart .container .cart-right textarea {
    height: 98px;
    border-radius: 1px;
    margin-bottom: 20px; }
  .cart-page .container .cart-right .checkout,
  .template-cart .container .cart-right .checkout {
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-radius: 1px;
    margin-bottom: 45px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .05em;
    cursor: pointer;
    background: #b20000;
    color: white;
    border-color: #b20000; }
  .cart-page .container .cart-right .get-rates,
  .template-cart .container .cart-right .get-rates {
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-radius: 1px;
    margin-bottom: 16px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .05em;
    cursor: pointer;
    background: black;
    color: white;
    border-color: black; }
  .cart-page .no-items,
  .template-cart .no-items {
    display: none; }

.cart-page .container .cart-left .cart-list {
  max-height: 420px;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch; }
  .cart-page .container .cart-left .cart-list::-webkit-scrollbar {
    width: 7px; }
  .cart-page .container .cart-left .cart-list::-ms-scrollbar {
    width: 7px; }
  .cart-page .container .cart-left .cart-list:hover::-webkit-scrollbar-track {
    background-color: #D9D9D9; }
  .cart-page .container .cart-left .cart-list:hover::-ms-scrollbar-track {
    background-color: #D9D9D9; }
  .cart-page .container .cart-left .cart-list:hover::-webkit-scrollbar-thumb {
    background-color: #646464; }
  .cart-page .container .cart-left .cart-list:hover::-ms-scrollbar-thumb {
    background-color: #646464; }

#shipping-calculator h2 {
  text-align: left;
  padding-left: 0;
  background: #ffffff;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500; }
#shipping-calculator .form-group select {
  min-height: 42px;
  border: 1px solid #eeeeee; }
#shipping-calculator .form-group input[type="text"] {
  border: 1px solid #eeeeee; }
#shipping-calculator #wrapper-response #shipping-rates-feedback {
  margin-top: 5px;
  margin-bottom: 10px; }
#shipping-calculator #wrapper-response ul {
  font-weight: 500;
  color: #0f0f0f; }
  #shipping-calculator #wrapper-response ul li {
    margin-bottom: 6px; }
    #shipping-calculator #wrapper-response ul li:before {
      content: "";
      width: 6px;
      height: 6px;
      background-color: #c6c6c6;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      border: none;
      margin: 8.5px 11px 10px 0;
      float: left; }

.extra-options {
  width: 100%; }
  .extra-options .box-title {
    background: #ffffff !important; }
  .extra-options .product-top .product-label {
    top: 0;
    right: 0; }
  .extra-options .price-box em {
    display: none; }
  .extra-options .extra-image {
    width: 100%; }
    .extra-options .extra-image .product-top {
      width: 120px;
      margin: 0 auto; }
      .extra-options .extra-image .product-top .product-grid-image {
        min-height: auto; }
    .extra-options .extra-image .grid-item {
      margin: 0; }
    .extra-options .extra-image .slick-arrow {
      background: none;
      border: none;
      top: 50%;
      transform: translateY(-50%);
      width: 20px;
      height: 21px;
      padding-top: 0; }
      .extra-options .extra-image .slick-arrow.slick-prev {
        left: 0; }
      .extra-options .extra-image .slick-arrow.slick-next {
        right: 0; }
      .extra-options .extra-image .slick-arrow svg {
        fill: #34313a;
        stroke: #34313a;
        width: 20px;
        height: 21px; }
  .extra-options .extra-button {
    float: left;
    width: 23%;
    text-align: center; }
    .extra-options .extra-button .product-bottom .product-title {
      font-size: 12px;
      color: #0f0f0f; }
    .extra-options .extra-button .product-bottom .price-regular {
      color: #0f0f0f; }
    .extra-options .extra-button .product-bottom .btn, .extra-options .extra-button .product-bottom .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .extra-options .extra-button .product-bottom .shopify-payment-button__button, .extra-options .extra-button .product-bottom .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .extra-options .extra-button .product-bottom a, .extra-options .extra-button .product-bottom .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .extra-options .extra-button .product-bottom .spr-summary-actions-newreview {
      background: black;
      color: white;
      border-color: black;
      width: 100%;
      padding: 10px 15px 8px; }

.extra-options-cart {
  border: 1px solid #f7f7f7;
  display: inline-block;
  padding-bottom: 38px;
  margin-bottom: 31px; }
  .extra-options-cart .product-options {
    margin-bottom: 15px; }
  .extra-options-cart .swatch {
    margin-bottom: 10px; }
    .extra-options-cart .swatch .swatch-element.color, .extra-options-cart .swatch .swatch-element.size {
      height: 28px; }
      .extra-options-cart .swatch .swatch-element.color label, .extra-options-cart .swatch .swatch-element.size label {
        min-width: 28px;
        height: 28px;
        line-height: 28px; }
      .extra-options-cart .swatch .swatch-element.color input:checked + label, .extra-options-cart .swatch .swatch-element.size input:checked + label {
        min-width: 28px;
        height: 28px; }
    .extra-options-cart .swatch .swatch-element.soldout {
      cursor: no-drop; }
      .extra-options-cart .swatch .swatch-element.soldout label {
        cursor: none;
        pointer-events: none; }
        .extra-options-cart .swatch .swatch-element.soldout label span {
          border: none; }
    .extra-options-cart .swatch .header {
      color: #232323; }
  .extra-options-cart .products-grid {
    margin: 0; }
  .extra-options-cart .box-title {
    font-size: 14px !important;
    background: #ffffff !important;
    padding: 32px !important; }
  .extra-options-cart .extra-image {
    padding: 0 35px; }
    .extra-options-cart .extra-image .inner-top {
      display: table;
      width: 100%; }
      .extra-options-cart .extra-image .inner-top .content-left {
        display: table-cell;
        vertical-align: top;
        position: relative;
        width: 120px;
        margin: 0 auto; }
        .extra-options-cart .extra-image .inner-top .content-left .product-grid-image {
          min-height: auto; }
        .extra-options-cart .extra-image .inner-top .content-left .product-label {
          top: 0;
          right: 0; }
      .extra-options-cart .extra-image .inner-top .content-center {
        display: table-cell;
        vertical-align: top;
        text-align: left;
        font-size: 0;
        letter-spacing: 0;
        max-width: 200px;
        padding: 0 35px; }
        .extra-options-cart .extra-image .inner-top .content-center .product-vendor {
          margin-bottom: 0px;
          line-height: 20px; }
        .extra-options-cart .extra-image .inner-top .content-center .product-title {
          font-size: 12px;
          color: #0f0f0f;
          line-height: 20px;
          margin-bottom: 8px; }
      .extra-options-cart .extra-image .inner-top .content-right {
        display: table-cell;
        vertical-align: top;
        text-align: left;
        font-size: 0;
        letter-spacing: 0; }
        .extra-options-cart .extra-image .inner-top .content-right .content-variant-extra {
          display: inline-block;
          vertical-align: top;
          text-align: left;
          padding-left: 35px;
          position: relative; }
          .extra-options-cart .extra-image .inner-top .content-right .content-variant-extra:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background: #f7f7f7;
            width: 1px;
            height: 100%; }
          .extra-options-cart .extra-image .inner-top .content-right .content-variant-extra .extra-action .btn-bundle, .extra-options-cart .extra-image .inner-top .content-right .content-variant-extra .extra-action .btn, .extra-options-cart .extra-image .inner-top .content-right .content-variant-extra .extra-action .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .extra-options-cart .extra-image .inner-top .content-right .content-variant-extra .extra-action .shopify-payment-button__button, .extra-options-cart .extra-image .inner-top .content-right .content-variant-extra .extra-action .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .extra-options-cart .extra-image .inner-top .content-right .content-variant-extra .extra-action a, .extra-options-cart .extra-image .inner-top .content-right .content-variant-extra .extra-action .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .extra-options-cart .extra-image .inner-top .content-right .content-variant-extra .extra-action .spr-summary-actions-newreview {
            width: 170px;
            padding: 9px 0; }
    .extra-options-cart .extra-image .slick-arrow {
      top: 27%;
      transform: none; }
      .extra-options-cart .extra-image .slick-arrow.slick-prev {
        left: -6px !important; }
      .extra-options-cart .extra-image .slick-arrow.slick-next {
        right: -6px !important; }
      .extra-options-cart .extra-image .slick-arrow svg {
        width: 17px;
        height: 18px; }
    .extra-options-cart .extra-image .grid-item {
      padding: 0 43px; }

#section-cart-you-may-also-like-products {
  margin-top: 20px !important;
  margin-bottom: 70px !important; }

#shopify-section-cart-template .page-header {
  position: relative; }
  #shopify-section-cart-template .page-header a {
    position: absolute;
    top: 8px;
    right: 0;
    color: #0f0f0f;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
    padding: 0;
    min-width: auto; }
    #shopify-section-cart-template .page-header a span {
      background-image: linear-gradient(white 97%, #c7c7c7 3%);
      background-repeat: repeat-x;
      background-position-y: -1px;
      margin-right: 6px; }
    #shopify-section-cart-template .page-header a svg {
      fill: #5f5f5f;
      width: 9px;
      height: 9px; }

/* Page Lookbook */
#lookbook .container {
  max-width: 1570px; }
#lookbook .slide-content {
  text-align: left; }
#lookbook .slick-track .slick-slide:nth-child(2) .slide-content {
  text-align: right;
  z-index: 1; }
#lookbook .share_toolbox {
  margin-top: 30px;
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 30px; }
#lookbook .bottom .btn, #lookbook .bottom .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button #lookbook .bottom .shopify-payment-button__button, #lookbook .bottom .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions #lookbook .bottom a, #lookbook .bottom .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions #lookbook .bottom .spr-summary-actions-newreview {
  background: black;
  color: white;
  border-color: black;
  padding-left: 57px;
  padding-right: 57px; }
#lookbook #shopify-section-lookbook-best-sellers {
  margin-top: 78px; }
  #lookbook #shopify-section-lookbook-best-sellers .container {
    max-width: 1200px; }

/* Page Blog*/
.halo-blog-page .container {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px; }
.halo-blog-page .article-title {
  font-size: 18px;
  color: #0f0f0f;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: .02em;
  margin-bottom: 0; }
  .halo-blog-page .article-title a {
    color: #0f0f0f; }
.halo-blog-page .blog_author {
  margin-bottom: 28px; }
  .halo-blog-page .blog_author .blog_author, .halo-blog-page .blog_author .article__date {
    color: #5f5f5f; }
  .halo-blog-page .blog_author .article__date {
    margin-right: 6px; }
.halo-blog-page .article-img {
  margin-bottom: 30px; }
.halo-blog-page .des {
  line-height: 24px;
  margin-bottom: 23px; }
.halo-blog-page .actions {
  border-bottom: 1px solid #f8f8f8;
  margin-bottom: 35px;
  padding-bottom: 45px; }
  .halo-blog-page .actions .btn-read-more {
    padding-left: 38px;
    padding-right: 38px;
    background: white;
    color: #0f0f0f;
    border-color: #232323; }
    .halo-blog-page .actions .btn-read-more:hover {
      background: black;
      color: white;
      border-color: black; }
.halo-blog-page .pagination-center li {
  display: inline-block;
  padding: 0 14px; }
  .halo-blog-page .pagination-center li i {
    color: #5f5f5f;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 16px;
    position: relative;
    top: 1px; }
  .halo-blog-page .pagination-center li span, .halo-blog-page .pagination-center li a {
    font-size: 12px;
    font-weight: 500;
    color: #0f0f0f;
    letter-spacing: .05em;
    text-transform: uppercase; }
  .halo-blog-page .pagination-center li.active span {
    background-image: linear-gradient(white 97%, #0f0f0f 3%);
    background-repeat: repeat-x;
    background-position-y: -1px; }
  .halo-blog-page .pagination-center li.text span {
    background-image: linear-gradient(white 97%, #0f0f0f 3%);
    background-repeat: repeat-x;
    background-position-y: -4px;
    display: inline-block; }
.halo-blog-page .blog-sidebar .widget-header h4 {
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 13px; }
.halo-blog-page .blog-sidebar .widget-content ul li a {
  font-weight: 500;
  line-height: 36px; }
.halo-blog-page .blog-sidebar .widget-recent-articles {
  padding: 0; }
.halo-blog-page .blog-sidebar .widget-categories .widget-content {
  margin-bottom: 36px; }
.halo-blog-page .blog-sidebar .widget-recent-articles .article a,
.halo-blog-page .blog-sidebar .widget-tags li a {
  font-weight: normal;
  font-size: 12px; }
  .halo-blog-page .blog-sidebar .widget-recent-articles .article a:hover,
  .halo-blog-page .blog-sidebar .widget-tags li a:hover {
    padding-left: 0; }
    .halo-blog-page .blog-sidebar .widget-recent-articles .article a:hover:before,
    .halo-blog-page .blog-sidebar .widget-tags li a:hover:before {
      display: none; }
.halo-blog-page .blog-sidebar .widget-recent-articles .article {
  margin-bottom: 15px;
  border-top: 1px solid #f8f8f8;
  padding-top: 13px; }
  .halo-blog-page .blog-sidebar .widget-recent-articles .article:first-child {
    border-top: 0;
    padding-top: 0; }
  .halo-blog-page .blog-sidebar .widget-recent-articles .article a {
    padding: 0;
    display: block;
    color: #0f0f0f;
    letter-spacing: .02em;
    font-weight: 500;
    line-height: 24px; }
    .halo-blog-page .blog-sidebar .widget-recent-articles .article a span:hover {
      background-image: linear-gradient(white 97%, #c7c7c7 3%);
      background-repeat: repeat-x;
      background-position-y: -1px; }
  .halo-blog-page .blog-sidebar .widget-recent-articles .article em {
    font-style: normal;
    color: #5f5f5f; }
.halo-blog-page .blog-sidebar .sidebar-product .widget-content {
  margin-bottom: 47px; }
.halo-blog-page .blog-sidebar .sidebar-custom-html {
  padding-top: 4px;
  color: #646464; }
  .halo-blog-page .blog-sidebar .sidebar-custom-html .widget-content {
    margin-top: 18px; }
.halo-blog-page .blog-sidebar .widget-tags .widget-header {
  margin-bottom: 25px; }
.halo-blog-page .blog-sidebar .widget-tags li {
  display: inline-block;
  margin: 0 7px 10px 0; }
  .halo-blog-page .blog-sidebar .widget-tags li a {
    color: #999;
    border: 1px solid #e6e6e6;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    padding: 5px 9px 3px;
    text-align: center; }
    .halo-blog-page .blog-sidebar .widget-tags li a:hover {
      padding-left: 9px; }
  .halo-blog-page .blog-sidebar .widget-tags li.active a, .halo-blog-page .blog-sidebar .widget-tags li:hover a {
    background-color: #f5f5f5; }

/* Page Blog Detail*/
.halo-article-page + .breadcrumb {
  margin-top: 98px; }
.halo-article-page .page-title h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: .02em;
  color: #0f0f0f;
  line-height: 36px; }
.halo-article-page .blog_author .blog_author {
  margin-right: 6px; }
.halo-article-page .rte {
  line-height: 22px; }
  .halo-article-page .rte p:not(:last-child) {
    margin-bottom: 27px; }
  .halo-article-page .rte ol li {
    margin-bottom: 6px; }
  .halo-article-page .rte h5 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    line-height: 22px;
    color: #0f0f0f;
    margin-bottom: 9px; }
.halo-article-page .gallery_lookbook-box {
  margin-bottom: 50px; }
  .halo-article-page .gallery_lookbook-box .heading-gallery {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    margin-bottom: 30px; }
    .halo-article-page .gallery_lookbook-box .heading-gallery:before {
      top: 50%;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 1;
      height: 1px;
      content: "";
      position: absolute;
      background-color: #f8f8f8;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .halo-article-page .gallery_lookbook-box .heading-gallery h4 {
      margin: 0;
      z-index: 2;
      color: #0f0f0f;
      font-size: 16px;
      padding: 0 15px;
      line-height: 1.2;
      letter-spacing: .05em;
      font-weight: 500;
      position: relative;
      vertical-align: top;
      display: inline-block;
      text-transform: uppercase;
      background-color: #fff; }
.halo-article-page .content-tags-share {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: flex;
  border-top: 1px solid #f8f8f8;
  margin-top: 35px;
  padding-top: 25px;
  margin-bottom: 15px; }
  .halo-article-page .content-tags-share .user-tags .fa-tag {
    margin-right: 5px; }
.halo-article-page .action-btn {
  padding-bottom: 55px;
  border-bottom: 1px solid #f8f8f8;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .halo-article-page .action-btn a {
    cursor: pointer;
    min-width: 172px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    letter-spacing: .05em;
    background: white;
    color: #0f0f0f;
    border-color: #232323;
    border: 1px solid; }
    .halo-article-page .action-btn a:hover {
      background: black;
      color: white;
      border-color: black; }
.halo-article-page .title-comment {
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 40px; }
.halo-article-page .blog-detail-custom-block {
  margin-top: 40px; }
  .halo-article-page .blog-detail-custom-block .container .blog-item:last-child .content-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: column-reverse;
    margin-top: 82px;
    margin-bottom: 0;
    box-sizing: border-box;
    display: flex; }
  .halo-article-page .blog-detail-custom-block .container .blog-item:last-child .banner-content h2 {
    margin-top: 0; }
  .halo-article-page .blog-detail-custom-block .container .blog-item:last-child .banner-content .banner-des {
    margin-bottom: 95px; }
  .halo-article-page .blog-detail-custom-block .container .blog-item .banner-content h2 {
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-top: 94px;
    margin-bottom: 25px; }
    .halo-article-page .blog-detail-custom-block .container .blog-item .banner-content h2 span {
      background-repeat: repeat-x;
      background-position-y: -2px; }
  .halo-article-page .blog-detail-custom-block .container .blog-custom-content {
    padding: 0; }
  .halo-article-page .blog-detail-custom-block .quote-detail {
    margin-bottom: 55px; }
    .halo-article-page .blog-detail-custom-block .quote-detail h5 {
      margin-top: 14px;
      margin-bottom: 18px; }
    .halo-article-page .blog-detail-custom-block .quote-detail blockquote {
      padding: 23px 35px; }
.halo-article-page #comments .form-group.message {
  margin-bottom: 16px; }
.halo-article-page #comments .note {
  margin-bottom: 22px;
  color: #999; }
.halo-article-page #comments .btn-secondary {
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 500;
  padding: 10px 15px 9px;
  max-width: 230px;
  cursor: pointer;
  border-radius: 0;
  background: black;
  color: white;
  border-color: black; }
  .halo-article-page #comments .btn-secondary:hover {
    background: white;
    color: #0f0f0f;
    border-color: #232323; }
.halo-article-page #comments ul {
  list-style: none;
  padding: 0;
  margin-bottom: 17px; }
  .halo-article-page #comments ul li {
    padding-left: 120px;
    background: url(i-comment.png) no-repeat;
    padding-bottom: 26px;
    margin: 0;
    min-height: 110px;
    margin-top: 35px;
    margin-bottom: 6px; }
.halo-article-page #comments form {
  padding-top: 12px; }
  .halo-article-page #comments form h3 {
    color: #0f0f0f;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
    border-top: 1px solid #f8f8f8;
    padding-top: 32px;
    margin-bottom: 30px; }
  .halo-article-page #comments form label {
    color: #232323; }
  .halo-article-page #comments form input[type="text"], .halo-article-page #comments form input[type="password"], .halo-article-page #comments form input[type="email"], .halo-article-page #comments form input[type="tel"], .halo-article-page #comments form textarea {
    max-width: 100%; }
.halo-article-page #comments .comment-content {
  line-height: 24px; }
  .halo-article-page #comments .comment-content p {
    color: #5f5f5f; }
.halo-article-page #comments .comment-head {
  margin-bottom: 12px;
  color: #5f5f5f; }

/* Page Search*/
.search-page .col-main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important; }
.search-page .search-item-blog {
  margin-bottom: 20px; }
  .search-page .search-item-blog .result-image {
    margin-right: 20px; }
  .search-page .search-item-blog h3 {
    margin-bottom: 0;
    margin-top: -7px; }
    .search-page .search-item-blog h3 a {
      margin: 0;
      font-size: 16px;
      font-weight: 500;
      text-transform: capitalize;
      letter-spacing: .02em;
      color: #0f0f0f;
      line-height: 26px; }
.search-page .search-form .close-search {
  display: none !important; }
.search-page .search-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-bottom: none; }
  .search-page .search-bar .icon-search {
    min-width: 70px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: white;
    color: #0f0f0f;
    border-color: #232323;
    position: initial;
    height: 36px; }
    .search-page .search-bar .icon-search:hover {
      background: #b20000;
      color: white;
      border-color: #b20000; }
.search-page .input-group-field {
  padding: 8px 15px 6px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  color: #a3a3a3;
  width: 254px;
  margin-right: 10px; }

/* Page My Account*/
.wrapper-login-customer .wrapper-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 110px;
  padding-top: 18px; }
  .wrapper-login-customer .wrapper-content .box-title {
    color: #0f0f0f;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .wrapper-login-customer .wrapper-content .title {
    font-weight: 500; }
  .wrapper-login-customer .wrapper-content .form-group {
    margin-bottom: 20px; }
    .wrapper-login-customer .wrapper-content .form-group em {
      color: #b20000; }
    .wrapper-login-customer .wrapper-content .form-group input[type="text"], .wrapper-login-customer .wrapper-content .form-group input[type="password"], .wrapper-login-customer .wrapper-content .form-group input[type="email"] {
      max-width: 470px; }
  .wrapper-login-customer .wrapper-content .action-btn input[type="submit"] {
    padding: 10px 56px;
    background: black;
    color: white;
    border-color: black;
    margin-top: 5px;
    margin-bottom: 15px; }
    .wrapper-login-customer .wrapper-content .action-btn input[type="submit"]:hover {
      background: white;
      color: #0f0f0f;
      border-color: #232323; }
  .wrapper-login-customer .wrapper-content .action-btn .last .button-return {
    background-image: linear-gradient(white 97%, #dadada 3%);
    background-repeat: repeat-x;
    background-position-y: -1px; }
  .wrapper-login-customer .wrapper-content .col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: -moz-calc(50% - 10px);
    max-width: -webkit-calc(50% - 10px);
    max-width: -ms-calc(50% - 10px);
    max-width: calc(50% - 10px); }
    .wrapper-login-customer .wrapper-content .col-left > * {
      padding-right: 42px; }
    .wrapper-login-customer .wrapper-content .col-left .title {
      margin-bottom: 30px; }
  .wrapper-login-customer .wrapper-content .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% + 10px);
    flex: 0 0 calc(50% + 10px);
    max-width: -moz-calc(50% + 10px);
    max-width: -webkit-calc(50% + 10px);
    max-width: -ms-calc(50% + 10px);
    max-width: calc(50% + 10px); }
    .wrapper-login-customer .wrapper-content .col-right > * {
      padding-left: 110px;
      padding-right: 0px;
      margin-left: 15px; }
    .wrapper-login-customer .wrapper-content .col-right .wrapper-title ~ * {
      margin-left: 15px; }
    .wrapper-login-customer .wrapper-content .col-right .title {
      margin-bottom: 10px; }
    .wrapper-login-customer .wrapper-content .col-right .desc {
      margin-bottom: 27px; }
.wrapper-login-customer .custom-or-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  z-index: 2;
  background-color: white;
  padding: 10px 0; }
  .wrapper-login-customer .custom-or-abs .or_text {
    text-transform: uppercase;
    border: 1px solid #ccc;
    min-width: 42px;
    min-height: 42px;
    text-align: center;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    border-radius: 21px;
    padding: 11px 5px 9px;
    display: block; }
.wrapper-login-customer #recover_password div:first-child {
  margin-bottom: 25px; }
.wrapper-login-customer #recover_password .action-btn span,
.wrapper-login-customer #recover_password .action-btn a {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 6px;
  margin-bottom: 25px;
  vertical-align: middle;
  padding-left: 8px; }
.wrapper-login-customer #recover_password .action-btn .or_text {
  margin-bottom: 12px; }
.wrapper-login-customer #recover_password .action-btn .cancel_text {
  margin-bottom: 12px;
  color: #0688e2; }

.custom-acc-page .create-an-account {
  margin-bottom: 70px; }
.custom-acc-page .action-btn input[type="submit"] {
  padding: 10px 56px;
  background: black;
  color: white;
  border-color: black;
  margin-top: 5px;
  margin-bottom: 15px; }
  .custom-acc-page .action-btn input[type="submit"]:hover {
    background: white;
    color: #0f0f0f;
    border-color: #232323; }

/* Page Account */
.account-page .box-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 24px;
  color: #0f0f0f;
  margin: 0;
  padding: 8px 20px;
  background: #f8f8f8;
  margin-bottom: 30px; }
.account-page .note {
  text-align: center;
  color: #866e42;
  background: #fbf8e5;
  border: 1px solid #fbf6e6;
  padding: 8px 0;
  margin-bottom: 45px; }
.account-page .full {
  margin-bottom: 30px; }
.account-page .action-btn .btn, .account-page .action-btn .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .account-page .action-btn .shopify-payment-button__button, .account-page .action-btn .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .account-page .action-btn a, .account-page .action-btn .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .account-page .action-btn .spr-summary-actions-newreview, .account-page .large--right .btn, .account-page .large--right .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .account-page .large--right .shopify-payment-button__button, .account-page .large--right .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .account-page .large--right a, .account-page .large--right .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .account-page .large--right .spr-summary-actions-newreview {
  padding: 12px 36px;
  background: black;
  color: white;
  border-color: black;
  margin-top: 5px;
  margin-bottom: 15px; }
  .account-page .action-btn .btn:hover, .account-page .action-btn .product-shop .shopify-payment-button .shopify-payment-button__button:hover, .product-shop .shopify-payment-button .account-page .action-btn .shopify-payment-button__button:hover, .account-page .action-btn .product-customer-review .customer-review-content .spr-summary-actions a:hover, .product-customer-review .customer-review-content .spr-summary-actions .account-page .action-btn a:hover, .account-page .action-btn .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .spr-summary-actions .account-page .action-btn .spr-summary-actions-newreview:hover, .account-page .large--right .btn:hover, .account-page .large--right .product-shop .shopify-payment-button .shopify-payment-button__button:hover, .product-shop .shopify-payment-button .account-page .large--right .shopify-payment-button__button:hover, .account-page .large--right .product-customer-review .customer-review-content .spr-summary-actions a:hover, .product-customer-review .customer-review-content .spr-summary-actions .account-page .large--right a:hover, .account-page .large--right .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .spr-summary-actions .account-page .large--right .spr-summary-actions-newreview:hover {
    background: white;
    color: #0f0f0f;
    border-color: #232323; }
.account-page .action-btn.btn-edit-delete, .account-page .large--right.btn-edit-delete {
  margin-bottom: 72px; }
  .account-page .action-btn.btn-edit-delete > a:first-child, .account-page .large--right.btn-edit-delete > a:first-child {
    padding: 12px 40px;
    background: black;
    color: white;
    border-color: black;
    border: 1px solid;
    margin-right: 25px; }
    .account-page .action-btn.btn-edit-delete > a:first-child:hover, .account-page .large--right.btn-edit-delete > a:first-child:hover {
      background: white;
      color: #0f0f0f;
      border-color: #232323; }
  .account-page .action-btn.btn-edit-delete > a:last-child, .account-page .large--right.btn-edit-delete > a:last-child {
    padding: 11px 52px;
    background: white;
    color: #0f0f0f;
    border-color: #232323;
    border: 1px solid; }
    .account-page .action-btn.btn-edit-delete > a:last-child:hover, .account-page .large--right.btn-edit-delete > a:last-child:hover {
      background: black;
      color: white;
      border-color: black; }
.account-page .action-btn {
  margin-bottom: 70px; }
.account-page .large--right + .last {
  margin: 0px 0 45px 0; }
  .account-page .large--right + .last a {
    color: #0f0f0f;
    background-image: linear-gradient(white 97%, black 3%);
    background-repeat: repeat-x;
    background-position-y: -1px; }
.account-page #add_address .action-btn > a {
  margin-bottom: 15px !important; }
.account-page .acc-name {
  color: #0f0f0f;
  font-size: 12px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 12px; }
.account-page .addr {
  margin-bottom: 45px; }
.account-page .cus-addr {
  display: block; }

/* Page 404 */
.template-404 p a {
  font-weight: 500;
  letter-spacing: .02em;
  color: #48ade8; }

/* Homepage Top Sellers */
.homepage-top-sellers-products .widget-title {
  padding-top: 40px;
  margin-bottom: 25px; }
.homepage-top-sellers-products .product-bottom .item-swatch {
  margin-bottom: 25px; }
.homepage-top-sellers-products .product-bottom .product-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
.homepage-top-sellers-products .product-bottom .abs-bottom .action .btn, .homepage-top-sellers-products .product-bottom .abs-bottom .action .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .homepage-top-sellers-products .product-bottom .abs-bottom .action .shopify-payment-button__button, .homepage-top-sellers-products .product-bottom .abs-bottom .action .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .homepage-top-sellers-products .product-bottom .abs-bottom .action a, .homepage-top-sellers-products .product-bottom .abs-bottom .action .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .homepage-top-sellers-products .product-bottom .abs-bottom .action .spr-summary-actions-newreview {
  max-width: 240px; }
.homepage-top-sellers-products .products-grid .slick-track .grid-item {
  opacity: 0;
  visibility: hidden; }
  .homepage-top-sellers-products .products-grid .slick-track .grid-item.slick-slide {
    opacity: 1;
    visibility: visible; }

/* Homepage2 Top Banner */
.home2-top-banner {
  margin-top: 74px; }
  .home2-top-banner .item:last-child .banner-item .content-box {
    right: 70px;
    left: auto;
    text-align: right; }
  .home2-top-banner .banner-item {
    position: relative; }
    .home2-top-banner .banner-item .content-box {
      position: absolute;
      top: 70px;
      left: 70px;
      text-align: left; }
      .home2-top-banner .banner-item .content-box .banner-title {
        font-weight: 500;
        letter-spacing: .05em;
        text-transform: uppercase;
        margin-bottom: 40px; }
      .home2-top-banner .banner-item .content-box a {
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: .05em;
        padding: 12px 49px 11px 50px; }

/* Homepage2 Featured Products */
.homepage2-featured-products .widget-title {
  padding-top: 74px;
  margin-bottom: 25px; }
.homepage2-featured-products .product-bottom .item-swatch {
  margin-bottom: 25px; }
.homepage2-featured-products .product-bottom .product-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
.homepage2-featured-products .product-bottom .abs-bottom .action .btn, .homepage2-featured-products .product-bottom .abs-bottom .action .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .homepage2-featured-products .product-bottom .abs-bottom .action .shopify-payment-button__button, .homepage2-featured-products .product-bottom .abs-bottom .action .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .homepage2-featured-products .product-bottom .abs-bottom .action a, .homepage2-featured-products .product-bottom .abs-bottom .action .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .homepage2-featured-products .product-bottom .abs-bottom .action .spr-summary-actions-newreview {
  max-width: 240px; }
.homepage2-featured-products .products-grid .slick-track .grid-item {
  opacity: 0;
  visibility: hidden; }
  .homepage2-featured-products .products-grid .slick-track .grid-item.slick-slide {
    opacity: 1;
    visibility: visible; }

/* Homepage2 Custom Block */
.home2-custom-block .widget-title {
  padding-top: 67px;
  margin-bottom: 40px; }
  .home2-custom-block .widget-title h3 {
    margin-bottom: 20px; }
  .home2-custom-block .widget-title p {
    padding: 0 460px;
    color: #5a5a5a; }
.home2-custom-block .banner-content .banner-title {
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 15px; }
.home2-custom-block .banner-content .banner-heading {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 18px; }

/* Homepage2 Slider Brands */
.home2-slider-brand .slide_brand .slick-dots {
  margin-top: 5px; }

/* Homepage2 Instagram */
.home2-instagram {
  padding-bottom: 40px; }
  .home2-instagram #instafeed {
    margin-left: -15px;
    margin-right: -15px; }
    .home2-instagram #instafeed .item {
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 30px; }
    .home2-instagram #instafeed .no-current {
      margin-bottom: 0; }
  .home2-instagram .widget-title {
    margin-bottom: 40px; }
  .home2-instagram .infinite-scrolling-instagram {
    text-align: center; }
    .home2-instagram .infinite-scrolling-instagram a {
      display: block;
      width: 100%;
      margin-top: 15px; }
      .home2-instagram .infinite-scrolling-instagram a svg {
        width: 40px;
        height: 40px;
        stroke: transparent; }

/* Footer Top Newsletter */
.footer-top-newsletter .banner-large-img {
  padding: 160px 0 165px 0; }
  .footer-top-newsletter .banner-large-img .banner-content {
    max-width: 100%; }
    .footer-top-newsletter .banner-large-img .banner-content .banner-title {
      margin-bottom: 22px; }
    .footer-top-newsletter .banner-large-img .banner-content .banner-heading {
      font-weight: 400;
      margin-bottom: 35px; }
    .footer-top-newsletter .banner-large-img .banner-content .banner-des {
      max-width: 100% !important;
      margin-bottom: 42px !important; }
    .footer-top-newsletter .banner-large-img .banner-content .input-group {
      justify-content: center; }
  .footer-top-newsletter .banner-large-img .block-content {
    margin-bottom: 30px;
    padding: 0 16px; }
    .footer-top-newsletter .banner-large-img .block-content .input-group-field {
      min-width: 330px;
      padding: 7px 15px;
      height: 42px;
      text-align: center;
      margin-right: 10px; }
    .footer-top-newsletter .banner-large-img .block-content .btn, .footer-top-newsletter .banner-large-img .block-content .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .footer-top-newsletter .banner-large-img .block-content .shopify-payment-button__button, .footer-top-newsletter .banner-large-img .block-content .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .footer-top-newsletter .banner-large-img .block-content a, .footer-top-newsletter .banner-large-img .block-content .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .footer-top-newsletter .banner-large-img .block-content .spr-summary-actions-newreview {
      padding: 0 15px;
      min-width: 146px; }
  .footer-top-newsletter .banner-large-img .img-box img {
    width: 100%;
    object-fit: cover; }

/* Footer 2 */
.footer-2 .lang-currency-groups .label-text, .footer-2 .currency-block .label-text {
  display: none; }
.footer-2 .lang-currency-groups .img-icon, .footer-2 .currency-block .img-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 8px; }
  .footer-2 .lang-currency-groups .img-icon img, .footer-2 .currency-block .img-icon img {
    width: 16px;
    height: 16px;
    display: block;
    object-fit: cover;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
.footer-2 .lang-currency-groups .dropdown-label, .footer-2 .currency-block .dropdown-label {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  .footer-2 .lang-currency-groups .dropdown-label .text, .footer-2 .currency-block .dropdown-label .text {
    color: #34313a;
    font-weight: 500;
    text-transform: uppercase; }
.footer-2 .lang-currency-groups .dropdown-toggle, .footer-2 .currency-block .dropdown-toggle {
  cursor: pointer; }
  .footer-2 .lang-currency-groups .dropdown-toggle:after, .footer-2 .currency-block .dropdown-toggle:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    width: 20px;
    height: 20px;
    margin: 0 0 0 3px;
    vertical-align: middle;
    line-height: 18px;
    text-align: center;
    color: #3c3c3c;
    position: absolute;
    top: 1px;
    right: -7px;
    display: block;
    cursor: pointer;
    padding: 0;
    background: none;
    border: none; }
.footer-2 .lang-currency-groups .dropdown-menu, .footer-2 .currency-block .dropdown-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;
  padding: 3px 10px 8px;
  min-width: 100%;
  width: auto;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  outline: none;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  display: none;
  background: #ffffff; }
.footer-2 .lang-currency-groups {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: space-between;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  position: relative; }
  .footer-2 .lang-currency-groups .lang-block, .footer-2 .lang-currency-groups .currency-block {
    display: inline-block;
    width: 50%;
    padding: 11px 12px; }
    .footer-2 .lang-currency-groups .lang-block .btn-group .dropdown-menu a, .footer-2 .lang-currency-groups .currency-block .btn-group .dropdown-menu a {
      color: #34313a; }
  .footer-2 .lang-currency-groups .lang-block {
    border-left: 1px solid #fcfcfc; }
.footer-2 .address {
  margin-bottom: 35px; }
.footer-2 .footer-bottom {
  padding: 35px 0 55px 0; }
  .footer-2 .footer-bottom .payment-methods {
    text-align: left;
    margin-top: 0px; }
  .footer-2 .footer-bottom .footer_logo_bottom {
    text-align: center; }
  .footer-2 .footer-bottom .footer_copyright {
    text-align: right;
    margin-top: -8px; }
    .footer-2 .footer-bottom .footer_copyright p {
      line-height: 30px; }

/* Product Custom */
.halo-product-custom .col-sidebar .sidebar-product .widget-product {
  margin-bottom: 30px; }
.halo-product-custom .col-sidebar .widget-header h4 {
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 13px; }
.halo-product-custom .col-sidebar .widget-categories .widget-content li a {
  font-weight: 500;
  line-height: 36px; }
.halo-product-custom .col-main .product .product-instagram .container {
  padding: 0; }
.halo-product-custom .col-main .product-banner-block .small-banner .container {
  padding: 0; }

/* Product  Tabs  */
.tabs__product-page {
  margin-bottom: 20px; }
  .tabs__product-page .wrapper-tab-content .tab-title {
    border-top: 1px solid #ccc;
    position: relative; }
  .tabs__product-page .wrapper-tab-content .tab-links {
    padding: 15px 30px 12px 0;
    position: static; }
  .tabs__product-page .tab-content {
    display: none; }
  .tabs__product-page .table-wrapper {
    width: 100%;
    overflow-y: auto; }
  .tabs__product-page .tab-links {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .05em;
    display: block;
    position: relative;
    color: #0f0f0f; }
    .tabs__product-page .tab-links .icon-dropdown {
      position: absolute;
      top: 50%;
      right: 0;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 0.3;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
      filter: alpha(opacity=30);
      font-size: 22px; }
      .tabs__product-page .tab-links .icon-dropdown .fa {
        -webkit-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease;
        -ms-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease; }
    .tabs__product-page .tab-links.active .icon-dropdown {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
      filter: alpha(opacity=70);
      margin-top: 1px; }
      .tabs__product-page .tab-links.active .icon-dropdown .fa {
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .tabs__product-page .list-tabs {
    margin-bottom: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center; }
    .tabs__product-page .list-tabs .tab-title {
      margin: 0 -1px 0 0; }
      .tabs__product-page .list-tabs .tab-title:last-child .tab-links:before {
        content: none; }
    .tabs__product-page .list-tabs .tab-links {
      padding: 12px 42px 12px 28px;
      border-bottom: none; }
      .tabs__product-page .list-tabs .tab-links:hover span, .tabs__product-page .list-tabs .tab-links.active span {
        background-image: linear-gradient(white 97%, #afafaf 3%);
        background-repeat: repeat-x;
        background-position-y: -1px; }
      .tabs__product-page .list-tabs .tab-links:before {
        position: absolute;
        height: 12px;
        width: 2px;
        content: "/";
        font-size: 10px;
        top: 12px;
        right: 8px;
        color: #cbcbcb; }
  .tabs__product-page .tab-content {
    line-height: 24px; }
    .tabs__product-page .tab-content table {
      border: none; }
      .tabs__product-page .tab-content table tr:last-child td {
        border-bottom: none; }
      .tabs__product-page .tab-content table tr td {
        border-top: none; }
        .tabs__product-page .tab-content table tr td strong {
          font-size: 12px;
          font-weight: 500;
          letter-spacing: .05em;
          color: #0f0f0f;
          text-transform: uppercase; }
        .tabs__product-page .tab-content table tr td:first-child {
          padding-left: 0; }
    .tabs__product-page .tab-content p {
      margin-bottom: 2rem; }
    .tabs__product-page .tab-content h4 {
      font-size: 12px;
      font-weight: 500;
      line-height: 24px;
      margin-bottom: 10px; }
    .tabs__product-page .tab-content ul,
    .tabs__product-page .tab-content ol {
      margin: 0 0 25px 20px; }
    .tabs__product-page .tab-content ul li {
      margin-bottom: 6px; }
      .tabs__product-page .tab-content ul li:before {
        content: "";
        width: 6px;
        height: 6px;
        background-color: #8c8c8c;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        border: none;
        margin: 8.5px 11px 10px 0;
        float: left; }
    .tabs__product-page .tab-content ol li {
      counter-increment: li; }
      .tabs__product-page .tab-content ol li:before {
        content: counter(li);
        min-width: 17px;
        float: left; }
  .tabs__product-page #collapse-tab3 h4 {
    color: #0f0f0f;
    margin-bottom: 5px;
    font-size: 14px; }
  .tabs__product-page .spr-container {
    padding: 0;
    border: none; }
    .tabs__product-page .spr-container .spr-header-title {
      display: none; }
    .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview {
      background: black;
      color: white;
      border-color: black;
      min-width: 270px;
      text-align: center;
      display: inline-block;
      padding: 9px 15px; }
      .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview:hover {
        background: #fff !important;
        color: #0f0f0f !important;
        border-color: #232323 !important; }
    .tabs__product-page .spr-container .spr-form {
      margin-top: 30px;
      padding-top: 33px; }
      .tabs__product-page .spr-container .spr-form > form {
        margin-bottom: 50px; }
    .tabs__product-page .spr-container .spr-form-title {
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: .05em;
      margin-bottom: 24px;
      color: #0f0f0f; }
    .tabs__product-page .spr-container .spr-form-label {
      font-size: 12px;
      font-weight: 500;
      color: #0f0f0f; }
    .tabs__product-page .spr-container .spr-form-contact-name,
    .tabs__product-page .spr-container .spr-form-review-title {
      margin-bottom: 18px; }
    .tabs__product-page .spr-container .spr-form-contact-email {
      margin-bottom: 26px; }
    .tabs__product-page .spr-container input[type="text"],
    .tabs__product-page .spr-container input[type="password"],
    .tabs__product-page .spr-container input[type="email"],
    .tabs__product-page .spr-container input[type="tel"],
    .tabs__product-page .spr-container textarea {
      border-color: #cacaca; }
    .tabs__product-page .spr-container input[type="text"],
    .tabs__product-page .spr-container input[type="password"],
    .tabs__product-page .spr-container input[type="email"],
    .tabs__product-page .spr-container input[type="tel"] {
      max-width: 570px; }
    .tabs__product-page .spr-container textarea {
      max-width: 770px; }
    .tabs__product-page .spr-container .spr-summary-starrating {
      position: relative;
      top: 0.5px; }
    .tabs__product-page .spr-container .spr-form-review-rating {
      margin-bottom: 20px; }
      .tabs__product-page .spr-container .spr-form-review-rating label {
        margin: 0 15px 0 0;
        vertical-align: middle; }
      .tabs__product-page .spr-container .spr-form-review-rating .spr-starrating {
        display: inline-block;
        vertical-align: middle; }
      .tabs__product-page .spr-container .spr-form-review-rating .spr-icon {
        width: 16px;
        height: 24px;
        padding: 0; }
    .tabs__product-page .spr-container .spr-form-review-body {
      margin-bottom: 20px; }
      .tabs__product-page .spr-container .spr-form-review-body label {
        margin-bottom: 14px; }
    .tabs__product-page .spr-container .spr-form-actions .spr-button-primary {
      float: none;
      padding: 10px 15px 8px;
      width: 100%;
      max-width: 270px;
      background: black;
      color: white;
      border-color: black; }
      .tabs__product-page .spr-container .spr-form-actions .spr-button-primary:hover {
        background: #fff;
        color: #0f0f0f;
        border-color: #232323; }
    .tabs__product-page .spr-container .spr-summary-caption {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: 1px; }
    .tabs__product-page .spr-container .spr-summary {
      line-height: 35px; }
    .tabs__product-page .spr-container .spr-reviews {
      margin-top: 30px; }
      .tabs__product-page .spr-container .spr-reviews .spr-review {
        padding: 28px 0 30px; }
    .tabs__product-page .spr-container .spr-starratings {
      font-size: 12px;
      margin-bottom: 8px; }
    .tabs__product-page .spr-container .spr-review-header-title {
      font-size: 12px;
      font-weight: 500;
      line-height: 20px;
      color: #0f0f0f;
      margin-bottom: 7px; }
    .tabs__product-page .spr-container .spr-review-header-byline {
      color: #999999;
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      line-height: 20px;
      margin-bottom: 13px;
      opacity: 1; }
      .tabs__product-page .spr-container .spr-review-header-byline strong {
        font-weight: normal; }
    .tabs__product-page .spr-container .spr-review-content {
      line-height: 24px;
      margin: 0; }
    .tabs__product-page .spr-container .spr-review-content-body {
      font-size: 12px;
      margin-bottom: 10px; }
      .tabs__product-page .spr-container .spr-review-content-body p {
        margin-bottom: 10px; }
    .tabs__product-page .spr-container .spr-review-reportreview {
      float: none;
      font-size: 12px;
      line-height: 20px;
      font-weight: 400;
      color: #999999;
      margin-left: 25px;
      position: relative; }
      .tabs__product-page .spr-container .spr-review-reportreview:before {
        content: "\f11d";
        font: normal normal normal 16px/1 FontAwesome;
        position: absolute;
        top: 0px;
        left: -25px;
        width: 18px;
        height: 18px;
        color: #c2c2c2; }
  .tabs__product-page dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px; }
    .tabs__product-page dl dt {
      font-weight: 500;
      min-width: 180px;
      margin-right: 5px; }
    .tabs__product-page dl dd {
      margin: 0; }
    .tabs__product-page dl dt,
    .tabs__product-page dl dd {
      display: inline-block;
      vertical-align: middle; }
  .tabs__product-page .gallery_lookbook-box .item {
    margin: 18px 0 42px; }
  .tabs__product-page .quote-detail h4:first-child {
    margin-bottom: 17px; }
  .tabs__product-page .quote-detail blockquote {
    padding: 24px 38px;
    margin-bottom: 32px; }

#shopify-section-product-custom-related .product-widget-tab .list-product-tabs li a span {
  background-image: none; }

#shopify-section-product-custom-recently-viewed .product-widget-tab .list-product-tabs li a span {
  background-image: none; }
#shopify-section-product-custom-recently-viewed .recently-viewed-products .widget-product .products-grid .grid-item {
  padding-left: 15px;
  padding-right: 15px; }

/* Newsletter popup success*/
.newsletter-success-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none; }
  .newsletter-success-modal i {
    margin-right: 10px;
    font-size: 16px; }
  .newsletter-success-modal .modal-overlay {
    background-color: rgba(35, 35, 35, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
  .newsletter-success-modal .halo-modal-content {
    width: 330px;
    padding: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3; }
  .newsletter-success-modal .halo-modal-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }

.wrapper-engraving {
  position: relative;
  z-index: 1; }
  .wrapper-engraving .alert_engraving {
    position: absolute;
    right: 0px;
    top: 10px;
    padding: 20px;
    background-color: #f44336;
    color: white;
    z-index: 10; }
    .wrapper-engraving .alert_engraving.show_alert {
      display: block !important; }
    .wrapper-engraving .alert_engraving.hide_alert {
      display: none !important; }
  .wrapper-engraving .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s; }
  .wrapper-engraving .closebtn:hover {
    color: #ffffff; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms; }

.text-center {
  text-align: center; }

.lds-dual-ring {
  display: block;
  width: 54px;
  height: 54px;
  text-align: center;
  margin: 0 auto; }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 4px solid #ccc;
    border-color: #ccc transparent #ccc transparent;
    animation: lds-dual-ring 1.2s linear infinite; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

#preview-bar-iframe {
  display: none !important; }

.free_shipping_massage1 {
  margin-top: 15px;
  margin-bottom: 20px;
  color: #0f0f0f; }
  .free_shipping_massage1 span {
    font-weight: 600; }

.checkbox-group {
  margin-bottom: 15px; }
  .checkbox-group label {
    font-weight: 400 !important; }

.zoomWindow {
  background-color: #fff; }

.customer-logged-in .page-header {
  text-align: left; }

.product-shop .shopify-product-form .custom-engraving {
  display: none !important; }

.shopify-model-viewer-ui__controls-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none; }
  .shopify-model-viewer-ui__controls-overlay > div {
    position: absolute;
    background: #fff;
    top: 0px;
    right: 0px;
    padding: 0;
    height: 62px;
    width: 62px;
    z-index: 1; }
    .shopify-model-viewer-ui__controls-overlay > div svg {
      height: 62px;
      width: 62px; }

.site-header .header-bottom {
  background-color: #0000 !important;
  position: fixed !important;
  z-index: 999;
  width: 100%; }

header.site-header {
  position: absolute;
  width: 100%;
  z-index: 999; }

div#shopify-section-1556181829880::before {
  position: relative; }

.slideshow.slick-initialized.slick-slider div::before {
  content: "";
  background-color: #00000057;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px; }

.is-sticky .header-bottom {
  background-color: #fff !important;
  z-index: 999 !important; }

.slideshow.slick-initialized.slick-slider div:before {
  background-color: #0000; }

.products-grid.row {
  gap: 0px !important; }
  .products-grid.row .inner-top {
    border: 1px solid #000; }
  .products-grid.row .item.grid-item.col-6.col-md-4.col-lg-3 {
    padding: 10px; }

.product-bottom {
  border-top: 1px solid #000;
  display: flex; }
  .product-bottom a.product-title {
    border-right: 1px solid #000;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px; }

.product-vendor {
  display: none; }

.price-box {
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center; }

a.product-title span {
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  hyphens: auto; }

.slide-content.abs_left {
  left: 5% !important; }

.star-reviews.star5 {
  display: none; }

.item {
  border: 0px !important; }

ul.slick-dots {
  display: none !important; }

.body-review {
  font-size: 23px !important;
  padding: 0 0px;
  color: #000 !important;
  line-height: 30px;
  margin: 0px !important;
  max-width: 1260px !important; }

img.lazyautosizes.lazyloaded {
  padding-bottom: 30px; }

button.slick-next.slick-arrow {
  background-color: #0000;
  color: #000;
  border: 0px;
  top: 150px; }
button.slick-prev.slick-arrow {
  background-color: #0000;
  border: 0px;
  top: 140px; }
  button.slick-prev.slick-arrow.slick-disabled {
    background-color: #0000;
    color: #000 !important;
    border: 0px;
    top: 140px; }

i.fa.fa-angle-right {
  font-size: 40px !important; }
i.fa.fa-angle-left {
  color: #000 !important;
  font-size: 40px; }

.full-banner.product-banner {
  position: relative; }
  .full-banner.product-banner a::after {
    content: "READ MORE";
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
    transition: 0.3s ease;
    top: 60%;
    left: 46% !important;
    right: 0 !important;
    bottom: 0;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    z-index: 1; }

ul.item-swatch {
  display: none !important; }

.price-box {
  margin: 0px !important; }

.footer-top-newsletter .banner-large-img {
  background-attachment: unset !important;
  padding: 90px 0px; }

section.policys-block .slick-slider .slick-track {
  width: 100% !important; }
  section.policys-block .slick-slider .slick-track .item {
    border: 1px solid #000 !important;
    box-sizing: border-box !important;
    padding: 13px 10px !important;
    width: 380px !important; }

section.policys-block {
  padding: 80px 0 !important;
  display: flex;
  justify-content: center; }
  section.policys-block .container {
    display: flex;
    justify-content: center;
    width: max-content; }

div#home2-top-banner-homepage2_top_banner_W9q8Ve .item.col-12.col-sm-6.two-blocks {
  padding: 0px; }
  div#home2-top-banner-homepage2_top_banner_W9q8Ve .item.col-12.col-sm-6.two-blocks img.lazyautosizes.lazyloaded {
    padding: 0px   !important; }

#shopify-section-homepage_new_products_tab_cjRCJg .widget-product ul.nav.nav-tabs.list-product-tabs li {
  position: relative;
  position: relative;
  overflow: hidden;
  color: var(--qode-main-color);
  border: 1px solid var(--qode-main-color);
  background: transparent;
  transition: color 0.3s ease;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 1px solid var(--qode-main-color);
  transition: all 0.25s ease-out; }
  #shopify-section-homepage_new_products_tab_cjRCJg .widget-product ul.nav.nav-tabs.list-product-tabs li a {
    border: none !important; }
    #shopify-section-homepage_new_products_tab_cjRCJg .widget-product ul.nav.nav-tabs.list-product-tabs li a::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      height: 100%;
      background: var(--qode-main-color);
      transition: width 1s ease;
      z-index: 0; }
    #shopify-section-homepage_new_products_tab_cjRCJg .widget-product ul.nav.nav-tabs.list-product-tabs li a::after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 0;
      height: 100%;
      background: var(--qode-main-color);
      transition: width 1s ease;
      z-index: 0; }
  #shopify-section-homepage_new_products_tab_cjRCJg .widget-product ul.nav.nav-tabs.list-product-tabs li:hover {
    color: #fff;
    color: #fff;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color); }
    #shopify-section-homepage_new_products_tab_cjRCJg .widget-product ul.nav.nav-tabs.list-product-tabs li:hover a:before {
      content: '';
      border-top: 1px solid #000;
      position: absolute;
      top: 0px !important;
      width: 100%;
      height: 100%;
      border-left: 1px solid #000; }
    #shopify-section-homepage_new_products_tab_cjRCJg .widget-product ul.nav.nav-tabs.list-product-tabs li:hover a:after {
      content: '';
      border-bottom: 1px solid #000;
      position: absolute;
      bottom: 0px !important;
      right: 0;
      width: 100%;
      height: 100%;
      border-right: 1px solid #000; }
    #shopify-section-homepage_new_products_tab_cjRCJg .widget-product ul.nav.nav-tabs.list-product-tabs li:hover::before {
      width: 100%; }

#shopify-section-homepage_new_products_tab_cjRCJg .widget-product ul.nav.nav-tabs.list-product-tabs li a,
#shopify-section-homepage_new_products_tab_cjRCJg .widget-product ul.nav.nav-tabs.list-product-tabs li a {
  position: relative;
  z-index: 1; }

.fa-phone:before {
  content: "\f095";
  font-family: 'fontawesome';
  color: #000;
  font-style: normal;
  font-size: 19px !important;
  padding: 0 18px 0 0;
  content: "\f095";
  font-family: 'fontawesome';
  color: #000;
  font-style: normal;
  font-size: 19px !important;
  padding: 0 18px 0 0; }

.fa-envelope:before {
  content: "\f0e0";
  font-family: 'fontawesome';
  color: #000;
  font-style: normal;
  font-size: 15px;
  padding: 0 15px 0 0;
  content: "\f0e0";
  font-family: 'fontawesome';
  color: #000;
  font-style: normal;
  font-size: 15px;
  padding: 0 15px 0 0; }

.footer.address p span > span {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  padding: 0 20px 0 0; }
.footer .footer-top .footer-newsletter h3 {
  font-size: 17px;
  color: #000;
  font-weight: 700; }
.footer .footer-top .footer-newsletter .des {
  font-size: 13px;
  color: #000; }

h3.foot-title.dropdow-mb {
  color: #000 !important;
  font-weight: 700 !important;
  font-size: 17px !important; }
  h3.foot-title.dropdow-mb ul li {
    font-size: 10px !important; }

.footer .footer-top .col-footer ul li a {
  color: #000 !important;
  font-size: 13px !important; }
.footer .footer-top .col-footer ul li + li {
  margin: 0 !important;
  padding-top: 11px !important; }

.footer .footer-top .address p {
  color: #000 !important;
  font-size: 13px !important; }

.footer .footer-top .column-footer .newsletter .input-group-field {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid  #fff;
  background-color: #262525;
  color: #000 !important; }
.footer .footer-top .column-footer .newsletter .btn, .footer .footer-top .column-footer .newsletter .product-shop .shopify-payment-button .shopify-payment-button__button, .product-shop .shopify-payment-button .footer .footer-top .column-footer .newsletter .shopify-payment-button__button, .footer .footer-top .column-footer .newsletter .product-customer-review .customer-review-content .spr-summary-actions a, .product-customer-review .customer-review-content .spr-summary-actions .footer .footer-top .column-footer .newsletter a, .footer .footer-top .column-footer .newsletter .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .footer .footer-top .column-footer .newsletter .spr-summary-actions-newreview {
  width: 100%; }
  .footer .footer-top .column-footer .newsletter .btn:hover, .footer .footer-top .column-footer .newsletter .product-shop .shopify-payment-button .shopify-payment-button__button:hover, .product-shop .shopify-payment-button .footer .footer-top .column-footer .newsletter .shopify-payment-button__button:hover, .footer .footer-top .column-footer .newsletter .product-customer-review .customer-review-content .spr-summary-actions a:hover, .product-customer-review .customer-review-content .spr-summary-actions .footer .footer-top .column-footer .newsletter a:hover, .footer .footer-top .column-footer .newsletter .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .spr-summary-actions .footer .footer-top .column-footer .newsletter .spr-summary-actions-newreview:hover {
    border: 1px solid #000 important;
    color: #000 important;
    translate: 0px  4px important; }

.footer .footer-top .column-footer .newsletter .input-group-field {
  color: #fff !important; }

.breadcrumb {
  display: flex;
  justify-content: flex-start; }
  .breadcrumb a {
    color: #000 !important;
    font-size: 15px !important; }
  .breadcrumb .arrow i.fa.fa-angle-right {
    font-size: 20px !important;
    color: #000;
    padding: 0 20px; }

.collection-text-block-content.text-center {
  display: none; }

.widget.sidebar-links {
  margin-top: 60px !important; }

@media (max-width: 1366px) {
  section.policys-block .slick-track {
    transform: unset !important; }

  section.policys-block .slick-slider .slick-track .item {
    border: 1px solid black !important;
    box-sizing: border-box !important;
    padding: 4px 0px !important;
    width: 253px !important; }

  .item.col-12.col-sm-6.col-lg-4.col-xl-3.slick-slide.slick-cloned {
    display: none; }

  .policys-block .policy-text {
    width: 60%; } }
.breadcrumb {
  justify-content: flex-start !important; }

div#ProductSection-product-template {
  padding-top: 65px; }

.custom-product-description .product-img.col-md-6 {
  flex: 0 0 calc(100% - 800px) !important; }

@media (min-width: 480px) {
  .swiper.gallery-swiper {
    display: none !important; } }
@media (max-width: 480px) {
  .wrapper-nav {
    display: none; }

  .swiper.gallery-swiper {
    position: relative;
    overflow: scroll !important; }

  .footer-top-newsletter .banner-large-img .banner-content .banner-title {
    font-size: 14px !important;
    line-height: 25px; }

  .swiper.gallery-swiper .swiper-wrapper {
    gap: 15px; }

  .product-img-box.grid-item-border .product-photo-container {
    display: none; }

  .product-collection.row.column-4.products-list .inner.product-item .inner-top .product-top {
    margin: 0px !important;
    max-width: 100% !important; }

  #shopify-section-product-template-custom .tab-content p {
    color: #5f5f5f !important;
    font-size: 12px !important;
    line-height: 22px !important; }

  .list-product-tabs li a {
    color: #0f0f0f;
    font-size: 22px !important; }

  .product-item .product-bottom {
    padding-top: 0px;
    margin-top: -7px; }

  .product-collection.row.column-4.products-list .product-item .price-box {
    padding: 6px 0px; }

  .product-collection.row.column-4.products-list a.product-title span {
    font-size: 16px;
    line-height: 22px;
    overflow: unset !important;
    text-overflow: unset !important;
    display: block;
    -webkit-line-clamp: revert;
    -webkit-box-orient: unset;
    word-wrap: normal;
    hyphens: unset;
    white-space: normal; }

  .product-collection.row.column-4.products-list .product-details {
    margin-top: 31px !important;
    padding: 0px 18px; }

  .sidebar {
    z-index: 999 !important; }

  .product-collection.row.column-4.products-list .product-item .inner-top {
    border: 1px solid #000; }

  .grid-item.grid-item-border.col-6.col-md-4.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .products-grid.row {
    gap: 0px !important;
    flex-direction: column; }

  .tab-content.product-tabs-content .item.grid-item.col-6.col-md-4.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .jas-mb-style {
    z-index: 999 !important; }

  div#back-top {
    display: none !important; }

  #shopify-section-homepage_new_products_tab_cjRCJg .widget-product ul.nav.nav-tabs.list-product-tabs li a {
    padding: 3px 3px;
    margin: 0px 0px;
    width: 180px; }

  .close-menu-mb.menu-open {
    z-index: 9999 !important; }

  #shopify-section-homepage_new_products_tab_cjRCJg .widget-product ul.nav.nav-tabs.list-product-tabs {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important; }

  .header-mb .logo-img img {
    max-height: 70px !important;
    padding: 10px 0px; }

  .collection-template.collection .collection-wrapper.page-header h1 {
    font-size: 28px !important; }

  .product-img.col-md-6 img {
    height: 600px !important;
    object-fit: cover !important; }

  .custom-product-description .product-img.col-md-6 {
    flex: 0 0 calc(100% - 0px) !important; }

  .breadcrumb {
    justify-content: flex-start !important; }

  .list-product-tabs li a {
    font-size: 22px; }

  section.policys-block .slick-slider .slick-track .item {
    width: 360px !important; }

  .halo-product-custom.halo-product-default {
    padding-top: 68px !important; }

  .breadcrumb span {
    font-size: 12px !important; }

  .breadcrumb a {
    font-size: 12px !important; }

  .breadcrumb .arrow i.fa.fa-angle-right {
    padding: 0px;
    font-size: 12px !important; }

  .product-bottom a.product-title span {
    font-size: 12px !important; }

  .product-bottom a.product-title {
    text-overflow: unset;
    overflow: unset;
    white-space: unset; }

  body#privacy-policy .container {
    max-width: 100% !important;
    padding: 0px; }
    body#privacy-policy .container .rte {
      padding: 0px 20px !important; }
      body#privacy-policy .container .rte p {
        font-size: 14px !important; }
      body#privacy-policy .container .rte h3 strong {
        font-size: 22px !important;
        font-weight: 400 !important; }
      body#privacy-policy .container .rte h2 strong {
        font-size: 22px !important;
        font-weight: 400 !important; }

  body#terms-and-conditions .container {
    max-width: 100% !important;
    padding: 0px; }
    body#terms-and-conditions .container .rte {
      padding: 0px 20px !important; }
      body#terms-and-conditions .container .rte p {
        font-size: 14px !important; }
      body#terms-and-conditions .container .rte h3 strong {
        font-size: 22px;
        font-weight: 400 !important; }
      body#terms-and-conditions .container .rte h3 {
        font-size: 22px !important; }
      body#terms-and-conditions .container .rte h2 strong {
        font-size: 22px;
        font-weight: 400 !important; }
      body#terms-and-conditions .container .rte h2 {
        font-size: 22px !important; }

  header.page-header {
    margin: 0px;
    padding: 35px 0px;
    background-color: #00000029;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 80px;
    padding-top: 135px; }
    header.page-header h2 span {
      color: #000000;
      font-size: 25px !important; }

  section#slideshow-1556181829880 h2.slide-heading span {
    color: #000 !important; }
  section#slideshow-1556181829880:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000017;
    z-index: 2;
    pointer-events: none; }

  .widget-title .box-title {
    font-size: 14px;
    margin-bottom: 0px; }

  .home-new-product-tab .list-product-tabs li a {
    font-size: 10px;
    font-weight: 400;
    padding: 6px 9px 6px; }

  #shopify-section-homepage_new_products_tab_cjRCJg .widget-title {
    padding-bottom: 20px; }

  a.btn, .product-shop .shopify-payment-button a.shopify-payment-button__button, .product-customer-review .customer-review-content .spr-summary-actions a, .tabs__product-page .spr-container .spr-summary-actions a.spr-summary-actions-newreview {
    display: none !important; }

  .price-box {
    font-size: 10px;
    padding: 10px 7px; }

  .product-bottom a.product-title {
    padding-left: 6px;
    margin-bottom: 0px; }

  .body-review {
    font-size: 14px !important;
    line-height: 20px; }

  #section-product_banner_block_BAKFyp {
    margin-top: 0px;
    margin-bottom: 0px; }

  #shopify-section-product_banner_block_BAKFyp .full-banner.product-banner {
    padding: 0px; }

  .full-banner.product-banner a:after {
    font-size: 14px;
    top: 50%;
    left: 40% !important; }

  .product-banner-block .full-banner .product-banner-wrap {
    padding: 0px 0px;
    margin-top: 10px !important; }
  .product-banner-block .product-banner .banner-item .product-banner-wrap .title {
    font-size: 20px !important; }

  .footer-top-newsletter .banner-large-img .banner-content .banner-title {
    font-size: 12px !important;
    margin: -20px 0 40px 0; }

  #shopify-section-newsletter_block_nRy4xB .custom-block-banner.banner-large-img.lazyloaded input.input-group-field {
    border: 0px;
    background: #000 0;
    min-width: 180px !important;
    padding: 7px 15px 10px 6px;
    width: 200px !important;
    height: 25px;
    font-size: 14px; }

  .block-content input.btn, .block-content .product-shop .shopify-payment-button input.shopify-payment-button__button, .product-shop .shopify-payment-button .block-content input.shopify-payment-button__button, .block-content .tabs__product-page .spr-container .spr-summary-actions input.spr-summary-actions-newreview, .tabs__product-page .spr-container .spr-summary-actions .block-content input.spr-summary-actions-newreview {
    padding: 5px 0px !important;
    margin: -7px 0 14px 0px;
    padding: 5px 0px !important;
    margin: -7px 0 14px 0px; }

  p.slide-text {
    z-index: 9;
    position: relative;
    margin: -120px 0 0 0 !important;
    text-align: center !important; }

  .slideshow.slick-initialized.slick-slider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000001f;
    z-index: 2;
    pointer-events: none; }

  #shopify-section-1556181829880 .slide-content.abs_left {
    padding: 0px 90px 47px 100px !important;
    margin: -90px 0 0 0 !important; }

  img.lazyautosizes.lazyloaded {
    padding-bottom: 0px; }

  #section-homepage_new_products_tab_cjRCJg {
    margin-top: 0px;
    margin-bottom: 0px; }

  #shopify-section-1556181829880 p {
    color: #fff !important; }
  #shopify-section-1556181829880 .slide-content.abs_left {
    padding: 0 90px 47px 100px !important;
    margin: -177px 0 0 !important; }
  #shopify-section-1556181829880 .images-contain:after {
    content: '';
    background-color: #0000004a !important;
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px; }

  .images-contain a img {
    height: 400px;
    object-fit: cover; }

  #shopify-section-product_banner_block_BAKFyp .full-banner.product-banner {
    padding: 0 0px 0 0px !important;
    position: relative;
    margin: 0 auto; }
    #shopify-section-product_banner_block_BAKFyp .full-banner.product-banner img {
      height: 328px;
      object-fit: cover; }
  #shopify-section-product_banner_block_BAKFyp .content.product-banner-wrap {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 999; }
    #shopify-section-product_banner_block_BAKFyp .content.product-banner-wrap div h3 span {
      color: #ffffff !important; }

  .footer-top-newsletter .banner-large-img {
    background-attachment: unset !important;
    padding: 127px 0; }
    .footer-top-newsletter .banner-large-img .banner-content .banner-title {
      font-size: 20px;
      margin-bottom: 33px !important;
      margin-top: 0; }

  section.policys-block .slick-track {
    transform: unset !important; }

  section.policys-block .slick-slider .slick-track {
    display: flex;
    flex-direction: column; }

  .footer-top-newsletter .banner-large-img .banner-content .banner-title {
    font-size: 17px !important; }

  .slide-content .slide-heading {
    background-color: #000; }
    .slide-content .slide-heading span {
      filter: invert(1) contrast(1.5) brightness(3.5);
      z-index: 9 !important;
      position: relative !important; } }
body#terms-and-conditions .container {
  max-width: 100% !important;
  padding: 0px; }
  body#terms-and-conditions .container .rte {
    padding: 0px 120px; }
    body#terms-and-conditions .container .rte p {
      font-size: 16px; }
    body#terms-and-conditions .container .rte h3 strong {
      font-size: 32px;
      font-weight: 500 !important; }
    body#terms-and-conditions .container .rte h2 strong {
      font-size: 32px;
      font-weight: 500 !important; }
body#terms-and-conditions header.page-header {
  margin: 0px;
  padding: 120px 0px;
  background-color: #00000029;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 80px;
  padding-top: 180px; }
  body#terms-and-conditions header.page-header h2 span {
    color: #000000;
    font-size: 42px; }

body#privacy-policy .container {
  max-width: 100% !important;
  padding: 0px; }
  body#privacy-policy .container .rte {
    padding: 0px 120px; }
    body#privacy-policy .container .rte p {
      font-size: 16px; }
    body#privacy-policy .container .rte h3 strong {
      font-size: 32px;
      font-weight: 500 !important; }
    body#privacy-policy .container .rte h2 strong {
      font-size: 32px;
      font-weight: 500 !important; }
body#privacy-policy header.page-header {
  margin: 0px;
  padding: 120px 0px;
  background-color: #00000029;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 80px;
  padding-top: 180px; }
  body#privacy-policy header.page-header h2 span {
    color: #000000;
    font-size: 42px; }

.product-bottom {
  display: flex;
  justify-content: left !important;
  flex-direction: column;
  text-align: left !important; }

.product-bottom a.product-title {
  padding: 10px 10px 0px 20px;
  border: none;
  text-align: left !important;
  justify-content: left; }

.price-box {
  justify-content: flex-start;
  padding: 10px 20px;
  text-align: left !important; }

.product-bottom a.product-title span {
  font-size: 13px; }

.product-des.abs-bottom.abs-bottom-dt {
  display: none; }

.product-top .product-image.image-swap {
  margin-bottom: -8px; }

.custom-product-description div#collapse-tab11 p {
  font-size: 16px;
  line-height: 32px;
  color: #000; }

.product-description-content.row {
  align-items: center; }

.product-img.col-md-6 img {
  height: 600px; }

.halo-product-custom.halo-product-default .container {
  display: flex !important;
  flex-direction: column !important; }

.breadcrumb {
  order: 1 !important;
  display: flex !important; }

.halo-product-content {
  order: 2 !important; }

.halo-product-custom.halo-product-default {
  padding-top: 120px !important; }

.collection-template.collection .collection-wrapper.page-header h1 {
  top: 100px;
  position: relative !important;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 32px; }

header.site-header {
  top: 0px; }

div#shopify-section-collection-template {
  margin-top: 120px; }

ul.nav.nav-tabs.list-product-tabs .tab-links .active::before {
  content: "";
  border-top: 1px solid #000;
  position: absolute;
  top: 0 !important;
  width: 100%;
  height: 100%;
  border-left: 1px solid #000; }

ul.nav.nav-tabs.list-product-tabs .tab-links .active:after {
  content: "";
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 0 !important;
  right: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #000; }

.product-img-box.grid-item-border .slick-arrow {
  display: none !important; }

section.related-products .product-item .product-bottom {
  padding-top: 0;
  margin-top: 1px !important; }

section.recently-viewed-products .product-item .product-bottom {
  padding-top: 0;
  margin-top: -7px !important; }

.product.product-default .container {
  padding: 0px !important; }

/* Make left column sticky */
.product-shop.col-md-6.horizontal-moreview {
  position: sticky;
  top: 100px;
  align-self: flex-start;
  max-height: calc(100vh -800px);
  overflow: auto; }

.halo-product-content .pro-page.row {
  position: relative !important; }

.products-grid img.lazyautosizes.lazyloaded {
  padding-bottom: 1px !important; }

.next-prev-product {
  display: none !important; }

.swatch .swatch-element.size input:checked + label {
  background: #000000;
  border: 1px solid #232323;
  color: #fff;
  border-radius: 0px !important;
  padding: 0px 12px; }

.swatch-element label {
  border: 1px solid #00000047 !important;
  border-radius: 0px !important;
  padding: 0px 12px !important; }

@media (max-width: 430px) {
  .home-new-product-tab .list-product-tabs {
    margin: 0px !important; }
    .home-new-product-tab .list-product-tabs li a {
      font-size: 14px !important; }

  .home-product-tab .list-product-tabs {
    margin: 0px !important; }

  .product-widget-tab .list-product-tabs {
    margin: 0px !important; }

  .footer-top-newsletter .banner-large-img .banner-content .banner-title span {
    font-size: 14px !important;
    margin-bottom: 12px;
    margin-top: 0; } }
.swatch .swatch-element.color input:checked + label {
  min-width: 41px !important;
  height: 16px !important;
  border: 3px solid #e3e3e3 !important; }

.swatch:not(.size):not(.Size):not(.color):not(.Color) label {
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border: 0px solid #e3e3e3 !important; }
