/* 
* Version: 1.6
* Default Color 	  : #72c02c;
* Default Hover Color : #5fb611;
*/

.footer .simple-list{margin: 0}
.footer .address-list{margin: 0}
.filter-results .products{margin: 0}
.input-group .form-control{padding: 6px;background: none;}
.product-name dt{float: left;margin-right: 5px;}
.product-name .variation{margin-top: 20px}
.product-comment-dtl .comment-reply-title{ font-size:1.25rem; display: block;margin-bottom: 20px;}
.woocommerce-Reviews-title{font-size:20px;color:#199fbc;margin-bottom:50px;}
.product-comment-dtl .avatar{ border-radius: 50%;margin-bottom:15px}
.woocommerce .comment-form-rating .stars a{border: 1px solid #ddd;padding: 5px;display: block; width: 95px;height: 40px;float: left;margin: 5px;}
.woocommerce .comment-form-rating .stars{height: 50px;clear:both;}
header.entry-header .entry-title {text-align: center;}
.woocommerce-cart-form .coupon .input-text{width: 100px}
.mini-cart-container .mini-cart-content{ overflow-x: hidden; }
.woocommerce table.shop_table.wishlist_table tr td{border-right: 1px solid #ddd;}
.woocommerce table.wishlist_table tr td.product-remove {width: 30px;border: none;border-right: none;position: static;border-bottom: 1px solid #ddd;}
table.wishlist_table.shop_table .product-remove{width: 30px;position: static;border-right: none;}
.entry-meta{text-align: center;}
@media (max-width: 921px) {
    .header-fixed #primary {
        padding: 1.5em 1em;
    }
   .content-area .site-main .comment-textarea{width: 100%;}
}
.site-main .comments-area{text-align: center;}
.site-main .comment-textarea{width: 80%; margin: 0 auto; text-align: center;}
.post-navigation .nav-previous{ width:40%; float:left; }
.post-navigation .nav-next{width:40%; float:right;}
.wrapper .site-main .post-navigation{ width:65%; margin:0 auto; }
.sort-list-btn h3{line-height: 2.5em;}
.like-icon .yith-wcwl-add-to-wishlist-button__label{ display:none; }
.footer .input-group .btn-primary{color: #fff;background-color: #199fbc;border-color: #199fbc; padding: 6px 2px;}
.breadcrumb-v4-in{color: #ddd}

.custom-sorting-dropdown {
    position: relative;
    display: inline-block;
    width: 160px;
    font-size: 14px;
}
.custom-sorting-dropdown .dropdown-toggle {
    padding: 1px 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-sorting-dropdown .current-selection{color: #199fbc;font-weight: bold;}
.custom-sorting-dropdown .dropdown-toggle .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 5px solid #333;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.custom-sorting-dropdown .dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 5px 0 0;
    padding: 10px;
    list-style: none;
    z-index: 100;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.custom-sorting-dropdown.active .dropdown-options {
    display: block;
}
.custom-sorting-dropdown .checkbox-list {
    padding: 0;
    margin: 0;
}
.custom-sorting-dropdown .checkbox-list li {
    margin-bottom: 8px;
    margin-left: 10px;
}
.custom-sorting-dropdown .checkbox {
    position: relative;
    display: block;
    padding-left: 25px;
    cursor: pointer;
}
.custom-sorting-dropdown .checkbox input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.custom-sorting-dropdown .checkbox i {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.custom-sorting-dropdown .checkbox input[type="radio"]:checked ~ i {
    background-color:#199fbc;
    border-color: #199fbc;
}
.custom-sorting-dropdown .checkbox input[type="radio"]:checked ~ i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/* 分页容器 */
.woocommerce-pagination {
    margin: 40px 0;
    text-align: center;
}

/* 分页列表 */
.woocommerce-pagination ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 分页项 */
.woocommerce-pagination ul li {
    display: inline-block;
    margin: 0 4px;
}

/* 分页链接 */
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
    display: inline-block;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-decoration: none;
    color: #333;
    background: #fff;
    transition: all 0.3s;
}

/* 当前页样式 */
.woocommerce-pagination ul li span.current {
    background:#199fbc;
    color: #fff;
    border-color:#199fbc;
}

/* 上一页/下一页 */
.woocommerce-pagination ul li a.prev,
.woocommerce-pagination ul li a.next {
    font-weight: bold;
    padding: 0 15px;
}

/* 悬停效果 */
.woocommerce-pagination ul li a:hover {
    background: #f5f5f5;
    border-color: #ccc;
}
.row .no-results{ position:absolute;margin-left: 20px;color: #199fbc; }
.col-md-4 .success,
.col-md-4 .error,
.col-md-4 .loading{color: #f1f1f1;font-size: 14px;}
