/*
Theme Name: MyMedi Child
Theme URI: https://demo.theme-sky.com/mymedi/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: mymedi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: mymedi-child
*/

/* Adjust the login form width */
.woocommerce #customer_login.col2-set {
    width: 50%; /* You can adjust this percentage to your desired width */
}

.meta-wrapper.meta-wrapper-2 .retailer-text{display: block;font-size:20px;;}
.meta-wrapper.meta-wrapper-2 .price-text{display: block;font-size:20px;}
.meta-wrapper.meta-wrapper-2 .save-price-text{display: block;font-size:20px;}
#main-content .woocommerce.columns-1 > .products .product .meta-wrapper-2 .price{font-size: 18px;}
#main-content .woocommerce.columns-1 > .products .product .meta-wrapper-2 .price del{font-size: 100%;bottom: 0;}

.login-outer{max-width:550px;}
.login-outer .forgot-password{float: right;}
.register-btn a{background:#ff9923;padding:10px 25px;border-radius:30px; color:#fff;margin-right:15px;border: solid 1px #ff9923;}
.register-btn a:hover{background:#fff;color:#ff9923;text-decoration: none;}
.login-outer .woocommerce-form__label-for-checkbox{margin-top:10px}

.price .wwp-wholesale-pricing-details p span{
    display: inline-block !important;
    font-size: 16px !important;
}


@media screen and (max-width:480px){
    .register-btn a{display: block;width: 100%;text-align: center;margin:5px 0}
}
@media only screen and (max-width: 600px) {
  header .logo-wrapper .logo a{
        font-size: 20px;
  }
}
.dc-popular-category h3.heading-title{ font-size: 24px;}
.dc-popular-category .meta-wrapper{left: 20px!important;max-width: 90%!important;}
.mobile-portrait-2-columns h3.heading-title{ font-size: 24px!important;}