/* ----------------- START plugin woo page cart ----------------- */
/* ----------------- START plugin woo page cart ----------------- */
/* ----------------- START plugin woo page cart ----------------- */
/* ----------------- START plugin woo page cart ----------------- */
/* ----------------- START plugin woo page cart ----------------- */
/* ----------------- START plugin woo page cart ----------------- */
/* ----------------- START plugin woo page cart ----------------- */
/* ----------------- START plugin woo page cart ----------------- */
/* ----------------- START plugin woo page cart ----------------- */
/* ----------------- START plugin woo page cart ----------------- */
.kadence-woo-cart-form-wrap {
  margin-top: 38px; }

.cart-summary,
.cart-summary * {
  font-family: var(--global-body-font-family);
  font-weight: 700;
  font-size: 30px;
  line-height: 110%;
  text-align: center;
  color: var(--global-palette1); }
  @media (max-width: 767px) {
    .cart-summary,
    .cart-summary * {
      font-size: 25px; } }

/* .woocommerce-cart-form {
  margin-bottom: 72px !important; }
  @media (max-width: 767px) {
    .woocommerce-cart-form {
      margin-bottom: 42px !important; } }
*/
.shopTableWrapper {
  width: 818px;
  max-width: 100%;
  background-color: #F5F5F5;
  padding: 57px 69px  71px;
  border-radius: 20px;
  margin: 31px auto 0; }
  @media (max-width: 767px) {
    .shopTableWrapper {
      padding: 30px 15px; } }

.woocommerce table.shop_table {
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }

@media (max-width: 767px) {
  .woocommerce table.shop_table thead {
    display: table-header-group; } }

@media (max-width: 767px) {
  .woocommerce table.shop_table tbody {
    display: table-row-group; } }

@media (max-width: 767px) {
  .woocommerce table.shop_table tr {
    display: table-row; } }

@media (max-width: 767px) {
  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td {
    display: table-cell !important;
    vertical-align: middle; } }

.woocommerce table.shop_table th {
  padding: 0;
  padding-bottom: 25px; }

.woocommerce table.shop_table th,
.woocommerce table.shop_table th * {
  font-family: var(--global-body-font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  color: #3c484a; }
  @media (max-width: 767px) {
    .woocommerce table.shop_table th,
    .woocommerce table.shop_table th * {
      font-size: 17px; } }

.woocommerce table.shop_table tbody tr:first-of-type td {
  padding-top: 0; }

.woocommerce table.shop_table tbody tr:last-of-type td {
  padding-bottom: 0; }

@media (max-width: 767px) {
  .woocommerce table.shop_table.shop_table_responsive td,
  .woocommerce table.shop_table.shop_table_responsive td * {
    text-align: left !important; } }

.woocommerce table.shop_table td {
  background-color: transparent !important;
  border: none;
  padding: 10px 12.5px; }
  @media (max-width: 767px) {
    .woocommerce table.shop_table td {
      padding: 10px 7px; } }

.woocommerce table.shop_table td.product-remove {
  padding-left: 0; }

.woocommerce table.shop_table td.product-remove a {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: blue;
  font-size: 33px;
  font-weight: 900;
  line-height: 1;
  padding: 0;
  -webkit-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s; }
  @supports ((-webkit-background-clip: text) or (background-clip: text)) and (-webkit-text-fill-color: transparent) {
    .woocommerce table.shop_table td.product-remove a {
      background-image: -webkit-gradient(linear, left top, right top, from(#EF3E23), color-stop(80%, #F8991D), to(#F8991D));
      background-image: -webkit-linear-gradient(left, #EF3E23 0%, #F8991D 80%, #F8991D 100%);
      background-image: -o-linear-gradient(left, #EF3E23 0%, #F8991D 80%, #F8991D 100%);
      background-image: linear-gradient(to right, #EF3E23 0%, #F8991D 80%, #F8991D 100%);
      -webkit-background-clip: text;
              background-clip: text;
      -webkit-text-fill-color: transparent; } }
  @media (max-width: 767px) {
    .woocommerce table.shop_table td.product-remove a {
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important; } }

@supports ((-webkit-background-clip: text) or (background-clip: text)) and (-webkit-text-fill-color: transparent) {
  .woocommerce table.shop_table td.product-remove a:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#EF3E23), to(#EF3E23));
    background-image: -webkit-linear-gradient(left, #EF3E23 0%, #EF3E23 100%);
    background-image: -o-linear-gradient(left, #EF3E23 0%, #EF3E23 100%);
    background-image: linear-gradient(to right, #EF3E23 0%, #EF3E23 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent; } }

.woocommerce table.shop_table td.product-thumbnail a {
  display: block;
  width: 101.3px;
  height: 101.3px;
  overflow: hidden;
  border-radius: 12px; }
  @media (max-width: 767px) {
    .woocommerce table.shop_table td.product-thumbnail a {
      width: 70px;
      height: 70px;
      border-radius: 7px; } }

.woocommerce table.shop_table td.product-thumbnail a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center; }

.woocommerce table.shop_table td.product-name:before {
  display: none !important; }

.woocommerce table.shop_table td.product-name,
.woocommerce table.shop_table td.product-name a {
  text-decoration: none;
  font-family: var(--global-body-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  color: #3c484a; }
  @media (max-width: 767px) {
    .woocommerce table.shop_table td.product-name,
    .woocommerce table.shop_table td.product-name a {
      font-size: 17px; } }

.woocommerce table.shop_table td.product-name a:hover {
  text-decoration: underline; }

.btnRow {
  text-align: center;
  margin-top: 47px; }

.cartGetStartedBtn {
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 292px;
  font-family: var(--global-body-font-family);
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background-color: #F04A22;
  padding: 8px 10px 11px;
  border-radius: 10px; }
  @media (max-width: 767px) {
    .cartGetStartedBtn {
      min-width: 230px;
      font-size: 21px;
      border-radius: 7px; } }

.cartGetStartedBtn:after {
  content: '';
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#F8991D));
  background: -webkit-linear-gradient(left, transparent 0%, #F8991D 100%);
  background: -o-linear-gradient(left, transparent 0%, #F8991D 100%);
  background: linear-gradient(to right, transparent 0%, #F8991D 100%);
  z-index: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }

.cartGetStartedBtn .text {
  position: relative;
  z-index: 1; }

.cartGetStartedBtn:hover {
  color: #fff; }

.cartGetStartedBtn:hover:after {
  opacity: 0; }

/* -----------------  END  plugin woo page cart ----------------- */
/* -----------------  END  plugin woo page cart ----------------- */
/* -----------------  END  plugin woo page cart ----------------- */
/* -----------------  END  plugin woo page cart ----------------- */
/* -----------------  END  plugin woo page cart ----------------- */
/* -----------------  END  plugin woo page cart ----------------- */
/* -----------------  END  plugin woo page cart ----------------- */
/* -----------------  END  plugin woo page cart ----------------- */
/* -----------------  END  plugin woo page cart ----------------- */
/* -----------------  END  plugin woo page cart ----------------- */
