@charset "utf-8";

/* .woocommerce .form-row {
   display: flex !important;
   } */

a:hover{
  text-decoration:none !important;
}

.woocommerce a.button , .woocommerce button.button {
  padding:5px 10px;
  border:none;
}

.form-group .select2-container .select2-selection--single .select2-selection__rendered,
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
  color : #212529;
}

.select2-container .select2-selection--single {
  height : 100%;
}

.select2-container .select2-selection--single .select2-selection__rendered ,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  padding : 5px 10px;
  height : 100%;
}

.select2-container--default .select2-selection--single {
  border-radius : 1px;
  border : 1px solid rgba(0, 0, 0, 0.21);
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count ,
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float : none;
}

.shop_table .coupon {
  width:50%;
}

.shop_table .coupon input {
  width:80% !important;
}

@media screen and (max-width:1400px) {
  .shop_table .coupon input {
    width:70% !important;
  }
}

@media screen and (max-width:992px) {
  .shop_table .coupon input {
    width:60% !important;
  }
}

@media screen and (max-width:768px) {
  .shop_table .coupon {
    width:100%;
  }
  .shop_table .coupon input {
    width:50% !important;
  }
}
