/*
Theme Name: Minimog Child
Theme URI: http://minimog.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: minimog
Text Domain:  minimog-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
@charset "UTF-8";
/*!
Theme Name: Minimog
Theme URI: https://minimog.thememove.com
Author: ThemeMove
Author URI: https://thememove.com
Description: A Complete eCommerce Solution which is built by experts. Unlock the power of your online store today with Minimog!
Version: 3.6.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: minimog
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
/*新品标签图标*/
.woocommerce .product-badges .new {
    --p-badge-bg: #fda417;
}

/*收藏弹出窗口颜色
.woosw-popup-content-top {
    background-color: #fffaf3 !important;
}
.woosw-popup-content-mid {
    background-color: #fffdfa;
}
.woosw-popup-content-bot {
    background-color: #fffaf3 !important;
}*/
/*收藏弹出中间适应
.woosw-popup .woosw-items {
    margin: 0 auto;
    padding: 10px 0;
    overflow-y: auto;
    position: relative;
	  width: 100%;
    height: 100%;
}
.woosw-popup .woosw-item-inner {
	flex-wrap: wrap;
}
.woosw-popup .woosw-item--info {
    width: 30%;
}*/

/*汉堡包
.header-icon svg {
    width: 1.5em;
    height: 1.5em;
}*/
/*
/*评论区
.tm-star-rating>svg.tm-star-full [fill^="#"]{
	fill: #fda417;
}
.wcpr-overall-rating-left {
    padding: 15px 10px;
    text-align: center;
    vertical-align: middle;
    background: #fda417 !important;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    margin: 10px 1px;
}
.comment-form-rating .stars.selected a:before {
    color: #fda417;
}
.wcpr-filter-button:hover {
    color: #fff;
    background-color: #2bc5ff !important;
}
.wcpr-filter-container .wcpr-filter-button.wcpr-active {
    background-color: #2bc5ff;
}
.wcpr-comment-author .wcpr-icon-badge {
    color: #2bc5ff;
}
.minimog-product .loop-product-brand a, .minimog-product .loop-product-category a {
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #888888;
}
.wcpr-comment-author:before {
    content: none;
}
.woocommerce-review__title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 12px;
	display:flex;
}
.woocommerce-review__verified {
     display: inline; 
	margin-left:5px;
}*/
/*评论外框
.wcpr-grid-item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    background-color: #fff;
	  box-shadow: -2px -2px 15px -5px rgba(43,197,255,0.56), 2px 2px 15px -5px rgba(200,85,238,0.56);
    margin-bottom: 20px;
    padding-bottom: 5px;
    overflow: hidden;
    border-radius: 2px;
    color: #303030;
    cursor: zoom-in;
    font-size: 14px;
}
.review-content-container {
    background-color: white;
}
.wcpr-comment-author:before {
    display: none;
}
.wcpr-modal-wrap {
    padding-top: 10px;
}*/

/*批量购买外框*/
.quantity-discount-table {
	 border: 1px solid #f5e6d3;
    border-radius: 20px;
    box-shadow: 2px 2px 2px 2px rgba(255, 182, 193, 0.18);
}

/*post 单*/
.single-post.page-has-no-sidebar .entry-wrapper {
    width: 100%;
    margin: 0 auto;
	 max-width:none;
}
@media (min-width: 1200px) {
    .container {
        max-width: 90%;
    }
}

/*解决移动端页脚下空格
.single-product {
    padding-bottom: 0;
    margin-bottom: 0;

}*/

/*账户界面显示密码按钮*/
.show-password-input{
	margin-top:5px;
}
/*post 标题
.elementor-kit-840 h1 {
    font-family: "Itim", Itim;
    font-size: 36px;
}
*/
/*产品格外框
.minimog-product:not(.style-list).group-style-10 .product-wrapper {
    height: 100%;
    padding: 15px 15px 96px;
    box-shadow: 0px 0px 10px -5px rgba(253,164,23,0.50);
}*/
