button[name='update_cart'] {
  display: none !important;
}

.woocommerce-cart header.entry-header {
  text-align: center;
}

.woocommerce-cart header.entry-header h1 {
  /* font-family: 'Raleway'; */
  font-size: 45px;
  color: #666;
  line-height: 72px;
}

form.woocommerce-cart-form {
  margin-top: 32px;
  margin-bottom: 32px;
}

.woocommerce table {
  border: none !important;
}

.productBoxInfo {
  margin-right: 20px;
  height: 100%;
  margin-bottom: 32px;
  padding-bottom: 32px;
}

.productBoxInfo:not(:last-child) {
  border-bottom: 1px solid #A1A1A1;
}

.productBoxInfo .product-name {
  padding: 8px;
}

.productBoxInfo .product-name a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #262626;
  padding: 0;
  line-height: 30px;
  display: inline-flex;
}

.productBoxInfo .product-name a:hover {
  color: #EF7D00;
}

.productBoxInfo table tr th {
  font-size: 16px;
  color: #262626 !important;
  font-weight: 700;
  vertical-align: middle;
}

.productBoxInfo table tr .product-quantity .quantity {
  margin-left: auto;
}

.productBoxInfo table tr td:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  padding: 0;
  vertical-align: middle;
}

.productBoxInfo table .product-price del {
  font-size: 16px;
  font-weight: 400;
}

.productBoxInfo table .product-price .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 600;
  padding-left: 10px;
}

.productBoxInfo table td.product-remove,
.productBoxInfo table td.product-favorite {
  line-height: normal;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  padding: 9px 12px;
}

.divUpdateBox {
  display: flex;
  justify-content: center;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-weight: 600 !important;
  color: #ffffff;
  font-size: 18px;
  margin: 0px;
  padding: 12px;
}

a.checkout-button.button.alt.wc-forward:hover {
  color: #ffffff;
  background-color: #00a651;

}

.wc-proceed-to-checkout {
  padding: 0px !important;
}

.input-group-text {
  border: 1px solid #F0F0F0;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
}

button.plus.input-group-text {
  margin-left: 3px;
  border: 1px solid #F0F0F0 !important;
  border-radius: 12px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

button.minus.input-group-text {
  border: 1px solid #F0F0F0 !important;
  border-radius: 12px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

td.product-quantity.fontCart .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
.quantity>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border: none;
  border-radius: 12px;
  margin: 2px;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}

td.product-quantity.fontCart .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.quantity:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.quantity:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.quantity:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.qty,
.quantity:not(.has-validation)>.form-floating:not(:last-child)>.qty,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.quantity:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>select,
.quantity:not(.has-validation)>.form-floating:not(:last-child)>select {
  border: none;
  border-radius: 12px;
  margin: 2px;
  display: flex;
  justify-content: center;
  line-height: normal;
  background: #F7F8FA;

}


.borderRight table,


.borderRight {
  border: 1px solid #EF7D00;
  border-radius: 6px;
}

tr.woocommerce-shipping-totals.shipping {
  display: none !important;
}

.wc-proceed-to-checkout {
  padding: 0px;
}

.couponBox {
  margin-top: 24px;
}

.crossel_title_section p {
  font-size: 18px;
  font-weight: 600;
  /* font-family: 'Raleway'; */
  color: #666666;
}

.crossel_title_section {
  margin-bottom: 30px;
}

.borderGrayBottom {
  /* border: 1px solid #666666; */
  border-radius: 6px;
  padding: 10px 12px;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.borderGrayBottom svg path {
  fill: #f17d00
}

.borderGrayBottom p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  /* font-family: "Raleway"; */
  margin-left: 10px;
}

.borderGrayBottom p span.boldern_ttt {
  font-weight: 700;
}

.graycolor {
  color: #666666 !important;
  font-weight: 700;
}

.totalDiscountBox {
  display: flex;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
}

.minSvgWidth {
  min-width: 24px;
}

.splide-cross-sell-products .splide__slide .product {
  margin: 0 16px;
}


/* Telefon */
@media only screen and (max-width: 991.98px) {
  div#content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 15px !important;
  }

  .borderRight {
    padding: 6px;
  }

  .fixedCart {
    position: fixed;
    left: 0;
    bottom: 0;

    background-color: white;
    z-index: 9999999;
  }

  .mobile_tablet_order_cart {
    order: 1;
    margin-bottom: 40px;
  }

  .mobile_tablet_order_content {
    order: 2;
  }

  .productBoxInfo:nth-of-type(1) {
    border-top: 1px solid #A1A1A1;
    padding-top: 15px;
  }

  .productBoxInfo {
    margin-right: 0px;
  }

  .woocommerce-cart header.entry-header h1 {
    font-size: 40px;
    line-height: 60px;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: "white" !important;
  }
}

/* Ipad simplu */
@media only screen and (min-width: 767.98px) {
  .scrollLeft {
    overflow-y: scroll;
    overflow-x: hidden;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    max-height: 800px;
  }

  /* width */
  ::-webkit-scrollbar {
    width: 5px;
  }

  .scrollLeft::-webkit-scrollbar-thumb {
    background: #EF7D00;
    max-height: 400px !important;
    height: 400px !important;

  }

  .borderRight {
    padding: 24px 12px;
  }
}

@media (max-width: 575.98px) {
  .productBoxInfo table tr th {
    font-size: 14px;
  }

  .productBoxInfo table tr td:nth-child(2),
  .productBoxInfo table .product-price .woocommerce-Price-amount {
    font-size: 16px;
  }



  .productBoxInfo {
    padding-bottom: 15px;
  }

  .custom_total_style th,
  .custom_total_style td {
    font-size: 16px;
  }

  .order-total th,
  .order-total td {
    font-size: 19px;
  }

  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 16px;
    padding: 9px 12px;
  }

  .borderRight {
    padding: 6px 6px 10px 6px;
  }

  .mobile_tablet_order_cart {
    margin-bottom: 20px;
  }

  .crossel_title_section {
    margin-bottom: 0px;
  }

  .woocommerce-cart header.entry-header h1 {
    font-size: 35px;
    line-height: 20px;
  }

  .woocommerce-cart .product .loop-product-wrapper .loop-product-line {
    flex: 0 0 50% !important;
  }
}


.badge_f_m_cos_prod span.separator_cart_pachete:last-child {
  display: none;
}

.badge_f_m_cos_prod span.separator_cart_pachete,
.badge_f_m_cos_prod span.span_fm_text {
  color: #ef7d00;
  font-weight: 600;
  font-size: 16px;
}