/* WC Product Table styles
----------------------------------------------------------------- */
.frzTbl-table-wrapper__inner--deflate > table {
  width: auto !important;
}

.wcpt-table,
.wcpt-table .wcpt-cell,
.wcpt-table .wcpt-heading {
  line-height: inherit;
  color: var(--theme-color-text);
}

.wcpt-table {
  table-layout: fixed;
}
.wcpt-table .wcpt-row {
  background-color: transparent;
  border-color: var(--theme-color-bd_color);
}
.wcpt-table .wcpt-cell {
  background-color: transparent;
  font-size: 1rem;
}
.wcpt-table .wcpt-cell .wcpt-item-row > * {
  vertical-align: middle;
}
.wcpt-table .wcpt-cell:last-child {
  width: 100%;
}
.wcpt-table .wcpt-product-image-wrapper:not(.wcpt-zoom-enabled) {
  overflow: hidden;
}
.wcpt-table .wcpt-product-image-wrapper:not(.wcpt-zoom-enabled) img.wp-post-image {
  -webkit-transition: -webkit-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.wcpt-table .wcpt-product-image-wrapper:not(.wcpt-zoom-enabled) img.wp-post-image:hover {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.wcpt-table .wcpt-quantity input[type="number"].qty {
  font-weight: 300;
  height: calc(100% + 1px) !important;
  position: relative;
  top: -1px;
}
.wcpt-table .wcpt-quantity:not(.wcpt-display-type-select) {
  border: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.wcpt-table .wcpt-quantity.wcpt-hide-browser-controls input[type="number"].qty {
  -moz-appearance: textfield;
  appearance: textfield;
}
.wcpt-table .wcpt-quantity.wcpt-display-type-input {
  width: 56px;
  height: 42px;
  font-size: 18px;
  line-height: 1.1em;
  border: 2px solid var(--theme-color-input_bd_color);
  background-color: transparent;
  color: var(--theme-color-input_dark);
}
.wcpt-table .wcpt-quantity.wcpt-controls-on-edges {
  padding: 0 40px !important;
  width: 30px;
}
.wcpt-table .wcpt-quantity.wcpt-controls-on-edges .wcpt-qty-controller {
  background: transparent;
  width: 40px !important;
}
.wcpt-table .wcpt-quantity.wcpt-controls-on-edges .wcpt-qty-controller:after {
  font-family: "fontello";
  font-size: 13px;
  font-weight: 400;
}
.wcpt-table .wcpt-quantity.wcpt-controls-on-edges .wcpt-qty-controller.wcpt-plus:after {
  content: '\EA16';
}
.wcpt-table .wcpt-quantity.wcpt-controls-on-edges .wcpt-qty-controller.wcpt-plus:before {
  left: 0;
}
.wcpt-table .wcpt-quantity.wcpt-controls-on-edges .wcpt-qty-controller.wcpt-minus:after {
  content: '\EA17';
}
.wcpt-table .wcpt-quantity.wcpt-controls-on-edges .wcpt-qty-controller.wcpt-minus:before {
  right: 0;
}

body table.wcpt-table .wcpt-title {
  font-weight: 300 !important;
  margin: 0;
}

.wcpt-price {
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 300 !important;
  color: var(--theme-color-text_dark);
}
.wcpt-price.wcpt-product-on-sale .wcpt-regular-price {
  color: var(--theme-color-text_light);
}
.wcpt-price .wcpt-sale-price,
.wcpt-price .wcpt-regular-price {
  font-weight: inherit !important;
}

body .wcpt-table a.wcpt-button,
body .wcpt-table a.wcpt-link_button {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 0 33px;
  font-size: 13px;
  height: 46px;
  line-height: 43px;
  color: var(--theme-color-inverse_link);
  background-color: var(--theme-color-text_link3);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .wcpt-table a.wcpt-button:hover,
body .wcpt-table a.wcpt-link_button:hover {
  color: var(--theme-color-inverse_link);
  background-color: var(--theme-color-text_hover3);
}

.wcpt-table .wcpt-button i.wcpt-cart-badge-number,
.wcpt-table .wcpt-button i.wcpt-cart-badge-refresh {
  display: inline-block;
  min-width: 15px;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.33);
  padding: 0 0 0 14px;
  margin-right: -3px;
  margin-left: 14px;
  background: transparent;
  position: relative;
  top: 0;
  color: inherit;
  font-weight: 300;
  font-size: inherit;
  line-height: 1em;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.wcpt-table .wcpt-button i.wcpt-cart-badge-number svg,
.wcpt-table .wcpt-button i.wcpt-cart-badge-refresh svg {
  color: inherit;
}
.wcpt-table .wcpt-button.wcpt-disabled i.wcpt-cart-badge-number {
  display: none;
}
.wcpt-table .wcpt-button .wcpt-item-row {
  line-height: normal;
}

.wcpt-add-to-cart-wrapper select,
select.wcpt-select-variation-dropdown,
.wcpt-product-form select {
  height: inherit;
  padding: 0.65em 2.5em 0.65em 1.2em !important;
}

.wcpt-modal-content {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  width: 670px;
  padding: 70px 45px;
  background: var(--theme-color-alter_bg_color);
  color: var(--theme-color-alter_dark);
}
.wcpt-product-form-loading-modal .wcpt-modal-content {
  padding: 15px;
}

.wcpt-product-form-loading-text,
.wcpt-product-form-title {
  font-size: 28px;
  line-height: 1.1em;
  font-weight: 300;
  color: var(--theme-color-alter_dark);
  background-color: inherit;
}

.wcpt-product-form-title {
  padding: 0;
  margin-bottom: 35px;
}

.wcpt-product-form-price {
  font-size: 24px;
  line-height: 1.1em;
  font-weight: 300;
  padding: 15px 0 0;
  color: var(--theme-color-alter_text);
}

.wcpt-product-form form.cart {
  padding: 0;
}
.wcpt-product-form table.variations {
  font-size: 1em;
  background: inherit;
  margin: 0 0 32px !important;
}
.wcpt-product-form table.variations tbody {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: -20px;
}
.wcpt-product-form table.variations tr {
  border: none !important;
  width: calc(50% - 15px);
  margin-bottom: 20px;
}
.wcpt-product-form table.variations tr td {
  font-size: 1em;
  display: block;
  padding: 0 !important;
}
.wcpt-product-form table.variations th {
  font-size: 20px;
  line-height: inherit;
  font-weight: 300;
  padding: 0;
  margin-bottom: 8px;
  display: block;
  text-align: left;
  color: inherit;
  background-color: transparent;
}
.wcpt-product-form select {
  margin: 0 !important;
}
.wcpt-product-form .woocommerce-variation-price {
  font-size: 28px;
  line-height: 1.1em;
  font-weight: 300;
}
.wcpt-product-form .woocommerce-variation-price .price {
  padding-bottom: 0;
}
.wcpt-product-form .woocommerce-variation-add-to-cart {
  margin-top: 0;
}
.wcpt-product-form .woocommerce-variation {
  margin-bottom: 25px;
}
.wcpt-product-form .wcpt-close-modal {
  line-height: 1em;
  right: 38px;
  top: 32px;
  color: inherit;
}
.wcpt-product-form .wcpt-close-modal .wcpt-close-modal-icon {
  height: 1em;
  width: 1em;
  font-size: 24px;
}
.wcpt-product-form .button.button.single_add_to_cart_button,
.wcpt-product-form .woocommerce-variation-add-to-cart .button {
  width: auto;
  padding: 0 33px;
  height: 46px;
  line-height: 45px;
  font-size: 13px !important;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.wcpt-product-form .button.button.single_add_to_cart_button:after,
.wcpt-product-form .woocommerce-variation-add-to-cart .button:after {
  display: inline-block;
  font-family: "fontello";
  content: '\e9f4';
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: -1px;
  margin-left: 6px;
}
.wcpt-product-form .variations_form.cart div.quantity {
  width: 115px !important;
  height: 46px;
  margin: 0 5px 0 0 !important;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.wcpt-product-form .reset_variations {
  position: absolute;
  right: 20px;
  bottom: 15px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.3em;
  color: var(--theme-color-alter_text);
}
.wcpt-product-form .reset_variations:hover {
  color: var(--theme-color-alter_link);
}
.wcpt-product-form .woocommerce-variation,
.wcpt-product-form .reset_variations {
  display: none;
}

.wcpt-cart-widget {
  width: 995px;
  background: #ffffff;
  color: #073D5D;
  border-color: transparent;
  padding: 34px 48px;
  bottom: 40px;
  border: none;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 300;
  -webkit-box-shadow: 0 3px 66px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 3px 66px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 66px 0 rgba(0, 0, 0, 0.16);
}
.wcpt-cart-widget a.wcpt-cw-half {
  width: auto;
  padding: 0 33px;
  height: 46px;
  line-height: 44px;
  font-size: 13px !important;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 72px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme-color-inverse_link) !important;
  background-color: var(--theme-color-text_link) !important;
}
.wcpt-cart-widget a.wcpt-cw-half .wcpt-cw-loading-icon {
  display: inline-block;
  position: absolute;
  left: -30px;
  top: -1px;
  color: var(--theme-color-text_dark);
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wcpt-cart-widget a.wcpt-cw-half .wcpt-cw-cart-icon .wcpt-icon-shopping-bag:before {
  display: inline-block;
  font-family: "fontello";
  content: '\e9f4';
  font-size: 16px;
  font-weight: 400;
  position: relative;
  bottom: -1px;
}
.wcpt-cart-widget a.wcpt-cw-half .wcpt-cw-cart-icon .wcpt-icon-shopping-bag > svg {
  display: none !important;
}
.wcpt-cart-widget a.wcpt-cw-half:hover {
  background-color: var(--theme-color-text_hover) !important;
}
.wcpt-cart-widget .wcpt-cw-price-total {
  font-weight: 600;
}
.wcpt-cart-widget .wcpt-cw-separator {
  font-size: 0;
  margin: 0 8px;
  height: 1px;
  width: 26px;
  vertical-align: middle;
  background-color: var(--theme-color-text_link);
}
.wcpt-cart-widget .wcpt-cw-footer {
  font-size: 16px;
  line-height: 22px;
  opacity: 0.55;
  margin: 3px 0 0 0;
}

.wcpt-remove {
  color: var(--theme-color-text_link);
}
.wcpt-table .wcpt-remove {
  margin-top: -1px;
}

.wcpt-device-view-loading-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wcpt_cart_close_btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 42px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-left: 1px solid;
  border-color: #D9D7CE;
  background: inherit;
}
.wcpt_cart_close_btn:before {
  font-family: "fontello";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '\e9e1';
  font-size: 17px;
  font-weight: 400;
  opacity: 0.7;
}
.wcpt_cart_close_btn:hover:before {
  opacity: 1;
}

.wcpt-pagination {
  text-align: left;
}

.wcpt .next.page-numbers, .wcpt .prev.page-numbers,
.wcpt-pagination .page-numbers.current,
body .wcpt-pagination a.page-numbers {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  margin: 2px 5px 2px 0 !important;
  padding: 0;
  min-width: auto;
  border: 1px solid var(--theme-color-bd_color) !important;
  color: var(--theme-color-text_dark);
  font-size: 17px;
  line-height: 50px;
  font-weight: 400;
}

.wcpt-pagination .page-numbers.current,
.wcpt-pagination .page-numbers.current:hover {
  font-weight: 400;
  color: var(--theme-color-inverse_hover);
  background-color: var(--theme-color-text_dark);
  border-color: var(--theme-color-text_dark) !important;
}

.wcpt .next.page-numbers .wcpt-icon,
.wcpt .prev.page-numbers .wcpt-icon {
  display: none;
}
.wcpt .next.page-numbers:before,
.wcpt .prev.page-numbers:before {
  font-family: "fontello";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  top: 1px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  font-size: 14px;
}
.wcpt .next.page-numbers.next:before,
.wcpt .prev.page-numbers.next:before {
  content: '\e908';
}
.wcpt .next.page-numbers.prev:before,
.wcpt .prev.page-numbers.prev:before {
  content: '\e907';
}

/* Responsive device phone */
.wcpt-device-phone .wcpt-cell-val > .wcpt-item-row {
  margin-bottom: 9px;
}
.wcpt-device-phone .wcpt-cell-val > .wcpt-item-row:last-child {
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 1279px) {
  .wcpt-cart-widget {
    transform: none;
    width: 70%;
    padding: 20px 35px;
    font-size: 21px;
    bottom: 30px;
    left: 15%;
  }
  .wcpt-cart-widget .wcpt-cw-footer {
    font-size: 15px;
  }
  .wcpt-cart-widget .wcpt-cw-half {
    width: 60%;
  }
  .wcpt-cart-widget a.wcpt-cw-half {
    padding: 0 25px;
    width: auto;
    right: 40px;
  }

  .wcpt-price {
    font-size: 21px;
  }

  .wcpt-product-form-loading-text,
  .wcpt-product-form-title {
    font-size: 26px;
  }

  .wcpt-product-form-title {
    margin-bottom: 30px;
  }

  .wcpt-product-form-price {
    font-size: 22px;
    padding: 10px 0 0;
  }

  .wcpt-modal-content {
    padding: 50px 40px;
  }

  body:not(.wcpt-nav-modal-on) .wcpt-navigation {
    margin-bottom: 0;
  }

  .wcpt_cart_close_btn {
    width: 28px;
  }
  .wcpt_cart_close_btn:before {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .wcpt .next.page-numbers, .wcpt .prev.page-numbers,
  .wcpt-pagination .page-numbers.current,
  body .wcpt-pagination a.page-numbers {
    width: 42px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wcpt-cart-widget {
    width: 100%;
    padding: 15px 17px;
    font-size: 19px;
    bottom: 0;
    left: 0;
  }
  .wcpt-cart-widget .wcpt-cw-footer {
    margin: 0;
  }
  .wcpt-cart-widget a.wcpt-cw-half {
    right: 17px;
    padding: 0 26px;
  }
  .wcpt-cart-widget .wcpt-cw-separator {
    margin: 0 5px;
    width: 16px;
  }

  .wcpt-price {
    font-size: 18px;
  }

  body .wcpt-table a.wcpt-button,
  body .wcpt-table a.wcpt-link_button {
    padding: 0 23px;
    height: 40px;
    line-height: 38px;
  }

  .wcpt-table .wcpt-quantity.wcpt-display-type-input {
    width: 35px;
    height: 35px;
  }
  .wcpt-table .wcpt-quantity.wcpt-controls-on-edges {
    padding: 0 30px !important;
  }
  .wcpt-table .wcpt-quantity.wcpt-controls-on-edges .wcpt-qty-controller {
    width: 30px !important;
  }

  .wcpt-modal-content {
    padding: 30px;
    width: 100%;
  }

  .wcpt-product-form-loading-text,
  .wcpt-product-form-title {
    font-size: 22px;
  }

  .wcpt-product-form-title {
    margin-bottom: 20px;
  }

  .wcpt-product-form-price {
    font-size: 20px;
  }

  .wcpt-product-form table.variations {
    margin: 0 0 20px !important;
  }
  .wcpt-product-form table.variations th {
    font-size: 17px;
  }
  .wcpt-product-form table.variations tr {
    padding: 0 !important;
    width: calc(50% - 10px);
  }
  .wcpt-product-form .woocommerce-variation {
    margin-bottom: 20px;
  }
  .wcpt-product-form .wcpt-close-modal {
    right: 15px;
    top: 15px;
  }
  .wcpt-product-form .reset_variations {
    right: 15px;
    bottom: 5px;
  }
  .wcpt-product-form .woocommerce-variation-price {
    font-size: 22px;
  }

  .wcpt_cart_close_btn {
    top: -25px;
    bottom: auto;
    width: 25px;
    height: 25px;
    line-height: 24px;
    border-left: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .wcpt_cart_close_btn:before {
    opacity: 1;
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .wcpt-cart-widget {
    padding: 12px 15px;
    font-size: 16px;
  }
  .wcpt-cart-widget .wcpt-cw-footer {
    font-size: 14px;
    line-height: 19px;
  }
  .wcpt-cart-widget a.wcpt-cw-half {
    right: 15px;
    padding: 0 16px;
    height: 36px;
    line-height: 36px;
  }
  .wcpt-cart-widget a.wcpt-cw-half .wcpt-cw-cart-icon {
    display: none;
  }
  .wcpt-cart-widget a.wcpt-cw-half .wcpt-cw-loading-icon {
    left: -22px;
  }

  .wcpt-modal-content {
    padding: 25px;
  }

  .wcpt-product-form-loading-text,
  .wcpt-product-form-title {
    font-size: 20px;
  }

  .wcpt-product-form-price {
    font-size: 18px;
  }

  .wcpt-product-form table.variations th {
    font-size: 16px;
  }
  .wcpt-product-form table.variations tr {
    padding: 0 !important;
    width: 100%;
  }
  .wcpt-product-form .woocommerce-variation {
    margin-bottom: 20px;
  }
  .wcpt-product-form .wcpt-close-modal {
    right: 6px;
    top: 6px;
  }
  .wcpt-product-form .button.button.single_add_to_cart_button,
  .wcpt-product-form .woocommerce-variation-add-to-cart .button {
    display: block;
    width: 100%;
  }
  .wcpt-product-form .reset_variations {
    position: static;
    margin: 15px 0 0 0;
    display: inline-block !important;
    visibility: visible !important;
  }
  .wcpt-product-form .variations_form.cart div.quantity {
    margin: 0 0 15px 0 !important;
  }

  .wcpt-table .wcpt-row {
    padding: 15px 0 !important;
    display: block;
  }
  .wcpt-table .wcpt-row:first-child {
    padding-top: 0 !important;
  }
  .wcpt-table .wcpt-row:last-child {
    padding-bottom: 0 !important;
  }
  .wcpt-table .wcpt-row .wcpt-cell {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .wcpt-table .wcpt-row .wcpt-cell + .wcpt-cell {
    margin-top: 13px !important;
  }
  .wcpt-table .wcpt-row .wcpt-cell:first-child .wcpt-item-row > .wcpt-product-image-wrapper:only-child {
    margin-right: 0 !important;
    margin-left: 0 !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .wcpt .next.page-numbers, .wcpt .prev.page-numbers,
  .wcpt-pagination .page-numbers.current,
  body .wcpt-pagination a.page-numbers {
    width: 40px;
    height: 40px;
    line-height: 39px;
    font-size: 15px;
  }
}

/*# sourceMappingURL=wc-product-table-pro.css.map */
