/*============================================================================







    MCS CUSTOM 2020





==============================================================================*/
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.vertical {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.horizontal {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0); }

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

body.no-scroll {
  overflow: hidden; }

theme
header.header {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 1;
  visibility: visible; }

header.header.hide {
  opacity: 0;
  visibility: hidden; }

@media only screen and (min-width: 1199px) {
  .header .main-nav__list .main-nav__list-item:not(:last-child) {
    margin-right: 20px !important; } }
.collection-desc {
  width: 100%;
  text-align: center; }
  .collection-desc p {
    text-align: center; }
  .collection-desc img {
    display: block;
    width: 100%; }

.custom-shop-section {
  position: relative;
  text-align: center; }
  .custom-shop-section a {
    display: block; }
  .custom-shop-section .prod-title {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0 0;
    margin: 0; }
  .custom-shop-section .prod-desc {
    margin: 0;
    padding: 15px 0;
    line-height: 1.4em; }
  .custom-shop-section .prod-price {
    color: #666;
    font-weight: 600;
    font-size: 14px;
    padding: 0px 0 0; }
  .custom-shop-section .shop-item {
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 767px) {
      .custom-shop-section .shop-item {
        padding: 0 30px 60px 30px; } }
    .custom-shop-section .shop-item:hover {
      cursor: pointer; }
  .custom-shop-section.shop-cols-4 .shop-item {
    width: 22%;
    margin: 1%; }
    @media (max-width: 767px) {
      .custom-shop-section.shop-cols-4 .shop-item {
        width: 46%;
        margin: 1% 1% 30px 1%;
        padding: 0; } }
  .custom-shop-section.shop-cols-5 .shop-item {
    width: 17%;
    margin: 1%; }
    @media (max-width: 767px) {
      .custom-shop-section.shop-cols-5 .shop-item {
        width: 46%;
        margin: 1% 1% 30px 1%;
        padding: 0; } }
  .custom-shop-section.shop-cols-6 .shop-item {
    width: 14%;
    margin: 1%; }
    @media (max-width: 767px) {
      .custom-shop-section.shop-cols-6 .shop-item {
        width: 46%;
        margin: 1% 1% 30px 1%;
        padding: 0; } }
  .custom-shop-section #addToCart {
    background: black;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    padding: 10px 30px;
    margin: 0;
    color: white;
    font-weight: 600;
    margin-top: 12px;
    border: 0; }

.product-modal {
  padding: 30px 30px 40px 30px;
  background: white;
  border: 1px solid #eee;
  z-index: 9999;
  top: 50%;
  width: 90%;
  display: block;
  position: absolute;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 767px) {
    .product-modal {
      width: 95%;
      top: 40%;
      padding: 30px; } }
  .product-modal .prod-img {
    float: left;
    width: 45%;
    margin-right: 5%; }
    @media (max-width: 767px) {
      .product-modal .prod-img {
        width: 100%;
        float: none;
        margin: 0 0 30px 0; } }
  .product-modal .product-more-info {
    text-align: left;
    padding-top: 0px;
    width: 50%;
    padding-right: 15px;
    float: left; }
    .product-modal .product-more-info p {
      margin-bottom: 15px; }
    @media (max-width: 767px) {
      .product-modal .product-more-info {
        width: 100%;
        float: none;
        margin: 0 0 30px 0;
        text-align: center; } }
  .product-modal .external-link {
    text-transform: uppercase;
    position: relative;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    padding-bottom: 2px;
    letter-spacing: 1.38px;
    padding: 12px 0;
    display: inline-block;
    color: #1a5e86; }
    .product-modal .external-link:hover {
      color: #1a5e86; }
    .product-modal .external-link:hover:after {
      width: 0;
      left: 50%; }
  .product-modal .external-link:after {
    transition: left 0.3s, right 0.3s;
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    height: 2px;
    background-color: #1a5e86;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .product-modal .more-icons {
    text-align: left;
    margin-top: 5px; }
    .product-modal .more-icons .icons {
      width: 75px;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      margin-right: 15px;
      margin-bottom: 15px; }
  .product-modal.active {
    opacity: 1;
    visibility: visible;
    top: 35%; }
  .product-modal .mcs-close {
    display: block;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 9999;
    width: 60px;
    height: 60px; }
    .product-modal .mcs-close:hover {
      cursor: pointer; }
    .product-modal .mcs-close:before, .product-modal .mcs-close:after {
      content: '';
      position: absolute;
      width: 36px;
      height: 1px;
      background-color: black;
      top: 16px; }
    .product-modal .mcs-close:before {
      -webkit-transition: all 0.8s ease-in-out;
      -moz-transition: all 0.8s ease-in-out;
      -o-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg); }
    .product-modal .mcs-close:after {
      -webkit-transition: all 0.8s ease-in-out;
      -moz-transition: all 0.8s ease-in-out;
      -o-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg); }
  .product-modal.active .mcs-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }
  .product-modal.active .mcs-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.prod-info-overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 999;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden; }
  .prod-info-overlay.active {
    opacity: 1;
    visibility: visible; }

.custom-photo-blocks .photo-block {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  padding-top: 50%;
  color: white;
  text-align: center; }
  @media (max-width: 767px) {
    .custom-photo-blocks .photo-block {
      padding-top: 100%;
      width: 100%; } }
  .custom-photo-blocks .photo-block .vertical {
    width: 100%;
    padding: 0 20%;
    text-align: center;
    z-index: 3; }
  .custom-photo-blocks .photo-block h3 {
    color: white;
    font-size: 20px;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0 0 17px; }
  .custom-photo-blocks .photo-block p {
    color: white; }
  .custom-photo-blocks .photo-block a {
    color: white; }
  .custom-photo-blocks .photo-block .text-link {
    display: inline-block;
    vertical-align: top;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    outline: none !important;
    padding: 0;
    margin: 0;
    border: 0;
    background: none; }
  .custom-photo-blocks .photo-block:hover a {
    color: white; }

.mask-video {
  display: block;
  width: 100%;
  position: relative; }

.bundle-builder-app--bundle--product-name {
  font-size: 14px; }

.bundle-builder-app--bundle--product--show-more {
  font-size: 12px; }

.cart__meta-text .product-details__item {
  display: none; }

.cart .cart__remove {
  padding: 5px 0;
  position: relative; }

.top-menu-list {
  display: flex;
  list-style: none;
  justify-content: space-between;
  /*    align-items: center;*/
  max-width: 300px;
  margin: 0 auto;
  padding: 2px 0;
  padding-top: 8px; }

.top-menu-list li {
  margin-bottom: 0;
  position: relative; }

.top-menu-list li::before {
  content: '';
  width: 1px;
  height: 15px;
  background-color: #33333369;
  left: 62px;
  position: absolute;
  top: 20%; }

.top-menu-list li:last-child::before {
  display: none;
  visibility: hidden; }

.top-menu-list li > a:hover g, .top-menu-list li.active > a g {
  opacity: 1 !important; }

#shopify-section-template--15879999389866__16630174746fb75e98 .btn {
  color: #000;
  background: transparent;
  border: .75px solid #000;
  opacity: 1; }

#header {
  display: block !important; }

.product-3711224840276 .price {
  display: none; }
