
/* 
    Created on : 25/10/2017, 3:46:58 PM
    Author     : john
*/

body {
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
}
p {
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
}

.widget .widget-title, .widget > h4  {
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
}
.background-overlay-dark:before{
    opacity: 0.5;
}

.product-size li{
    margin-right: 10px;
}

.product-size li label input:checked + span {
    background-color: #45b9f3;
    border-color: #45b9f3;
    color: #fff;
}

.product-size li label span {
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
}


#page-title {
    padding: 40px 0;
}


/*Modal*/
.modal-footer .btn+.btn {
    margin-bottom: 5px;
}

/*Page shop-checkout*/
#shop-checkout .addresses-list tr label {
    display: flex;
    justify-content: space-between
}
#shop-checkout .addresses-list tr label .actions .link-edit{
    color: #26B8F3;
    margin-right: 8px;
}

#shop-checkout .addresses-list tr label .actions .link-delete{
    color: red;
}

/*Category Page*/
.post-content.float-right {
    padding-left: 25px;
    padding-right: 15px;
}

/*Product View Page*/
.product .product-price-rate-wrap {
	display: none;
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.product .product-price-rate-wrap{
    margin: 5px 0;

}
.product .product-price-rate-wrap .product-price{
    width: auto;
    float: none;
    margin-bottom: 0;
    margin-top: 0px;
    text-align: right;
}

/*product detail page*/
.product .product-description .product-price {
    display: none;

}

.product .product-rate {
    display: none;

}

/*pagination*/
.pagination{
    display: inline-block;
    width: auto;
}

/*Post Item*/
.post-item .post-item-description .post-meta-date, .post-item .post-item-description .post-meta-comments, .post-item .post-item-description .post-meta-category {
    color: #777;
    font-size: 13px;
}

/*breadcombs*/
.breadcrumb{
    font-size: 15px;
    color: #000;
}
#page-title .breadcrumb ul li + li:before {
    content: "\f105";
    padding: 0 3px;
    font-family: FontAwesome;

    display: inline-block;
    width: auto; 
    height: auto; 
    position: relative; 
    top: auto;
    left: auto;
    background-color:inherit;
}

/*Product Content*/
.product-content img{
    max-width: 100%!important;
}
/*Page Content*/
.page-content img{
    max-width: 100%!important;
}

.page-content a{
    text-decoration: underline;
}



/*Home Page*/
section {
    padding: 80px 0 20px 0;
}
.heading {
    margin-bottom: 50px;
}

.section-new-products .product{
    margin-right: 20px
}
.section-new-products .product:last-child{
    /*margin-right: 0px*/
}
.section-new-products .product .product-title h3, 
.section-new-products .product .product-title h3 a {
    font-size: 15px;
    text-align: center;
}

.section-news .post-item .post-item-description > h2 > a{
    font-size:15px
}

/*Footer*/
#footer{
    font-size: 15px;
}

#footer h4{
    font-size: 16px;
}

.copyright-text {
    font-size: 14px;
    color:#000;
}


/*Widget*/

.widget a {
    font-size: 15px;
}

.widget .widget-title, .widget > h4 {
    font-size: 16px;
}






/*
Small devices
Tablets (≥768px)
*/

@media (max-width: 767px) {
    .product-content img{
        max-width: 100% !important;
    }
    /*Page Content*/
    .page-content img{
        max-width: 100%!important;
    }
}