/****************************
 **** Auction Form Start ****
 ****************************/

 #buddyforms_form_auction-form #auction-condition-rating {
    margin-top: 1.4rem;
}
#buddyforms_form_auction-form #auction-condition-rating.with-labels{
    margin-top: 3.4rem;
}

#buddyforms_form_auction-form #auction-condition-rating .fa-star {
    font-size: 24px;
    margin-right: 0.5rem;
    cursor: pointer;
}

#buddyforms_form_auction-form #auction-condition-rating .fa-star.checked {
    color: orange;
}

#buddyforms_form_auction-form .form-actions {
    margin-top: 2rem;
}

#buddyforms_form_auction-form .form-actions button[name="edit-draft"] {
    background-color: #a5a5a5;
    margin-right: 0.5rem;
}

#buddyforms_form_auction-form .form-actions button[name="awaiting-review"] {
    background-color: #f3a93c;
}

/****************************
**** Single Product Page ****
****************************/

body.single-product .bf-custom-field {
    font-weight: bold;
}

body.single-product .bf-custom-field span {
    font-weight: normal;
}

body.single-product span.fa-star {
    margin-right: 0.2rem;
}

body.single-product span.fa-star.checked {
    color: orange;
}

body.single-product input[type="number"].bid {
    min-width: 100px;
}

/**********************
 **** Product List ****
 **********************/
 
body.post-type-archive-product ul.products li.product {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 280px;
}
body.post-type-archive-product ul.products li.product a.button {
    margin-bottom: 1rem;
}

body.post-type-archive-product ul.products li.product a.add_to_cart_button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 0;
}

body.post-type-archive-product p.woocommerce-info{
	display:none;
}

/******************************
**** Multi-Currency Widget ****
******************************/

nav.woocs_auto_switcher.cd-stretchy-nav{
    display: none !important;
}

body.single-product .woocs_auto_switcher,
body.post-type-archive-product .woocs_auto_switcher {
    display: block;
}

/*******************************
 **** Need to be categorize ****
 *******************************/

.woocommerce-customer-details--billwrap{
    display: none !important;
}

span.tk-brand{
    height: min-content;
    width: 100%;
    text-align: center;
}

a.button.product_type_auction{
    margin: 10px auto;
}

.woocommerce-customer-details--billwrap{
    display: none !important;
}


/*************************************************
 **** Static pages (Rules and Auction Service ****
 *************************************************/

p.rules-intro{
    text-align: justify;
    margin-top: 5rem;
}

ol.rules-list{
    list-style: none;
    margin:5rem 0;
    counter-reset: gradient-counter;
}

ol.rules-list li{
    background: #e6e6fa;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0,0,0,0.05), 0 0.5rem 1.125rem rgba(75,0,0,0.05);
    counter-increment: gradient-counter;
    margin-top: 2rem;
    min-height: 3rem;
    padding: 1rem 1rem 1rem 3rem;
    position: relative;
}

*:before,*:after {
    box-sizing: border-box;
}

ol.rules-list li::after, ol.rules-list li::before{
    background: linear-gradient(120deg, #fe7b00 0%, #000049 90%);
    border-radius: 1rem 1rem 0 1rem;
    content: '';
    height: 3rem;
    left: -1rem;
    overflow: hidden;
    position: absolute;
    top: -1rem;
    width: 3rem;
}

ol.rules-list li::before{
    font-weight: bold;
    align-items: flex-end;
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0,0,0,0.05), 0 0.5rem 1.125rem rgba(75,0,0,0.05);;
    content: counter(gradient-counter);
    color: #fff;
    display: flex;
    justify-content: flex-end;
    padding: 0.125em 0.25em;
    z-index: 1;
}

.page-id-8833 h1.entry-title, .page-id-8826 h1.entry-title{
    display: none !important;
}

img.wp-image-8842{
    height: 140px;
    width: auto;
}

p.paragraph_margin, img.wp-image-8834{
    margin-bottom: 5rem;
}

div.seller-info-order-detail p,
div.seller-info-product-tab p {
    margin: 0.8rem 0 0;
    font-weight: bold;
}

/*************************************************
 **** Seller orders popup ****
 *************************************************/

.modal {
    display: none; 
    position: fixed; 
    z-index: 999; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
  }
  
  
  .popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    border-radius: 5px;
  }
  
  .popup-content h3 {
    margin: 1rem 0 0.25rem 0 !important;
    font-weight: 500;
  }

  .popup-content div {
    font-size: 14px;
  }

  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  div.wc-MyAccount-sub-heading {
      display: none;
  }

  .formstatus{
      margin-bottom: 0px !important;
  }

  /*************************************************
 **** Seller orders pagination ****
 *************************************************/
  .seller-orders-pagination > .page-numbers {
      display: none !important;
  }

  .seller-orders-pagination > .next, .seller-orders-pagination > .prev{
      display: inline !important;
      color: #fff;
      text-decoration: none;
      background-color: #007CFF;
      padding: 10px 20px;
      border-radius: 100px;
  }
  
  .seller-orders-pagination > .next:hover, .seller-orders-pagination > .prev:hover{
    background-color: #006fe5;
  }

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


 @media only screen and (max-width: 768px) {

  /*************************************************
 **** Seller orders popup ****
 *************************************************/
    div.popup-content{
        width: 80%;
        text-align: left;
    }
} 

body.woocommerce-page a.page-numbers.next, body.woocommerce-page a.page-numbers.prev{
    background-color: #007CFF;
    color: #fff;
    border-radius: 100px;
    text-decoration: none;
    width: min-content;
    min-height: 34px;
    padding: 6px 20px;
    font-size: 14px;
}

nav.users-nav ul li#my-auctions-personal-li, body.single-product div#tab-description div.bf-hook-field{
	display:none;
}
