.woocommerce ul.products {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px; }
  @media (max-width: 960px) {
    .woocommerce ul.products {
      margin: 0 -10px; } }
  .woocommerce ul.products .product-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative; }
    .woocommerce ul.products .product-block:after {
      display: block;
      position: static;
      content: "";
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .woocommerce ul.products .product-block:hover .product-thumbnail img {
      -webkit-transform: scale(1.3);
              transform: scale(1.3); }
  .woocommerce ul.products .product-thumbnail {
    position: relative;
    overflow: visible;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
    display: inline-table; }
    .woocommerce ul.products .product-thumbnail img {
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      margin-bottom: 0 !important; }
  .woocommerce ul.products li.product {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 30px !important;
    margin: 0;
    list-style: none;
    position: relative;
    clear: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 960px) {
      .woocommerce ul.products li.product {
        margin: 0 0 15px !important;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        float: inherit;
        padding-left: 7.5px;
        padding-right: 7.5px; } }
    .woocommerce ul.products li.product .product-category {
      line-height: 1;
      margin-bottom: .5em;
      text-align: center; }
      @media (max-width: 960px) {
        .woocommerce ul.products li.product .product-category {
          display: none; } }
      .woocommerce ul.products li.product .product-category a {
        text-transform: uppercase;
        font-size: 14px;
        color: #848484; }
      .woocommerce ul.products li.product .product-category > *:not(:last-child) {
        margin-right: 10px;
        padding-right: 10px;
        position: relative; }
        .woocommerce ul.products li.product .product-category > *:not(:last-child):after {
          content: "";
          height: 11px;
          width: 1px;
          background-color: rgba(0, 0, 0, 0.1);
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
      font-size: 16px;
      font-family: inherit !important;
      font-weight: 500;
      text-align: center; }
    .woocommerce ul.products li.product .added_to_cart {
      font-weight: 500;
      text-decoration: underline; }
    .woocommerce ul.products li.product .button {
      border-radius: 8px !important;
      border: 1px solid #d5d5d5 !important;
      background-color: transparent !important;
      color: #111 !important;
      font-size: 14px;
      font-weight: 500;
      width: 100%;
      padding: 10px 0 12px !important;
      margin-top: 0;
      font-weight: bold; }
      .woocommerce ul.products li.product .button:hover {
        border-color: #111 !important;
        background-color: #111 !important;
        color: #fff !important; }
    .woocommerce ul.products li.product .added_to_cart {
      display: none;
      visibility: hidden;
      opacity: 0; }
    .woocommerce ul.products li.product .price {
      line-height: inherit !important;
      font-size: 14px !important;
      font-weight: bold;
      display: block !important;
      margin-bottom: 0;
      text-align: center; }
      .woocommerce ul.products li.product .price del {
        margin: 0 !important; }
        .woocommerce ul.products li.product .price del bdi {
          font-weight: normal; }
      .woocommerce ul.products li.product .price ins {
        margin: 0 !important; }
      @media (max-width: 960px) {
        .woocommerce ul.products li.product .price {
          font-size: 12px !important;
          line-height: 1 !important; } }
    .woocommerce ul.products li.product .star-rating {
      font-family: "star";
      height: 1.618em;
      line-height: 1.618;
      font-size: 11px;
      width: 6.5em;
      text-align: center;
      margin: 8px auto 0; }
      .woocommerce ul.products li.product .star-rating:before {
        content: "s s s s s";
        opacity: .25; }
      .woocommerce ul.products li.product .star-rating span:before {
        content: "S S S S S";
        top: 0;
        position: absolute;
        left: 0;
        color: #111; }
    .woocommerce ul.products li.product .product-body {
      z-index: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      margin: 15px 0 0; }
      @media (max-width: 960px) {
        .woocommerce ul.products li.product .product-body {
          height: auto; } }
      .woocommerce ul.products li.product .product-body .woocommerce-loop-product__title {
        padding-top: 0; }

.product-meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.product-add-to-cart {
  width: 100%; }

.product-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px; }

.woocommerce ul.products.uk-slider-items {
  -ms-flex-wrap: inherit;
      flex-wrap: inherit; }

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  margin-left: 10px; }

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  padding: 0px 5px 2px;
  line-height: 14px;
  display: inline-block;
  position: absolute;
  font-size: 12px;
  top: 10px !important;
  left: 10px !important;
  right: inherit;
  margin: 0;
  background-color: #CC5544;
  color: #fff;
  min-height: inherit;
  min-width: inherit;
  border-radius: 4px;
  font-weight: normal;
  line-height: 1.4;
  z-index: 1; }

@media (min-width: 768px) {
  ul.products li.product,
  ul.products .wc-block-grid__product {
    clear: none;
    width: 100%; }

  ul.products.columns-1 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  ul.products.columns-2 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  ul.products.columns-3 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  ul.products.columns-4 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  ul.products.columns-5 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }

  ul.products.columns-6 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; } }
/* Wishlist button */
.products .woosw-btn {
  margin: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  border: 1px solid #d5d5d5 !important;
  background-color: transparent !important;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 8px;
  text-align: center;
  color: #111 !important;
  outline: inherit;
  border: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-right: 8px;
  padding: 0 20px; }
  .products .woosw-btn:before {
    font-size: 20px;
    margin: 0 !important;
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #111;
    content: "\eb0a" !important; }
  .products .woosw-btn:hover {
    border-color: #111 !important;
    background-color: #111 !important; }
    .products .woosw-btn:hover:before {
      color: #fff; }
  .products .woosw-btn.woosw-added:before {
    content: "\ede2" !important; }

.woosw-popup .woosw-items .woosw-item .woosw-item--stock p {
  width: 100%;
  text-align: center; }

.woosw-list {
  background-color: #fff;
  padding: 30px; }

/* Wishlist Page */
.woosw-list table.woosw-items {
  width: 100%; }

/* Custom Badge */
.custom-badge {
  padding: 0px 5px 3px;
  line-height: 14px;
  display: inline-block;
  position: absolute;
  font-size: 14px;
  top: 10px;
  right: 10px;
  margin: 0;
  background-color: #111;
  color: #fff;
  min-height: inherit;
  min-width: inherit;
  border-radius: 4px;
  font-weight: normal;
  line-height: 1.4;
  z-index: 4; }

.out-of-stock-badge {
  background-color: #e74c3c; }

.best-seller-badge {
  background-color: #27ae60; }

.last-piece-badge {
  background-color: #2980b9; }

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
  clear: none; }

.stock {
  font-size: 14px;
  line-height: 1.5714285714;
  padding: 5px 15px;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px; }

.in-stock {
  color: #39b54a;
  background: #f4faf6; }

.out-of-stock {
  background: #cc1818; }

.single-product .product_title {
  font-size: 1.625rem; }
.single-product .woocommerce-product-details__short-description {
  margin-top: 20px; }
.single-product .summary-wrapper .woosw-btn {
  margin: 0;
  padding: 0;
  font-size: 14px;
  background-color: transparent;
  outline: inherit;
  border: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .single-product .summary-wrapper .woosw-btn:before {
    font-size: 20px;
    margin: 0 !important;
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb0a" !important;
    margin-right: 10px !important; }
  .single-product .summary-wrapper .woosw-btn:hover {
    opacity: 0.7; }
  .single-product .summary-wrapper .woosw-btn.woosw-added:before {
    content: "\ede2" !important; }
.single-product div.product .content-single-wrapper:after {
  content: "";
  display: table;
  clear: both; }
.single-product div.product form.cart div.quantity {
  margin-right: 10px; }
  .single-product div.product form.cart div.quantity .qty {
    text-align: center;
    padding: .8rem .4rem;
    width: 120px;
    height: 48px;
    max-width: 120px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.055);
    border: none;
    text-align: center; }
.single-product div.product div.images .flex-viewport {
  border: 1px solid #eee; }
.single-product div.product div.images .flex-control-thumbs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 5px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-top: 5px; }
  .single-product div.product div.images .flex-control-thumbs li {
    width: 100%;
    width: 75px !important;
    margin: 0;
    float: none;
    margin: .4rem .2rem;
    list-style: none; }
    .single-product div.product div.images .flex-control-thumbs li img {
      border: 1px solid #eee;
      padding: 3px;
      opacity: 1;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      cursor: pointer;
      width: 75px !important; }
.single-product div.product .flex-viewport {
  cursor: move; }
  @media (max-width: 960px) {
    .single-product div.product .flex-viewport {
      border: 0; } }
.single-product .cart {
  margin-bottom: 0; }
  .single-product .cart .button {
    width: calc(100% - 130px);
    font-family: inherit;
    line-height: 1;
    padding: 0.8rem 1em;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.single-product .single_add_to_cart_button:before {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\ef30";
  margin-right: 5px;
  font-size: 22px; }
.single-product div.product p.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 21px;
  margin-right: 0;
  line-height: 32px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0; }
.single-product .product_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  position: relative;
  line-height: 22px;
  margin-bottom: 15px; }
  .single-product .product_meta > *:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    position: relative; }
    .single-product .product_meta > *:not(:last-child):after {
      content: "";
      height: 11px;
      width: 1px;
      background-color: rgba(0, 0, 0, 0.1);
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
.single-product span.onsale {
  z-index: 1; }
.single-product .extra-info {
  clear: both; }
.single-product .entry-summary .woosw-btn:before {
  color: inherit; }
.single-product .variations tbody {
  border: 0; }
.single-product .variations tr {
  padding: 0;
  display: block;
  border: 0; }
  .single-product .variations tr td {
    display: block; }
.single-product .wcboost-variation-swatches--label .wcboost-variation-swatches__name,
.single-product .wcboost-variation-swatches--button .wcboost-variation-swatches__name {
  font-size: 12px;
  font-weight: bold; }



.woocommerce-page div.product .woocommerce-tabs {
  display: block;
  position: relative;
  clear: both;
  margin: 40px auto;
  padding: 40px;
  background-color: #fff; }
  @media (max-width: 960px) {
    .woocommerce-page div.product .woocommerce-tabs {
      padding: 40px 20px; } }
  .woocommerce-page div.product .woocommerce-tabs h2:first-of-type {
    display: none; }
  .woocommerce-page div.product .woocommerce-tabs .post-content {
    margin-top: 0 !important; }
  .woocommerce-page div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    position: relative;
    text-align: center;
    max-width: 800px;
    margin: 0 auto; }
    @media (max-width: 960px) {
      .woocommerce-page div.product .woocommerce-tabs ul.tabs {
        white-space: nowrap;
        overflow-x: scroll; } }
    .woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
      display: none !important; }
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
      border: none;
      background-color: transparent;
      z-index: 0;
      margin: 0 10px 0 0;
      padding: 0 1.4rem;
      border-radius: 0;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .woocommerce-page div.product .woocommerce-tabs ul.tabs li:last-child {
        margin: 0; }
      .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
        z-index: 2; }
      .woocommerce-page div.product .woocommerce-tabs ul.tabs li::before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li::after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active::after {
        display: none; }
  .woocommerce-page div.product .woocommerce-tabs .panel {
    padding-top: 30px;
    max-width: 800px;
    margin: 0 auto; }
    .woocommerce-page div.product .woocommerce-tabs .panel p:first-of-type {
      margin-top: 0; }
    .woocommerce-page div.product .woocommerce-tabs .panel p:last-of-type {
      margin-bottom: 0; }
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    border: 2px solid #eee; }

.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  z-index: 0; }

.woocommerce #review_form #respond textarea {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  border-radius: 4px; }

.shipping-calculator-form input-text,
.shipping-calculator-form input[type=number],
.shipping-calculator-form input[type=email],
.shipping-calculator-form input[type=password],
.shipping-calculator-form input[type=text],
.woocommerce .checkout_coupon input-text,
.woocommerce .checkout_coupon input[type=number],
.woocommerce .checkout_coupon input[type=email],
.woocommerce .checkout_coupon input[type=password],
.woocommerce .checkout_coupon input[type=text],
.woocommerce-form-row input-text,
.woocommerce-form-row input[type=number],
.woocommerce-form-row input[type=email],
.woocommerce-form-row input[type=password],
.woocommerce-form-row input[type=text],
.woocommerce-EditAccountForm input-text,
.woocommerce-EditAccountForm input[type=number],
.woocommerce-EditAccountForm input[type=email],
.woocommerce-EditAccountForm input[type=password],
.woocommerce-EditAccountForm input[type=text],
.woocommerce .quantity input-text,
.woocommerce .quantity input[type=number],
.woocommerce .quantity input[type=email],
.woocommerce .quantity input[type=password],
.woocommerce .quantity input[type=text],
.woocommerce-cart table.cart td.actions .coupon input-text,
.woocommerce-cart table.cart td.actions .coupon input[type=number],
.woocommerce-cart table.cart td.actions .coupon input[type=email],
.woocommerce-cart table.cart td.actions .coupon input[type=password],
.woocommerce-cart table.cart td.actions .coupon input[type=text],
.woocommerce-form input-text,
.woocommerce-form input[type=number],
.woocommerce-form input[type=email],
.woocommerce-form input[type=password],
.woocommerce-form input[type=text],
#loginform input-text,
#loginform input[type=number],
#loginform input[type=email],
#loginform input[type=password],
#loginform input[type=text],
.comment-form input-text,
.comment-form input[type=number],
.comment-form input[type=email],
.comment-form input[type=password],
.comment-form input[type=text] {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  height: 40px;
  vertical-align: middle;
  display: inline-block;
  font-family: inherit; }

.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 100%; }

.woocommerce button[name="apply_coupon"] {
  width: 190px !important; }

.coupon {
  float: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .coupon .button {
    height: 40px; }

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
  display: none; }

.woocommerce #review_form #respond .form-submit input {
  color: #fff;
  font-size: 14px;
  padding: .7rem 1.5rem; }

.woocommerce #reviews #comment {
  padding: 10px !important; }

.woosw-copy input,
.woocommerce div.product form.cart .variations select {
  height: 40px;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  border-radius: 4px; }

.woocommerce button[name='apply_coupon'],
.woocommerce-message .button,
.woocommerce-orders-table__cell-order-actions .woocommerce-button,
.return-to-shop .button,
.woocommerce-Button,
.coupon .button,
.woocommerce-form .woocommerce-button {
  color: #fff !important;
  font-size: 14px !important;
  padding: .7rem 1.2rem .6rem !important; }
  .woocommerce button[name='apply_coupon']:hover,
  .woocommerce-message .button:hover,
  .woocommerce-orders-table__cell-order-actions .woocommerce-button:hover,
  .return-to-shop .button:hover,
  .woocommerce-Button:hover,
  .coupon .button:hover,
  .woocommerce-form .woocommerce-button:hover {
    color: #fff !important; }

.woocommerce button[name='apply_coupon'] {
  padding: .8rem 1.4rem !important; }

.select2-dropdown,
.select2-container--default .select2-selection--single {
  border-color: #e5e5e5; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  padding: 0 15px; }

.select2-container .select2-selection--single {
  height: 45px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  right: 4px; }

.select2-results__option {
  padding: 6px 15px; }

.woocommerce-orders-table__cell .button {
  width: 100%;
  text-align: center; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid #eee;
  background-color: #fff; }

.woocommerce-LostPassword {
  margin-bottom: 0; }

.comment-form label,
.wc-myacc-from label,
.form-row label {
  display: block;
  margin-bottom: 0.2em; }

.woocommerce-cart-form {
  width: 60%;
  float: left; }
  @media (max-width: 1200px) {
    .woocommerce-cart-form {
      width: 100%; } }

.cart-collaterals {
  width: 31% !important;
  float: right;
  background-color: #fff;
  -webkit-box-shadow: rgba(17, 12, 46, 0.005) 0px 48px 100px 0px;
          box-shadow: rgba(17, 12, 46, 0.005) 0px 48px 100px 0px;
  padding: 30px;
  border: 2px solid #edeef5; }
  @media (max-width: 1200px) {
    .cart-collaterals {
      width: 100% !important; } }
  @media (max-width: 960px) {
    .cart-collaterals {
      margin-top: 30px; } }
  .cart-collaterals .cart_totals {
    width: 100% !important;
    float: none !important; }
    .cart-collaterals .cart_totals .wc-proceed-to-checkout {
      padding: 0;
      margin-top: 40px; }
    .cart-collaterals .cart_totals tr td {
      display: block;
      text-align: right;
      clear: both; }

@media (max-width: 960px) {
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent; } }

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #fff; }

.cart_totals > h2,
.woocommerce-customer-details > h2,
.woocommerce-order-details > h2,
.checkout-order > h2 {
  font-size: 21px;
  margin-bottom: 15px; }

#customer_login h2 {
  font-size: 21px;
  margin-bottom: 0; }

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin: 1em 0; }

.woocommerce-thankyou-order-received {
  text-align: center;
  font-size: 32px;
  line-height: 1.2; }
  @media (max-width: 960px) {
    .woocommerce-thankyou-order-received {
      font-size: 21px;
      text-align: inherit; } }

.woocommerce-order-received .complete-step {
  color: #2ecc71; }

.woocommerce-thankyou-order-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0; }
  @media (max-width: 960px) {
    .woocommerce-thankyou-order-details {
      display: block; } }
  .woocommerce-thankyou-order-details li {
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important; }
    @media (max-width: 960px) {
      .woocommerce-thankyou-order-details li {
        padding: 10px 0 !important; } }

.cart_totals,
.wc-proceed-to-checkout .checkout-button,
.woocommerce table.shop_table {
  margin-bottom: 0 !important; }

.woocommerce-order-details,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  width: 49%; }
  @media (max-width: 960px) {
    .woocommerce-order-details,
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1 {
      width: 100%; } }

.woocommerce-customer-details,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  width: 49%; }
  @media (max-width: 960px) {
    .woocommerce-customer-details,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
      width: 100%; } }

.woocommerce-order-details {
  float: left; }

.woocommerce-customer-details {
  float: right; }

@media (max-width: 960px) {
  .woocommerce-additional-fields {
    margin-top: 40px; } }

.woocommerce-checkout-payment {
  margin-top: 20px !important; }

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  display: block;
  width: 100%;
  padding: 1.3rem 1rem;
  color: #fff !important; }

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 49%; }

.woocommerce table.shop_table {
  border: none; }

.woocommerce form .form-row label,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table th {
  font-weight: 700; }

@media (max-width: 960px) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%; } }

.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 15px; }

.woocommerce-additional-fields > h3:first-child,
.woocommerce-billing-fields > h3:first-child {
  margin-bottom: 30px; }

.woocommerce-privacy-policy-text,
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 1.4; }

.cart-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  line-height: 1.3; }
  .cart-icon .cart-icon-left {
    position: relative; }
    .cart-icon .cart-icon-left i {
      font-size: 32px; }
    .cart-icon .cart-icon-left .cart-count {
      color: #fff;
      width: 16px;
      height: 16px;
      line-height: 16px;
      text-align: center;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 20px;
      font-size: 10px; }
  .cart-icon .cart-icon-right {
    margin-left: 12px; }
    .cart-icon .cart-icon-right .cart-text {
      color: #999;
      font-size: 14px;
      font-weight: normal; }
    .cart-icon .cart-icon-right .cart-price {
      font-weight: bold; }
  @media (max-width: 1200px) {
    .cart-icon .cart-icon-right {
      display: none; } }

@media (max-width: 1200px) {
  .header-cart-icon {
    border: none !important; } }

#cart_sidebar .uk-offcanvas-bar .woocommerce-mini-cart__empty-message {
  color: #222; }

#cart-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  #cart-box h3 {
    color: #222 !important; }
  #cart-box .currently-empty {
    color: #777; }
  #cart-box .cart_list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  #cart-box .woocommerce-mini-cart__empty-message {
    font-weight: normal;
    margin: 0; }
  #cart-box .attachment-woocommerce_thumbnail,
  #cart-box .wp-post-image {
    width: 54px !important;
    height: 54px !important;
    margin-right: 15px !important;
    border: 0;
    float: left;
    margin-left: 0 !important; }
  #cart-box .woocommerce-mini-cart {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    list-style-type: none; }
    #cart-box .woocommerce-mini-cart li {
      padding: 15px;
      position: relative;
      background-color: rgba(0, 0, 0, 0.055);
      margin-bottom: 10px; }
      #cart-box .woocommerce-mini-cart li a {
        font-weight: normal !important;
        font-size: 14px !important;
        color: #222; }
      #cart-box .woocommerce-mini-cart li .remove_from_cart_button {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: rgba(0, 0, 0, 0.2) !important;
        font-size: 18px !important;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
        #cart-box .woocommerce-mini-cart li .remove_from_cart_button:hover {
          color: #fff !important;
          background-color: #e74c3c !important; }
      #cart-box .woocommerce-mini-cart li .quantity {
        display: block;
        color: #999; }
      #cart-box .woocommerce-mini-cart li .remove:before {
        position: absolute;
        top: 25px;
        right: 0; }
  #cart-box .woocommerce-mini-cart__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
    #cart-box .woocommerce-mini-cart__total strong {
      color: #222;
      font-weight: normal; }
    #cart-box .woocommerce-mini-cart__total .amount {
      font-size: 1.4rem;
      font-weight: bold; }
  #cart-box .woocommerce-mini-cart__buttons {
    margin: 0; }
    #cart-box .woocommerce-mini-cart__buttons .button {
      display: block;
      padding: .4rem !important;
      line-height: inherit;
      text-align: center;
      border: none;
      border-radius: 0px;
      font-weight: 500 !important; }
    #cart-box .woocommerce-mini-cart__buttons .wc-forward {
      border-color: #222;
      color: #222;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      #cart-box .woocommerce-mini-cart__buttons .wc-forward:hover {
        color: #999;
        border-color: #999; }
    #cart-box .woocommerce-mini-cart__buttons .checkout {
      margin-top: 10px; }

/* My Account */
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 29%;
  background-color: #fff;
  padding: .6rem 1.5rem;
  border: 1px solid #edeef5; }
  @media (max-width: 960px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
      width: 100%;
      float: none;
      margin-bottom: 2rem; } }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
      padding: .857em 0;
      display: block;
      font-weight: bold;
      border-bottom: 1px solid #edeef5; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        vertical-align: -.125em;
        font-family: 'boxicons';
        font-weight: normal;
        line-height: 1.618;
        font-size: 21px;
        margin-left: .53em;
        width: 1.387em;
        text-align: right;
        float: right;
        opacity: .25; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
      font-weight: bold;
      color: #0d6efd; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
        opacity: 1; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
      border: 0; }
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\ec2f"; }
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\eba6"; }
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\ef31"; }
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\eb57"; }
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\eac0"; }
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\eb4f"; }
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--wishlist a:before {
    content: "\eb0a"; }

@media (max-width: 960px) {
  .woocommerce-orders-table__cell-order-actions:before {
    display: none; } }

.woocommerce .account-orders-table .view {
  border: 1px solid; }

.woocommerce .related {
  clear: both; }

.related > h2:first-child,
.upsells > h2:first-child {
  font-size: 24px;
  line-height: 1.3333333333;
  margin-bottom: 30px; }

.woo-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
  margin-bottom: 40px; }
  .woo-steps .woo-step {
    position: relative;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 400;
    opacity: .2;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
    @media (max-width: 960px) {
      .woo-steps .woo-step {
        padding: 20px 30px 15px; } }
    .woo-steps .woo-step i {
      font-size: 44px;
      display: block;
      margin-bottom: 10px;
      color: #fff; }
    .woo-steps .woo-step .step-name {
      color: #fff; }
      @media (max-width: 960px) {
        .woo-steps .woo-step .step-name {
          display: none; } }

.woocommerce-checkout .cart-step,
.woocommerce-order-received .checkout-step,
.woocommerce-order-received .complete-step,
.woocommerce-checkout .checkout-step,
.woocommerce-cart .cart-step {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%); }
  .woocommerce-checkout .cart-step i,
  .woocommerce-checkout .cart-step .step-name,
  .woocommerce-order-received .checkout-step i,
  .woocommerce-order-received .checkout-step .step-name,
  .woocommerce-order-received .complete-step i,
  .woocommerce-order-received .complete-step .step-name,
  .woocommerce-checkout .checkout-step i,
  .woocommerce-checkout .checkout-step .step-name,
  .woocommerce-cart .cart-step i,
  .woocommerce-cart .cart-step .step-name {
    color: #fff; }

.woocommerce-order-received .complete-step {
  background-color: #2ecc71;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%); }

.wc-categories-warp {
  position: relative; }
  .wc-categories-warp .wc-categories-btn {
    border-radius: 0px !important;
    text-transform: uppercase;
    padding: 0 1rem;
    min-height: 50px;
    width: 100%;
    border: 0;
    outline: inherit;
    background-color: #297EFB;
    color: #fff;
    min-width: 250px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .wc-categories-warp .wc-categories-btn .wcb-close {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-transition: all .1s ease-in-out;
      transition: all .1s ease-in-out; }
      .wc-categories-warp .wc-categories-btn .wcb-close:hover {
        opacity: .5; }
    .wc-categories-warp .wc-categories-btn i {
      font-size: 18px;
      margin-right: 5px; }
  .wc-categories-warp .wc-btn-on .wcb-close i:before {
    content: '\ec8d'; }
  .wc-categories-warp .cat-count {
    color: #777;
    font-weight: normal; }
  .wc-categories-warp .wc-categories-menu {
    width: 100%;
    border: 1px solid #F3F3F3;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 1020; }
    .wc-categories-warp .wc-categories-menu li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.04);
      position: relative;
      /* Level one flyout menu items */ }
      .wc-categories-warp .wc-categories-menu li:last-child {
        border-bottom: 0; }
      .wc-categories-warp .wc-categories-menu li a {
        padding: .8rem 1rem;
        display: block;
        position: relative; }
      .wc-categories-warp .wc-categories-menu li:hover ul {
        display: block; }
      .wc-categories-warp .wc-categories-menu li ul {
        min-width: 16em;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1050;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
        display: none;
        padding: 0;
        margin: 0;
        list-style-type: none; }
        .wc-categories-warp .wc-categories-menu li ul a {
          font-weight: 400; }
    .wc-categories-warp .wc-categories-menu .top-level-term a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }

.wc-on {
  display: block !important; }

/* Product Child Category */
.pc-child-wrap {
  overflow: auto; }
  .pc-child-wrap .pc-child {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media (max-width: 1200px) {
      .pc-child-wrap .pc-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        vertical-align: middle;
        -webkit-overflow-scrolling: touch;
        cursor: move;
        margin-top: 5px; }
        .pc-child-wrap .pc-child li {
          display: inline-block;
          position: relative;
          max-width: 100%;
          vertical-align: middle;
          -webkit-backface-visibility: hidden; } }
    .pc-child-wrap .pc-child > *:not(:last-child) {
      margin-right: 10px;
      padding-right: 10px;
      position: relative; }
      .pc-child-wrap .pc-child > *:not(:last-child):after {
        content: "";
        height: 11px;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.1);
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }

/* Search product */
.woocommerce-search {
  min-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  @media (max-width: 1200px) {
    .woocommerce-search {
      min-width: 100%; } }
  @media (max-width: 960px) {
    .woocommerce-search {
      min-width: 100%;
      padding: 0 15px 15px; } }
  .woocommerce-search .search-output {
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: absolute;
    background-color: #F3F3F3;
    padding: .5rem;
    margin-top: .5rem; }
    .woocommerce-search .search-output .uk-alert-primary {
      margin-bottom: 0; }
  .woocommerce-search .uk-input,
  .woocommerce-search .uk-select:not([multiple]):not([size]) {
    height: 45px; }
  .woocommerce-search .uk-input {
    border-right: 1px solid transparent; }
    .woocommerce-search .uk-input:focus {
      border-width: 1px 1px 1px 1px; }
  .woocommerce-search .uk-select {
    padding-left: 20px; }
  .woocommerce-search select {
    font-size: 14px; }
  .woocommerce-search .ajax-search-card {
    margin-bottom: 10px; }
    .woocommerce-search .ajax-search-card .uk-card {
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 5px 10px; }
      .woocommerce-search .ajax-search-card .uk-card .uk-card-body {
        padding: 5px; }

.shipping-calculator-form input-text,
.shipping-calculator-form input[type=number],
.shipping-calculator-form input[type=email],
.shipping-calculator-form input[type=password],
.shipping-calculator-form input[type=text],
.woocommerce .checkout_coupon input-text,
.woocommerce .checkout_coupon input[type=number],
.woocommerce .checkout_coupon input[type=email],
.woocommerce .checkout_coupon input[type=password],
.woocommerce .checkout_coupon input[type=text],
.woocommerce-form-row input-text,
.woocommerce-form-row input[type=number],
.woocommerce-form-row input[type=email],
.woocommerce-form-row input[type=password],
.woocommerce-form-row input[type=text],
.woocommerce-EditAccountForm input-text,
.woocommerce-EditAccountForm input[type=number],
.woocommerce-EditAccountForm input[type=email],
.woocommerce-EditAccountForm input[type=password],
.woocommerce-EditAccountForm input[type=text],
.woocommerce .quantity input-text,
.woocommerce .quantity input[type=number],
.woocommerce .quantity input[type=email],
.woocommerce .quantity input[type=password],
.woocommerce .quantity input[type=text],
.woocommerce-cart table.cart td.actions .coupon input-text,
.woocommerce-cart table.cart td.actions .coupon input[type=number],
.woocommerce-cart table.cart td.actions .coupon input[type=email],
.woocommerce-cart table.cart td.actions .coupon input[type=password],
.woocommerce-cart table.cart td.actions .coupon input[type=text],
.woocommerce-form input-text,
.woocommerce-form input[type=number],
.woocommerce-form input[type=email],
.woocommerce-form input[type=password],
.woocommerce-form input[type=text],
#loginform input-text,
#loginform input[type=number],
#loginform input[type=email],
#loginform input[type=password],
#loginform input[type=text],
.comment-form input-text,
.comment-form input[type=number],
.comment-form input[type=email],
.comment-form input[type=password],
.comment-form input[type=text],
.woocommerce #review_form #respond textarea,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  border-radius: 0; }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #fff; }

.my-account-button {
  line-height: inherit; }

@media (max-width: 960px) {
  .single-product {
    background-color: #fff; }
    .single-product .woocommerce-tabs,
    .single-product .summary-wrapper {
      padding: 0 !important; } }

.button {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  cursor: pointer; }

/* Prevent stale WooCommerce checkout overlays from hiding the Arabic order summary after AJAX completes/fails. */
.woocommerce-checkout .checkout-order:not(.processing) > .blockUI,
.woocommerce-checkout .woocommerce-checkout-review-order:not(.processing) > .blockUI,
.woocommerce-checkout .woocommerce-checkout-payment:not(.processing) > .blockUI {
  display: none !important;
}

.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-message,
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message {
  clear: both;
  margin-bottom: 24px;
}

/* NW v4 WooCommerce runtime fixes: keep stale checkout overlays from hiding Arabic order review/payment boxes. */
body.woocommerce-checkout.nw-checkout-unblocked .checkout-order .blockUI,
body.woocommerce-checkout.nw-checkout-unblocked .checkout-order .blockOverlay,
body.woocommerce-checkout.nw-checkout-unblocked .checkout-order .blockMsg,
body.woocommerce-checkout.nw-checkout-unblocked .woocommerce-checkout-review-order .blockUI,
body.woocommerce-checkout.nw-checkout-unblocked .woocommerce-checkout-review-order .blockOverlay,
body.woocommerce-checkout.nw-checkout-unblocked .woocommerce-checkout-review-order .blockMsg,
body.woocommerce-checkout.nw-checkout-unblocked .woocommerce-checkout-payment .blockUI,
body.woocommerce-checkout.nw-checkout-unblocked .woocommerce-checkout-payment .blockOverlay,
body.woocommerce-checkout.nw-checkout-unblocked .woocommerce-checkout-payment .blockMsg {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.woocommerce-checkout.nw-checkout-unblocked .checkout-order,
body.woocommerce-checkout.nw-checkout-unblocked .woocommerce-checkout-review-order,
body.woocommerce-checkout.nw-checkout-unblocked .woocommerce-checkout-payment {
  opacity: 1 !important;
}

.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-notices-wrapper {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  clear: both;
  width: 100%;
}
