.woocommerce .cart img {
  width: 150px;
}
.woocommerce .woocommerce-cart-form table.shop_table td {
  padding: 20px;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail {
  width: 20%;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-name {
  width: 36%;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-price, .woocommerce table.shop_table td.product-quantity, .woocommerce table.shop_table td.product-subtotal {
  width: 13%;
}
.woocommerce table.cart td.actions .coupon .input-text {
  width: 200px;
}
#coupon_code {
  margin-right: 10px;
}
.woocommerce .input-text {
  height: 52px;
  border: 1px solid #ebebeb;
  padding: 0 15px;
  width: auto;
  text-align: center;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  background-color: #006fae;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  color: #fff;
  background-color: #006fae;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    margin-left: 7px; 
}
.woocommerce .quantity .qty {
  padding:10px;
  width: 3.631em;
  text-align: center;
}

.woocommerce form .form-row {
	margin-bottom: 10px;
	padding: 0;
}

.woocommerce form .form-row label {
	margin-bottom: 5px;
	display: block;
}

.woocommerce form .form-row .input-text {
	color: #000;
	min-width: inherit;
	border: 1px solid #ccc;
	padding: 16px;
}

.woocommerce form .form-row .select2-container .select2-choice {
	border: 1px solid #ccc;
	padding: 12px 25px;
}

.woocommerce form .form-row .select2-container .select2-selection--single {
	border: 1px solid #ccc;
	padding: 10px 16px;
	height: auto;
	border-radius: 0;
	min-height: 50px;
}

.woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__arrow {
	top: 15px;
}

.woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
}

.woocommerce form .form-row ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #999;
	font-weight: 400;
}

.woocommerce form .form-row ::-moz-placeholder {
	/* Firefox 19+ */
	color: #999;
	font-weight: 400;
}

.woocommerce form .form-row :-ms-input-placeholder {
	/* IE 10+ */
	color: #999;
	font-weight: 400;
}

.woocommerce form .form-row :-moz-placeholder {
	/* Firefox 18- */
	color: #999;
	font-weight: 400;
}

.woocommerce #shipping_method li {
	cursor: pointer;
	text-align: left;
	line-height: 1;
}

.woocommerce #shipping_method li .woocommerce-Price-amount {
	font-weight: 400;
	text-align: right;
	float: right;
	padding-top: 3px;
}

.woocommerce #shipping_method li .shipping_method {
	opacity: 0;
	display: none;
}

.woocommerce #shipping_method li .shipping_method:checked + label {
	color: #000;
}

.woocommerce #shipping_method li .shipping_method:checked + label:before {
	content: "\5c";
}

.woocommerce #shipping_method li .shipping_method:checked + label .woocommerce-Price-amount {
	color: #fe0000;
}

.woocommerce #shipping_method li input[type="hidden"] + label {
	padding-left: 0;
}

.woocommerce #shipping_method li input[type="hidden"] + label:before {
	display: none;
}

.woocommerce #shipping_method li label {
	display: inline-block;
	text-transform: inherit;
	position: relative;
	line-height: 1;
	font-size: 16px;
	padding-left: 20px;
	cursor: pointer;
	color: #666;
}

.woocommerce #shipping_method li label:before {
	content: "\5b";
	font-family: ElegantIcons;
	font-size: 16px;
	position: absolute;
	top: 1px;
	left: -6px;
	transition: 0.5s;
}
.woocommerce .woocommerce-shipping-destination {
	text-align: left;
	font-size: 14px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 100%;
  overflow: visible;
}
.woocommerce .form-row {
 display: block; 
}
.woocommerce .input-text, .woocommerce select {
  height: 52px;
  text-align: left;
}
.woocommerce select {
  padding:16px; 
}
.woocommerce-checkout table.shop_table {
  border-radius: 0;
  padding: 0 30px;
  border: 1px solid #bfbfbf;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(191, 191, 191);
  border-bottom: none;
  background-color: #f6f6f6;
  margin: 0;
}
.woocommerce-checkout table.shop_table thead th {
  text-transform: uppercase;
  color: #000;
  padding-bottom: 10px;
  font-weight: 600;
}
.woocommerce-checkout table.shop_table tr th {
  background-color: transparent;
  color: #666;
  font-weight: 400;
  padding: 20px 0;
    padding-bottom: 20px;
  border-top: none;
  font-size: 16px;
  text-transform: none;
}
.woocommerce table.shop_table th {
  border: none;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  color: #000;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #f2f2f2;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th {
  font-weight: 400;
}
.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
}
.woocommerce-checkout table.shop_table td {
  border: 0px;
}
.woocommerce-checkout table.shop_table th {
  border: 0px;
}
.woocommerce-checkout table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid rgba(0,0,0,.1);
}
.woocommerce-checkout table.shop_table thead th {
  font-weight: 700;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce-checkout table.shop_table td {
  padding-left:0px;
}
.woocommerce-checkout table.shop_table th:last-child {
  text-align: right;
}
.woocommerce-checkout table.shop_table td:last-child {
  text-align: right;
}
.woocommerce-checkout #shipping_method li {
  text-align: right;
}