/*----- color */
/*------ break point */
/*------ fonts */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind+Madurai&display=swap");
/* line 3, ../scss/_extend.scss */
.page-with-filter .toolbar .toolbar-sorter #sorter-collapsible .sorter-content .items li.item, .block.filter .block-content .filter-options .filter-options-item .filter-options-content .items li.item {
  margin: 10px 15px;
  padding: 3px 0; }
  /* line 6, ../scss/_extend.scss */
  .page-with-filter .toolbar .toolbar-sorter #sorter-collapsible .sorter-content .items li.item a, .block.filter .block-content .filter-options .filter-options-item .filter-options-content .items li.item a {
    padding: 3px 0; }
  /* line 9, ../scss/_extend.scss */
  .page-with-filter .toolbar .toolbar-sorter #sorter-collapsible .sorter-content .items li.item:hover, .block.filter .block-content .filter-options .filter-options-item .filter-options-content .items li.item:hover, .page-with-filter .toolbar .toolbar-sorter #sorter-collapsible .sorter-content .items li.item a:hover, .block.filter .block-content .filter-options .filter-options-item .filter-options-content .items li.item a:hover {
    background: gray;
    font-weight: 500; }
  /* line 13, ../scss/_extend.scss */
  .page-with-filter .toolbar .toolbar-sorter #sorter-collapsible .sorter-content .items li.item .count, .block.filter .block-content .filter-options .filter-options-item .filter-options-content .items li.item .count {
    display: none; }

/* line 1, ../scss/module/_header.scss */
.page-header {
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: white;
  padding-top: 10px; }
  @media only screen and (max-width: 767px) {
    /* line 1, ../scss/module/_header.scss */
    .page-header {
      border-bottom: none;
      margin-bottom: 0;
      padding-top: 0; }
      /* line 13, ../scss/module/_header.scss */
      .page-header .nav-toggle {
        top: 10px; }
        /* line 15, ../scss/module/_header.scss */
        .page-header .nav-toggle:before {
          color: #000; } }
  /* line 20, ../scss/module/_header.scss */
  .page-header .panel.wrapper {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: none;
    padding: 15px;
    background: none; }
  /* line 29, ../scss/module/_header.scss */
  .page-header .header.panel {
    padding: 5px 10%; }
    /* line 31, ../scss/module/_header.scss */
    .page-header .header.panel .authorization-link {
      display: block !important;
      position: absolute;
      top: 13px;
      right: 94px;
      z-index: 9;
      margin-left: 0;
      margin-right: 20px !important;
      padding: 14px;
      font-size: 20px !important; }
      /* line 41, ../scss/module/_header.scss */
      .page-header .header.panel .authorization-link .login-icon {
        width: 20px;
        height: 30px; }
        /* line 44, ../scss/module/_header.scss */
        .page-header .header.panel .authorization-link .login-icon.logged-in {
          cursor: pointer; }
        /* line 47, ../scss/module/_header.scss */
        .page-header .header.panel .authorization-link .login-icon i {
          padding-top: 4px; }
      /* line 51, ../scss/module/_header.scss */
      .page-header .header.panel .authorization-link ul.customer-menu {
        display: none;
        background: white;
        padding: 10px;
        position: absolute;
        min-width: 90px;
        text-align: center;
        right: -35px; }
        /* line 60, ../scss/module/_header.scss */
        .page-header .header.panel .authorization-link ul.customer-menu li {
          margin-bottom: 5px;
          display: block;
          line-height: 25px;
          font-size: 12px;
          color: #999999; }
        /* line 67, ../scss/module/_header.scss */
        .page-header .header.panel .authorization-link ul.customer-menu li:hover {
          background: #cccccc; }
    /* line 72, ../scss/module/_header.scss */
    .page-header .header.panel .wishlist-link {
      display: block !important;
      position: absolute;
      top: 13px;
      right: 50px;
      z-index: 9;
      margin-left: 0;
      margin-right: 20px !important;
      padding: 14px;
      font-size: 20px !important; }
      /* line 82, ../scss/module/_header.scss */
      .page-header .header.panel .wishlist-link .wishlist-icon {
        width: 20px;
        height: 30px; }
        /* line 85, ../scss/module/_header.scss */
        .page-header .header.panel .wishlist-link .wishlist-icon i {
          padding-top: 4px; }

/* line 95, ../scss/module/_header.scss */
.navigation {
  background: none;
  max-width: 100%; }
  @media only screen and (min-width: 768px) {
    /* line 101, ../scss/module/_header.scss */
    .navigation ul li a {
      border-bottom: 0px !important; } }

/* line 110, ../scss/module/_header.scss */
.page-layout-homepage .header.content, .catalog-category-view .header.content {
  position: absolute; }

/* line 114, ../scss/module/_header.scss */
.header.content {
  width: 100%;
  max-width: 100%;
  padding: 0;
  transition: background .5s; }
  @media only screen and (max-width: 767px) {
    /* line 114, ../scss/module/_header.scss */
    .header.content {
      height: 60px; }
      /* line 121, ../scss/module/_header.scss */
      .header.content.whiteBg {
        border-bottom: 1px solid #ccc; } }
  /* line 125, ../scss/module/_header.scss */
  .header.content.whiteBg {
    background: rgba(255, 255, 255, 0.95); }
  /* line 128, ../scss/module/_header.scss */
  .header.content a.logo {
    margin: 5px 20px;
    float: none;
    max-width: 200px;
    margin: 0 auto 5px;
    display: block; }
    @media only screen and (max-width: 767px) {
      /* line 128, ../scss/module/_header.scss */
      .header.content a.logo {
        float: none;
        display: block;
        margin: 10px auto;
        max-width: 150px; } }
    /* line 140, ../scss/module/_header.scss */
    .header.content a.logo img {
      width: 200px; }
      @media only screen and (max-width: 767px) {
        /* line 140, ../scss/module/_header.scss */
        .header.content a.logo img {
          width: 150px; } }
  /* line 150, ../scss/module/_header.scss */
  .header.content:hover .minicart-wrapper .action.showcart .counter qty {
    color: black; }

/* line 158, ../scss/module/_header.scss */
.cms-home .sticky-wrapper {
  height: 0px !important; }

/* line 163, ../scss/module/_header.scss */
.page-products .page-header {
  height: 60px !important; }

@media only screen and (max-width: 767px) {
  /* line 167, ../scss/module/_header.scss */
  .sticky-wrapper {
    height: 60px !important;
    border-bottom: 1px solid #cccccc; } }

/* line 176, ../scss/module/_header.scss */
.mainblock-container .col h1 {
  margin-top: 15px;
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: 400; }
  @media only screen and (max-width: 767px) {
    /* line 176, ../scss/module/_header.scss */
    .mainblock-container .col h1 {
      font-size: 11px; } }

@media only screen and (max-width: 767px) {
  /* line 190, ../scss/module/_header.scss */
  .main-newarrivals-slider-container .row .col h1 {
    font-size: 20px;
    margin: 10px 0px; } }
/* line 197, ../scss/module/_header.scss */
.logged-in .minicart-wrapper {
  margin-right: 5px;
  right: 15px; }
  @media only screen and (max-width: 767px) {
    /* line 197, ../scss/module/_header.scss */
    .logged-in .minicart-wrapper {
      right: 10px; } }

/* line 205, ../scss/module/_header.scss */
.minicart-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  margin-left: 0;
  margin-right: 20px;
  padding: 14px; }
  @media only screen and (max-width: 767px) {
    /* line 205, ../scss/module/_header.scss */
    .minicart-wrapper {
      margin-right: 0px;
      padding: 5px;
      top: -3px; } }
  /* line 219, ../scss/module/_header.scss */
  .minicart-wrapper .action.showcart:before {
    color: #000; }
  /* line 222, ../scss/module/_header.scss */
  .minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    right: -3px;
    margin-top: 6px;
    color: #000;
    background: none; }
    @media only screen and (max-width: 767px) {
      /* line 222, ../scss/module/_header.scss */
      .minicart-wrapper .action.showcart .counter.qty {
        right: -10px; } }

/* line 234, ../scss/module/_header.scss */
.block-search {
  position: absolute;
  top: 0;
  right: 157px;
  padding: 15px; }
  @media only screen and (max-width: 767px) {
    /* line 234, ../scss/module/_header.scss */
    .block-search {
      top: -12px;
      right: 24px;
      z-index: 9;
      margin-right: 30px;
      padding-right: 0; } }
  /* line 248, ../scss/module/_header.scss */
  .block-search .block-content form.minisearch {
    float: left;
    width: 100%; }
    /* line 251, ../scss/module/_header.scss */
    .block-search .block-content form.minisearch .field.search {
      float: left; }
      @media only screen and (min-width: 768px) {
        /* line 251, ../scss/module/_header.scss */
        .block-search .block-content form.minisearch .field.search {
          display: none; } }
      /* line 257, ../scss/module/_header.scss */
      .block-search .block-content form.minisearch .field.search label:before {
        color: #000; }
      /* line 261, ../scss/module/_header.scss */
      .block-search .block-content form.minisearch .field.search .control {
        border: none; }
        @media only screen and (max-width: 767px) {
          /* line 261, ../scss/module/_header.scss */
          .block-search .block-content form.minisearch .field.search .control {
            position: relative; } }
        @media only screen and (min-width: 768px) {
          /* line 267, ../scss/module/_header.scss */
          .block-search .block-content form.minisearch .field.search .control input {
            position: absolute;
            left: 38px;
            width: 200px;
            height: 26px;
            border: none;
            background: none;
            border-bottom: 1px solid #999;
            padding-left: 0;
            font-size: 13px;
            padding-right: 0; } }
        @media only screen and (max-width: 767px) {
          /* line 267, ../scss/module/_header.scss */
          .block-search .block-content form.minisearch .field.search .control input {
            left: -1000%; } }
        /* line 284, ../scss/module/_header.scss */
        .block-search .block-content form.minisearch .field.search .control .nested {
          display: none; }
      @media only screen and (max-width: 767px) {
        /* line 290, ../scss/module/_header.scss */
        .block-search .block-content form.minisearch .field.search .label.active + .control input {
          position: absolute;
          top: 0;
          left: unset;
          right: 0;
          width: 180px;
          z-index: 9;
          border: none;
          padding: 20px; } }
      /* line 303, ../scss/module/_header.scss */
      .block-search .block-content form.minisearch .field.search .search-autocomplete {
        top: 42px;
        left: 38px; }
        @media only screen and (max-width: 767px) {
          /* line 303, ../scss/module/_header.scss */
          .block-search .block-content form.minisearch .field.search .search-autocomplete {
            display: block !important;
            top: 72px;
            left: -114px; } }
    /* line 313, ../scss/module/_header.scss */
    .block-search .block-content form.minisearch .actions {
      float: right;
      cursor: pointer; }
      /* line 316, ../scss/module/_header.scss */
      .block-search .block-content form.minisearch .actions .action.search {
        position: relative;
        left: 0;
        opacity: 1; }
        /* line 320, ../scss/module/_header.scss */
        .block-search .block-content form.minisearch .actions .action.search:before {
          font-size: 27px;
          font-weight: 400;
          color: black; }

/* --------Top Message Banner----------*/
/* line 332, ../scss/module/_header.scss */
.top-message-box {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding-top: 10px;
  color: #000; }
  /* line 338, ../scss/module/_header.scss */
  .top-message-box p {
    display: inline-block;
    margin: 0; }

/* remodal */
/* line 345, ../scss/module/_header.scss */
.remodal-close {
  right: 0;
  left: unset; }

/* line 350, ../scss/module/_header.scss */
#see-details {
  padding-left: 10px; }

/* line 1, ../scss/module/_footer.scss */
.page-footer {
  min-height: 300px; }
  @media only screen and (max-width: 767px) {
    /* line 1, ../scss/module/_footer.scss */
    .page-footer {
      background: #EDE7E0; } }
  @media only screen and (max-width: 767px) {
    /* line 1, ../scss/module/_footer.scss */
    .page-footer {
      box-sizing: border-box;
      width: 100%;
      padding: 0px 20px 10px;
      margin-left: 0px;
      height: auto; } }
  /* line 15, ../scss/module/_footer.scss */
  .page-footer .footer.content {
    margin-left: auto;
    margin-right: auto;
    background: #EDE7E0;
    padding-top: 30px;
    border-top: none;
    text-align: left;
    padding-left: unset;
    padding-right: unset;
    height: 100%; }
    /* line 25, ../scss/module/_footer.scss */
    .page-footer .footer.content .links {
      padding-right: 0;
      float: left; }
    /* line 29, ../scss/module/_footer.scss */
    .page-footer .footer.content ul.footer.links {
      width: 100%;
      float: left;
      padding-right: 0;
      margin-bottom: 50px; }
      @media only screen and (min-width: 769px) and (max-width: 990px) {
        /* line 29, ../scss/module/_footer.scss */
        .page-footer .footer.content ul.footer.links {
          width: 50%; } }
      @media only screen and (max-width: 769px) {
        /* line 29, ../scss/module/_footer.scss */
        .page-footer .footer.content ul.footer.links {
          width: 90%;
          margin-left: 0px;
          float: left; } }
      /* line 43, ../scss/module/_footer.scss */
      .page-footer .footer.content ul.footer.links li {
        display: block;
        margin: 10px 0;
        background: none;
        text-align: left; }
        @media only screen and (max-width: 767px) {
          /* line 43, ../scss/module/_footer.scss */
          .page-footer .footer.content ul.footer.links li {
            border: none;
            font-size: 14px;
            margin: 5px 0; } }
        /* line 53, ../scss/module/_footer.scss */
        .page-footer .footer.content ul.footer.links li.footer-title {
          margin: 0; }
        /* line 56, ../scss/module/_footer.scss */
        .page-footer .footer.content ul.footer.links li a {
          padding: 5px 0; }
      /* line 61, ../scss/module/_footer.scss */
      .page-footer .footer.content ul.footer.links li.footer-title {
        font-size: 16px;
        margin-bottom: 15px;
        font-weight: 400; }
        @media only screen and (max-width: 767px) {
          /* line 61, ../scss/module/_footer.scss */
          .page-footer .footer.content ul.footer.links li.footer-title {
            margin-bottom: 0px;
            padding: 0 0 15px 10px;
            border: none;
            font-size: 14px; } }
      /* line 75, ../scss/module/_footer.scss */
      .page-footer .footer.content ul.footer.links .footer-all-block .right {
        padding-left: 15%; }
      /* line 79, ../scss/module/_footer.scss */
      .page-footer .footer.content ul.footer.links .copyright {
        float: left;
        font-size: 13px;
        padding-top: 30px;
        padding-left: 0; }
    /* line 86, ../scss/module/_footer.scss */
    .page-footer .footer.content ul.links.left {
      float: left; }
    /* line 89, ../scss/module/_footer.scss */
    .page-footer .footer.content ul.links.right {
      float: left;
      padding-right: 0; }
      @media only screen and (max-width: 767px) {
        /* line 89, ../scss/module/_footer.scss */
        .page-footer .footer.content ul.links.right {
          width: 40%;
          margin-left: 0px;
          float: right;
          position: relative; } }
      /* line 98, ../scss/module/_footer.scss */
      .page-footer .footer.content ul.links.right li.footer-title-right {
        font-size: 16px;
        margin-bottom: 15px;
        font-weight: 500; }
        @media only screen and (max-width: 767px) {
          /* line 98, ../scss/module/_footer.scss */
          .page-footer .footer.content ul.links.right li.footer-title-right {
            margin-bottom: 0px;
            padding: 0 0 15px 10px;
            border: none;
            font-size: 14px; } }
    /* line 112, ../scss/module/_footer.scss */
    .page-footer .footer.content .block.newsletter {
      float: right;
      display: inline-block;
      width: 22%;
      margin-left: -70px; }
      @media only screen and (max-width: 769px) {
        /* line 112, ../scss/module/_footer.scss */
        .page-footer .footer.content .block.newsletter {
          float: unset !important;
          width: 100%;
          margin-left: unset; } }
      @media only screen and (max-width: 767px) {
        /* line 112, ../scss/module/_footer.scss */
        .page-footer .footer.content .block.newsletter {
          width: 100%;
          margin-top: 20px;
          margin-left: 0; } }
      /* line 128, ../scss/module/_footer.scss */
      .page-footer .footer.content .block.newsletter .title {
        display: none;
        text-align: center;
        margin-bottom: 15px; }
        /* line 133, ../scss/module/_footer.scss */
        .page-footer .footer.content .block.newsletter .title strong {
          font-weight: 500; }
      /* line 138, ../scss/module/_footer.scss */
      .page-footer .footer.content .block.newsletter .block-content {
        word-wrap: break-word;
        text-align: left;
        margin-bottom: 20px; }
      /* line 145, ../scss/module/_footer.scss */
      .page-footer .footer.content .block.newsletter .control input {
        border: none;
        border-bottom: 1px solid #000000;
        background: none; }
        @media only screen and (max-width: 767px) {
          /* line 145, ../scss/module/_footer.scss */
          .page-footer .footer.content .block.newsletter .control input {
            margin: 0; } }
      /* line 155, ../scss/module/_footer.scss */
      .page-footer .footer.content .block.newsletter .actions {
        vertical-align: unset;
        margin-top: 3%;
        display: block; }
        @media only screen and (max-width: 767px) {
          /* line 155, ../scss/module/_footer.scss */
          .page-footer .footer.content .block.newsletter .actions {
            width: 100%; } }
        /* line 163, ../scss/module/_footer.scss */
        .page-footer .footer.content .block.newsletter .actions .action.primary {
          background: black;
          color: white;
          padding: 10px 50px;
          font-size: 10px;
          letter-spacing: 1px;
          text-transform: unset; }
          @media only screen and (max-width: 767px) {
            /* line 163, ../scss/module/_footer.scss */
            .page-footer .footer.content .block.newsletter .actions .action.primary {
              width: 100%; } }
          /* line 177, ../scss/module/_footer.scss */
          .page-footer .footer.content .block.newsletter .actions .action.primary:hover {
            border: none; }
      /* line 182, ../scss/module/_footer.scss */
      .page-footer .footer.content .block.newsletter .Social.Links {
        margin-top: 30px;
        font-size: 20px;
        float: right;
        width: 100%; }
        /* line 187, ../scss/module/_footer.scss */
        .page-footer .footer.content .block.newsletter .Social.Links a {
          padding: 0px 5%; }

/* line 195, ../scss/module/_footer.scss */
.copyright {
  background: none;
  color: #666;
  font-weight: 300;
  clear: both; }

@media only screen and (min-width: 768px) {
  /* line 203, ../scss/module/_footer.scss */
  .page-footer {
    padding-bottom: 0;
    background: #EDE7E0;
    border: none; } }
/* line 210, ../scss/module/_footer.scss */
.page-footer .block.widget.cms_b_footer_links {
  margin-top: 0; }
  @media only screen and (min-width: 768px) {
    /* line 214, ../scss/module/_footer.scss */
    .page-footer .block.widget.cms_b_footer_links .footer.links .nav.item {
      float: left;
      padding: 0 20px;
      border-right: 1px solid black; }
      /* line 220, ../scss/module/_footer.scss */
      .page-footer .block.widget.cms_b_footer_links .footer.links .nav.item:last-child {
        border-right: none; } }

/* line 5, ../scss/module/_cart.scss */
.checkout-cart-index .page-main .page-title-wrapper .page-title span {
  line-height: 2; }
@media only screen and (max-width: 767px) {
  /* line 12, ../scss/module/_cart.scss */
  .checkout-cart-index .page-main .columns .column.main .cart-container {
    display: grid; } }
/* line 16, ../scss/module/_cart.scss */
.checkout-cart-index .page-main .columns .column.main .cart-container .cart-summary {
  background: white; }
@media only screen and (max-width: 767px) {
  /* line 20, ../scss/module/_cart.scss */
  .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart {
    padding: 0 10px; } }
@media only screen and (max-width: 767px) {
  /* line 26, ../scss/module/_cart.scss */
  .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table thead {
    display: none; } }
/* line 30, ../scss/module/_cart.scss */
.checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table thead tr {
  border: unset; }
  /* line 33, ../scss/module/_cart.scss */
  .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table thead tr th.col {
    text-align: center; }
  /* line 36, ../scss/module/_cart.scss */
  .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table thead tr th.item {
    width: 20%; }
    @media only screen and (max-width: 767px) {
      /* line 36, ../scss/module/_cart.scss */
      .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table thead tr th.item {
        padding: 0; } }
  /* line 42, ../scss/module/_cart.scss */
  .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table thead tr th.info {
    text-align: left; }
@media only screen and (max-width: 767px) {
  /* line 50, ../scss/module/_cart.scss */
  .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr.item-info {
    display: block; } }
/* line 56, ../scss/module/_cart.scss */
.checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.item {
  width: 100%;
  text-align: center;
  padding: 20px 0; }
  @media only screen and (max-width: 767px) {
    /* line 56, ../scss/module/_cart.scss */
    .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.item {
      display: block;
      width: 20%;
      float: left;
      text-align: center;
      vertical-align: middle; } }
  /* line 67, ../scss/module/_cart.scss */
  .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.item .product-item-photo {
    max-width: unset;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      /* line 67, ../scss/module/_cart.scss */
      .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.item .product-item-photo {
        position: relative;
        margin: auto;
        text-align: center;
        top: 0;
        left: 0; } }
    /* line 77, ../scss/module/_cart.scss */
    .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.item .product-item-photo .product-image-container {
      width: 100% !important;
      text-align: center; }
      /* line 81, ../scss/module/_cart.scss */
      .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.item .product-item-photo .product-image-container .product-image-wrapper img.product-image-photo {
        position: relative; }
        /* line 84, ../scss/module/_cart.scss */
        .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.item .product-item-photo .product-image-container .product-image-wrapper img.product-image-photo.product-swatch {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          transition: opacity 1s; }
          /* line 90, ../scss/module/_cart.scss */
          .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.item .product-item-photo .product-image-container .product-image-wrapper img.product-image-photo.product-swatch:hover {
            opacity: 1; }
@media only screen and (max-width: 767px) {
  /* line 99, ../scss/module/_cart.scss */
  .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.info {
    width: 71%;
    float: left;
    padding: 20px 0 20px 15px; } }
/* line 107, ../scss/module/_cart.scss */
.checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.info .product-item-details .product-description-wrapper .product-info-color {
  display: block; }
/* line 110, ../scss/module/_cart.scss */
.checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.info .product-item-details .product-description-wrapper .product-info-label {
  display: inline-block;
  width: 50%; }
/* line 114, ../scss/module/_cart.scss */
.checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.info .product-item-details .product-description-wrapper .product-info-value {
  display: inline-block; }
/* line 121, ../scss/module/_cart.scss */
.checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.pack-qty[data-th]:before, .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.unit-qty[data-th]:before, .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.unit-price[data-th]:before, .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.subtotal[data-th]:before {
  content: attr(data-th) ": ";
  display: inline-block;
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    /* line 121, ../scss/module/_cart.scss */
    .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.pack-qty[data-th]:before, .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.unit-qty[data-th]:before, .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.unit-price[data-th]:before, .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.subtotal[data-th]:before {
      display: none; } }
@media only screen and (max-width: 767px) {
  /* line 130, ../scss/module/_cart.scss */
  .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.pack-qty, .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.unit-qty, .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.unit-price, .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.subtotal {
    width: 50%;
    float: left;
    text-align: left;
    padding: 0; } }
/* line 137, ../scss/module/_cart.scss */
.checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.pack-qty div, .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.pack-qty span, .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.unit-qty div, .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.unit-qty span, .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.unit-price div, .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.unit-price span, .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.subtotal div, .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.subtotal span {
  display: inline-block; }
@media only screen and (max-width: 767px) {
  /* line 142, ../scss/module/_cart.scss */
  .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.pack-qty, .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.unit-price {
    clear: left; } }
/* line 146, ../scss/module/_cart.scss */
.checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.remove-item {
  width: 5%; }
  @media only screen and (max-width: 767px) {
    /* line 146, ../scss/module/_cart.scss */
    .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.remove-item {
      position: absolute;
      min-width: unset;
      display: block;
      right: 0;
      padding: 10px; } }
  /* line 158, ../scss/module/_cart.scss */
  .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.remove-item .action-delete {
    background: none;
    border: none;
    padding: 0; }
    /* line 162, ../scss/module/_cart.scss */
    .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.remove-item .action-delete::before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 18px;
      line-height: 20px;
      color: #757575;
      content: 'X';
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    /* line 176, ../scss/module/_cart.scss */
    .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .table-wrapper table#shopping-cart-table tbody tr td.remove-item .action-delete span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
@media only screen and (max-width: 767px) {
  /* line 193, ../scss/module/_cart.scss */
  .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .cart.actions {
    display: block;
    width: 100%;
    float: left; } }
/* line 199, ../scss/module/_cart.scss */
.checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .cart.actions .action {
  display: inline-block;
  padding: 7px 15px;
  margin: 0 0 25px 0;
  background: black;
  border: 1px solid black;
  color: white;
  font-weight: 600; }
  @media only screen and (max-width: 1024px) {
    /* line 199, ../scss/module/_cart.scss */
    .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .cart.actions .action {
      font-size: 12px; } }
  /* line 210, ../scss/module/_cart.scss */
  .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .cart.actions .action.clear {
    float: left;
    margin: 0 0 25px 10px; }
    @media only screen and (max-width: 767px) {
      /* line 210, ../scss/module/_cart.scss */
      .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .cart.actions .action.clear {
        margin: 0 0 25px 0; } }
    @media only screen and (max-width: 375px) {
      /* line 210, ../scss/module/_cart.scss */
      .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .cart.actions .action.clear {
        display: block;
        width: 100%; } }
  @media only screen and (max-width: 375px) {
    /* line 221, ../scss/module/_cart.scss */
    .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .cart.actions .action.update {
      display: block;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    /* line 221, ../scss/module/_cart.scss */
    .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .cart.actions .action.update {
      float: right; } }
  @media only screen and (max-width: 767px) {
    /* line 230, ../scss/module/_cart.scss */
    .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .cart.actions .action.continue {
      display: block;
      width: 100%; } }
  /* line 236, ../scss/module/_cart.scss */
  .checkout-cart-index .page-main .columns .column.main .cart-container form.form-cart .cart.actions .action span {
    color: white; }

/* line 248, ../scss/module/_cart.scss */
#discount-coupon-form .coupon .actions-toolbar .primary button.apply {
  background: #000; }

/* line 2, ../scss/module/_checkout.scss */
.checkout-index-index .modal-popup .modal-inner-wrap {
  margin-left: calc(-590px/2);
  width: 590px;
  left: 50%; }
  /* line 8, ../scss/module/_checkout.scss */
  .checkout-index-index .modal-popup .modal-inner-wrap #shipping-new-address-form fieldset.street {
    margin-top: 40px; }
    /* line 10, ../scss/module/_checkout.scss */
    .checkout-index-index .modal-popup .modal-inner-wrap #shipping-new-address-form fieldset.street legend.label {
      margin: 0; }
  /* line 17, ../scss/module/_checkout.scss */
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .action {
    font-size: 14px; }
    /* line 19, ../scss/module/_checkout.scss */
    .checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .action.action-save-address {
      padding: 14px 40px;
      min-width: 200px; }
    /* line 23, ../scss/module/_checkout.scss */
    .checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .action.secondary {
      min-width: 90px;
      margin: 0;
      color: #000; }
      /* line 27, ../scss/module/_checkout.scss */
      .checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .action.secondary:hover {
        text-decoration: none; }
/* line 35, ../scss/module/_checkout.scss */
.checkout-index-index .nav-sections {
  display: block; }
@media only screen and (max-width: 767px) {
  /* line 38, ../scss/module/_checkout.scss */
  .checkout-index-index .nav-toggle {
    display: block; } }
@media only screen and (max-width: 767px) {
  /* line 50, ../scss/module/_checkout.scss */
  .checkout-index-index .opc-estimated-wrapper .minicart-wrapper {
    display: none; } }
@media only screen and (max-width: 767px) {
  /* line 57, ../scss/module/_checkout.scss */
  .checkout-index-index .checkout-container .minicart-wrapper {
    top: 0;
    /* set the minicart position in header */ } }
/* line 72, ../scss/module/_checkout.scss */
.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item {
  display: none;
  text-align: left;
  width: 100%; }
  /* line 76, ../scss/module/_checkout.scss */
  .checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item:before {
    display: none; }
  /* line 79, ../scss/module/_checkout.scss */
  .checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item span {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 400; }
    /* line 83, ../scss/module/_checkout.scss */
    .checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item span:before, .checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item span:after {
      display: none; }
  /* line 87, ../scss/module/_checkout.scss */
  .checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item._active {
    display: block; }
/* line 92, ../scss/module/_checkout.scss */
.checkout-index-index .checkout-container .opc-estimated-wrapper {
  margin: 10px -15px 30px; }
  /* line 94, ../scss/module/_checkout.scss */
  .checkout-index-index .checkout-container .opc-estimated-wrapper .estimated-block {
    font-weight: 400; }
/* line 99, ../scss/module/_checkout.scss */
.checkout-index-index .checkout-container .opc-wrapper .shipping-address-item {
  font-size: 13px !important; }
  /* line 101, ../scss/module/_checkout.scss */
  .checkout-index-index .checkout-container .opc-wrapper .shipping-address-item.selected-item {
    border-color: #dacec0; }
    /* line 103, ../scss/module/_checkout.scss */
    .checkout-index-index .checkout-container .opc-wrapper .shipping-address-item.selected-item:after {
      color: #333;
      background: #EDE7E0; }
/* line 109, ../scss/module/_checkout.scss */
.checkout-index-index .checkout-container .opc-wrapper .action-select-shipping-item {
  float: left; }
/* line 112, ../scss/module/_checkout.scss */
.checkout-index-index .checkout-container .opc-wrapper .step-title {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: none; }
/* line 118, ../scss/module/_checkout.scss */
.checkout-index-index .checkout-container .opc-wrapper button.action {
  min-width: 200px;
  padding: 14px 40px;
  font-size: 12px;
  line-height: 17px;
  background: black; }
  /* line 124, ../scss/module/_checkout.scss */
  .checkout-index-index .checkout-container .opc-wrapper button.action.action-apply {
    background: #EDE7E0; }
/* line 129, ../scss/module/_checkout.scss */
.checkout-index-index .checkout-container .opc-wrapper .opc li.checkout-shipping-method {
  border-top: 1px solid #EDE7E0;
  padding-top: 50px; }
  /* line 134, ../scss/module/_checkout.scss */
  .checkout-index-index .checkout-container .opc-wrapper .opc li.checkout-shipping-method .step-content .methods-shipping .message.notice {
    display: inline-block; }
  /* line 139, ../scss/module/_checkout.scss */
  .checkout-index-index .checkout-container .opc-wrapper .opc li.checkout-shipping-method .step-content .checkout-shipping-method-container .checkout-shipping-method-ups-container,
  .checkout-index-index .checkout-container .opc-wrapper .opc li.checkout-shipping-method .step-content .checkout-shipping-method-container .checkout-shipping-method-others-container {
    float: left;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      /* line 139, ../scss/module/_checkout.scss */
      .checkout-index-index .checkout-container .opc-wrapper .opc li.checkout-shipping-method .step-content .checkout-shipping-method-container .checkout-shipping-method-ups-container,
      .checkout-index-index .checkout-container .opc-wrapper .opc li.checkout-shipping-method .step-content .checkout-shipping-method-container .checkout-shipping-method-others-container {
        width: 50%; } }
    /* line 146, ../scss/module/_checkout.scss */
    .checkout-index-index .checkout-container .opc-wrapper .opc li.checkout-shipping-method .step-content .checkout-shipping-method-container .checkout-shipping-method-ups-container .shipping-method-row,
    .checkout-index-index .checkout-container .opc-wrapper .opc li.checkout-shipping-method .step-content .checkout-shipping-method-container .checkout-shipping-method-others-container .shipping-method-row {
      margin: 15px 0; }
      /* line 147, ../scss/module/_checkout.scss */
      .checkout-index-index .checkout-container .opc-wrapper .opc li.checkout-shipping-method .step-content .checkout-shipping-method-container .checkout-shipping-method-ups-container .shipping-method-row .radio,
      .checkout-index-index .checkout-container .opc-wrapper .opc li.checkout-shipping-method .step-content .checkout-shipping-method-container .checkout-shipping-method-others-container .shipping-method-row .radio {
        /*
        transform: scale(1.5);
        vertical-align: text-top;
        margin-left: 4px;
        */ }
      /* line 154, ../scss/module/_checkout.scss */
      .checkout-index-index .checkout-container .opc-wrapper .opc li.checkout-shipping-method .step-content .checkout-shipping-method-container .checkout-shipping-method-ups-container .shipping-method-row .shipping-method-label,
      .checkout-index-index .checkout-container .opc-wrapper .opc li.checkout-shipping-method .step-content .checkout-shipping-method-container .checkout-shipping-method-others-container .shipping-method-row .shipping-method-label {
        display: inline-block;
        font-size: 13px;
        cursor: pointer; }
  @media only screen and (min-width: 768px) {
    /* line 164, ../scss/module/_checkout.scss */
    .checkout-index-index .checkout-container .opc-wrapper .opc li.checkout-shipping-method .step-content .actions-toolbar {
      float: right;
      clear: left; } }
  /* line 169, ../scss/module/_checkout.scss */
  .checkout-index-index .checkout-container .opc-wrapper .opc li.checkout-shipping-method .step-content .actions-toolbar .action.continue {
    background: black;
    color: #fff;
    text-transform: uppercase;
    min-width: 300px;
    margin-top: 50px;
    line-height: inherit; }
/* line 183, ../scss/module/_checkout.scss */
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-title {
  font-size: 13px;
  font-weight: 500; }
@media only screen and (min-width: 768px) {
  /* line 187, ../scss/module/_checkout.scss */
  .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content {
    padding-left: 0; } }
/* line 192, ../scss/module/_checkout.scss */
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address {
  font-size: 12px; }
  /* line 195, ../scss/module/_checkout.scss */
  .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block input[type="checkbox"] {
    vertical-align: text-bottom; }
/* line 202, ../scss/module/_checkout.scss */
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content .form .field > .label {
  font-weight: 300; }
/* line 206, ../scss/module/_checkout.scss */
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content .form .control .input-text {
  width: 300px; }
  /* line 208, ../scss/module/_checkout.scss */
  .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content .form .control .input-text.cvv {
    width: 55px; }
/* line 215, ../scss/module/_checkout.scss */
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content .actions-toolbar .primary {
  float: left; }
  /* line 217, ../scss/module/_checkout.scss */
  .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content .actions-toolbar .primary .action.checkout {
    min-width: 300px;
    background: #000000;
    color: #FFFFFF;
    font-size: 14px; }
/* line 229, ../scss/module/_checkout.scss */
.checkout-index-index .checkout-container .opc-wrapper .opc .checkout-agreements-block {
  margin-top: 40px; }
  /* line 231, ../scss/module/_checkout.scss */
  .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-agreements-block .payment-option-title, .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-agreements-block .payment-option-content {
    font-size: 14px; }
    @media only screen and (min-width: 768px) {
      /* line 231, ../scss/module/_checkout.scss */
      .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-agreements-block .payment-option-title, .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-agreements-block .payment-option-content {
        padding-left: 0; } }
  /* line 237, ../scss/module/_checkout.scss */
  .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-agreements-block .payment-option-title {
    font-weight: 300; }
  /* line 241, ../scss/module/_checkout.scss */
  .checkout-index-index .checkout-container .opc-wrapper .opc .checkout-agreements-block .order-comment-form .order-comment-input {
    width: 100% !important; }
/* line 246, ../scss/module/_checkout.scss */
.checkout-index-index .checkout-container .opc-wrapper .opc .discount-code {
  margin-top: 50px; }
  /* line 248, ../scss/module/_checkout.scss */
  .checkout-index-index .checkout-container .opc-wrapper .opc .discount-code .payment-option-title {
    font-size: 16px;
    font-weight: 400; }
    @media only screen and (min-width: 768px) {
      /* line 248, ../scss/module/_checkout.scss */
      .checkout-index-index .checkout-container .opc-wrapper .opc .discount-code .payment-option-title {
        padding-left: 0; } }
  @media only screen and (min-width: 768px) {
    /* line 255, ../scss/module/_checkout.scss */
    .checkout-index-index .checkout-container .opc-wrapper .opc .discount-code .payment-option-content {
      float: left;
      width: 100%;
      padding-left: 0; } }
  /* line 261, ../scss/module/_checkout.scss */
  .checkout-index-index .checkout-container .opc-wrapper .opc .discount-code .payment-option-content .form-discount {
    max-width: 100%; }
    /* line 263, ../scss/module/_checkout.scss */
    .checkout-index-index .checkout-container .opc-wrapper .opc .discount-code .payment-option-content .form-discount .payment-option-inner {
      width: 300px;
      float: left; }
      @media only screen and (max-width: 767px) {
        /* line 263, ../scss/module/_checkout.scss */
        .checkout-index-index .checkout-container .opc-wrapper .opc .discount-code .payment-option-content .form-discount .payment-option-inner {
          width: 100%; } }
      /* line 269, ../scss/module/_checkout.scss */
      .checkout-index-index .checkout-container .opc-wrapper .opc .discount-code .payment-option-content .form-discount .payment-option-inner #discount-code {
        height: 45px; }
    /* line 273, ../scss/module/_checkout.scss */
    .checkout-index-index .checkout-container .opc-wrapper .opc .discount-code .payment-option-content .form-discount .actions-toolbar {
      float: left;
      margin-left: 12px; }
      @media only screen and (max-width: 767px) {
        /* line 273, ../scss/module/_checkout.scss */
        .checkout-index-index .checkout-container .opc-wrapper .opc .discount-code .payment-option-content .form-discount .actions-toolbar {
          margin-left: 0; } }
      /* line 279, ../scss/module/_checkout.scss */
      .checkout-index-index .checkout-container .opc-wrapper .opc .discount-code .payment-option-content .form-discount .actions-toolbar .action-apply {
        border: 0px; }
@media only screen and (min-width: 768px) {
  /* line 288, ../scss/module/_checkout.scss */
  .checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper {
    width: 30%;
    margin-top: 38px; } }
/* line 293, ../scss/module/_checkout.scss */
.checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .modal-header {
  padding: 0;
  border-bottom: none; }
  /* line 296, ../scss/module/_checkout.scss */
  .checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .modal-header .action-close {
    z-index: 9; }
    /* line 298, ../scss/module/_checkout.scss */
    .checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .modal-header .action-close:before {
      font-size: 20px;
      line-height: 20px;
      color: #333; }
/* line 305, ../scss/module/_checkout.scss */
.checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .modal-content {
  background: #fff;
  border: 2px solid #EDE7E0;
  border-radius: 0; }
  /* line 309, ../scss/module/_checkout.scss */
  .checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .modal-content .opc-block-summary {
    background: none; }
    /* line 311, ../scss/module/_checkout.scss */
    .checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .modal-content .opc-block-summary .mark {
      background: none; }
    /* line 314, ../scss/module/_checkout.scss */
    .checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .modal-content .opc-block-summary .title {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 500; }
    /* line 321, ../scss/module/_checkout.scss */
    .checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .modal-content .opc-block-summary .items-in-cart .title strong {
      font-size: 14px; }
    /* line 326, ../scss/module/_checkout.scss */
    .checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .modal-content .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper {
      max-height: unset; }
      /* line 329, ../scss/module/_checkout.scss */
      .checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .modal-content .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item {
        font-size: 12px; }
        /* line 332, ../scss/module/_checkout.scss */
        .checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .modal-content .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-image-container {
          height: auto !important; }
        /* line 335, ../scss/module/_checkout.scss */
        .checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .modal-content .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details {
          margin: 0; }
          /* line 337, ../scss/module/_checkout.scss */
          .checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .modal-content .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner {
            margin-bottom: 0; }
            /* line 340, ../scss/module/_checkout.scss */
            .checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .modal-content .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .product-item-name {
              font-size: 1.3rem;
              font-weight: 400; }
            /* line 344, ../scss/module/_checkout.scss */
            .checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .modal-content .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .details-qty {
              font-size: 1.2rem;
              margin-top: 5px; }
            /* line 351, ../scss/module/_checkout.scss */
            .checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .modal-content .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .subtotal .cart-price .price {
              font-size: 1.2rem;
              font-weight: 300; }
    /* line 365, ../scss/module/_checkout.scss */
    .checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .modal-content .opc-block-summary .items-in-cart .actions-toolbar .secondary {
      padding: 50px 0 10px;
      text-align: center; }
      /* line 368, ../scss/module/_checkout.scss */
      .checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .modal-content .opc-block-summary .items-in-cart .actions-toolbar .secondary .action.viewcart {
        float: unset;
        font-size: 12px;
        letter-spacing: 1px;
        padding: 14px 40px; }
    /* line 378, ../scss/module/_checkout.scss */
    .checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .modal-content .opc-block-summary .grand.totals strong {
      font-size: 16px;
      font-weight: 400; }
  /* line 385, ../scss/module/_checkout.scss */
  .checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .modal-content .shipping-information .shipping-information-title {
    font-size: 16px;
    font-weight: 400; }
    /* line 388, ../scss/module/_checkout.scss */
    .checkout-index-index .checkout-container .opc-sidebar.opc-summary-wrapper .modal-content .shipping-information .shipping-information-title .action-edit {
      top: 0; }

/* line 400, ../scss/module/_checkout.scss */
.checkout-onepage-success .page-title-wrapper {
  display: none; }
/* line 403, ../scss/module/_checkout.scss */
.checkout-onepage-success .checkout-success {
  text-align: center; }
  /* line 405, ../scss/module/_checkout.scss */
  .checkout-onepage-success .checkout-success .shopping-bag-msg-wrapper {
    margin: 50px 0 30px; }
  /* line 408, ../scss/module/_checkout.scss */
  .checkout-onepage-success .checkout-success .p-ordernum {
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-top: 100px; }
    /* line 412, ../scss/module/_checkout.scss */
    .checkout-onepage-success .checkout-success .p-ordernum .order-number {
      display: block;
      margin-bottom: 30px; }
/* line 418, ../scss/module/_checkout.scss */
.checkout-onepage-success .actions-toolbar {
  width: 100%;
  text-align: center; }
  /* line 421, ../scss/module/_checkout.scss */
  .checkout-onepage-success .actions-toolbar .primary {
    float: none;
    display: inline-block;
    margin: 40px 0 50px; }

/* line 428, ../scss/module/_checkout.scss */
.checkout-container {
  margin: 0 5%; }

/* line 432, ../scss/module/_checkout.scss */
.checkout-shipping-method-others-container .shipping-method-row:last-child {
  display: none; }

/* line 1, ../scss/module/_common.scss */
body {
  font-family: "Bebas Neue", serif;
  letter-spacing: 1px;
  color: #666; }
  /* line 5, ../scss/module/_common.scss */
  body #maincontent {
    max-width: 1400px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      /* line 5, ../scss/module/_common.scss */
      body #maincontent {
        width: 100%;
        box-sizing: border-box; } }
  /* line 14, ../scss/module/_common.scss */
  body button, body .action.primary {
    background-color: black;
    border: none; }
    /* line 18, ../scss/module/_common.scss */
    body button:hover, body button:focus, body button:active, body .action.primary:hover, body .action.primary:focus, body .action.primary:active {
      background-color: black;
      border: none; }
      /* line 22, ../scss/module/_common.scss */
      body button:hover a, body button:focus a, body button:active a, body .action.primary:hover a, body .action.primary:focus a, body .action.primary:active a {
        color: lightgray; }
    /* line 27, ../scss/module/_common.scss */
    body button a, body button a:visited, body button span, body .action.primary a, body .action.primary a:visited, body .action.primary span {
      color: white; }
    /* line 31, ../scss/module/_common.scss */
    body button a:hover, body .action.primary a:hover {
      color: lightgray; }
  /* line 36, ../scss/module/_common.scss */
  body a, body i, body label {
    color: black;
    transition: 0.2s color; }
    /* line 40, ../scss/module/_common.scss */
    body a:active, body i:active, body label:active {
      color: lightgray; }
    /* line 44, ../scss/module/_common.scss */
    body a:hover, body i:hover, body label:hover {
      color: lightgray;
      text-decoration: none; }
    /* line 49, ../scss/module/_common.scss */
    body a:visited, body i:visited, body label:visited {
      color: black;
      text-decoration: none; }
    /* line 54, ../scss/module/_common.scss */
    body a:before, body i:before, body label:before {
      transition: 0.2s color; }
  /* line 59, ../scss/module/_common.scss */
  body .text-center {
    text-align: center; }
  /* line 63, ../scss/module/_common.scss */
  body a.underline-animation {
    position: absolute;
    text-decoration: none; }
  /* line 68, ../scss/module/_common.scss */
  body a.underline-animation::after {
    content: '';
    display: block;
    position: relative;
    width: 0%;
    height: 100%;
    border-bottom: 3px solid black;
    transition: .5s ease; }
  /* line 78, ../scss/module/_common.scss */
  body a.underline-animation:hover:after {
    width: 100%; }

/* line 83, ../scss/module/_common.scss */
.navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active),
.navigation .submenu:not(:first-child) .active > a,
.account-nav .item.current a, .account-nav .item.current strong,
.navigation .level0.active .all-category .ui-state-focus {
  border-color: black; }

/* line 90, ../scss/module/_common.scss */
.account-nav .item a:hover {
  background-color: transparent; }

/* line 94, ../scss/module/_common.scss */
.action.primary {
  transition: 0.2s background-color; }
  /* line 96, ../scss/module/_common.scss */
  .action.primary:hover {
    background-color: lightgray;
    border: none; }

/* line 103, ../scss/module/_common.scss */
body:not(.cms-home) #maincontent {
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    /* line 103, ../scss/module/_common.scss */
    body:not(.cms-home) #maincontent {
      max-width: 1400px; } }

/* line 112, ../scss/module/_common.scss */
.block-background {
  position: absolute;
  background-color: lightgray;
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
  z-index: -1; }
  @media only screen and (max-width: 767px) {
    /* line 112, ../scss/module/_common.scss */
    .block-background {
      width: 100%;
      height: 100%;
      left: initial; } }

/* line 128, ../scss/module/_common.scss */
.loading-mask .loader > img {
  top: 25px;
  left: 1px; }

@media only screen and (max-width: 767px) {
  /* line 132, ../scss/module/_common.scss */
  .page-main {
    padding: 20px; } }

/* line 137, ../scss/module/_common.scss */
.breadcrumbs {
  max-width: 1400px;
  padding: 0 20px;
  margin: 30px auto 20px; }

/* line 142, ../scss/module/_common.scss */
.page-wrapper {
  position: relative; }

/* line 148, ../scss/module/_common.scss */
.wishlist-ajax-icon-wrap .wishlist-ajax-link i {
  color: red; }

/* line 155, ../scss/module/_common.scss */
input, input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"] {
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  letter-spacing: 1px; }
  /* line 159, ../scss/module/_common.scss */
  input::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="url"]::placeholder, input[type="tel"]::placeholder, input[type="search"]::placeholder, input[type="number"]::placeholder, input[type*="date"]::placeholder, input[type="email"]::placeholder {
    font-weight: 300; }

/* line 164, ../scss/module/_common.scss */
.action.primary, .action-primary {
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  letter-spacing: 2px; }

/* line 170, ../scss/module/_common.scss */
.fieldset > .field > .label, .fieldset > .fields > .field > .label {
  font-weight: 400; }

/***** Register *****/
/* line 5, ../scss/module/_customer.scss */
.customer-account-create .page-wrapper .page-main .page-title-wrapper {
  text-align: left;
  min-width: 600px;
  width: 60%;
  margin: auto; }
/* line 13, ../scss/module/_customer.scss */
.customer-account-create .page-wrapper .page-main .columns .column.main form.form-create-account {
  width: 50%;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    /* line 13, ../scss/module/_customer.scss */
    .customer-account-create .page-wrapper .page-main .columns .column.main form.form-create-account {
      width: 100%; } }
  /* line 20, ../scss/module/_customer.scss */
  .customer-account-create .page-wrapper .page-main .columns .column.main form.form-create-account .fieldset .legend {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #c6c6c6; }
    /* line 24, ../scss/module/_customer.scss */
    .customer-account-create .page-wrapper .page-main .columns .column.main form.form-create-account .fieldset .legend span {
      font-size: 2.2rem; }
  /* line 29, ../scss/module/_customer.scss */
  .customer-account-create .page-wrapper .page-main .columns .column.main form.form-create-account .field {
    margin: 0 0 5px; }
    /* line 30, ../scss/module/_customer.scss */
    .customer-account-create .page-wrapper .page-main .columns .column.main form.form-create-account .field:before {
      width: 100%; }
    /* line 34, ../scss/module/_customer.scss */
    .customer-account-create .page-wrapper .page-main .columns .column.main form.form-create-account .field .label {
      width: 100%;
      text-align: left;
      margin: 0 0 8px;
      font-weight: 500; }
      /* line 39, ../scss/module/_customer.scss */
      .customer-account-create .page-wrapper .page-main .columns .column.main form.form-create-account .field .label span {
        font-size: 16px; }
    /* line 43, ../scss/module/_customer.scss */
    .customer-account-create .page-wrapper .page-main .columns .column.main form.form-create-account .field .control {
      width: 100%; }

/* line 2, ../scss/module/_minicart.scss */
.minicart-wrapper .block-minicart {
  color: #000;
  width: 420px;
  border: none;
  right: 0;
  top: 46px;
  max-height: 600px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
  overflow: auto; }
  @media only screen and (max-width: 767px) {
    /* line 2, ../scss/module/_minicart.scss */
    .minicart-wrapper .block-minicart {
      width: 345px;
      right: 10px; } }
  @media only screen and (max-width: 320px) {
    /* line 2, ../scss/module/_minicart.scss */
    .minicart-wrapper .block-minicart {
      width: 310px;
      right: 5px; } }
  /* line 20, ../scss/module/_minicart.scss */
  .minicart-wrapper .block-minicart:after, .minicart-wrapper .block-minicart:before {
    display: none; }
  /* line 24, ../scss/module/_minicart.scss */
  .minicart-wrapper .block-minicart #minicart-content-wrapper {
    overflow-y: unset !important; }
  /* line 28, ../scss/module/_minicart.scss */
  .minicart-wrapper .block-minicart .block-content .action.close {
    top: 10px;
    right: 5px; }
    /* line 31, ../scss/module/_minicart.scss */
    .minicart-wrapper .block-minicart .block-content .action.close:before {
      color: #000; }
  /* line 35, ../scss/module/_minicart.scss */
  .minicart-wrapper .block-minicart .block-content h3 {
    text-align: center;
    padding-bottom: 30px;
    font-size: 2rem;
    font-weight: 300; }
  /* line 41, ../scss/module/_minicart.scss */
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
    /* line 45, ../scss/module/_minicart.scss */
    .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item {
      border-top: 1px dashed #eee; }
      /* line 47, ../scss/module/_minicart.scss */
      .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item:first-of-type {
        border-top: none; }
      /* line 50, ../scss/module/_minicart.scss */
      .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-image-container {
        width: 80px !important; }
      /* line 53, ../scss/module/_minicart.scss */
      .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details {
        margin-top: 0; }
        /* line 55, ../scss/module/_minicart.scss */
        .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details strong.product-item-name {
          font-size: 18px;
          margin: 0;
          font-weight: 400; }
          /* line 59, ../scss/module/_minicart.scss */
          .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details strong.product-item-name a {
            color: #333;
            text-decoration: none; }
        /* line 64, ../scss/module/_minicart.scss */
        .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing {
          position: relative; }
          /* line 66, ../scss/module/_minicart.scss */
          .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .price-container {
            display: inline-block; }
            /* line 68, ../scss/module/_minicart.scss */
            .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .price-container span {
              font-size: 14px;
              font-weight: 500; }
          /* line 73, ../scss/module/_minicart.scss */
          .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty {
            position: absolute;
            top: 10px;
            right: 70px;
            margin-top: 0; }
            @media only screen and (max-width: 767px) {
              /* line 73, ../scss/module/_minicart.scss */
              .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty {
                right: 0;
                top: 40px;
                width: fit-content; } }
            /* line 84, ../scss/module/_minicart.scss */
            .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty button.decreasing-qty, .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty button.increasing-qty {
              float: left;
              margin-bottom: 5px;
              padding: 6px 14px 7px;
              background: none;
              border: 1px solid #666; }
            /* line 93, ../scss/module/_minicart.scss */
            .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty input.item-qty {
              float: left;
              width: 35px;
              border: none;
              border-top: 1px solid #666;
              border-bottom: 1px solid #666;
              border-radius: 2px; }
            /* line 101, ../scss/module/_minicart.scss */
            .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty label {
              display: none; }
            /* line 104, ../scss/module/_minicart.scss */
            .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty .item-qty {
              margin-right: 0; }
          /* line 108, ../scss/module/_minicart.scss */
          .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .item-subtotal-price-container {
            position: absolute;
            top: 2px;
            right: 0; }
        /* line 114, ../scss/module/_minicart.scss */
        .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-color {
          font-size: 1rem; }
        /* line 117, ../scss/module/_minicart.scss */
        .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-color {
          font-size: 1rem;
          max-width: 75px; }
        /* line 121, ../scss/module/_minicart.scss */
        .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.actions {
          float: left;
          margin: 0; }
          /* line 126, ../scss/module/_minicart.scss */
          .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.actions .secondary a:before {
            display: none; }
          /* line 129, ../scss/module/_minicart.scss */
          .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.actions .secondary a.action.delete {
            margin-top: 5px;
            font-size: 11px;
            color: #999; }
            /* line 133, ../scss/module/_minicart.scss */
            .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.actions .secondary a.action.delete span {
              position: static;
              text-decoration: underline;
              text-transform: uppercase; }
        /* line 142, ../scss/module/_minicart.scss */
        .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details p.min-message {
          color: red;
          text-align: right; }
          @media only screen and (max-width: 767px) {
            /* line 142, ../scss/module/_minicart.scss */
            .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details p.min-message {
              display: inline-block; } }
  /* line 153, ../scss/module/_minicart.scss */
  .minicart-wrapper .block-minicart .block-content .items-total {
    margin: 10px 0 50px; }
  /* line 156, ../scss/module/_minicart.scss */
  .minicart-wrapper .block-minicart .block-content .subtotal {
    margin: 10px 0 50px; }
    /* line 158, ../scss/module/_minicart.scss */
    .minicart-wrapper .block-minicart .block-content .subtotal span.label {
      display: inline-block;
      font-weight: 500; }
    /* line 162, ../scss/module/_minicart.scss */
    .minicart-wrapper .block-minicart .block-content .subtotal .price-container {
      display: inline-block; }
      /* line 164, ../scss/module/_minicart.scss */
      .minicart-wrapper .block-minicart .block-content .subtotal .price-container span.price-wrapper span.price {
        font-size: 12px;
        font-weight: 400; }
  /* line 170, ../scss/module/_minicart.scss */
  .minicart-wrapper .block-minicart .block-content .actions {
    margin: 10px 0;
    text-align: center; }
    /* line 173, ../scss/module/_minicart.scss */
    .minicart-wrapper .block-minicart .block-content .actions .secondary a.viewcart, .minicart-wrapper .block-minicart .block-content .actions .primary button.checkout {
      display: inline-block;
      width: 250px;
      font-size: 14px;
      padding: 13px 0;
      font-weight: 300;
      text-transform: uppercase; }
    /* line 182, ../scss/module/_minicart.scss */
    .minicart-wrapper .block-minicart .block-content .actions .secondary a.viewcart {
      color: #666;
      border: 1px solid #000000; }
    /* line 188, ../scss/module/_minicart.scss */
    .minicart-wrapper .block-minicart .block-content .actions .primary {
      margin: 0; }
      /* line 190, ../scss/module/_minicart.scss */
      .minicart-wrapper .block-minicart .block-content .actions .primary button.checkout {
        background: #000000;
        color: #FFFFFF; }

/*-- product list grid*/
/* line 5, ../scss/module/_product-list.scss */
.category-view .category-image img {
  width: 100%; }

@media only screen and (min-width: 768px) {
  /* line 11, ../scss/module/_product-list.scss */
  .products-grid .product-item {
    margin-right: 5%;
    max-width: 30%; }
    /* line 16, ../scss/module/_product-list.scss */
    .products-grid .product-item:nth-child(4n) {
      margin-right: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 11, ../scss/module/_product-list.scss */
  .products-grid .product-item {
    margin-right: 4%; } }
@media only screen and (max-width: 767px) {
  /* line 11, ../scss/module/_product-list.scss */
  .products-grid .product-item {
    width: 45%;
    margin-right: 6%;
    max-width: 45%; }
    /* line 28, ../scss/module/_product-list.scss */
    .products-grid .product-item:nth-child(2n) {
      margin-right: 0; } }
/* line 33, ../scss/module/_product-list.scss */
.products-grid .product-item a.photo .product-image-wrapper {
  padding-bottom: 150% !important; }
/* line 36, ../scss/module/_product-list.scss */
.products-grid .product-item a.photo img {
  width: 100%; }
  /* line 39, ../scss/module/_product-list.scss */
  .products-grid .product-item a.photo img.product-swatch {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s; }
    /* line 46, ../scss/module/_product-list.scss */
    .products-grid .product-item a.photo img.product-swatch:hover {
      opacity: 1; }

/*-- color swatch */
/* line 56, ../scss/module/_product-list.scss */
.color-swatch-container {
  float: left;
  width: 100%;
  margin: 5px 0 10px; }
  /* line 60, ../scss/module/_product-list.scss */
  .color-swatch-container .color-swatch-case {
    border-radius: 50px;
    width: 22px;
    height: 22px;
    background: #fff;
    display: inline-block;
    margin-right: 5px; }
    /* line 69, ../scss/module/_product-list.scss */
    .color-swatch-container .color-swatch-case.color-swatch-selected {
      border: 1px solid #999; }
    /* line 73, ../scss/module/_product-list.scss */
    .color-swatch-container .color-swatch-case .color-swatch-item {
      border-radius: 50px;
      display: inline-block;
      margin: 2px 2px !important; }
      /* line 78, ../scss/module/_product-list.scss */
      .color-swatch-container .color-swatch-case .color-swatch-item.no-swatch-value {
        border: 1px solid #fff;
        position: relative; }
        /* line 81, ../scss/module/_product-list.scss */
        .color-swatch-container .color-swatch-case .color-swatch-item.no-swatch-value:after {
          position: absolute;
          top: 1px;
          left: 0px;
          content: "NO IMG";
          font-size: 6px;
          color: #999;
          line-height: 1;
          text-align: center; }
      /* line 92, ../scss/module/_product-list.scss */
      .color-swatch-container .color-swatch-case .color-swatch-item.color-swatch-selected {
        border: 1px solid #BDBDBD; }

/*-- color swatch loading */
/* line 100, ../scss/module/_product-list.scss */
.loading-color-image {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 16px; }

/*-- owl slider styles*/
/* line 109, ../scss/module/_product-list.scss */
.owl-dots {
  text-align: center;
  margin-top: 10px; }
  /* line 112, ../scss/module/_product-list.scss */
  .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 10px;
    border: 1px solid #666 !important;
    box-shadow: none; }
    /* line 119, ../scss/module/_product-list.scss */
    .owl-dots .owl-dot.active {
      background: #666; }
    /* line 122, ../scss/module/_product-list.scss */
    .owl-dots .owl-dot:focus {
      outline: none; }

/* ----------- filter toolbar ------------- */
/* line 130, ../scss/module/_product-list.scss */
.page-with-filter .column.main {
  padding-top: 0; }
/* line 132, ../scss/module/_product-list.scss */
.page-with-filter .toolbar .modes {
  display: none; }
/* line 134, ../scss/module/_product-list.scss */
.page-with-filter .toolbar .toolbar-amount {
  left: unset;
  position: absolute;
  top: -8px;
  right: 90px;
  font-size: 13px; }
  @media only screen and (max-width: 767px) {
    /* line 134, ../scss/module/_product-list.scss */
    .page-with-filter .toolbar .toolbar-amount {
      top: -14px;
      left: 0;
      right: unset; } }
/* line 147, ../scss/module/_product-list.scss */
.page-with-filter .toolbar .limiter .limiter-options {
  background-color: #fff;
  box-shadow: none;
  border-radius: 0; }
/* line 153, ../scss/module/_product-list.scss */
.page-with-filter .toolbar .pages {
  float: none; }
/* line 156, ../scss/module/_product-list.scss */
.page-with-filter .toolbar .toolbar-sorter {
  position: absolute;
  top: 0; }
  @media only screen and (max-width: 767px) {
    /* line 156, ../scss/module/_product-list.scss */
    .page-with-filter .toolbar .toolbar-sorter {
      top: 9px; } }
  /* line 165, ../scss/module/_product-list.scss */
  .page-with-filter .toolbar .toolbar-sorter .sorter-options {
    box-shadow: none;
    border-radius: 0;
    background-color: #fff; }
  /* line 171, ../scss/module/_product-list.scss */
  .page-with-filter .toolbar .toolbar-sorter #sorter-collapsible .sorter-title {
    font-weight: 300; }
    /* line 173, ../scss/module/_product-list.scss */
    .page-with-filter .toolbar .toolbar-sorter #sorter-collapsible .sorter-title:after {
      top: 0px; }
      @media only screen and (max-width: 767px) {
        /* line 173, ../scss/module/_product-list.scss */
        .page-with-filter .toolbar .toolbar-sorter #sorter-collapsible .sorter-title:after {
          top: 9px; } }
  /* line 180, ../scss/module/_product-list.scss */
  .page-with-filter .toolbar .toolbar-sorter #sorter-collapsible .sorter-content {
    display: none;
    position: absolute;
    top: 35px;
    left: -107px;
    width: 170px;
    text-align: left;
    background: #EDE7E0; }
    @media only screen and (max-width: 767px) {
      /* line 180, ../scss/module/_product-list.scss */
      .page-with-filter .toolbar .toolbar-sorter #sorter-collapsible .sorter-content {
        top: 46px;
        left: -77px; } }

/* ---- layered navigation -------- */
@media only screen and (max-width: 767px) {
  /* line 201, ../scss/module/_product-list.scss */
  .page-products .columns {
    padding-top: 10px; }
    /* line 206, ../scss/module/_product-list.scss */
    .page-products .columns .filter-content .filter-current strong.filter-current-subtitle:before {
      right: -3px; } }
/* line 212, ../scss/module/_product-list.scss */
.block.filter {
  border-top: none !important;
  border-bottom: 1px solid #D7D7D6;
  padding-bottom: 14px;
  padding-right: 210px; }
  @media only screen and (min-width: 768px) {
    /* line 212, ../scss/module/_product-list.scss */
    .block.filter {
      margin-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    /* line 212, ../scss/module/_product-list.scss */
    .block.filter {
      text-align: left;
      padding-right: 0; } }
  /* line 224, ../scss/module/_product-list.scss */
  .block.filter .block-title {
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      /* line 224, ../scss/module/_product-list.scss */
      .block.filter .block-title {
        float: left;
        position: static; } }
    /* line 232, ../scss/module/_product-list.scss */
    .block.filter .block-title strong {
      box-shadow: none;
      background: none;
      border: none;
      position: relative;
      font-size: 13px;
      text-transform: uppercase;
      padding: 0;
      margin-right: 25px;
      top: 0px; }
      @media only screen and (max-width: 767px) {
        /* line 232, ../scss/module/_product-list.scss */
        .block.filter .block-title strong {
          top: 9px;
          margin-right: 5px; } }
  /* line 250, ../scss/module/_product-list.scss */
  .block.filter .block-content {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    /* ---------------- filter color ------------------- */ }
    /* line 255, ../scss/module/_product-list.scss */
    .block.filter .block-content .filter-options {
      display: inline-block;
      line-height: normal; }
      /* line 258, ../scss/module/_product-list.scss */
      .block.filter .block-content .filter-options .filter-options-item {
        float: left;
        position: relative;
        border-bottom: none;
        padding-bottom: 0;
        margin-right: 50px;
        margin-left: 20px; }
        @media only screen and (max-width: 767px) {
          /* line 258, ../scss/module/_product-list.scss */
          .block.filter .block-content .filter-options .filter-options-item {
            margin-right: 10px;
            margin-left: 0; } }
        /* line 269, ../scss/module/_product-list.scss */
        .block.filter .block-content .filter-options .filter-options-item:before, .block.filter .block-content .filter-options .filter-options-item:after {
          display: none; }
        /* line 272, ../scss/module/_product-list.scss */
        .block.filter .block-content .filter-options .filter-options-item .filter-options-title {
          font-weight: 300; }
          /* line 274, ../scss/module/_product-list.scss */
          .block.filter .block-content .filter-options .filter-options-item .filter-options-title:after {
            top: 1px; }
            @media only screen and (max-width: 767px) {
              /* line 274, ../scss/module/_product-list.scss */
              .block.filter .block-content .filter-options .filter-options-item .filter-options-title:after {
                top: 12px; } }
        /* line 281, ../scss/module/_product-list.scss */
        .block.filter .block-content .filter-options .filter-options-item .filter-options-content {
          position: absolute;
          top: 35px;
          left: -25px;
          z-index: 5;
          width: 250px;
          background: rgba(255, 255, 255, 0.95);
          box-shadow: none;
          border: none;
          padding: 0; }
          @media only screen and (max-width: 767px) {
            /* line 281, ../scss/module/_product-list.scss */
            .block.filter .block-content .filter-options .filter-options-item .filter-options-content {
              top: 45px; } }
          /* line 295, ../scss/module/_product-list.scss */
          .block.filter .block-content .filter-options .filter-options-item .filter-options-content .swatch-layered.color {
            padding: 10px 15px; }
            /* line 297, ../scss/module/_product-list.scss */
            .block.filter .block-content .filter-options .filter-options-item .filter-options-content .swatch-layered.color .swatch-attribute-options {
              margin-top: 0;
              margin: 5px; }
              /* line 301, ../scss/module/_product-list.scss */
              .block.filter .block-content .filter-options .filter-options-item .filter-options-content .swatch-layered.color .swatch-attribute-options a.swatch-option-link-layered:focus > div {
                box-shadow: none; }
              /* line 304, ../scss/module/_product-list.scss */
              .block.filter .block-content .filter-options .filter-options-item .filter-options-content .swatch-layered.color .swatch-attribute-options a.swatch-option-link-layered .swatch-option {
                height: 25px;
                border-radius: 30px;
                min-width: 25px;
                margin: 5px; }
                /* line 309, ../scss/module/_product-list.scss */
                .block.filter .block-content .filter-options .filter-options-item .filter-options-content .swatch-layered.color .swatch-attribute-options a.swatch-option-link-layered .swatch-option:hover {
                  outline: none;
                  border: 1px solid #000000; }
                /* line 313, ../scss/module/_product-list.scss */
                .block.filter .block-content .filter-options .filter-options-item .filter-options-content .swatch-layered.color .swatch-attribute-options a.swatch-option-link-layered .swatch-option:before {
                  position: absolute;
                  top: 6px;
                  left: 1px;
                  content: "NO IMG";
                  font-size: 6px;
                  color: #999;
                  line-height: 1;
                  text-align: center; }
                /* line 323, ../scss/module/_product-list.scss */
                .block.filter .block-content .filter-options .filter-options-item .filter-options-content .swatch-layered.color .swatch-attribute-options a.swatch-option-link-layered .swatch-option.image {
                  background-size: cover !important; }
                /* line 326, ../scss/module/_product-list.scss */
                .block.filter .block-content .filter-options .filter-options-item .filter-options-content .swatch-layered.color .swatch-attribute-options a.swatch-option-link-layered .swatch-option.color:before, .block.filter .block-content .filter-options .filter-options-item .filter-options-content .swatch-layered.color .swatch-attribute-options a.swatch-option-link-layered .swatch-option.image:before {
                  content: ""; }
    /* line 340, ../scss/module/_product-list.scss */
    .block.filter .block-content .filter-current {
      display: block;
      position: absolute;
      top: 37px;
      min-width: 500px;
      left: 0; }
      @media only screen and (max-width: 767px) {
        /* line 340, ../scss/module/_product-list.scss */
        .block.filter .block-content .filter-current {
          border: none;
          top: 49px;
          left: 0;
          z-index: 1;
          min-width: unset; } }
      /* line 354, ../scss/module/_product-list.scss */
      .block.filter .block-content .filter-current strong {
        display: none; }
      /* line 358, ../scss/module/_product-list.scss */
      .block.filter .block-content .filter-current ol.items:before {
        content: "FILTERED BY : "; }
      @media only screen and (max-width: 767px) {
        /* line 357, ../scss/module/_product-list.scss */
        .block.filter .block-content .filter-current ol.items {
          display: block; } }
      @media only screen and (max-width: 767px) {
        /* line 364, ../scss/module/_product-list.scss */
        .block.filter .block-content .filter-current ol.items li.item {
          display: inline-block; } }
      /* line 368, ../scss/module/_product-list.scss */
      .block.filter .block-content .filter-current ol.items li.item .filter-label {
        display: none; }
      /* line 371, ../scss/module/_product-list.scss */
      .block.filter .block-content .filter-current ol.items li.item .action.remove {
        position: initial; }
    /* line 378, ../scss/module/_product-list.scss */
    .block.filter .block-content .filter-actions {
      position: absolute;
      right: 0;
      top: 45px; }
      @media only screen and (max-width: 767px) {
        /* line 378, ../scss/module/_product-list.scss */
        .block.filter .block-content .filter-actions {
          display: block;
          top: 58px;
          margin: 0; } }
      /* line 389, ../scss/module/_product-list.scss */
      .block.filter .block-content .filter-actions a.filter-clear span {
        font-size: 1rem;
        color: #999;
        text-transform: uppercase; }

/* line 401, ../scss/module/_product-list.scss */
.products-grid .product-items .product-item .product-item-info {
  width: 100%; }
  /* line 404, ../scss/module/_product-list.scss */
  .products-grid .product-items .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  /* line 414, ../scss/module/_product-list.scss */
  .niks-ajax-wrapper {
    margin-top: 40px; } }
/* line 420, ../scss/module/_product-list.scss */
.product-image-container .product-swatch {
  opacity: 0;
  transition: opacity 0.3s; }
  /* line 424, ../scss/module/_product-list.scss */
  .product-image-container .product-swatch:hover {
    opacity: 1; }

/* line 430, ../scss/module/_product-list.scss */
.color-swatch-container .color-swatch-case {
  border: 1px solid lightgray;
  width: 22px;
  height: 22px;
  background: #fff;
  display: inline-block;
  margin-right: 5px;
  overflow: hidden; }

/* line 440, ../scss/module/_product-list.scss */
.color-swatch-container .color-swatch-case.color-swatch-selected {
  border: 1px solid black; }

/* line 444, ../scss/module/_product-list.scss */
.loading-color-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8); }
  /* line 454, ../scss/module/_product-list.scss */
  .loading-color-image i {
    position: relative;
    font-size: 14px;
    vertical-align: top;
    margin-right: 5px; }

@media (min-width: 640px) {
  /* line 462, ../scss/module/_product-list.scss */
  .page-products .products-grid .product-item .product-item-info:hover .product-item-details .weltpixel-quickview {
    top: 352px; } }

/* detail page */
/* line 3, ../scss/module/_product-view.scss */
.catalog-product-view .column.main {
  min-height: 800px;
  margin: 0 auto; }
  /* line 6, ../scss/module/_product-view.scss */
  .catalog-product-view .column.main .product-info-main {
    width: 40%;
    opacity: 1;
    text-align: center;
    position: relative; }
    @media only screen and (max-width: 767px) {
      /* line 6, ../scss/module/_product-view.scss */
      .catalog-product-view .column.main .product-info-main {
        float: right;
        width: 97%; } }
    /* line 15, ../scss/module/_product-view.scss */
    .catalog-product-view .column.main .product-info-main .product-info-title {
      font-size: 45px;
      font-weight: 300;
      color: black;
      margin-bottom: 15px; }
    /* line 22, ../scss/module/_product-view.scss */
    .catalog-product-view .column.main .product-info-main .page-title-wrapper h1 span {
      font-size: 25px; }
    /* line 24, ../scss/module/_product-view.scss */
    .catalog-product-view .column.main .product-info-main .price-box {
      margin: 0; }
      /* line 26, ../scss/module/_product-view.scss */
      .catalog-product-view .column.main .product-info-main .price-box span.price-regular_price {
        font-size: 20px;
        font-weight: 300; }
        /* line 30, ../scss/module/_product-view.scss */
        .catalog-product-view .column.main .product-info-main .price-box span.price-regular_price::before {
          content: 'Unit Price : ';
          font-size: 18px;
          font-weight: 300;
          display: inline-block;
          padding-right: 10px; }
      /* line 38, ../scss/module/_product-view.scss */
      .catalog-product-view .column.main .product-info-main .price-box span.price-final_price {
        font-size: 20px;
        font-weight: 300;
        color: #de5715;
        margin-left: 5px; }
        /* line 44, ../scss/module/_product-view.scss */
        .catalog-product-view .column.main .product-info-main .price-box span.price-final_price:after {
          content: '/Piece';
          font-size: 18px;
          font-weight: 600;
          display: none; }
    /* line 52, ../scss/module/_product-view.scss */
    .catalog-product-view .column.main .product-info-main .product-group-price-wrapper {
      padding-bottom: 30px; }
      /* line 56, ../scss/module/_product-view.scss */
      .catalog-product-view .column.main .product-info-main .product-group-price-wrapper .price-box span.price-regular_price::before {
        content: 'Prepack Price : ';
        font-size: 18px;
        font-weight: 300;
        display: inline-block;
        padding-right: 10px; }
    /* line 66, ../scss/module/_product-view.scss */
    .catalog-product-view .column.main .product-info-main .detail-text-wrapper {
      padding: 30px 0;
      font-size: 14px;
      border-top: 1px solid gray;
      border-bottom: 1px solid gray; }
      /* line 71, ../scss/module/_product-view.scss */
      .catalog-product-view .column.main .product-info-main .detail-text-wrapper .product-description-wrapper {
        margin: 30px 0;
        font-size: 14px;
        text-transform: uppercase;
        text-align: left; }
        /* line 77, ../scss/module/_product-view.scss */
        .catalog-product-view .column.main .product-info-main .detail-text-wrapper .product-description-wrapper div[data-content-type="html"] {
          white-space: pre-line; }
        /* line 81, ../scss/module/_product-view.scss */
        .catalog-product-view .column.main .product-info-main .detail-text-wrapper .product-description-wrapper ul {
          padding-left: 0; }
          /* line 83, ../scss/module/_product-view.scss */
          .catalog-product-view .column.main .product-info-main .detail-text-wrapper .product-description-wrapper ul li {
            display: block;
            margin-bottom: .5rem; }
            /* line 86, ../scss/module/_product-view.scss */
            .catalog-product-view .column.main .product-info-main .detail-text-wrapper .product-description-wrapper ul li:before {
              content: "-";
              font-size: 13px;
              margin-right: 5px; }
            /* line 91, ../scss/module/_product-view.scss */
            .catalog-product-view .column.main .product-info-main .detail-text-wrapper .product-description-wrapper ul li p {
              display: inline-block;
              margin: 0; }
    /* line 101, ../scss/module/_product-view.scss */
    .catalog-product-view .column.main .product-info-main .product-product-attr-wrapper .row {
      font-size: 1rem;
      font-weight: 300; }
      /* line 104, ../scss/module/_product-view.scss */
      .catalog-product-view .column.main .product-info-main .product-product-attr-wrapper .row .title {
        margin-bottom: 10px; }
    /* line 113, ../scss/module/_product-view.scss */
    .catalog-product-view .column.main .product-info-main button.btn-link {
      float: right;
      border: none;
      padding: 2px;
      border-radius: 0;
      background: none;
      color: #666;
      font-weight: 400;
      letter-spacing: 1px;
      text-decoration: underline; }
    /* line 125, ../scss/module/_product-view.scss */
    .catalog-product-view .column.main .product-info-main .product-preorder-date-wrapper {
      font-size: 14px;
      margin-bottom: 15px;
      color: #de5715; }
    /* line 131, ../scss/module/_product-view.scss */
    .catalog-product-view .column.main .product-info-main .table-wrapper.grouped {
      margin: 25px 0; }
      @media only screen and (max-width: 1024px) {
        /* line 131, ../scss/module/_product-view.scss */
        .catalog-product-view .column.main .product-info-main .table-wrapper.grouped {
          overflow: scroll; } }
      /* line 136, ../scss/module/_product-view.scss */
      .catalog-product-view .column.main .product-info-main .table-wrapper.grouped .table tfoot > tr:first-child td {
        padding: 5px 0;
        background-color: #EDE7E0; }
      @media only screen and (max-width: 1024px) {
        /* line 131, ../scss/module/_product-view.scss */
        .catalog-product-view .column.main .product-info-main .table-wrapper.grouped {
          border-top: none; }
          /* line 142, ../scss/module/_product-view.scss */
          .catalog-product-view .column.main .product-info-main .table-wrapper.grouped .table.grouped > tbody {
            border-bottom: none; }
          /* line 145, ../scss/module/_product-view.scss */
          .catalog-product-view .column.main .product-info-main .table-wrapper.grouped .table:not(.totals):not(.cart):not(.table-comparison) {
            display: table; }
          /* line 146, ../scss/module/_product-view.scss */
          .catalog-product-view .column.main .product-info-main .table-wrapper.grouped .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr,
          .catalog-product-view .column.main .product-info-main .table-wrapper.grouped .table:not(.totals):not(.table-comparison) tfoot tr {
            display: table-row; }
          /* line 150, ../scss/module/_product-view.scss */
          .catalog-product-view .column.main .product-info-main .table-wrapper.grouped .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
            display: table-row-group; }
          /* line 151, ../scss/module/_product-view.scss */
          .catalog-product-view .column.main .product-info-main .table-wrapper.grouped .table:not(.totals):not(.table-comparison) tfoot {
            display: table-footer-group; }
          /* line 154, ../scss/module/_product-view.scss */
          .catalog-product-view .column.main .product-info-main .table-wrapper.grouped .table:not(.totals):not(.table-comparison) tfoot tr:before {
            content: unset; } }
    /* line 162, ../scss/module/_product-view.scss */
    .catalog-product-view .column.main .product-info-main .box-tocart {
      display: block;
      margin-top: 0; }
      /* line 165, ../scss/module/_product-view.scss */
      .catalog-product-view .column.main .product-info-main .box-tocart .actions {
        display: block; }
        /* line 167, ../scss/module/_product-view.scss */
        .catalog-product-view .column.main .product-info-main .box-tocart .actions .product-addto-links {
          margin: 0; }
        /* line 170, ../scss/module/_product-view.scss */
        .catalog-product-view .column.main .product-info-main .box-tocart .actions button.action {
          width: 100%;
          color: #666;
          font-size: 18px;
          padding: 10px 15px;
          font-weight: 300;
          line-height: 1.5;
          text-transform: uppercase; }
          /* line 178, ../scss/module/_product-view.scss */
          .catalog-product-view .column.main .product-info-main .box-tocart .actions button.action.tocheckout {
            background-color: white;
            border: 1px solid grey; }
            @media only screen and (max-width: 767px) {
              /* line 178, ../scss/module/_product-view.scss */
              .catalog-product-view .column.main .product-info-main .box-tocart .actions button.action.tocheckout {
                margin-top: 20px; } }
            /* line 184, ../scss/module/_product-view.scss */
            .catalog-product-view .column.main .product-info-main .box-tocart .actions button.action.tocheckout span {
              color: #000; }
    /* line 192, ../scss/module/_product-view.scss */
    .catalog-product-view .column.main .product-info-main .product-social-links {
      display: none; }

/* line 201, ../scss/module/_product-view.scss */
.block.upsell, .block.related, .block.crosssell {
  margin: 100px 0 0; }
  /* line 203, ../scss/module/_product-view.scss */
  .block.upsell .block-title, .block.related .block-title, .block.crosssell .block-title {
    position: relative; }
    /* line 205, ../scss/module/_product-view.scss */
    .block.upsell .block-title strong, .block.related .block-title strong, .block.crosssell .block-title strong {
      font-size: 2rem;
      font-weight: 300;
      background: #fff;
      padding-right: 20px;
      text-transform: uppercase; }
    /* line 212, ../scss/module/_product-view.scss */
    .block.upsell .block-title:after, .block.related .block-title:after, .block.crosssell .block-title:after {
      display: block;
      width: 100%;
      position: absolute;
      top: 13px;
      left: 0;
      content: '';
      border-bottom: 1px solid #ccc;
      z-index: -1; }
  /* line 223, ../scss/module/_product-view.scss */
  .block.upsell .owl-stage .owl-item.active, .block.related .owl-stage .owl-item.active, .block.crosssell .owl-stage .owl-item.active {
    padding: 20px 35px 20px 5px; }
    /* line 225, ../scss/module/_product-view.scss */
    .block.upsell .owl-stage .owl-item.active .product-item, .block.related .owl-stage .owl-item.active .product-item, .block.crosssell .owl-stage .owl-item.active .product-item {
      width: 100%;
      max-width: 100%; }
      /* line 229, ../scss/module/_product-view.scss */
      .block.upsell .owl-stage .owl-item.active .product-item .product-item-info, .block.related .owl-stage .owl-item.active .product-item .product-item-info, .block.crosssell .owl-stage .owl-item.active .product-item .product-item-info {
        width: 100%;
        padding: 0;
        margin: 0; }
        /* line 233, ../scss/module/_product-view.scss */
        .block.upsell .owl-stage .owl-item.active .product-item .product-item-info:hover, .block.related .owl-stage .owl-item.active .product-item .product-item-info:hover, .block.crosssell .owl-stage .owl-item.active .product-item .product-item-info:hover {
          box-shadow: none;
          border: none; }
        /* line 237, ../scss/module/_product-view.scss */
        .block.upsell .owl-stage .owl-item.active .product-item .product-item-info a.product-item-photo, .block.related .owl-stage .owl-item.active .product-item .product-item-info a.product-item-photo, .block.crosssell .owl-stage .owl-item.active .product-item .product-item-info a.product-item-photo {
          position: relative;
          float: left;
          width: 100%; }
        /* line 242, ../scss/module/_product-view.scss */
        .block.upsell .owl-stage .owl-item.active .product-item .product-item-info .product-item-details, .block.related .owl-stage .owl-item.active .product-item .product-item-info .product-item-details, .block.crosssell .owl-stage .owl-item.active .product-item .product-item-info .product-item-details {
          float: left;
          width: 100%; }

/* line 252, ../scss/module/_product-view.scss */
.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0; }

/* line 259, ../scss/module/_product-view.scss */
.page-products .products-grid .product-item {
  padding: 0px; }

/* line 263, ../scss/module/_product-view.scss */
.product-item-details {
  margin-top: 20px; }
  /* line 265, ../scss/module/_product-view.scss */
  .product-item-details .product-item-name {
    color: #333; }
    /* line 267, ../scss/module/_product-view.scss */
    .product-item-details .product-item-name .product-description {
      float: left;
      font-size: 1rem;
      font-weight: 300; }
    /* line 272, ../scss/module/_product-view.scss */
    .product-item-details .product-item-name a.product-item-link {
      float: right;
      font-weight: 300;
      color: #333;
      font-size: 16px; }
      @media (max-width: 350px) {
        /* line 272, ../scss/module/_product-view.scss */
        .product-item-details .product-item-name a.product-item-link {
          font-size: 14px; } }
    /* line 282, ../scss/module/_product-view.scss */
    .product-item-details .product-item-name .price-box {
      font-size: 1rem;
      float: left;
      clear: left;
      margin: 10px 0 0; }
      @media (max-width: 350px) {
        /* line 282, ../scss/module/_product-view.scss */
        .product-item-details .product-item-name .price-box {
          font-size: 13px; } }

/*-- grouped order box */
/* line 296, ../scss/module/_product-view.scss */
#super-product-table thead {
  background-color: black;
  color: white; }
  /* line 299, ../scss/module/_product-view.scss */
  #super-product-table thead tr th {
    font-size: 13px; }
/* line 304, ../scss/module/_product-view.scss */
#super-product-table tbody + tbody {
  border-top: none; }
/* line 305, ../scss/module/_product-view.scss */
#super-product-table tr th {
  display: table-cell;
  border-top: none;
  border-bottom: 1px solid #ccc;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    /* line 305, ../scss/module/_product-view.scss */
    #super-product-table tr th {
      padding: 1rem; } }
  @media only screen and (max-width: 360px) {
    /* line 305, ../scss/module/_product-view.scss */
    #super-product-table tr th {
      padding: .75rem; } }
  /* line 316, ../scss/module/_product-view.scss */
  #super-product-table tr th.col.item {
    width: 20%;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      /* line 316, ../scss/module/_product-view.scss */
      #super-product-table tr th.col.item {
        width: fit-content; } }
  /* line 324, ../scss/module/_product-view.scss */
  #super-product-table tr th.col.qty {
    text-align: center; }
  /* line 327, ../scss/module/_product-view.scss */
  #super-product-table tr th.prepack-each-size {
    text-align: center; }
/* line 331, ../scss/module/_product-view.scss */
#super-product-table td {
  font-size: 13px;
  vertical-align: middle;
  position: relative;
  display: table-cell;
  border: none; }
  @media only screen and (max-width: 767px) {
    /* line 331, ../scss/module/_product-view.scss */
    #super-product-table td {
      padding-bottom: 0;
      padding: 5px 5px; } }
  /* line 342, ../scss/module/_product-view.scss */
  #super-product-table td.col.item {
    width: 20%;
    text-align: center; }
  /* line 346, ../scss/module/_product-view.scss */
  #super-product-table td.pack-info {
    width: 8%;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      /* line 346, ../scss/module/_product-view.scss */
      #super-product-table td.pack-info {
        width: 9%; } }
    /* line 353, ../scss/module/_product-view.scss */
    #super-product-table td.pack-info .color-stock {
      position: absolute;
      font-size: 1rem;
      top: 10px;
      width: 220px;
      text-align: left; }
      /* line 359, ../scss/module/_product-view.scss */
      #super-product-table td.pack-info .color-stock.preorder {
        color: #de5715; }
      /* line 362, ../scss/module/_product-view.scss */
      #super-product-table td.pack-info .color-stock.instock {
        color: darkblue; }
  /* line 367, ../scss/module/_product-view.scss */
  #super-product-table td.pack {
    width: 13%;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      /* line 367, ../scss/module/_product-view.scss */
      #super-product-table td.pack {
        width: 14%; } }
    /* line 375, ../scss/module/_product-view.scss */
    #super-product-table td.pack .qty input {
      text-align: center;
      padding: 0 3px;
      width: 34px; }
    /* line 381, ../scss/module/_product-view.scss */
    #super-product-table td.pack .max-qty-message {
      position: absolute;
      width: 120px;
      color: #de5715;
      font-size: 11px; }
  /* line 389, ../scss/module/_product-view.scss */
  #super-product-table td.total-unit {
    width: 20%;
    text-align: center; }
    /* line 392, ../scss/module/_product-view.scss */
    #super-product-table td.total-unit:after {
      content: 'Units';
      margin-left: 2px; }
  /* line 398, ../scss/module/_product-view.scss */
  #super-product-table td.ext-price {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      /* line 398, ../scss/module/_product-view.scss */
      #super-product-table td.ext-price {
        width: 90px; } }
    @media only screen and (max-width: 370px) {
      /* line 398, ../scss/module/_product-view.scss */
      #super-product-table td.ext-price {
        width: 70px; } }
  /* line 408, ../scss/module/_product-view.scss */
  #super-product-table td .simple-img-wrapper {
    cursor: pointer; }
/* line 417, ../scss/module/_product-view.scss */
#super-product-table tfoot td {
  text-align: center;
  font-weight: 600;
  float: unset; }
  /* line 421, ../scss/module/_product-view.scss */
  #super-product-table tfoot td#total {
    text-align: right;
    padding-right: 20px;
    letter-spacing: 1px; }
    @media only screen and (max-width: 420px) {
      /* line 421, ../scss/module/_product-view.scss */
      #super-product-table tfoot td#total {
        width: fit-content; } }
  @media only screen and (max-width: 420px) {
    /* line 431, ../scss/module/_product-view.scss */
    #super-product-table tfoot td#total-pack-qty {
      width: 55px; } }
  @media only screen and (max-width: 400px) {
    /* line 431, ../scss/module/_product-view.scss */
    #super-product-table tfoot td#total-pack-qty {
      width: 30px; } }
  /* line 441, ../scss/module/_product-view.scss */
  #super-product-table tfoot td#total-unit-qty:after {
    content: 'Units';
    margin-left: 2px; }
  @media only screen and (max-width: 420px) {
    /* line 440, ../scss/module/_product-view.scss */
    #super-product-table tfoot td#total-unit-qty {
      width: 70px;
      text-align: right; } }
  @media only screen and (max-width: 400px) {
    /* line 440, ../scss/module/_product-view.scss */
    #super-product-table tfoot td#total-unit-qty {
      width: 65px; } }
  /* line 455, ../scss/module/_product-view.scss */
  #super-product-table tfoot td#total-price {
    font-size: 17px; }
    @media only screen and (max-width: 420px) {
      /* line 455, ../scss/module/_product-view.scss */
      #super-product-table tfoot td#total-price {
        width: 72px;
        text-align: right;
        font-size: 15px; } }

/* line 469, ../scss/module/_product-view.scss */
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  padding: 10px; }

@media only screen and (max-width: 767px) {
  /* line 473, ../scss/module/_product-view.scss */
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before, .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    content: ''; } }
/*-- product image block in detail page */
/* line 478, ../scss/module/_product-view.scss */
.product.media {
  display: flex;
  width: fit-content !important;
  position: relative;
  margin-left: 9%;
  align-items: center; }
  @media only screen and (min-width: 768px) and (max-width: 1300px) {
    /* line 478, ../scss/module/_product-view.scss */
    .product.media {
      width: 45% !important;
      margin-left: 0; } }
  @media only screen and (max-width: 767px) {
    /* line 478, ../scss/module/_product-view.scss */
    .product.media {
      width: 100% !important;
      margin-left: 0; } }
  /* line 495, ../scss/module/_product-view.scss */
  .product.media .wishlist-ajax-icon-wrap {
    z-index: 11;
    right: 10px;
    top: 10px; }
    /* line 499, ../scss/module/_product-view.scss */
    .product.media .wishlist-ajax-icon-wrap .wishlist-ajax-link {
      font-size: 20px; }
  @media only screen and (max-width: 767px) {
    /* line 504, ../scss/module/_product-view.scss */
    .product.media .moreview-container {
      z-index: 3; } }
  /* line 512, ../scss/module/_product-view.scss */
  .product.media .moreview-container ul.moreview-box {
    width: 88px;
    padding-left: 0;
    list-style-type: none; }
  /* line 517, ../scss/module/_product-view.scss */
  .product.media .moreview-container .moreview-warpper.swiper-container {
    /*** for 'virtical' ***/
    width: 102px;
    height: 700px;
    overflow: hidden;
    /*** for 'horizontal' ***/
    /*display: block;
    width: 60vh;  
    height: 100%;
    margin: 0;*/ }
    @media only screen and (max-width: 767px) {
      /* line 517, ../scss/module/_product-view.scss */
      .product.media .moreview-container .moreview-warpper.swiper-container {
        height: 400px;
        overflow: hidden;
        margin-right: 5px; } }
    /* line 537, ../scss/module/_product-view.scss */
    .product.media .moreview-container .moreview-warpper.swiper-container .swiper-wrapper .swiper-slide {
      border: 1px solid transparent; }
      @media only screen and (max-width: 767px) {
        /* line 537, ../scss/module/_product-view.scss */
        .product.media .moreview-container .moreview-warpper.swiper-container .swiper-wrapper .swiper-slide {
          height: 150px !important; } }
      /* line 542, ../scss/module/_product-view.scss */
      .product.media .moreview-container .moreview-warpper.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
        border: 1px solid transparent;
        border-color: #303e47; }
  /* line 549, ../scss/module/_product-view.scss */
  .product.media .moreview-container .swiper-button-up {
    text-align: center; }
    /* line 551, ../scss/module/_product-view.scss */
    .product.media .moreview-container .swiper-button-up::before {
      content: '<';
      display: inline-block;
      transform: rotate(90deg);
      font-size: 2rem;
      font-family: "Bebas Neue", serif;
      color: #000;
      margin-top: -7px; }
    /* line 560, ../scss/module/_product-view.scss */
    .product.media .moreview-container .swiper-button-up .svg-inline--fa.fa-chevron-up.fa-w-14 {
      cursor: pointer;
      position: absolute;
      top: -10px;
      left: 0;
      height: 30px;
      width: 60px;
      z-index: 5; }
      /* line 568, ../scss/module/_product-view.scss */
      .product.media .moreview-container .swiper-button-up .svg-inline--fa.fa-chevron-up.fa-w-14 path {
        display: none; }
  /* line 573, ../scss/module/_product-view.scss */
  .product.media .moreview-container .swiper-button-down {
    text-align: center; }
    /* line 575, ../scss/module/_product-view.scss */
    .product.media .moreview-container .swiper-button-down::before {
      content: '>';
      display: inline-block;
      transform: rotate(90deg);
      font-size: 2rem;
      font-family: "Bebas Neue", serif;
      color: #000; }
    /* line 583, ../scss/module/_product-view.scss */
    .product.media .moreview-container .swiper-button-down .svg-inline--fa.fa-chevron-down.fa-w-14 {
      cursor: pointer;
      position: absolute;
      height: 30px;
      width: 60px;
      z-index: 5;
      transform: translateX(-35px); }
      /* line 590, ../scss/module/_product-view.scss */
      .product.media .moreview-container .swiper-button-down .svg-inline--fa.fa-chevron-down.fa-w-14 path {
        display: none; }
  /* line 597, ../scss/module/_product-view.scss */
  .product.media .imageview-container {
    position: relative; }
    @media only screen and (min-width: 768px) {
      /* line 597, ../scss/module/_product-view.scss */
      .product.media .imageview-container {
        margin-left: 30px; } }
    @media only screen and (max-width: 767px) {
      /* line 597, ../scss/module/_product-view.scss */
      .product.media .imageview-container {
        width: 100%; } }
    /* line 605, ../scss/module/_product-view.scss */
    .product.media .imageview-container .item {
      max-width: 500px;
      max-height: 750px; }
    /* line 609, ../scss/module/_product-view.scss */
    .product.media .imageview-container a.product-image-zoom {
      cursor: zoom-in; }
    /* line 612, ../scss/module/_product-view.scss */
    .product.media .imageview-container a {
      position: absolute;
      top: 0;
      left: 150px;
      visibility: hidden; }
      @media only screen and (max-width: 1400px) {
        /* line 612, ../scss/module/_product-view.scss */
        .product.media .imageview-container a {
          left: 110px; } }
      @media only screen and (max-width: 1024px) {
        /* line 612, ../scss/module/_product-view.scss */
        .product.media .imageview-container a {
          left: 90px; } }
      @media only screen and (max-width: 850px) {
        /* line 612, ../scss/module/_product-view.scss */
        .product.media .imageview-container a {
          left: 60px; } }
      @media only screen and (max-width: 767px) {
        /* line 612, ../scss/module/_product-view.scss */
        .product.media .imageview-container a {
          top: 24px;
          left: 60px; } }
    /* line 633, ../scss/module/_product-view.scss */
    .product.media .imageview-container a:first-of-type {
      visibility: visible; }
    @media only screen and (min-width: 768px) {
      /* line 638, ../scss/module/_product-view.scss */
      .product.media .imageview-container .product-image-zoom {
        width: 500px; }
        /* line 640, ../scss/module/_product-view.scss */
        .product.media .imageview-container .product-image-zoom .product-image {
          width: 500px; } }
    @media only screen and (max-width: 1400px) {
      /* line 646, ../scss/module/_product-view.scss */
      .product.media .imageview-container .product-image-zoom {
        width: 400px; }
        /* line 648, ../scss/module/_product-view.scss */
        .product.media .imageview-container .product-image-zoom .product-image {
          width: 400px; } }
    @media only screen and (max-width: 1280px) {
      /* line 654, ../scss/module/_product-view.scss */
      .product.media .imageview-container .product-image-zoom {
        width: 350px; }
        /* line 656, ../scss/module/_product-view.scss */
        .product.media .imageview-container .product-image-zoom .product-image {
          width: 350px; } }
    @media only screen and (max-width: 500px) {
      /* line 663, ../scss/module/_product-view.scss */
      .product.media .imageview-container .product-image-zoom {
        width: calc(100% - 50px); }
        /* line 665, ../scss/module/_product-view.scss */
        .product.media .imageview-container .product-image-zoom .product-image {
          width: calc(100% - 50px); } }

/*-- upsell in detail page*/
/* line 674, ../scss/module/_product-view.scss */
.related, .upsell, .crossell {
  float: left;
  width: 100%; }

/* -------------Quick View------------------*/
@media only screen and (min-width: 768px) {
  /* line 684, ../scss/module/_product-view.scss */
  .page-products .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v1 span::before {
    content: '' !important; } }
@media only screen and (max-width: 767px) {
  /* line 681, ../scss/module/_product-view.scss */
  .page-products .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v1 {
    display: none; } }

/* line 694, ../scss/module/_product-view.scss */
.mfp-wrap .mfp-iframe-holder .mfp-content {
  max-width: 1200px; }

/* line 701, ../scss/module/_product-view.scss */
.weltpixel-quickview-catalog-product-view .top-message-box, .weltpixel-quickview-catalog-product-view #random_product_box,
.weltpixel_quickview-catalog_product-view .top-message-box,
.weltpixel_quickview-catalog_product-view #random_product_box {
  display: none; }
/* line 705, ../scss/module/_product-view.scss */
.weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main,
.weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main {
  padding: 30px;
  min-width: unset; }
  @media only screen and (max-width: 767px) {
    /* line 709, ../scss/module/_product-view.scss */
    .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main,
    .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main {
      flex-direction: row; } }
  /* line 713, ../scss/module/_product-view.scss */
  .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product.media,
  .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product.media {
    width: 40%;
    margin-bottom: 0;
    position: relative; }
    /* line 717, ../scss/module/_product-view.scss */
    .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product.media .imageview-container,
    .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product.media .imageview-container {
      width: 100%;
      position: relative; }
      @media only screen and (max-width: 767px) {
        /* line 717, ../scss/module/_product-view.scss */
        .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product.media .imageview-container,
        .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product.media .imageview-container {
          width: 80%; } }
      /* line 723, ../scss/module/_product-view.scss */
      .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product.media .imageview-container .product-image-zoom,
      .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product.media .imageview-container .product-image-zoom {
        width: 78%; }
      /* line 726, ../scss/module/_product-view.scss */
      .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product.media .imageview-container .owl-stage .owl-item.active,
      .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product.media .imageview-container .owl-stage .owl-item.active {
        padding: 0; }
      /* line 730, ../scss/module/_product-view.scss */
      .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product.media .imageview-container .owl-nav .owl-prev, .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product.media .imageview-container .owl-nav .owl-next,
      .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product.media .imageview-container .owl-nav .owl-prev,
      .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product.media .imageview-container .owl-nav .owl-next {
        position: absolute;
        top: 30%;
        font-size: 120px;
        font-weight: 100;
        color: #EDE7E0;
        transition: color .5s; }
        /* line 737, ../scss/module/_product-view.scss */
        .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product.media .imageview-container .owl-nav .owl-prev:hover, .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product.media .imageview-container .owl-nav .owl-next:hover,
        .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product.media .imageview-container .owl-nav .owl-prev:hover,
        .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product.media .imageview-container .owl-nav .owl-next:hover {
          color: #666; }
      /* line 741, ../scss/module/_product-view.scss */
      .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product.media .imageview-container .owl-nav .owl-prev,
      .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product.media .imageview-container .owl-nav .owl-prev {
        left: 0; }
      /* line 744, ../scss/module/_product-view.scss */
      .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product.media .imageview-container .owl-nav .owl-next,
      .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product.media .imageview-container .owl-nav .owl-next {
        right: 0; }
  /* line 753, ../scss/module/_product-view.scss */
  .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main,
  .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main {
    width: 51%;
    opacity: 1; }
    @media only screen and (max-width: 767px) {
      /* line 753, ../scss/module/_product-view.scss */
      .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main,
      .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main {
        float: right;
        width: 97%; } }
    /* line 760, ../scss/module/_product-view.scss */
    .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main .product-info-wrapper,
    .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main .product-info-wrapper {
      background-color: #fff;
      margin-top: 10px;
      float: left;
      width: 100%;
      padding: 10px 0 30px 10px; }
    /* line 767, ../scss/module/_product-view.scss */
    .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main .product-add-form,
    .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main .product-add-form {
      padding-top: 0; }
      /* line 769, ../scss/module/_product-view.scss */
      .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main .product-add-form .table-wrapper.grouped,
      .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main .product-add-form .table-wrapper.grouped {
        background-color: #fff; }
        @media only screen and (max-width: 1024px) {
          /* line 769, ../scss/module/_product-view.scss */
          .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main .product-add-form .table-wrapper.grouped,
          .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main .product-add-form .table-wrapper.grouped {
            overflow: auto; } }
        /* line 776, ../scss/module/_product-view.scss */
        .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main .product-add-form .table-wrapper.grouped #super-product-table thead tr th,
        .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main .product-add-form .table-wrapper.grouped #super-product-table thead tr th {
          background-color: black;
          color: white; }
        /* line 781, ../scss/module/_product-view.scss */
        .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main .product-add-form .table-wrapper.grouped #super-product-table tfoot td,
        .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main .product-add-form .table-wrapper.grouped #super-product-table tfoot td {
          background-color: #fff;
          padding-top: 20px;
          border-top: 1px solid #eee;
          float: unset; }
      /* line 789, ../scss/module/_product-view.scss */
      .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main .product-add-form .box-tocart,
      .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main .product-add-form .box-tocart {
        width: 100%;
        float: left;
        margin-bottom: 0; }
        /* line 793, ../scss/module/_product-view.scss */
        .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main .product-add-form .box-tocart .fieldset,
        .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main .product-add-form .box-tocart .fieldset {
          padding-bottom: 0;
          margin-bottom: 0; }
          /* line 796, ../scss/module/_product-view.scss */
          .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions,
          .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions {
            padding: 0; }
        /* line 800, ../scss/module/_product-view.scss */
        .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main .product-add-form .box-tocart button#product-addtocart-button,
        .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main .product-add-form .box-tocart button#product-addtocart-button {
          background-color: #EDE7E0;
          margin-bottom: 20px;
          padding: 14px 17px; }
          /* line 805, ../scss/module/_product-view.scss */
          .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main .product-add-form .box-tocart button#product-addtocart-button span,
          .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main .product-add-form .box-tocart button#product-addtocart-button span {
            color: black;
            font-weight: 600; }
        /* line 810, ../scss/module/_product-view.scss */
        .weltpixel-quickview-catalog-product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main .product-add-form .box-tocart .tocheckout,
        .weltpixel_quickview-catalog_product-view .page-wrapper #maincontent.page-main .columns .column.main .product-info-main .product-add-form .box-tocart .tocheckout {
          display: none; }
/* line 820, ../scss/module/_product-view.scss */
.weltpixel-quickview-catalog-product-view .page-wrapper .box-gotoproduct-container a,
.weltpixel_quickview-catalog_product-view .page-wrapper .box-gotoproduct-container a {
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
  margin-left: -15px; }

/* line 829, ../scss/module/_product-view.scss */
.control.qty {
  text-align: center; }

/* Size Guide */
/* line 834, ../scss/module/_product-view.scss */
#sizeGuideModal .modal-content {
  background-color: #EDE7E0;
  border: none;
  border-radius: 0; }
  /* line 839, ../scss/module/_product-view.scss */
  #sizeGuideModal .modal-content .modal-header {
    border-bottom: none; }
    /* line 842, ../scss/module/_product-view.scss */
    #sizeGuideModal .modal-content .modal-header h5 {
      text-align: center;
      width: 100%;
      font-size: 24px;
      padding: 20px 0;
      margin-left: 30px; }
  /* line 851, ../scss/module/_product-view.scss */
  #sizeGuideModal .modal-content .modal-body {
    padding: 0; }
    /* line 855, ../scss/module/_product-view.scss */
    #sizeGuideModal .modal-content .modal-body .size-guide-popup-wrapper .size-nav-warpper .nav-tabs {
      display: block;
      border-bottom: 0;
      text-align: center;
      margin-bottom: 1rem; }
      /* line 860, ../scss/module/_product-view.scss */
      #sizeGuideModal .modal-content .modal-body .size-guide-popup-wrapper .size-nav-warpper .nav-tabs li {
        display: inline-block;
        margin: 0 20px;
        font-size: 1.4rem; }
        /* line 865, ../scss/module/_product-view.scss */
        #sizeGuideModal .modal-content .modal-body .size-guide-popup-wrapper .size-nav-warpper .nav-tabs li a.active:after {
          content: '';
          display: block;
          border-bottom: 2px solid #EDE7E0; }
    /* line 878, ../scss/module/_product-view.scss */
    #sizeGuideModal .modal-content .modal-body tr th {
      padding: 20px;
      border-bottom: 2px solid #666;
      font-size: 1.2rem;
      color: #666;
      text-align: center;
      font-weight: 500; }
    /* line 886, ../scss/module/_product-view.scss */
    #sizeGuideModal .modal-content .modal-body tr td {
      font-size: 14px;
      font-weight: 500;
      text-align: center;
      padding: 30px 0; }
      /* line 892, ../scss/module/_product-view.scss */
      #sizeGuideModal .modal-content .modal-body tr td p {
        color: #888888; }
      /* line 894, ../scss/module/_product-view.scss */
      #sizeGuideModal .modal-content .modal-body tr td.odd {
        background-color: #fff; }

/* line 899, ../scss/module/_product-view.scss */
.zoomContainer {
  z-index: 10; }
  /* line 902, ../scss/module/_product-view.scss */
  .zoomContainer .tintContainer .zoomLens {
    border: none !important; }
  /* line 906, ../scss/module/_product-view.scss */
  .zoomContainer .zoomWindow {
    width: 100% !important;
    height: 100% !important;
    top: 50% !important;
    right: 10% !important;
    transform: translateY(-50%);
    margin-left: 50px; }

/* line 920, ../scss/module/_product-view.scss */
.moreview-warpper.swiper-container:hover .swiper-button-prev, .moreview-warpper.swiper-container:hover .swiper-button-next {
  opacity: 1; }
/* line 924, ../scss/module/_product-view.scss */
.moreview-warpper.swiper-container .swiper-button-prev, .moreview-warpper.swiper-container .swiper-button-next {
  width: 100%;
  background-image: none;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  height: 22px;
  opacity: 0;
  transition: opacity .5s; }
  /* line 932, ../scss/module/_product-view.scss */
  .moreview-warpper.swiper-container .swiper-button-prev:before, .moreview-warpper.swiper-container .swiper-button-next:before {
    display: inline-block;
    transform: rotate(90deg);
    font-size: 2rem;
    color: #000;
    margin-top: -7px; }
/* line 940, ../scss/module/_product-view.scss */
.moreview-warpper.swiper-container .swiper-button-prev {
  top: 0;
  margin-top: 0;
  left: 0; }
  /* line 944, ../scss/module/_product-view.scss */
  .moreview-warpper.swiper-container .swiper-button-prev:before {
    content: "<"; }
/* line 948, ../scss/module/_product-view.scss */
.moreview-warpper.swiper-container .swiper-button-next {
  top: unset;
  bottom: 0;
  right: 0; }
  /* line 952, ../scss/module/_product-view.scss */
  .moreview-warpper.swiper-container .swiper-button-next:before {
    content: ">"; }

/* line 958, ../scss/module/_product-view.scss */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  height: 40px;
  width: 30px !important; }

/* line 964, ../scss/module/_product-view.scss */
.product-info-main > .product.prepack, .product-info-main > .product.preorder-date, .product-info-main > .product.price {
  display: none; }

/* line 971, ../scss/module/_product-view.scss */
#random_product_box {
  clear: both; }
  /* line 973, ../scss/module/_product-view.scss */
  #random_product_box .product-back {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s; }
    /* line 980, ../scss/module/_product-view.scss */
    #random_product_box .product-back:hover {
      opacity: 1; }
  /* line 985, ../scss/module/_product-view.scss */
  #random_product_box .owl-dots span {
    display: none !important; }

/* line 1, ../scss/module/_top_menu.scss */
.sections.nav-sections {
  margin-bottom: 0px; }
  @media only screen and (min-width: 768px) {
    /* line 1, ../scss/module/_top_menu.scss */
    .sections.nav-sections {
      background: white; } }

/* line 11, ../scss/module/_top_menu.scss */
.customer-account-create .sections.nav-sections .section-items.nav-sections-items .navigation .level0 > .level-top {
  color: black; }
/* line 18, ../scss/module/_top_menu.scss */
.customer-account-create .minicart-wrapper .showcart:before {
  color: black; }
/* line 24, ../scss/module/_top_menu.scss */
.customer-account-create .block-search .form.minisearch .action.search:before {
  color: black; }
/* line 30, ../scss/module/_top_menu.scss */
.customer-account-create .authorization-link .fa-user::before {
  color: black; }
/* line 34, ../scss/module/_top_menu.scss */
.customer-account-create .authorization-link:hover .fa-user::before {
  color: black; }

@media only screen and (min-width: 768px) {
  /* line 43, ../scss/module/_top_menu.scss */
  .cms-home .sticky-wrapper .sections.nav-sections {
    background: none; }
    /* line 47, ../scss/module/_top_menu.scss */
    .cms-home .sticky-wrapper .sections.nav-sections .section-items.nav-sections-items .navigation .level0 {
      margin: 0 25px 0 0; }
      /* line 49, ../scss/module/_top_menu.scss */
      .cms-home .sticky-wrapper .sections.nav-sections .section-items.nav-sections-items .navigation .level0 .level-top {
        color: white;
        font-family: "Bebas Neue", serif; }
      /* line 54, ../scss/module/_top_menu.scss */
      .cms-home .sticky-wrapper .sections.nav-sections .section-items.nav-sections-items .navigation .level0 .submenu li > a {
        color: #000;
        font-weight: 300; }
    /* line 62, ../scss/module/_top_menu.scss */
    .cms-home .sticky-wrapper .sections.nav-sections:hover {
      background: none; }
      /* line 66, ../scss/module/_top_menu.scss */
      .cms-home .sticky-wrapper .sections.nav-sections:hover .section-items.nav-sections-items .navigation .level0 > .level-top {
        color: black; }
  /* line 74, ../scss/module/_top_menu.scss */
  .cms-home .sticky-wrapper .minicart-wrapper .showcart:before {
    color: white; }
  /* line 78, ../scss/module/_top_menu.scss */
  .cms-home .sticky-wrapper .minicart-wrapper:hover .showcart:before {
    color: black; }
  /* line 85, ../scss/module/_top_menu.scss */
  .cms-home .sticky-wrapper .block-search .form.minisearch .action.search:before {
    color: white; }
  /* line 89, ../scss/module/_top_menu.scss */
  .cms-home .sticky-wrapper .block-search .form.minisearch:hover .action.search:before {
    color: black; }
  /* line 96, ../scss/module/_top_menu.scss */
  .cms-home .sticky-wrapper .authorization-link .fa-user::before {
    color: white; }
  /* line 100, ../scss/module/_top_menu.scss */
  .cms-home .sticky-wrapper .authorization-link:hover .fa-user::before {
    color: black; } }
/* line 110, ../scss/module/_top_menu.scss */
.cms-home .sticky-wrapper.is-sticky .sections.nav-sections .section-items.nav-sections-items .navigation .level0 > .level-top {
  color: black; }
/* line 117, ../scss/module/_top_menu.scss */
.cms-home .sticky-wrapper.is-sticky .minicart-wrapper .showcart:before {
  color: black; }
/* line 123, ../scss/module/_top_menu.scss */
.cms-home .sticky-wrapper.is-sticky .block-search .form.minisearch .action.search:before {
  color: black; }
/* line 129, ../scss/module/_top_menu.scss */
.cms-home .sticky-wrapper.is-sticky .authorization-link .fa-user::before {
  color: black; }

@media only screen and (min-width: 768px) {
  /* line 137, ../scss/module/_top_menu.scss */
  .nav-sections {
    position: sticky;
    top: 0;
    z-index: 2; }
    /* line 142, ../scss/module/_top_menu.scss */
    .nav-sections .navigation {
      font-weight: 400; }
      /* line 145, ../scss/module/_top_menu.scss */
      .nav-sections .navigation > ul {
        text-align: center; }
        /* line 147, ../scss/module/_top_menu.scss */
        .nav-sections .navigation > ul > li {
          padding: 0 15px;
          text-align: left; }
          /* line 151, ../scss/module/_top_menu.scss */
          .nav-sections .navigation > ul > li a span {
            font-size: 20px; }
      /* line 157, ../scss/module/_top_menu.scss */
      .nav-sections .navigation .level0 .submenu {
        font-weight: 400; } }

/******mobile nav******/
@media only screen and (max-width: 767px) {
  /* line 168, ../scss/module/_top_menu.scss */
  .nav-sections .wishlist-icon::after {
    content: 'Wishlist'; }
  /* line 172, ../scss/module/_top_menu.scss */
  .nav-sections .wishlist-icon i {
    display: none; }

  /* line 178, ../scss/module/_top_menu.scss */
  .header.links .login-icon.logged-in {
    display: none; }

  /* line 182, ../scss/module/_top_menu.scss */
  .customer-menu {
    list-style: none;
    padding-left: 0; }
    /* line 185, ../scss/module/_top_menu.scss */
    .customer-menu li a {
      text-transform: uppercase; }

  /* line 191, ../scss/module/_top_menu.scss */
  .trigger-ajax-login .login-icon .fa-user::before {
    content: 'LOGIN';
    font-weight: 700; } }
@media only screen and (min-width: 768px) {
  /* line 200, ../scss/module/_top_menu.scss */
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    right: -10px; }
    /* line 202, ../scss/module/_top_menu.scss */
    .navigation .level0.parent > .level-top > .ui-menu-icon::after {
      font-size: 30px;
      line-height: 30px; }

  /* line 207, ../scss/module/_top_menu.scss */
  .navigation .level0:hover:after {
    height: 100%; } }
@media only screen and (max-width: 767px) {
  /* line 5, ../scss/module/_wishlist.scss */
  #html-body.account.wishlist-index-index .column.main .toolbar.wishlist-toolbar .pager .toolbar-amount {
    float: left; } }
@media only screen and (max-width: 767px) {
  /* line 10, ../scss/module/_wishlist.scss */
  #html-body.account.wishlist-index-index .column.main .toolbar.wishlist-toolbar .pager .limiter {
    float: right;
    clear: none; } }
/* line 19, ../scss/module/_wishlist.scss */
#html-body.account.wishlist-index-index .column.main .products-grid.wishlist .box-tocart {
  display: none; }
/* line 22, ../scss/module/_wishlist.scss */
#html-body.account.wishlist-index-index .column.main .products-grid.wishlist .action.edit {
  display: none; }
/* line 26, ../scss/module/_wishlist.scss */
#html-body.account.wishlist-index-index .column.main .action.share {
  display: none; }
/* line 29, ../scss/module/_wishlist.scss */
#html-body.account.wishlist-index-index .column.main .action.tocart {
  display: none; }
/* line 32, ../scss/module/_wishlist.scss */
#html-body.account.wishlist-index-index .column.main .field.comment-box {
  display: none; }
/* line 35, ../scss/module/_wishlist.scss */
#html-body.account.wishlist-index-index .column.main .actions-toolbar {
  display: none; }
@media only screen and (max-width: 767px) {
  /* line 38, ../scss/module/_wishlist.scss */
  #html-body.account.wishlist-index-index .column.main .product-item {
    max-width: 100%; } }

/* line 47, ../scss/module/_wishlist.scss */
.wishlist-ajax-icon-wrap .fa-spinner {
  margin-left: 8px;
  margin-top: 7px; }

/*# sourceMappingURL=main.css.map */
