/*!
Theme Name: Chance2Win Auction
Theme URI: 
Description: wordpress custom template
Version: 1.0
Author: The Web Design Ninja
Author URI: https://thewebdesignninja.com/
Tags: fluid-layout, responsive-layout, right-sidebar, two-columns, valid HTML5, widgets
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Created by The Web Design Ninja */
#draft_button {
  float: right;
}
#product_images_container .product_images.inline .charity-gallery-image {
  padding: 0;
}
.charity-grid #product_images_container ul ul.actions {
  top: -16px !important;
}
.charity-grid #product_images_container ul {
  display: flex;
  gap: 20px;
}
.sponsor-text {
  padding: 8px 14px;
  background: #f0f7ff;
  border: 1px solid #d6e9ff;
  border-radius: 10px;
  font-weight: 600;
  letter-spacing: .3px;
  text-transform: uppercase;
  width: 25%;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  margin-bottom: 20px;
  margin-top: 32px !important;
}
.event-time-inner {
  width: 60%;
}
.ui-datepicker.ui-widget {
  background: #eee;
  padding: 25px;
  border-radius: 10px;
}
.ui-datepicker.ui-widget {
  background: #eee;
  padding: 25px;
  border-radius: 10px;
}
.site-settings#ui-datepicker-div {
  border: 0px !important;
  left: 461px !important;
  right: -300px !important;
  margin: 0 auto;
}
.footer-row #nav_menu-3.widget .menu-quick-link-container #menu-quick-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-row #nav_menu-3.widget {
    display: block;
  }
.site-info.footer-common-sec .container {
  padding-left: 10px;
  padding-right: 10px;
}
.site-settings#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content {
  top: 400px !important;
  width: 300px;
  top: 425px !important;
}
.contact-data {
  border-top: 1px dotted #101010;
}
.topheader {
  display: none;
}
.woocommerce-page .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs::before {
  display: none;
}
.menu-charity-dashboard-container #charity-dashboard #menu-item-9265 {
  display: none;
}
.rtg-container.tabcontent.upper-gray-border.space-15 #total_sponsors .inner-total_sponsors_25,
.rtg-container.tabcontent.upper-gray-border.space-15 #total_home .inner-total_sponsors_25{
  background:#fff;
  border-radius:15px;
  padding:15px;
  box-shadow:rgba(100,100,111,.2) 0 7px 29px 0;
  transition:all .4s cubic-bezier(.25,.8,.25,1);
  position:relative;
  overflow:hidden;
  border:2px solid #e2e8f0;
  width:24%;
  max-width:24%;
  margin:0 !important;
  text-align:center;
}


.rtg-container.tabcontent.upper-gray-border.space-15 #total_sponsors .inner-total_sponsors_25:hover,
.rtg-container.tabcontent.upper-gray-border.space-15 #total_home .inner-total_sponsors_25:hover{
  transform:translateY(-8px);
  box-shadow:0 15px 35px rgba(0,0,0,.12);
}


.rtg-container.tabcontent.upper-gray-border.space-15 #total_sponsors img,
.rtg-container.tabcontent.upper-gray-border.space-15 #total_home img{
  width:100%;
  max-height:130px;
  object-fit:contain;
  padding:20px;
  background:#f2f2f2;
  border-radius:10px;
  border:2px dashed #e2e8f0;
  transition:all .3s;
}
.rtg-container.tabcontent.upper-gray-border.space-15 #total_sponsors .inner-total_sponsors_25:hover img,
.rtg-container.tabcontent.upper-gray-border.space-15 #total_home .inner-total_sponsors_25:hover img{
  transform:scale(1.03);
  border-color:#a29bfe;
}

.rtg-container.tabcontent.upper-gray-border.space-15 #total_sponsors input[type="text"][name^="sponsor_url"],
.rtg-container.tabcontent.upper-gray-border.space-15 #total_home input[type="text"][name^="sponsor_url"]{
  width:100% !important;
  padding:14px 18px;
  margin:15px 0;
  border:1px solid #e2e8f0;
  border-radius:10px;
  font-size:15px;
  color:#334155;
  background:rgba(255,255,255,.8);
  transition:all .3s;
  box-shadow:0 2px 5px rgba(0,0,0,.03);
}
.rtg-container.tabcontent.upper-gray-border.space-15 #total_sponsors input[type="text"][name^="sponsor_url"]:focus,
.rtg-container.tabcontent.upper-gray-border.space-15 #total_home input[type="text"][name^="sponsor_url"]:focus{
  border-color:#6c5ce7;
  outline:none;
  box-shadow:0 0 0 3px rgba(108,92,231,.15);
}


.rtg-container.tabcontent.upper-gray-border.space-15 #total_sponsors .button-primary.bu1,
.rtg-container.tabcontent.upper-gray-border.space-15 #total_home .button-primary.bu1{
  font-size:16px !important;
  width:100% !important;
  margin:0 !important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
  background-color:#ff0000b2 !important;
  border:none !important;
  color:#fff !important;
}


.rtg-container.tabcontent.upper-gray-border.space-15 #total_sponsors .sponsorfile-wrapper,
.rtg-container.tabcontent.upper-gray-border.space-15 #total_home .sponsorfile-wrapper{
  position:relative;
  margin-top:20px;
  height:50px;
}
.rtg-container.tabcontent.upper-gray-border.space-15 #total_sponsors .sponsorfile,
.rtg-container.tabcontent.upper-gray-border.space-15 #total_home .sponsorfile{
  position:absolute;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
  z-index:2;
  cursor:pointer;
}
.rtg-container.tabcontent.upper-gray-border.space-15 #total_sponsors .sponsorfile-label,
.rtg-container.tabcontent.upper-gray-border.space-15 #total_home .sponsorfile-label{
  position:absolute; top:0; left:0;
  width:100%; height:100%;
  background:#f8fafc;
  border:2px dashed #cbd5e1;
  border-radius:10px;
  display:flex; align-items:center; justify-content:center;
  color:#6c5ce7; font-weight:600; font-size:15px;
  transition:all .3s;
}
.rtg-container.tabcontent.upper-gray-border.space-15 #total_sponsors .sponsorfile-label:hover,
.rtg-container.tabcontent.upper-gray-border.space-15 #total_home .sponsorfile-label:hover{
  background:#f1f5f9; border-color:#a29bfe;
}
.rtg-container.tabcontent.upper-gray-border.space-15 #total_sponsors .sponsorfile-label::before,
.rtg-container.tabcontent.upper-gray-border.space-15 #total_home .sponsorfile-label::before{
  content:"⬆️ ";
  margin-right:8px;
}


.rtg-container.tabcontent.upper-gray-border.space-15 #total_sponsors:empty::before,
.rtg-container.tabcontent.upper-gray-border.space-15 #total_home:empty::before{
  content:"No items added yet";
  display:block;
  grid-column:1/-1;
  text-align:center;
  color:#94a3b8;
  font-size:16px;
  padding:60px 0;
  font-style:italic;
}


.resend-button {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
  font-weight: 600;
  font-size: 16px !important;
  border-radius: 0.4rem !important;
  background-color: #2d4ddb;
  color: #fff !important;
}
.wcfm_ele_wrapper.wcfm_catalog_enquiry_button_wrapper {
  display: none;
}
.woocommerce-error .button {
  background-color: #2d4ddb;
  color: #fff !important;
}
.charity-product-media .all-66.small-100.tiny-100 h6 {
  margin-bottom: 20px !important;
}
.charity-gallery-image .actions {
  background: transparent !important;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
  background-repeat: repeat;
  background-image: url("/wp-content/themes/chance_basket_v2/images/delete-cross-x.png") !important;
  background-repeat: no-repeat !important;
  background-size: 40% !important;
  left: 96px !important;
}
.shop_table.shop_table_responsive.tbl_bidauc_list .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
  display: none;
}
.woocommerce-error .button:hover {
  background-color: #2d4ddbc9;
}
.wcfm_buttons {
  display: none;
}
.charity-pro-dashboard-wrapper .charity-grid .charity_dashboard_table_header.charity-cols-group.charity-search.charity-product-table-search-after {
  display: none;
}
.charity-pro-dashboard-wrapper .charity-grid .charity_actions.charity-cols-group.charity-product-table-actions-after {
  display: none;
}
.charity-pro-dashboard-wrapper .charity-grid h3 {
  display: none;
}
#auction-history-table- th:last-child {
  display: none;
}
.flow-title.Sponsored-tilte {
  margin-bottom: 0;
}
.woocommerce table.shop_table.shop_table_responsive td.bidauc_name {
    width: 33%;
}
.wcfm_catalog_enquiry{
	display:none !important;
}
.charity-table.charity-table-product .row-actions.row-actions-product a:first-child {
  background-image: url("/wp-content/themes/chance_basket_v2/images/edit.png");
  content: '';
  width: 24px;
  height: 24px;
  color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
}
.charity-table.charity-table-product .row-actions.row-actions-product a:nth-child(2) {
  background-image: url("/wp-content/themes/chance_basket_v2/images/duplicate-icon.png");
  content: '';
  width: 24px;
  height: 24px;
  color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
	margin-right: -33px;
	display:none;
}
.charity-product-table-buttons-before .charity-button.button.quick-link-btn {
  text-transform: capitalize;
}
.charity-table.charity-table-product .row-actions.row-actions-product a:nth-child(3) {
  background-image: url("/wp-content/themes/chance_basket_v2/images/show.png");
  content: '';
  width: 24px;
  height: 24px;
  color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 18px;
	position: relative;
  top: 2px;
}
.wcfm_catalog_enquiry {
	display:none !important;
}
.cat_tags {
	display: none;
}
.grid-contact-data.product-share-icon .bottom-social-icon {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.bidauc_name .statuscustomerbidlose {
  color: red;
}
.bidauc_name .statuscustomerbidwin {
  color: green;
}
.grid-contact-data.product-share-icon .title-data.branding {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 0;
}
.grid-contact-data.product-share-icon .grid-data-sec {
  background-color: #fff;
  padding: 19px;
  border-radius: 10px;
  box-shadow: #d9d9d9 0px 0px 0px 3px;
}
.field-data #progressbar {
  justify-content: center !important;
  display: flex !important;
}
#dashboard-menu-item- {
	display:none;
}
.auction_countdown-share {
  display: flex;
  gap: 50px;
}
.ex-csv-btn {
    margin-right: -10px;
}
.woocommerce-page .woocommerce-tabs.wc-tabs-wrapper th {
  text-align: left;
}
.uwa_bids_history_data {
  width: 100%;
}
/* .woocommerce-tabs.wc-tabs-wrapper {
  text-align: center;
}
tbody .start .bid_date:last-child {
  padding-right: 75px;
}
.woocommerce-tabs.wc-tabs-wrapper {
  width: 65%;
} */
.woocommerce-tabs.wc-tabs-wrapper {
  width: 35%;
}
.woocommerce-tabs-main {
  display: flex;
  float: left;
  gap: 48px;
	width: 100%;
	margin-bottom: 30px;
}			
.summary.entry-summary {
  margin-bottom: 20px;
}
#dashboard-menu-item-logout{
	display:none;
}

#auction-history-table-9949 thead tr th:last-child {
  display: none;
}
div.product_meta{
	display:none;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image .wp-post-image {
  width: 400px;
  height: 400px;
  border-radius: 5px;
}
.entry-footer {
	display: none !important;
}
.product-type-auction .woocommerce-product-details__short-description {
  border-bottom: 3px solid #2d4ddb !important;
}
.uwa_auction_form .uwa_currency {
  background-color: #2d4ddb !important;
  color: #fff;
}
.uwa-timezone {
  border-bottom: 3px solid #2d4ddb !important;
}
.raffle-baskets input {
cursor:pointer;
}
.raffle-baskets input:hover {
  background: #2d4ddbb8;
}
.uwa-watchlist-button {
  margin: 20px 0 15px 0 !important;
}
#product_save_button {
  padding: 14px 40px !important;
  font-size: 18px;
  font-weight: 600;
}
.dashboard-menu-item-logout {
	display:none;
}

#draft_button {
  padding: 14px 40px !important;
  font-size: 18px;
  font-weight: 600;
}
.section.section-2.section-normal.section980.section-top-less-space .woocommerce ul.uwa-user-bid-counts.subsubsub {
    border-radius: 5px;
}
.raffle-baskets .uwa-timezone h5.uwa_auction_end_time{
  font-size: 15px;
  margin: 0 auto;
  margin-top: 15px;
}
.charity-product-basic.charity-product .control-group:nth-child(3) {
  width: 100% !important;
}
#charity-product-edit.charity-form .control-group .control #post_excerpt {
  width: 100% !important;
}
.ex-csv-btn {
    margin-top: 20px;
    margin-bottom: 30px;
}
.ex-csv-btn a {
    background: #2d4ddb;
    color: #fff !important;
    border-radius: 5px;
    padding: 10px 30px !important;
}
.add-more-img {
    margin-top: 25px;
}
div#total_home {
  display: flex;
  column-count: 2;
  gap: 13px;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
#total_home .inner-total_sponsors_25 {
    width: 25%;
    box-shadow: 0px 3px 6px 2px #0000000d;
    padding: 20px;
    border-radius: 5px;
}
.rtg-container.tabcontent.upper-gray-border.space-15 label {
    text-align: left !important;
    display: block;
    font-weight: 600 !important;
}
fieldset.adim2.allfieldsets.stepopacity .upper-gray-border.space-15 input {
    width: 100% !important;
}
.control-group {
  margin-bottom: 15px;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  width: 500px !important;
  height: auto !important;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
margin-right: 50px;
width: 35%;
padding: 20px;
box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
border-radius: 10px;	
margin-bottom: 30px;
margin-top: 20px;	
}
.uwa_bids_history_data .start {
  font-size: 18px;
  font-weight: 600;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-control-nav.flex-control-thumbs {
  margin: 0 auto;
  justify-content: center;
  display: flex;
}
.woocommerce-product-gallery__trigger {
  position: relative;
  top: -11px;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-viewport {
  text-align: center;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-control-nav.flex-control-thumbs li {
  margin: 11px;
width: 17%;
border: 2px solid #00000038;
padding: 15px;
border-radius: 10px;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-control-nav.flex-control-thumbs li img {
  border-radius: 5px;
}
.summary.entry-summary {
    margin-top: 0px;
}

.woocommerce-page .woocommerce-tabs.wc-tabs-wrapper {
    border-radius: 10px;
}
.woocommerce-message {
    border-top-color: #2d4ddb !important;
}
.woocommerce-message::before {
    color: #2d4ddb !important; 
}
.woocommerce-message, .woocommerce-error, .woocommerce-info {
    background-color: #fff !important;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgb(14 30 37 / 11%) 0px 2px 16px 0px;
    border-radius: 10px;
}
.woocommerce-message {
    color: #000 !important;
}
#charity-dashboard {
  margin-bottom: 30px;
}
.charity-product-basic.charity-product {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  border-radius: 10px;
}
#charity-product-edit {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;	
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  border-radius: 10px;
}
.charity-grid h2 {
  text-align: center;
  margin-top: 50px !important;
  margin-bottom: 40px !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  color: #23272a !important;
}
/* .charity-product-basic.charity-product {
  padding: 30px;
  background: #f5f5f5;
} */
.menu.horizontal.black li {
  padding: 0px !important;
}
.charity-pro-dashboard-wrapper .charity-navigation ul.menu.black li a {
  color: #fff;
  text-decoration: none;
  background: #2d4ddb;
  border-radius: 5px !important;
  font-weight: 600 !important;
  padding: 10px 26px;
}
.charity-navigation ul.menu.black {
  background: #fff !important;
  margin: 0px;
  justify-content: center;
  list-style: none;
}
.ticket-to-prize.font-heading b:before {
content: '' !important;

}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

.raffle-basket{
	min-height:455px;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
.uwa_auction_reserve_not_met {
  color: red !important;
  text-align: center !important;
  width: 304px;
}
.woocommerce-EditAccountForm.edit-account fieldset {
  border: none;
  padding-left: 0;
  padding-right: 0;
  margin-top: 22px;
}
.woocommerce-EditAccountForm.edit-account fieldset legend {
  font-size: 19px;
  font-weight: 600;
  color: #464646;
}
.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button {
  padding-bottom: 14px;
}
.uwa_auction_reserve_met {
	color: green !important;
  text-align: center !important;
  width: 304px;
}
.woocommerce-EditAccountForm.edit-account {
  width: 53%;
  background-color: white;
  box-shadow: 8px 8px 20px rgba(128, 128, 128, 0.56);
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 25px;
  padding: 33px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.charity-product-basic.charity-product .control-group:nth-child(3) {
  width: 40%;
}
.uwa-watchlist-button {
	width:auto !important;
}
small {
	font-size: 80%;
}
.add-uwa::before {
  font-family: "dashicons";
  content: "\f487";
  font-size: 20px;
  padding: 5px 5px 5px 0px;
  position: relative;
  top: 4px;
  text-decoration: none;
  border: none;
  outline: none;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
.selected-basketclass {
	background:#5865f2 !important;
	
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
/**,
*::before,
*::after {
	box-sizing: inherit;
}*/

html {
	box-sizing: border-box;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*ul,
ol {
	margin: 0 0 1.5em 3em;
}*/

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
/* 	border: 1px solid;
	border-color: #ccc #ccc #bbb; */
	border-radius: 3px;
/* 	background: #e6e6e6; */
	color: rgba(0, 0, 0, 0.8);
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #547c5e;
}


a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}
/* .left-section .tab button.active, .left-section .tab button {
    background-color: transparent;
} */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* .widget {
	margin: 0 0 1.5em;
} */

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}
#post-14 .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active {
    display: none;
}
#post-14 .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders {
    display: none;
}
.woocommerce-account.woocommerce-page nav.woocommerce-MyAccount-navigation ul li:first-child {
    display: block;
}
.woocommerce-account.woocommerce-page .innerheader.commonheader .bg-third-div .container h1 {
    display: none;
}
#post-14 .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}
#post-14 .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address {
    display: none;
}
.left-section #post-14 p {
    font-size: 19px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    padding-top: 10px;
}
/* .logosection {
 padding-top: 40px;
} */
	
	
/* -----------------------media1024----------------------- */
@media only screen and (max-width: 1200px) {
 #masthead .row {
  justify-content: space-between !important;
  align-items: center;
  margin-left: 0%;
}
.grid-thankyou-data {
 width: 100% !important;
}	
}

/* -----------------------media768----------------------- */
@media only screen and (max-width: 992px) {
.charity-pro-dashboard-wrapper .charity-cols-group.charity-horizontal-gutters .all-100 {
  overflow: scroll;
}
.footer-row #nav_menu-3.widget {
  display: block;
}		
.woocommerce-js.administrator .section.section-2.section-normal.section980.section-top-less-space #charity-product-edit .charity-tabs.top {
  padding-left: 10px;
  padding-right: 10px;
}	
.woocommerce-js.administrator .section.section-2.section-normal.section980.section-top-less-space #charity-product-edit .charity-tabs.top #auction {
  padding: 29px 10px;
}	
#charity-product-edit .charity-product-media .charity-media-uploader-gallery {
  width: 100% !important;
}	
.woocommerce-js.administrator .section.section-2.section-normal.section980.section-top-less-space .charity-product-media {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 30px !important;
	padding-left: 15px;
    padding-right: 15px;
}
.woocommerce-js.administrator .section.section-2.section-normal.section980.section-top-less-space #charity-product-edit {
  padding-left: 10px;
  padding-right: 10px;
}	
.account-Customer .reporting1 {
  width: 100%;
}
.woocommerce-js.administrator .section.section-2.section-normal.section980.section-top-less-space .left-section {
  width: 100%;
	padding: 0;
}	
	
.account-Customer .reporting-2 {
  width: 100%;
}	
.account-Customer {
  flex-wrap: wrap;
}	
	.woocommerce-js.administrator .section.section-2.section-normal.section980.section-top-less-space .container {

padding: 0;
}
.section.section-2.section-normal.section980.section-top-less-space {
  padding-left: 0;
	
}
}

/* -----------------------media480----------------------- */
@media only screen and (max-width: 767px) {
	.innerheader.commonheader h1 {
    font-size: 37px !important;
    left: 26px !important;
}
.site-sett.connect-your-payment .container {
  width: auto !important;
}	
.auction_countdown-share {
  justify-content: center !important;
}
form#uwa_auction_form {
  justify-content: center !important;
}	
.checkreserve {
  justify-content: center !important;
  display: flex;
}	
.uwa-timezone {
  justify-content: center !important;
}	

 .woocommerce-account .woocommerce-MyAccount-content {
    width: auto !important;
    padding-left: 15px;
    padding-right: 15px;
  }		
		
.charity_actions.charity-cols-group.charity-product-table-actions-before {
  margin-left: 10px;
}	
.charity_dashboard_table_header.charity-cols-group.charity-search.charity-product-table-search-before .control.append-button {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
	justify-content: center;
}
#charity-product-edit .charity-tabs.top #product_save_button {
 
  width: 100%;
  margin-bottom: 20px;
}	
#charity-product-edit .charity-tabs.top #draft_button {

  width: 100%;
}
.charity-pro-dashboard-wrapper .charity-grid h2 {
  font-size: 24px !important;
}	
	
.charity_dashboard_table_header.charity-cols-group.charity-search.charity-product-table-search-before .control.append-button span {
  width: auto;
}	
	
.charity_actions.charity-cols-group.charity-product-table-actions-before .all-50 {
  width: auto;
}	
.uwa_auction_product_countdown.uwa-main-auction-product.clock_jquery.hasCountdown {
  padding-right: 0px !important;
}	
	
.woocommerce-page .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: left;
}	
.account-Customer .grid-row-report, .account-Customer .grid-row-report-sec {
  display: flex !important;
    flex-wrap: wrap;
}
.account-Customer {
  padding: 20px !important;
}	
.account-Customer .grid-row-report, .account-Customer .grid-row-report-sec div {
  width: 100%;
}
.account-Customer .grid-row-report div {
  width: 100%;
}	
  #tabpos-payment-processor.rtg-container #test_form {
    width: 100% !important;
  }
#tabpos-payment-processor .tablinks2.button-shadow {
  margin-top: 0 !important;
}	
.site-sett .container {
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
}	
#tabpos-payment-processor .upper-gray-border {
  width: auto;
}	
#tabpos-payment-processor {
  padding: 0px !important;
}	
.rtg-container.tabcontent.upper-gray-border.space-15 #total_sponsors .inner-total_sponsors_25, .rtg-container.tabcontent.upper-gray-border.space-15 #total_home .inner-total_sponsors_25 {
  
  width: 100%;
  max-width: 100%;

}	
#reporting-table-main .wc-order-preview-addresses .export-table.table.table-condensed.table-vendor-sales-report.report21 td {
  white-space: inherit;
}	
 body #reporting-table-main .wc-order-preview-addresses .export-table.table.table-condensed.table-vendor-sales-report.report21 {
    width: 100% !important;
  }	
#reporting-table-main .export-table.table.table-condensed.table-vendor-sales-report.report21 td {
  white-space: break-spaces;
  line-height: 1.5;
}	
#reporting-table-main table.table-condensed.table-vendor-sales-report td a {
  word-break: break-word;
  width: 40%;
  max-width: 40%;
  min-width: 100px;
  white-space: break-spaces;
  line-height: 1.9;
}	
#reporting-table-main .wc-order-preview-addresses .export-table.table.table-condensed.table-vendor-sales-report.report21 {
  width: 96% !important;
  margin: 0 auto !important;
  float: none !important;
}
#reporting-table-main #reporting_all_orders {
  overflow: scroll;
	margin-bottom: 30px;
}	
.grid-data-sec.expand-about-title .title-data.branding {
  width: 94% !important;
}	
/* 	.logosection {
    width: 40% !important;
} */
.logrightsection {
    width: 60%;
}
.charity-pro-dashboard-wrapper .charity-cols-group.charity-horizontal-gutters td {
  min-width: 200px;
}	
.woocommerce-tabs-main {
    width: 72%;
    display: block;
  }
.auction-history-table td {
  text-align: left;
}
.woocommerce-tabs.wc-tabs-wrapper {
  width: auto;
}	
  .woocommerce-page div.product .summary.entry-summary {
    width: 100%;
  }	
.woocommerce-page #primary main {
    width: auto !important;
	padding-left: 10px !important;
    padding-right: 10px !important;
  }	
.grid-contact-data.product-share-icon {
  margin-bottom: 20px;
}	
	
.contact-data {
  grid-template-columns: auto;
}
 .contact-data {
    grid-template-columns: auto !important;
  }	
.woocommerce-EditAccountForm.edit-account {
  width: 78%;
  margin-top: 20px;
}
.footer-common-sec .footer-row.footer-row2 {
  display: block;
}
#baskets.main-basket-wrapper .raffle-basket {
  width: 55% !important;
}
#baskets.main-basket-wrapper .raffle-basket {
  text-align: center;
}
#baskets.main-basket-wrapper .checkreserve .uwa_auction_reserve_met {
  text-align: center !important;
  margin: 0 auto !important;
    margin-top: 0px;
    margin-bottom: 0px;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
#baskets .raffle-basket p:first-of-type {
  width: 100%;
}
.footer-common-sec .footer-row.footer-row3 #nav_menu-3 #menu-quick-link {
  display: block;
}
.footer-common-sec .footer-row.footer-row3 #nav_menu-3 {
  display: block;
  margin: 0 auto;
}
.footer-common-sec .footer-row.footer-row2 .pwrd-title {
  font-weight: 600;
  font-size: 20px;
}
.footer-common-sec .widgettitle {
  font-size: 20px !important;
  font-weight: 600;
}
.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button {
  padding: 14px !important;
}
}

/* -----------------------media320----------------------- */
@media only screen and (max-width: 479px) {
.innerheader.commonheader h1 {
    font-size: 32px !important;
    left: 3px !important;
}
#countdown_section.countdown_amount {
  padding-left: 20px !important;
  padding-right: 20px !important;
}	
.export-table.table.table-condensed.table-vendor-sales-report.report21 tr {
  display: block;
  margin-bottom: 20px;
}	
	
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    margin-top: 32px !important;
  }	
.product-type-auction h1.product_title {
  font-size: 23px !important;
 
}	
#tabpos-payment-processor .tablinks2.button-shadow {
  padding: 10px !important;
}	
#baskets.main-basket-wrapper .raffle-basket {
  width: 78% !important;
}
.woocommerce ul.products li.product .uwa_auction_bage_icon {
  width: 29px !important;
  height: 30px !important;
  position: absolute !important;
  right: 2px !important;
  top: -3px !important;
}
.woocommerce-EditAccountForm.edit-account .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
  width: 100% !important;
  padding: 0px !important;
}
.woocommerce-EditAccountForm.edit-account .woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
  width: 100% !important;
  padding: 0px !important;
}
}	

.custom-logo {
/*     width: 100%; */
    width: 90%;
    text-align: right;
}

.addbulk{
	background:transparent;
}
span.a2a_svg.a2a_s__default {
    border-radius: 50% !important;
}
span.a2a_svg.a2a_s__default.a2a_s_facebook {
    background-color: #3b5998 !important;
}
span.a2a_svg.a2a_s__default.a2a_s_twitter {
    background-color: #55acee !important;
}
span.a2a_svg.a2a_s__default.a2a_s_email {
    background-color: #d94541 !important;
}
.addtoany_list.a2a_kit_size_32 a {
    width: 50px;
    padding: 10px;
}
.sp-arrow.sp-previous-arrow, .sp-horizontal .sp-next-arrow {
    height: 37px;
    width: 33px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2021/09/left-arrow.png);
    top: 7px !important;
    background-size: contain !important;
    left: 20px;
    right: auto;
    cursor: pointer;
}
.sp-slides-container .sp-fade-arrows {
    opacity: 1 !important;
}
.sp-arrow:before, .sp-arrow:after{
	display:none;
}

.xt_woofc-quantity .xt_woofc-quantity-row {
	display:none !important;
}



