.single-product form.cart {
  display: none !important ;
}

.wooecom_instant_order_form {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px 20px;
  border: 1px solid #d9d9d9;
  padding: 15px;
  margin-bottom: -1px;
}

.row{
  display: flex;
  flex-wrap: wrap;
}

.wooecom_instant_order_form .row {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.wooecom_information_title {
  width: 100%;
  margin: 0;
}

.wooecom_instant_order_form  input,
.wooecom_instant_order_form  select {
  width: calc(50% - 10px) !important;
  border: 1px solid #d9d9d9 !important;
  outline: none !important ;
  border-radius: 5px !important;
  padding: 12px 10px !important;
  line-height: 1em !important ;
}

.select2-container--default .select2-selection--single{
  height: 45px !important ;
  border: 1px solid #d9d9d9 !important;
  outline: none !important ;
  border-radius: 5px !important;
  padding: 10px 5px !important;
}

.select2-container{
  padding: 0px !important ;
  width : calc(50% - 10px) !important
  
}

.select2-container .select2-selection--single .select2-selection__rendered{
  color: #757575 !important ;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-width: 9px 8px 0 8px !important;
  left: 30% !important;
}


.wooecom_checkout {
  width: calc(80% - 20px);
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border-radius: 5px;
  padding: 18px;
  outline: none !important 
}

.wooecom_quantity {
  width: 20%;
  display: flex;
  align-items: center;
}

.wooecom_quantity > input[type="number"] {
  width: 40px;
  padding: 5px;
  text-align: center;
  font-weight: 600;
  color: #000;
}

/* Chrome, Safari, Edge, Opera */
.wooecom_quantity input::-webkit-outer-spin-button,
.wooecom_quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.wooecom_quantity input[type="number"] {
  -moz-appearance: textfield;
}

.wooecom_plus,
.wooecom_minus {
  width: 30px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 3px;
  background: #f5f5f5;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.wooecom_plus:hover,
.wooecom_minus:hover {
  background: #fff;
  color: #000;
}

.wooecom_order_summary {
  width: 100%;
}

.wooecom_order_summary_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e9e9e9;
  padding: 15px;
  border: 1px solid #d9d9d9;
  margin-bottom: -1px;
  user-select: none;
  cursor: pointer;
}

.wooecom_order_summary_head > i {
  transform: rotate(0);
  transition: all 0.4s ease;
}

.wooecom_order_summary.active .wooecom_order_summary_head > i {
  transform: rotate(180deg);
}

.wooecom_price_table {
  display: none;
  position: relative;
}

.wooecom_price_table table {
  margin-bottom: 0px;
}

.wooecom_order_summary.active .wooecom_price_table {
  display: block;
}

.wooecom_quantity > input {
  border: none !important;
  background: transparent !important;
  outline: none !important;
}

.wooecom_plus {
  border-left: 1px solid #d9d9d9;
}

.wooecom_minus {
  border-right: 1px solid #d9d9d9;
}

.wooecom_price_table > table td:first-child {
  text-align: left;
}

.wooecom_price_table > table td:last-child {
  text-align: right;
}

.wooecom_price_table > table td {
  border: none;
  padding: 15px;
}

.wooecom_price_table > table {
  border-collapse: collapse;
  border: 1px solid #d9d9d9;
}

.wooecom_price_table > table tr {
  border-bottom: 1px solid #d9d9d9;
}

.wooecom_btn_loader {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: none;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.wooecom_attributes {
  width: 100%;
}

.wooecom_single_attr label input {
  display: none !important;
}

.wooecom_single_attr {
  margin: 10px 0 !important;
  display: flex;
  align-items: center;
  gap: 5px;
}

.wooecom_single_attr label span {
  display: inline-block !important;
  border: 1px solid #d9d9d9 !important;
  padding: 3px 5px !important;
  border-radius: 3px !important;
  cursor: pointer !important;
  font-size: 13px !important;
}

.wooecom_single_attr label input:checked + span {
  background: transparent !important;
  color: #000 !important;
  border-color: #000 !important;
}

.wooecom_single_attr label {
  margin-bottom: 0px !important ;
}

span.wooecom_attr_label {
  font-size: 15px !important;
  min-width: 50px !important;
  display: inline-block !important;
}

.wooecom_footer_icons {
  display: none;
  align-items: stretch;
  font-size: 18px;
  gap: 10px;
}

.wooecom_footer_icons a {
  display: inline-block;
  text-decoration: none !important ;
}

.wooecom_footer_icons i {
  width: 46px;
  height: 46px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.wooecom_footer_icons i.fa-phone {
  font-size: 18px;
}
.wooecom_sticky_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: #fff;
  z-index: 50;
  border-top: 1px solid #d9d9d9;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  display: none;
  margin-bottom: 0px !important ;
}

.wooecom_buy_now {
  display: block;
  padding: 10px 35px;
  border-radius: 5px;
  text-decoration: none !important ;
  text-align: center;
  width: 250px;
}

span.wooecom_order_qty {
  background: #d9d9d9;
  color: #000;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 5px;
  line-height: 1em;
  font-size: 10px;
  position: relative;
  left: -2px;
  font-weight: 600;
  top: -6px;
}

.wooecom_order_loader {
  width: 20px;
  height: 20px;
  border: 2.5px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.order_loader_container {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
}

ul.wooecom_shipping_methods {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

.wooecom_row_total_price > td {
  font-weight: bold !important ;
  color: #000 !important ;
}

.wooecom_order_summary_title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold !important ;
  text-transform: capitalize;
}

.wooecom_shipping_methods li label {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
}

span.wooecom_free_shipping {
    background: #d9d9d9 !important;
    color: #fff !important;
    padding: 2px 8px !important;
    border-radius: 5px !important;
    display: inline-block !important;
}

.wooecom_single_attr label input:checked + span.wooecom_color_palette{
  position: relative ;
}

.wooecom_single_attr label input:checked + span.wooecom_color_palette::before{
  content: "" ;
  position: absolute ;
  width: calc(100% + 6px) ;
  height: calc(100% + 6px) ;
  border-radius: 5px ;
  border: 1px solid #000 ;
  left: -3px ;
  top: -3px ;
}

.rtl .wooecom_shipping_methods li label{
    display: flex ;
    /* flex-direction: row-reverse ; */
    justify-content: flex-start;
    align-items: center ;
    gap: 5px;
}

.rtl .wooecom_price_table > table td:first-child {
  text-align: right;
}

.rtl .wooecom_price_table > table td:last-child {
  text-align: left;
}

.rtl .wooecom_order_qty {
  left: 2px;
}

.rtl .wooecom_instant_order_form > input,
.rtl .wooecom_instant_order_form > select {
  text-align: right;
}

@media (max-width: 767px) {
  .wooecom_footer_icons {
    display: flex;
    align-items: stretch;
    gap: 10px;
  }

  .wooecom_buy_now {
    width: calc(100% - 112px) !important;
  }

  .wooecom_checkout {
    width: calc(65% - 20px) !important;
  }

  .wooecom_instant_order_form input,
  .wooecom_instant_order_form select,
  .select2-container{
    width: 100% !important;
  }

  .wooecom_quantity {
    width: 35% !important;
  }

  .wooecom_plus,
  .wooecom_minus {
    width: 40px !important;
    padding: 0 10px;
  }
}
