/*   START WOOCOMMERCE FORMATTING   */
/* ---------------------------------- CART ---------------------------------- */
/* Removes Update Cart Button in Cart */
.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
    display: none;
    width: 100%;
}

/* Hides the Checkout Field x1 and the Quantity Row in Cart*/
.product-quantity {
	font-weight: normal;
  display: none !important;
}

/* DELETE____________________Hides Delivery to ADDRESS... in Cart page under Shipping section */
/* AND This is only an estimate. Prices will be updated during checkout.
.woocommerce .cart-collaterals p {
	margin: 0 0 5px;
	display: none;
} */

/* Hides the message - Your order has been successfully added to your cart */
.woocommerce-message {
display: none !important;
}

/* ---------------------------------- CHECKOUT ---------------------------------- */
/* Removes Shipping Row w 247 Courier on Cart and Checkout Pages */
.woocommerce-shipping-totals {
	display: none;
}

/* Changes Form Title Text Color to Blue in Checkout Page */
.woocommerce-checkout form.checkout {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	color: #004fef;
}

/* Changes the Placeholder Color and Style in Checkout-1 */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(134, 149, 208);
	font-style: italic;
  opacity: 1; /* Firefox */
}

/* Changes the Placeholder Color and Style in Checkout-2 */
::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(134, 149, 208);
	font-style: italic;
}

/* Removes the redundant text -(optional)in Checkout and My Accounts>Addresses */
.woocommerce form .form-row .optional{
    display: none ;
}

/* Changes the select2 Dropdown Text Color and Style in Checkout */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: rgb(157, 50, 50);
	font-style: italic;
}

/* Changes Color on the small triangle in Checkout Dropdown Boxes */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #f00 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

/* Changes Border Width on Select2 Checkout Dropdown Boxes */
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 2px solid #aaa;
	border-radius: 3px;
}

/* Increase the Vertical Height of the Notes Text Area */
form textarea {
	min-height: 250px;
	line-height: 1.5;
	resize: vertical;
}

/* Centers the Select2 Text Vertically in Field - Was low. */
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single {
	height: 40px;
	padding: 3px 12px 2px 6px;
	background-color: transparent;
	border-color: #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

/* Changes the Select2 Field Background Color */
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
	background-color: #f9f9f9;
}

/* Reduces line spacing in Checkout page. */
.woocommerce form .form-row label {
	line-height: 1;
}

/* TEMP - To reduce font size for month and year in datepicker */
.ui-datepicker .ui-datepicker-title select {
	font-size: .6em;
	margin: 1px 0;
}

/* ---------------------------------- NAME YOUR PRICE ---------------------------------- */
/* Reverse Name Your Price Page Order - Ref. Price below Text */
.entry-summary{
	display: flex;
	flex-flow: column-reverse;
}

/* Changes the NYP Price text to Larger Red Font */
.product .nyp label, .wcopc .product-item .nyp label {
	font-weight: 700;
	display: block;
	color: rgb(242, 13, 13);
	font-size: medium;
	margin-left: 25px;
	margin-top: 20px;
}

/* NAME YOUR PRICE CHECKOUT BUTTON - OPACITY TOO LIGHT */
.product .nyp-disabled, .wcopc .product-item .nyp-disabled {
	opacity: .8;
}

/* Reduces the margin above the pricing Tab on Order Page */
.woocommerce div.product .woocommerce-tabs {
	padding-top: 0px;
	clear: both;
}

/* Reduce Order Page Margin Above Price Box */
.woocommerce div.product form.cart {
	padding: 0px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom: 0px solid rgb(234, 234, 234);
	margin-top: 10px;
	border-color: rgb(234, 234, 234);
}

/* Reduce Order Margin Under Price Box-1 AND Reduce Price Box Width  */
.product .nyp .nyp-input, .wcopc .product-item .nyp .nyp-input {
	display: inline-block;
	margin-bottom: 0px;
	text-align: center;
	font-weight: 700;
	width: 20%;
}

/* Reduce Order Margin Under Price Box-2 */
.product .nyp, .wcopc .product-item .nyp {
	margin-bottom: 0.7em;
}

/* Increases Margin Below the Text - Credit/Debit Cards and PayPal Accepted */
.woocommerce div.product div.woocommerce-product-details__short-description {
	margin-top: 0px;
	margin-bottom: 10px;
}

/* ---------------------------------- MISC ---------------------------------- */
/* Changes the OR Button for Login-or-Register to Red */
.woocommerce .owp-account-links li.or {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 32px;
    color: #e81111;
    border: 3px solid;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 16px;
    -moz-opacity: .9;
    -webkit-opacity: .9;
    opacity: .9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    vertical-align: text-bottom;
}

/* Changes the Opacity of the LOGIN-REGISTER Text */
.woocommerce .owp-account-links li .owp-account-link {
	font-size: 50px;
	color: #333;
	line-height: 1;
	font-weight: bold;
	-moz-opacity: .6;
	-webkit-opacity: .6;
	opacity: .3;
}

/* Removes the text - This is where you can add new products to your store - From the Shop Page */
.page-subheading p:last-child {
    margin: 0;
    display: none;
}

/*   END WOOCOMMERCE FORMATTING   */
/*   ======================================================   */
/*   START OF TESTING AREA   */

/* Reduces margin above Short Description */
.woocommerce div.product div.woocommerce-product-details__short-description {
	margin-top: 0px;
}

/* Reduces margin below Title Section */
.page-header, .has-transparent-header .page-header {
	padding: 25px 0px 0px 0px;
}

/* Adds margin above Order page image */
.woocommerce div.product div.images {
	position: relative;
	float: left;
	width: 52%;
	margin-bottom: 0px;
	margin-top: 25px;
}



/* DELETE - TEST_______________THEMEHIGH - Removes EMAIL order text - BILLING FIELDS and ADDITIONAL FIELDS
.woocommerce table.shop_table tbody th {
	border-color: #eaeaea;
	display: none;
}
 */




/**
 * Disable Lightbox Zoom, Maginfier and Slider for Product Images */
.woocommerce-product-gallery__image{
    pointer-events: none;
}
 .woocommerce-product-gallery__trigger {
  display: none !important;
}




/* Changes Checkout Headings from Uppercase to Capitalize */
.woocommerce .woocommerce-checkout #customer_details h3, .woocommerce .woocommerce-checkout h3#order_review_heading {
	text-transform: capitalize;
}



/* Adds Border and Radius Around Payment Methods in Checkout Page */
.woocommerce-checkout #payment ul.payment_methods li {
	background-color: rgb(230, 255, 185);
	text-align: left;
	margin-bottom: 10px;
	transition: all 0.3s ease 0s;
	border: 2px solid #aaa;
	border-radius: 10px;
	padding-bottom: 0px;
}






/* Makes Cart Page Remove X Icon and Circle Bold */
.woocommerce table.shop_table a.remove {
	display: inline-block;
	font-size: 18px;
	width: 25px;
	height: 25px;
	line-height: 23px;
	font-weight: 800;
	color: rgb(221, 51, 51);
	border: 3px solid;
	border-radius: 50%;
	box-sizing: content-box;
}








/* Remove Quantity Plus-Minus Tool in Order Page */
.quantity .qty, .quantity .minus, .quantity .plus {
	display: none;
	float: left;
	width: 36px;
	min-height: 36px;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgb(228, 228, 228);
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	color: rgb(119, 119, 119);
	appearance: none;
	border-radius: 0px;
}



/*   END OF TESTING AREA   */
/*   END OF TESTING AREA   */