/*
Theme Name: iBid Child
Theme URI: https://ibid.modeltheme.com/
Template: ibid
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Multi Vendor Auctions WooCommerce Theme
Version: 1.0
Text Domain: ibid
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
*/
/* Theme customization starts here*/

/*
 * Suppression affichage "search bar" haut du footer
 */
.top-footer {
    display: none;
}


/*
 * Suppression bouton "retour boutique" dans panier
 */
.button.wc-backward {
    display: none!important;
 }
 

/*
 * Redimension img couverture profil
 */
 .profile-info-img {
    width: auto!important;
    height: auto!important;
    margin-left: 290px!important;
    border-radius: 0px 80px 0px 80px;
 }


 /*
 * Changement couleur background img couverture profil
 */
 .profile-info-box {
    background: black;
    border-radius: 80px;
 }


 /*
 * Suppression affichage module sur page profil vendeur
 */
 .dokan-single-store .dokan-store-tabs .dokan-modules-button {
    display: none!important;
 }

 /*
 * Suppression recherche produit sur page profil
 */
 .dokan-store-products-filter-area {
   display: none;
 }



 /*
 * Revision marge header mobile page profil
 */
 .dokan-single-store .profile-frame {
   margin-top: -80px;
 }



 /*
 * Augmentation taille image profil sur page profil et rond
 */
 .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
   width: 200px!important;
   height: 200px!important;
   border-radius: 100px!important;
 }



 /*
 * Modification page profil background
 */
 .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
   background-color: black!important;
   border: none!important;
   padding-bottom: 40px!important;
   border-radius: 60px;
 }


 /*
 * Modification affiche nom profil sur page profil
 */
 .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
   margin: 50px 0px 25px 15px!important;
 }


 /*
 * Couleur arriere plan derriere profil
 */
 .dokan-single-store .profile-frame {
  background-color: transparent!important;
 }




 /*
 * Ajustement couleur nom store profil mobile
 */
 .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
  color:white!important;
 }


 /*
 * Correction bug back to top mobile
 */
 @media only screen and (max-width: 767px){
  #page {
      overflow-x: initial;
  }
 }


 /*
 * Suppression badge captcha google
 */
 .grecaptcha-badge { visibility: hidden; }
