/*---------------------------------------------------------------------------------

 Theme Name:   Scent Therapy PH
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      
 License URI:  

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

#gettrackingnumber input[type="text"] {
    border: 1px solid #5d5246 !important;
    margin-right: 5px;
    width: 250px;
    font-size: 17px;
    padding: 10px;
}
#gettrackingnumber {
	text-align:center;
}
#gettrackingnumber form {
    display: flex;
    justify-content: center;
}
#gettrackingnumber .search-button {
    border: 0;
    background-color: #738064;
    color: #fff;
    font-size: 20px;
    padding: 10px 15px;
	cursor:pointer;
    border-radius: 6px;
    width: 53px;
}


.tooltip {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  margin-left: -60px;
}
.tooltip.show {
  visibility: visible;
}

#shipping_country_field, #shipping_address_1_field {
    width: 100%;
}
#shipping_state_field label:after {
    content: '*';
    font-weight: bold;
    color: #ff0000;
}
.woocommerce form .form-row .optional {
    visibility: hidden;
	display:none;
}
#shipping_state_field, #shipping_city_field, #shipping_postcode_field, #shipping_wooccm9_field, #shipping_first_name_field, #shipping_last_name_field {
	width: 100%;
}
.woocommerce-terms-and-conditions-wrapper {
    display: none;
}
.form-row.place-order {
    margin-top: 5px !important;
}
.woocommerce-shipping-fields input, .woocommerce-shipping-fields .selection .select2-selection {
    background-color: #fff !important;
    border-radius: 7px;
}
.et_pb_wc_checkout_shipping {
    background-color: #ebe9eb;
    padding: 28px;
    border-radius: 10px;
}
.et_pb_wc_checkout_payment_info {
    border-radius: 10px;
}
.et_pb_wc_checkout_payment_info #payment div.payment_box {
    border-radius: 8px;
}
.et_pb_wc_checkout_order_details {
    background-color: #dce2d6;
    padding: 25px 25px 25px 25px !important;
    border-radius: 10px;
}
.woocommerce table.shop_table, .woocommerce-checkout #main-content .et_pb_wc_checkout_order_details table.shop_table tr.cart-subtotal td, .woocommerce table.shop_table tfoot tr:last-child th, .woocommerce table.shop_table tfoot tr:last-child td {
    border: 0 !important;
	margin-bottom:0;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th {
    padding: 5px 0 !important;
}
table.shop_table.woocommerce-checkout-review-order-table {
    margin-bottom: 0 !important;
}
.product_cat-original-decants .inspiredby {
    display: none;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination li {
    border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
    margin: 3px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #5d5145;
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 0;
    width: 37px;
    height: 37px;
    line-height: 37px;
    border-radius: 5px;
    background: #ececec;
    color: #5d5145;
    font-weight: 600;
}
.inspiredby {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -7px;
    color: #5d5044;
    margin-bottom: 5px;
}
.image-tag {
    background-color: #5d5145;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 1px 12px;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
}

@media (min-width: 768px) {
	#shipping_state_field, #shipping_city_field, #shipping_postcode_field, #shipping_first_name_field, #shipping_last_name_field {
		width: 49%;
	}
	.woocommerce-shipping-fields__field-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}


