/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_MpFavouriteSeller
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
 
 .wk_profile_links{width:100%;display: inline-block;padding: 10px 0;}
 .wk_profile_links .btn_primary{
      background-color: #0c79d8;
     background-repeat: repeat-x;
     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
     border-radius: 4px;
     border-width: 1px;
     box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
     color: #ffffff;
     display: inline-block;
     font-size: 13px;
     font-weight: bold;
     opacity: 0.8;
     padding: 6px 12px;
     text-align: center;
     text-decoration: none;
     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
     text-transform: uppercase;
     vertical-align: middle;
     width: 90%;
 }
 
 .wk-mp-left-seller-content a.an.favseller {
     background: #1979C3;
     color: #fff;
     font-size: 12px;
     padding: 10px 20px;
     border: 1px solid #1979C3;
 }
 
 a.btn_primary.an.favseller  {
     width: auto;
     margin-top: -3%;
 }
 
 .wk-mp-left-seller-content a.removeseller {
     background: #1979C3;
     color: #fff;
     font-size: 12px;
     padding: 10px 20px;
     border: 1px solid #1979C3;
 }
 
 a.addedasafavouriteseller.removeseller {
     margin: auto;
     font-size: 14px;
 }
 .wk_mp_design {
     position: inherit !important;
 }

 .modals-overlay {
     z-index: 900 !important;
 }