@font-face {
  font-family: 'bc-sf-filter-ico';
  src: url("bc-sf-filter-ico.eot?1fx0d6");
  src: url("bc-sf-filter-ico.eot?1fx0d6#iefix") format("embedded-opentype"), url("bc-sf-filter-ico.ttf?1fx0d6") format("truetype"), url("bc-sf-filter-ico.woff?1fx0d6") format("woff"), url("bc-sf-filter-ico.svg?1fx0d6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Color */
.bc-quickview-btn {
  background: white;
  color: #3d4246;
  border: 1px solid white; }
  .bc-quickview-btn:hover {
    background: #3d4246;
    color: white;
    border-color: #3d4246; }

.bc-addtocart-btn {
  background: rgba(34, 34, 34, 0.9);
  color: white;
  border: 1px solid rgba(34, 34, 34, 0.9); }
  .bc-addtocart-btn:hover {
    background: #3d4246;
    color: white;
    border-color: #3d4246; }

/* ==================================== */
.bc-quickview-btn-wrapper,
.bc-addtocart-product-form {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin: 0; }

.bc-addtocart-btn,
.bc-quickview-btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  white-space: nowrap; }
  .bc-addtocart-btn:focus,
  .bc-quickview-btn:focus {
    outline: none; }

@media screen and (min-width: 1200px) {
  .bc-al-exist .bc-al-overlay:before {
    content: "";
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; } }
@media screen and (min-width: 1200px) {
  .bc-al-style-cirle.bc-qv-only-icon .bc-quickview-btn {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  .bc-al-style-cirle.bc-atc-only-icon .bc-addtocart-btn {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; } }
@media screen and (min-width: 1200px) {
  .bc-al-exist {
    position: relative;
    overflow: hidden; }
    .bc-al-exist .bc-action-list-wrapper {
      position: absolute;
      z-index: 9; } }
@media (max-width: 1199px) {
  .bc-quickview-btn-wrapper {
    display: none !important; }

  .bc-al-exist {
    padding-bottom: 30px;
    margin-bottom: 0 !important; }
    .bc-al-exist .bc-action-list-wrapper {
      width: 100% !important;
      padding-top: 5px; }
    .bc-al-exist .bc-addtocart-product-form {
      display: block; }
    .bc-al-exist .bc-addtocart-btn {
      width: 100%;
      border: 2px solid #3d4246 !important;
      background: none !important;
      padding: 0 5px;
      line-height: 30px;
      color: #3d4246 !important;
      font-weight: 400; }
      .bc-al-exist .bc-addtocart-btn:hover {
        background: #3d4246 !important;
        color: #fff !important; }
  .bc-al-exist script + div,
  .bc-al-exist script + a {
    margin-bottom: 5px;
    padding-bottom: 0; } }
    @media (max-width: 1199px) and (max-width: 320px) {
      .bc-al-exist .bc-addtocart-btn {
        font-size: 14px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .bc-al-exist .bc-addtocart-btn {
    letter-spacing: -0.14em; } }
.bc-al-exist .bc-addtocart-btn.bc-addtocart-sold-out {
  cursor: default;
  border-color: #bebebe !important;
  background-color: #bebebe !important;
  color: #fff !important; }

.bc-atc-icon-text .bc-al-exist .bc-addtocart-btn.bc-addtocart-sold-out span:before {
  content: "" !important; }

@media screen and (min-width: 1200px) {
  .bc-action-list-wrapper {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; } }

.bc-al-exist:hover .bc-action-list-wrapper {
  filter: alpha(opacity=100);
  opacity: 1; }

@media screen and (min-width: 1200px) {
  .bc-qv-icon-text .bc-quickview-btn {
    height: 34px;
    line-height: 32px;
    padding: 0 10px;
    display: inline-block;
    text-transform: uppercase; }
    .bc-qv-icon-text .bc-quickview-btn span {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 12px;
      text-align: center; }
      .bc-qv-icon-text .bc-quickview-btn span:before {
        display: inline-block;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'bc-sf-filter-ico' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e910";
        font-size: 16px;
        line-height: 32px;
        font-weight: 300;
        margin-right: 10px;
        vertical-align: top; } }

@media screen and (min-width: 1200px) {
  .bc-atc-icon-text .bc-addtocart-btn {
    height: 34px;
    line-height: 32px;
    padding: 0;
    display: inline-block;
    text-transform: uppercase; }
    .bc-atc-icon-text .bc-addtocart-btn span {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 12px;
      text-align: center; }
      .bc-atc-icon-text .bc-addtocart-btn span:before {
        display: inline-block;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'bc-sf-filter-ico' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e911";
        font-size: 14px;
        line-height: 32px;
        font-weight: 600;
        vertical-align: top;
        margin-right: 10px; } }

@media screen and (min-width: 1200px) {
  .bc-qv-only-icon .bc-quickview-btn {
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: top; }
    .bc-qv-only-icon .bc-quickview-btn span {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 0;
      text-align: center; }
      .bc-qv-only-icon .bc-quickview-btn span:before {
        display: block;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'bc-sf-filter-ico' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e910";
        font-size: 16px;
        line-height: 32px;
        font-weight: 300; } }

@media screen and (min-width: 1200px) {
  .bc-atc-only-icon .bc-addtocart-btn {
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: top; }
    .bc-atc-only-icon .bc-addtocart-btn span {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 0;
      text-align: center; }
      .bc-atc-only-icon .bc-addtocart-btn span:before {
        display: block;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'bc-sf-filter-ico' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e911";
        font-size: 14px;
        line-height: 32px;
        font-weight: 600; } }

.bc-qv-only-text .bc-quickview-btn-wrapper + .bc-addtocart-product-form {
  display: block;
  text-align: center; }
.bc-qv-only-text .bc-quickview-btn {
  height: 34px;
  line-height: 32px;
  padding: 0 15px; }
@media screen and (min-width: 1200px) {
  .bc-qv-only-text.bc-al-style-cirle .bc-quickview-btn {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; } }

@media screen and (min-width: 1200px) {
  .bc-atc-only-text .bc-addtocart-btn {
    height: 34px;
    line-height: 32px;
    padding: 0 15px; }
    .bc-atc-only-text .bc-addtocart-btn span {
      display: block;
      width: 100%;
      height: 100%;
      text-align: center;
      font-weight: 500; }
  .bc-atc-only-text.bc-al-style-cirle .bc-addtocart-btn {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; } }

@media screen and (min-width: 1200px) {
  .bc-al-bottom-v.bc-qv-only-icon .bc-quickview-btn,
  .bc-al-bottom-v.bc-qv-only-icon .bc-addtocart-btn {
    width: 40px;
    height: 40px; }
    .bc-al-bottom-v.bc-qv-only-icon .bc-quickview-btn span:before,
    .bc-al-bottom-v.bc-qv-only-icon .bc-addtocart-btn span:before {
      line-height: 38px; }
  .bc-al-bottom-v .bc-action-list-wrapper {
    right: 0px;
    left: auto !important;
    margin-top: -10px;
    left: auto !important;
    right: 0px;
    text-align: right;
    padding-right: 10px; }
    .bc-al-bottom-v .bc-action-list-wrapper .bc-quickview-btn-wrapper,
    .bc-al-bottom-v .bc-action-list-wrapper .bc-addtocart-product-form {
      margin-top: 5px;
      display: block; }
  .bc-al-bottom-v .bc-al-exist:hover .bc-al-overlay:before {
    background-color: rgba(0, 0, 0, 0.15); } }
@media screen and (min-width: 1200px) {
  .bc-al-bottom-h.bc-al-only-icon .bc-quickview-btn,
  .bc-al-bottom-h.bc-al-only-icon .bc-addtocart-btn {
    width: 45px;
    height: 45px; }
    .bc-al-bottom-h.bc-al-only-icon .bc-quickview-btn span:before,
    .bc-al-bottom-h.bc-al-only-icon .bc-addtocart-btn span:before {
      line-height: 43px; }
  .bc-al-bottom-h.bc-al-only-icon .bc-quickview-btn-wrapper {
    text-align: right; }
    .bc-al-bottom-h.bc-al-only-icon .bc-quickview-btn-wrapper + .bc-addtocart-product-form .bc-addtocart-btn {
      border-left: none; }
  .bc-al-bottom-h.bc-al-only-icon .bc-action-list-wrapper {
    left: auto !important;
    right: 0px;
    text-align: right; }
  .bc-al-bottom-h .bc-al-exist:hover .bc-al-overlay:before {
    background-color: rgba(0, 0, 0, 0.15); } }
@media screen and (min-width: 1200px) {
  .bc-al-bottom-h-full.bc-al-only-icon {
    /* One Button */ }
    .bc-al-bottom-h-full.bc-al-only-icon .bc-action-list-wrapper {
      right: 0;
      width: 100%; }
      .bc-al-bottom-h-full.bc-al-only-icon .bc-action-list-wrapper:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 5px;
        background-color: rgba(34, 34, 34, 0.9);
        width: 1px;
        height: 30px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .bc-al-bottom-h-full.bc-al-only-icon .bc-action-list-wrapper:hover:before {
        background-color: transparent; }
      .bc-al-bottom-h-full.bc-al-only-icon .bc-action-list-wrapper .bc-quickview-btn-wrapper {
        border-right: none; }
      .bc-al-bottom-h-full.bc-al-only-icon .bc-action-list-wrapper .bc-quickview-btn-wrapper,
      .bc-al-bottom-h-full.bc-al-only-icon .bc-action-list-wrapper .bc-addtocart-product-form {
        width: 50%;
        display: block;
        float: left;
        box-sizing: content-box; }
    .bc-al-bottom-h-full.bc-al-only-icon .bc-quickview-btn,
    .bc-al-bottom-h-full.bc-al-only-icon .bc-addtocart-btn {
      width: 100%;
      height: 40px;
      display: block;
      border: none; }
      .bc-al-bottom-h-full.bc-al-only-icon .bc-quickview-btn span:before,
      .bc-al-bottom-h-full.bc-al-only-icon .bc-addtocart-btn span:before {
        line-height: 38px; }
    .bc-al-bottom-h-full.bc-al-only-icon.bc-al-only-one-component .bc-action-list-wrapper:before {
      display: none; }
    .bc-al-bottom-h-full.bc-al-only-icon.bc-al-only-one-component .bc-action-list-wrapper .bc-addtocart-product-form,
    .bc-al-bottom-h-full.bc-al-only-icon.bc-al-only-one-component .bc-action-list-wrapper .bc-quickview-btn-wrapper {
      width: 100%; } }
@media screen and (min-width: 1200px) {
  .bc-al-icon-text.bc-al-bottom-h-full {
    /*One button */ }
    .bc-al-icon-text.bc-al-bottom-h-full .bc-action-list-wrapper {
      padding-left: 0px;
      padding-right: 0px;
      text-align: center; }
    .bc-al-icon-text.bc-al-bottom-h-full .bc-addtocart-product-form {
      width: calc(100% - 34px);
      display: block;
      float: left; }
      .bc-al-icon-text.bc-al-bottom-h-full .bc-addtocart-product-form .bc-addtocart-btn {
        width: 100%; }
    .bc-al-icon-text.bc-al-bottom-h-full .bc-quickview-btn-wrapper {
      float: left; }
    .bc-al-icon-text.bc-al-bottom-h-full.bc-al-only-one-component .bc-addtocart-product-form {
      width: calc(100% - 0px); }
    .bc-al-icon-text.bc-al-bottom-h-full.bc-al-only-one-component .bc-quickview-btn,
    .bc-al-icon-text.bc-al-bottom-h-full.bc-al-only-one-component .bc-quickview-btn-wrapper {
      width: 100%; } }
    @media screen and (min-width: 1200px) and (max-width: 1199px) {
      .bc-al-icon-text.bc-al-bottom-h-full .bc-action-list-wrapper .bc-addtocart-btn {
        padding-left: 5px;
        padding-right: 5px; } }
@media screen and (min-width: 1200px) {
  .bc-al-middle .bc-action-list-wrapper {
    text-align: center; }
  .bc-al-middle.bc-qv-icon-text .bc-quickview-btn-wrapper {
    margin-bottom: 10px;
    display: block; }
    .bc-al-middle.bc-qv-icon-text .bc-quickview-btn-wrapper .bc-quickview-btn {
      display: inline-block; }
  .bc-al-middle.bc-al-only-icon .bc-quickview-btn-wrapper {
    margin-right: 5px; }
  .bc-al-middle.bc-al-only-icon .bc-addtocart-btn,
  .bc-al-middle.bc-al-only-icon .bc-quickview-btn {
    width: 40px;
    height: 40px; }
    .bc-al-middle.bc-al-only-icon .bc-addtocart-btn span:before,
    .bc-al-middle.bc-al-only-icon .bc-quickview-btn span:before {
      line-height: 38px; }
  .bc-al-middle.bc-qv-only-icon.bc-atc-icon-text .bc-quickview-btn-wrapper {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }
  .bc-al-middle.bc-al-only-text .bc-quickview-btn-wrapper + .bc-addtocart-product-form {
    margin-top: 10px; }
  .bc-al-middle .bc-al-exist:hover .bc-al-overlay:before {
    background-color: rgba(0, 0, 0, 0.15); } }
@media screen and (min-width: 1200px) {
  .bc-al-effect-transition-bottom .bc-al-exist .bc-action-list-wrapper {
    -webkit-transition: transform 0.4s ease-out;
    -moz-transition: transform 0.4s ease-out;
    -ms-transition: transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px); }
  .bc-al-effect-transition-bottom .bc-al-exist:hover .bc-action-list-wrapper {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0); } }

@media screen and (min-width: 1200px) {
  .bc-al-effect-transition-right .bc-action-list-wrapper {
    -webkit-transition: right 0.3s ease-out;
    -moz-transition: right 0.3s ease-out;
    -ms-transition: right 0.3s ease-out;
    -o-transition: right 0.3s ease-out;
    transition: right 0.3s ease-out;
    right: -20px !important; }
  .bc-al-effect-transition-right .bc-al-exist:hover .bc-action-list-wrapper {
    right: 0px !important; } }

/* Quickview */
#bc-quickview-popup-wrapper {
  display: none; }
  #bc-quickview-popup-wrapper.bc-quickview-popup-active {
    bottom: 0;
    left: 0;
    outline: 0 none;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
    display: block; }

.bc-quickview-overlay {
  background: rgba(45, 45, 50, 0.8);
  height: 100%;
  width: 100%;
  position: fixed; }

.bc-quickview-wrapper {
  position: relative;
  width: 90%;
  margin: 50px auto 30px;
  background: #fff;
  padding: 50px 50px 60px;
  max-width: 900px;
  /* Basic Version */
  /* Advanced Version */ }
  .bc-quickview-wrapper.bc-al-basic-version .bc-quickview-notify-me-form-wrapper {
    display: none !important; }
  .bc-quickview-wrapper.bc-al-advanced-version {
    /* Notify Form */
    /* Qty Left */
    /* Social Block */ }
    .bc-quickview-wrapper.bc-al-advanced-version #bc-quickview-notify-me-form-wrapper {
      float: left;
      margin-top: 30px; }
      .bc-quickview-wrapper.bc-al-advanced-version #bc-quickview-notify-me-form-wrapper #bc-quickview-notify-me-customer-info {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex; }
        .bc-quickview-wrapper.bc-al-advanced-version #bc-quickview-notify-me-form-wrapper #bc-quickview-notify-me-customer-info .bc-quickview-notify-me-info-left {
          width: 50%;
          padding-right: 5px; }
          .bc-quickview-wrapper.bc-al-advanced-version #bc-quickview-notify-me-form-wrapper #bc-quickview-notify-me-customer-info .bc-quickview-notify-me-info-left input {
            padding: 7px 10px 7px 10px;
            border: 1px solid #e7e7e7;
            margin: 0;
            width: 100%;
            background-color: #fff;
            color: #555;
            min-height: 0; }
        .bc-quickview-wrapper.bc-al-advanced-version #bc-quickview-notify-me-form-wrapper #bc-quickview-notify-me-customer-info .bc-quickview-notify-me-info-right {
          width: 50%;
          padding-left: 5px; }
          .bc-quickview-wrapper.bc-al-advanced-version #bc-quickview-notify-me-form-wrapper #bc-quickview-notify-me-customer-info .bc-quickview-notify-me-info-right .bc-quickview-send-message-btn {
            padding: 7px 20px;
            background: black;
            border: 1px solid black;
            color: white;
            cursor: pointer;
            border-radius: 0;
            line-height: 1.2;
            width: 100%;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            min-height: 0; }
            .bc-quickview-wrapper.bc-al-advanced-version #bc-quickview-notify-me-form-wrapper #bc-quickview-notify-me-customer-info .bc-quickview-notify-me-info-right .bc-quickview-send-message-btn span {
              color: white; }
      .bc-quickview-wrapper.bc-al-advanced-version #bc-quickview-notify-me-form-wrapper .bc-quickview-notify-form {
        margin-top: 8px; }
    .bc-quickview-wrapper.bc-al-advanced-version .bc-quickview-inventory-quantity {
      margin-bottom: 8px; }
    .bc-quickview-wrapper.bc-al-advanced-version .bc-quickview-social-listing {
      margin-top: 30px;
      clear: both;
      border: 1px solid #e3e3e3;
      border-width: 1px 0;
      overflow: hidden;
      padding: 8px 0px 6px 0px;
      line-height: 28px;
      display: inline-block;
      width: 100%; }
      .bc-quickview-wrapper.bc-al-advanced-version .bc-quickview-social-listing .bc-quickview-social-item-label {
        float: left; }
      .bc-quickview-wrapper.bc-al-advanced-version .bc-quickview-social-listing ul {
        float: right; }
        .bc-quickview-wrapper.bc-al-advanced-version .bc-quickview-social-listing ul li.bc-quickview-social-item {
          overflow: hidden;
          color: #fff;
          display: inline-block;
          *display: inline;
          *zoom: 1;
          padding: 0;
          line-height: 0;
          text-decoration: none;
          text-transform: none;
          cursor: pointer;
          transition: all .2s ease-in-out;
          border: 0;
          background-color: transparent; }

.bc-quickview-popup-icon-close:after {
  content: "\e90d";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bc-sf-filter-ico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.bc-quickview-popup-icon-close:hover:after {
  filter: alpha(opacity=60);
  opacity: 0.6; }

.bc-quickview-wrapper * {
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  margin: 0; }

.bc-quickview-popup-base {
  z-index: 1000000; }

/* Quick View Btn */
.has-bc-quickview {
  position: relative; }

/* Quick View Content */
.bc-quickview-wrapper h1,
.bc-quickview-price-wrapper,
.bc-quickview-selector-wrapper.last {
  margin-bottom: 20px; }

.bc-quickview-wrapper h1 {
  font-size: 20px; }

.bc-quickview-content {
  width: 100%;
  display: flex !important;
  flex-wrap: nowrap; }

.bc-quickview-left {
  text-align: center;
  padding-left: 0px;
  padding-right: 24px;
  width: 45%;
  float: left; }

.bc-quickview-right {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  float: right;
  width: 55%; }

.product-form__variants.no-js {
  display: none; }

.bc-quickview-submit {
  margin-top: 10px;
  display: inline-block; }

.bc-quickview-product-form {
  margin-bottom: 10px; }

.bc-quickview-option-selector {
  margin-right: 10px; }

.bc-quickview-content img {
  max-width: 100%;
  max-height: 100%; }

.bc-quickview-swatch-wrapper {
  width: 100%; }

.bc-quickview-description {
  margin-bottom: 20px;
  color: #555; }

.bc-quickview-line {
  border-top: 1px solid #ededed;
  margin-bottom: 25px; }

.bc-quickview-view-full {
  width: 100%;
  margin-bottom: 20px;
  color: #788188;
  display: inline-block; }

.bc-quickview-cart-msg {
  margin-bottom: 10px;
  border: 1px dotted #4DC7A0;
  padding: 5px; }

.bc-quickview-price {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700; }

.bc-quickview-cart-form product-form {
  display: inline-block;
  margin-bottom: 20px; }

.bc-quickview-variants-select {
  margin-bottom: 10px; }

.bc-quickview-variants-swatch {
  cursor: pointer; }

.bc-quickview-product-thumbs-list {
  display: inline-block;
  width: 100%;
  margin-top: 30px; }

.bc-quickview-thumbs-item:nth-child(4n+0) {
  clear: right; }

.bc-quickview-thumbs-item:nth-child(4n+1) {
  clear: left; }

.bc-quickview-thumbs-item {
  cursor: pointer;
  width: 25%;
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  padding: 0 2px; }

.bc-quickview-thumbs-item img {
  padding: 5px;
  border: 1px solid transparent; }

.bc-quickview-thumbs-item.selected img, .bc-quickview-thumbs-item:hover img {
  border-color: #e7e7e7; }

.owl-item .bc-quickview-thumbs-item {
  width: 100%; }

.bc-quickview-product-thumbs-list .owl-nav {
  margin-top: 10px; }
  .bc-quickview-product-thumbs-list .owl-nav button {
    top: 30%;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #d0d0d0;
    text-align: center;
    background: #fff; }
    .bc-quickview-product-thumbs-list .owl-nav button span {
      font-size: 32px;
      font-weight: 300;
      line-height: 1;
      display: block;
      height: 100%;
      font-size: 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #eee; }
      .bc-quickview-product-thumbs-list .owl-nav button span:before {
        content: "\e90a";
        font-family: 'bc-sf-filter-ico';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        line-height: 40px;
        color: #484848;
        font-weight: 700;
        font-size: 13px; }
    .bc-quickview-product-thumbs-list .owl-nav button:focus {
      outline: none; }
    .bc-quickview-product-thumbs-list .owl-nav button.owl-prev {
      left: 15px;
      margin-right: 5px; }
    .bc-quickview-product-thumbs-list .owl-nav button.owl-next {
      right: 15px;
      margin-left: 5px; }
      .bc-quickview-product-thumbs-list .owl-nav button.owl-next span:before {
        content: "\e909"; }
    .bc-quickview-product-thumbs-list .owl-nav button:hover span {
      border-color: #000; }
  .bc-quickview-product-thumbs-list .owl-nav.disabled {
    display: none !important; }

.bc-quickview-cart-msg-link {
  color: #4DC7A0; }

.bc-quickview-vendor {
  margin-bottom: 10px; }

.bc-quickview-title {
  margin-bottom: 10px; }

.single-option-swatch-color li span {
  text-indent: -9999px; }

.single-option-swatch-color li {
  width: 30px;
  height: 30px; }

.bc-quickview-quantity {
  float: left;
  display: inline-block;
  min-width: 100px;
  width: 50%;
  padding-right: 5px; }

.bc-quickview-cart {
  float: left;
  padding-left: 5px;
  display: inline-block;
  width: 50%; }

.bc-quickview-selector-wrapper {
  width: 100%;
  margin-bottom: 20px; }

.bc-quickview-single-option-swatch li:first-child {
  margin-left: 0px; }

.bc-quickview-price.sale {
  color: #f73c3c; }

.bc-quickview-was-price {
  text-decoration: line-through;
  color: #788188;
  font-weight: 400;
  font-size: 16px; }

.owl-icon.owl-theme .owl-nav [class*=owl-] {
  width: 30px;
  height: 30px;
  padding: 5px; }

.bc-quickview-cart-form {
  margin: 0;
  display: block; }

#bc-quickview-cart-btn {
  padding: 10px 20px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  line-height: 1.2;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 0; }
  #bc-quickview-cart-btn:hover {
    background-color: #3d4246;
    border-color: #3d4246; }

#bc-quickview-cart-btn-text {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 14px; }

.bc-quickview-quantity #bc-quickview-cart-quantity {
  padding: 10px;
  border: 1px solid #e7e7e7;
  margin: 0;
  width: 100%;
  background-color: #fff;
  color: #555;
  min-height: 0; }

.fancybox-close-small:hover:after {
  background-color: black; }

.bc-quickview-btn.btn-text .btn-bc-quickview {
  background-color: #000;
  border: none;
  border-radius: 0;
  color: #fff;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: normal;
  height: auto;
  line-height: normal; }

.bc-quickview-btn.btn-text .btn-bc-quickview:hover {
  opacity: 1; }

.bc-quickview-selector-wrapper .bc-quickview-single-option-selector {
  width: 100%;
  min-width: 50%;
  border-radius: 0;
  border: 1px solid #e7e7e7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.2;
  padding-right: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-overflow: '';
  cursor: pointer;
  background-color: #fff;
  color: #555;
  max-width: 100%;
  opacity: 1;
  background-size: 12px;
  min-height: 0; }

.bc-quickview-qty-cartbtn-wrapper label {
  width: 100%;
  margin-bottom: 8px;
  display: inline-block;
  font-weight: 700; }

.bc-quickview-qty-cartbtn {
  width: 100%; }

.bc-quickview-cart-quantity {
  border: 1px solid #788188;
  background-color: #fff;
  color: #000;
  max-width: 100%;
  line-height: 1.2;
  border-radius: 0; }

@media screen and (max-width: 768px) {
  .bc-quickview-btn {
    display: none !important; } }
.bc-modal-loading-icon {
  background: url(bc-sf-filter-loading.gif) center 14px no-repeat white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 56px;
  height: 56px;
  padding: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  z-index: 9999999999;
  text-align: center;
  text-indent: -999em;
  overflow: hidden;
  position: fixed;
  top: 50% !important;
  bottom: auto;
  left: 50%;
  right: auto;
  margin-left: -28px;
  margin-top: -28px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/*
#bc-quickview-loading {
  width: 100vw;
  position: fixed;
  top: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  background: rgba(0,0,0,.5);
  z-index: 999999;
}
#bc-quickview-loading:before {
    display: block;
    width: 2.8em;
    height: 2.8em;
    margin: 0 auto;
    position: relative;
    border-top: .3em solid hsla(0,0%,100%,.25);
    border-right: .3em solid hsla(0,0%,100%,.25);
    border-bottom: .3em solid hsla(0,0%,100%,.25);
    border-left: .3em solid #fff;
    animation: loading-spin .5s infinite linear;
    border-radius: 50%;
    overflow: hidden;
  content: "";
}
@keyframes loading-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}
@-webkit-keyframes loading-spin {
   0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
 }
*/
.bc-quickview-selector-wrapper {
  clear: both;
  display: inline-block; }
  .bc-quickview-selector-wrapper label {
    float: left;
    min-width: 50px;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
    margin-right: 5px; }
  .bc-quickview-selector-wrapper .bc-quickview-single-option-swatch {
    display: inline-block;
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    padding-left: 0;
    clear: none; }
    .bc-quickview-selector-wrapper .bc-quickview-single-option-swatch li {
      display: inline-block;
      float: left;
      margin-right: 10px;
      margin-left: 0px;
      padding: 2px;
      border: 1px solid #e7e7e7;
      min-width: 34px;
      height: 34px;
      line-height: 28px;
      text-align: center;
      cursor: pointer; }
      .bc-quickview-selector-wrapper .bc-quickview-single-option-swatch li.selected, .bc-quickview-selector-wrapper .bc-quickview-single-option-swatch li:hover {
        border-color: #000;
        border-width: 2px;
        line-height: 26px; }
      .bc-quickview-selector-wrapper .bc-quickview-single-option-swatch li:last-child {
        margin-right: 0px; }
    .bc-quickview-selector-wrapper .bc-quickview-single-option-swatch li.bc-quickview-swatch-tooltip {
      position: relative; }
      .bc-quickview-selector-wrapper .bc-quickview-single-option-swatch li.bc-quickview-swatch-tooltip .bc-quickview-swatch-tooltip-text {
        font-size: 12px;
        line-height: 1.4;
        text-align: center;
        background: gray;
        color: #fff;
        bottom: 100%;
        padding: 10px;
        display: block;
        position: absolute;
        width: 100px;
        left: 50%;
        margin-left: -48px;
        margin-bottom: 15px;
        filter: alpha(opacity=0);
        -khtml-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .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);
        -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        z-index: 10000;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .bc-quickview-selector-wrapper .bc-quickview-single-option-swatch li.bc-quickview-swatch-tooltip .bc-quickview-swatch-tooltip-text:before {
        bottom: -20px;
        content: " ";
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        width: 100%; }
      .bc-quickview-selector-wrapper .bc-quickview-single-option-swatch li.bc-quickview-swatch-tooltip .bc-quickview-swatch-tooltip-text:after {
        border-left: solid transparent 10px;
        border-right: solid transparent 10px;
        border-top: solid gray 10px;
        bottom: -10px;
        content: " ";
        height: 0;
        left: 50%;
        margin-left: -13px;
        position: absolute;
        width: 0; }
      .bc-quickview-selector-wrapper .bc-quickview-single-option-swatch li.bc-quickview-swatch-tooltip:hover .bc-quickview-swatch-tooltip-text {
        filter: alpha(opacity=100);
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    .bc-quickview-selector-wrapper .bc-quickview-single-option-swatch .bc-quickview-swatch-color {
      padding: 0; }
      .bc-quickview-selector-wrapper .bc-quickview-single-option-swatch .bc-quickview-swatch-color span {
        font-size: 0;
        width: 100%;
        height: 100%;
        display: block; }

.bc-atc-minicart-slide-top-wrapper > ol {
  padding-left: 0; }

.bc-atc-minicart-slide-heading {
  position: relative;
  padding: 20px;
  margin-bottom: 25px;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  background: #ededed;
  color: #2d2d2d;
  overflow: hidden; }
  .bc-atc-minicart-slide-heading .bc-atc-minicart-slide-close {
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px; }
  .bc-atc-minicart-slide-heading .bc-atc-minicart-slide-title {
    float: left;
    margin-bottom: 0;
    color: inherit;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px; }

.bc-atc-minicart-item {
  position: relative;
  clear: both;
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  line-height: 1.375; }
  .bc-atc-minicart-item .bc-minicart-item-image {
    width: 80px;
    float: left;
    margin-right: 10px; }
  .bc-atc-minicart-item .bc-minicart-item-details {
    padding-right: 20px;
    position: relative;
    float: right;
    width: calc(100% - 90px); }
    .bc-atc-minicart-item .bc-minicart-item-details .bc-minicart-item-remove {
      position: absolute;
      right: 0px;
      top: 0; }
  .bc-atc-minicart-item .bc-minicart-item-name {
    margin-bottom: 8px; }
    .bc-atc-minicart-item .bc-minicart-item-name a {
      line-height: 1.2;
      display: block; }
  .bc-atc-minicart-item .bc-minicart-item-price {
    font-weight: 700; }
  .bc-atc-minicart-item .bc-minicart-item-remove {
    position: absolute;
    right: -5px;
    top: 0;
    width: 20px;
    height: 20px;
    font-size: 0; }
    .bc-atc-minicart-item .bc-minicart-item-remove:before {
      content: "\e90d";
      position: absolute;
      font-family: bc-sf-filter-ico;
      font-size: 9px;
      top: 0px;
      left: 0;
      line-height: 20px;
      color: #505050;
      text-align: center;
      width: 100%;
      height: 100%;
      font-weight: 900; }
  .bc-atc-minicart-item .bc-minicart-item-collateral {
    font-size: 90%; }

.bc-minicart-item-options {
  padding-bottom: 8px;
  font-size: 90%;
  font-weight: 700; }

.bc-atc-slide-subtotal-label,
.bc-atc-dropdown-subtotal-label {
  text-transform: uppercase; }

.bc-atc-slide-subtotal-price,
.bc-atc-dropdown-subtotal-price {
  float: right;
  font-weight: 700;
  font-size: 110%; }

.bc-atc-slide-subtotal,
.bc-atc-dropdown-subtotal {
  margin-bottom: 19px;
  padding-top: 5px; }

.bc-atc-slide-checkout,
.bc-atc-dropdown-checkout {
  margin-bottom: 15px; }

.bc-atc-slide-checkout-btn,
.bc-atc-dropdown-checkout-btn {
  border: none;
  background: #333;
  color: #fff;
  line-height: 40px;
  width: 100%; }
  @media screen and (min-width: 1200px) {
    .bc-atc-slide-checkout-btn:hover,
    .bc-atc-dropdown-checkout-btn:hover {
      background: #000; } }

.bc-atc-slide-viewcart,
.bc-atc-dropdown-viewcart {
  text-align: center; }
  .bc-atc-slide-viewcart a,
  .bc-atc-dropdown-viewcart a {
    border-bottom: 1px solid; }
    .bc-atc-slide-viewcart a:hover,
    .bc-atc-dropdown-viewcart a:hover {
      border-bottom-color: transparent; }

.bc-atc-minicart-slide-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 340px;
  background: #fff;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
  z-index: 999;
  height: 100%; }

.bc-atc-minicart-dropdown-exist {
  position: relative; }

.bc-atc-minicart-wrapper.bc-atc-minicart-slide-wrapper {
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
  height: 0;
  transform: translate3d(340px, 0, 0);
  -webkit-transform: translate3d(340px, 0, 0);
  -ms-transform: translate3d(340px, 0, 0);
  -sand-transform: translate3d(340px, 0, 0);
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease; }

.bc-atc-minicart-slide-active.bc-atc-minicart-slide-wrapper {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  height: 100%;
  z-index: 999999;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -sand-transform: translate3d(0, 0, 0); }

.bc-atc-minicart-slide-exist .bc-modal-overlay {
  top: 0;
  left: 0; }

.bc-atc-minicart-wrapper.bc-atc-minicart-dropdown-wrapper {
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
  visibility: hidden;
  -webkit-transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
  -moz-transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
  -o-transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
  transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s; }
  .bc-atc-minicart-wrapper.bc-atc-minicart-dropdown-wrapper .bc-atc-minicart-dropdown {
    display: none;
    padding: 20px; }

.bc-atc-minicart-dropdown-active.bc-atc-minicart-dropdown-wrapper {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  z-index: 999999;
  visibility: visible; }
  .bc-atc-minicart-dropdown-active.bc-atc-minicart-dropdown-wrapper .bc-atc-minicart-dropdown {
    display: block; }

.bc-atc-minicart-dropdown-wrapper {
  position: absolute;
  top: 70px;
  right: 0;
  width: 340px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px; }

.bc-atc-minicart-dropdown-wrapper ol {
  padding-left: 0;
  text-align: left; }

.bc-atc-dropdown-bottom-wrapper {
  text-align: left; }

.bc-modal-active {
  bottom: 0;
  left: 0;
  outline: 0 none;
  overflow-x: auto;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
  display: block; }

.bc-modal-overlay {
  background: rgba(45, 45, 50, 0.8);
  height: 100%;
  width: 100%;
  position: fixed; }

.bc-modal-container {
  position: relative;
  width: 90%;
  margin: 50px auto 30px;
  background: #fff;
  padding: 50px 50px 60px;
  max-width: 900px; }

.bc-modal-icon-close:after {
  content: "\e90d";
  font-family: 'bc-sf-filter-ico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.bc-atc-popup-wrapper .bc-modal-container {
  padding-top: 30px;
  padding-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .bc-atc-popup-wrapper .bc-modal-container {
      padding-left: 20px;
      padding-right: 20px; } }
.bc-atc-popup-wrapper .bc-modal-icon-close:after {
  top: 24px;
  right: 44px; }
  @media screen and (max-width: 767px) {
    .bc-atc-popup-wrapper .bc-modal-icon-close:after {
      top: 5px;
      right: 5px; } }
@media screen and (min-width: 1200px) {
  .bc-atc-popup-wrapper .bc-modal-icon-close:hover:after {
    opacity: 0.5;
    filter: alpha(opacity=50); } }

.bc-atc-popup-content .bc-alert-success {
  border-bottom: 1px solid #eee;
  font-style: italic;
  padding-bottom: 20px;
  margin-bottom: 18px; }
  @media screen and (max-width: 767px) {
    .bc-atc-popup-content .bc-alert-success {
      padding-top: 10px; } }
  .bc-atc-popup-content .bc-alert-success > span {
    color: #3c763d;
    padding-left: 5px;
    font-weight: 700; }

.bc-atc-popup-top {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px; }
  .bc-atc-popup-top .bc-atc-popup-item-col1 {
    float: left;
    padding-right: 10px;
    width: 110px; }
    .bc-atc-popup-top .bc-atc-popup-item-col1 .bc-atc-popup-item-name {
      font-weight: 700; }
  .bc-atc-popup-top .bc-atc-popup-item-col2 {
    float: left;
    width: calc(100% - 110px); }
    @media screen and (min-width: 768px) {
      .bc-atc-popup-top .bc-atc-popup-item-col2 {
        width: calc(100% - 400px); } }
    .bc-atc-popup-top .bc-atc-popup-item-col2 .bc-atc-popup-item-options {
      font-size: 90%;
      font-weight: 700; }
    @media screen and (max-width: 767px) {
      .bc-atc-popup-top .bc-atc-popup-item-col2 {
        padding-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .bc-atc-popup-top .bc-atc-popup-item-col3 {
      clear: both;
      overflow: hidden;
      border-top: 1px solid #eee;
      padding: 18px 0px 20px;
      /*padding: 18px 0 20px; */
      text-align: center; } }
  @media screen and (min-width: 768px) {
    .bc-atc-popup-top .bc-atc-popup-item-col3 {
      background: #fafafa;
      float: right;
      width: 270px;
      padding: 18px 20px 18px;
      /*padding: 18px 0 20px; */
      text-align: center;
      /* text-align: right; */
      margin-bottom: 13px; } }

.bc-atc-popup-checkout-btn .bc-atc-popup-checkout-btn {
  display: inline-block;
  width: 100%;
  /* width: auto;*/
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
  min-height: 44px;
  line-height: 1.9;
  background-color: #333;
  color: #fff;
  margin-left: 0;
  /*margin-left: 20px;*/
  padding: 9px 30px; }
  @media screen and (min-width: 1200px) {
    .bc-atc-popup-checkout-btn .bc-atc-popup-checkout-btn:hover {
      background: #000; } }
.bc-atc-popup-checkout-btn .bc-atc-popup-cart-link {
  border-bottom: 1px solid;
  margin-top: 10px;
  display: inline-block; }
  @media screen and (min-width: 1200px) {
    .bc-atc-popup-checkout-btn .bc-atc-popup-cart-link:hover {
      border-bottom-color: transparent; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* Custom */
.bc-atc-popup-cross-sell-product-wrapper {
  text-align: initial;
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box; }

/* Heading */
.bc-atc-popup-cross-sell-product-heading {
  padding-top: 40px;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px; }

.bc-atc-popup-cross-sell-products {
  position: relative; }
  .bc-atc-popup-cross-sell-products .bc-sf-filter-product-item {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px; }
  .bc-atc-popup-cross-sell-products .owl-item .bc-sf-filter-product-item {
    width: 100%; }
  .bc-atc-popup-cross-sell-products .bc-sf-filter-product-item-image {
    margin-bottom: 20px; }
  .bc-atc-popup-cross-sell-products .bc-sf-filter-product-item-title {
    display: block;
    margin-bottom: 10px; }
  .bc-atc-popup-cross-sell-products .bc-sf-filter-product-item-vendor {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 90%;
    font-weight: 700; }
  .bc-atc-popup-cross-sell-products .bc-sf-filter-product-item-price {
    font-weight: 700; }
  .bc-atc-popup-cross-sell-products .product-card__image-wrapper {
    display: block; }
  .bc-atc-popup-cross-sell-products .product-card__info,
  .bc-atc-popup-cross-sell-products .product-card__image img,
  .bc-atc-popup-cross-sell-products .product-item__image {
    position: static; }
  .bc-atc-popup-cross-sell-products.owl-carousel .owl-item > div {
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important; }
  @media (min-width: 1367px) {
    .bc-atc-popup-cross-sell-products.owl-carousel .owl-nav {
      opacity: 0;
      filter: alpha(opacity=0); } }
  .bc-atc-popup-cross-sell-products.owl-carousel .owl-nav button {
    position: absolute;
    top: 30%;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #d0d0d0;
    text-align: center;
    background: #fff; }
    .bc-atc-popup-cross-sell-products.owl-carousel .owl-nav button span {
      font-size: 32px;
      font-weight: 300;
      line-height: 1;
      display: block;
      height: 100%;
      font-size: 0; }
      .bc-atc-popup-cross-sell-products.owl-carousel .owl-nav button span:before {
        content: "\e90a";
        font-family: 'bc-sf-filter-ico';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        line-height: 40px;
        color: #484848;
        font-weight: 700;
        font-size: 13px; }
    .bc-atc-popup-cross-sell-products.owl-carousel .owl-nav button:focus {
      outline: none; }
    .bc-atc-popup-cross-sell-products.owl-carousel .owl-nav button.owl-prev {
      left: 15px;
      /*           @media (min-width: 1200px) {
                  left: -30px;
                } */ }
    .bc-atc-popup-cross-sell-products.owl-carousel .owl-nav button.owl-next {
      right: 15px;
      /*           @media (min-width: 1200px) {
                  right: -30px;
                } */ }
      .bc-atc-popup-cross-sell-products.owl-carousel .owl-nav button.owl-next span:before {
        content: "\e909"; }
  .bc-atc-popup-cross-sell-products.owl-carousel:hover .owl-nav {
    opacity: 1;
    filter: alpha(opacity=100); }
  .bc-atc-popup-cross-sell-products.owl-carousel .owl-dots {
    display: none; }

.bc-sf-filter-product-item-label {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 10px;
  margin: 0 10px;
  letter-spacing: 0; }
  .bc-sf-filter-product-item-label .bc-sf-label,
  .bc-sf-filter-product-item-label .bc-sf-filter-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px 10px;
    background: #fff;
    left: auto;
    border: 1px solid transparent;
    vertical-align: top; }
  .bc-sf-filter-product-item-label .sale {
    background: white;
    color: #e95144;
    border-color: #e95144; }
  .bc-sf-filter-product-item-label .tag {
    background: white;
    color: #0e9268;
    border-color: #0e9268; }
  .bc-sf-filter-product-item-label .soldout {
    background: white;
    color: #d2d8db;
    border-color: #d2d8db; }

.bc-sf-filter-product-item-label .bc-sf-filter-label {
  display: inline-block;
  margin-left: 5px; }

.bc-sf-filter-product-item-label .bc-sf-filter-label {
  line-height: 16px; }

.zoomContainer.bc-al-zoom-container {
  z-index: 999999; }
