
/*Auxiliary Class ------------*/
.uk-hidden {
    display: none!important;
    visibility: hidden!important
}

.float-left{
    float: left;
}

.flex-right {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.flex{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.item-center{
    justify-content: center;
}
.align-center{
    align-items: center;
}
.align-start{
    align-items: flex-start;
}
.align-end{
    align-items: flex-end;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.justify-around{
    justify-content: space-around;
}
.justify-start{
    justify-content: flex-start;
}
.justify-end{
    justify-content: flex-end;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-column {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.flex-row {
    -ms-flex-direction: row;
}
/* Page -header */
.page-header{
    background: #fff;
    overflow: auto;
    margin: 0;
    padding: 40px 0;
}
.page-header .rich-text-layout{
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}



/*Product List -----------------*/


.pro-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.filter-modal-button {
    width: 50%;
    float: left;
    font-weight: bold;
}

.uk-button {
    display: inline-block;
    background: #77CD58;
    color: #fff;
    border: none;
    border-radius: 2px;
    padding: 10px 20px;
    text-decoration: none;
    /*font-size: 15px;*/
}

button.uk-button:hover,button.uk-button:focus {
    background: #479C37;
    color: #fff;
}

/* 询价按钮 */

a.uk-button{
    font-size: 15px;
}

a.uk-button:hover,a.uk-button:focus {
    color: #fff;
}
a.uk-button.active{
    background: #479C37;
}

a.uk-button.active i::before {
    content: "\f00c";
}

.form-item {
    display: inline-block;
    position: relative;
    max-width: 100%
}

.form-item>[class*=icon-]{
    position: absolute;
}

.form-item .icon-search{
    /*color: #023E73;*/
    font-size: 18px;
    top: 15px;
    left: 13px;
}

.form-input{
    height: 40px;
    width: 100%;
    font-size: 16px;
    padding:20px 20px 20px 35px;
}
.clear-filter {
    position: absolute;
    right: 10px;
    top: 12px;
}

.product-search-wrapper .sort-wrapper a {
    font-size: 14px;
    background-color: #fff;
    color: #202020;
    text-decoration: none;
}
.product-search-wrapper .sort-button{
    border: 1px solid transparent;

}
.product-search-wrapper .sort-button.active{
    background: #f5f5f5;
    border-color: #479C37;

}

/*  dropdown-menu */


.dropdown-wrapper{
    margin-right: 50px;
}
.dropdown-wrapper .form-label{
    margin-right: 20px;
    margin-bottom: 0;
    color: #888;
}
.dropdown-wrapper .button-dropdown{
    line-height: 45px;
    background: #fff;
    border: 0;
    padding: 0 30px 0 10px;
    width: 160px;
}
.dropdown-wrapper .button-dropdown .caret{
    position: absolute;
    right: 10px;
    top: 22px;
}
@media (max-width: 767px) {
    ul.dropdown-menu-resat {
        position: absolute !important;
        background: #fff !important;
    }
}


/*  order-by-wrapper */
.order-wrapper {
    /*float: right;*/
}
.order-wrapper .form-label{
    margin-right: 20px;
    margin-bottom: 0;
    color: #888;

}



@media (max-width: 1515px) {
    .product-search-wrapper .sort-wrapper a {
        width: 100px;
    }
}
@media (max-width: 767px) {
    .product-search-wrapper .sort-wrapper a {
        width: auto !important;
    }
}
.dropdown-menu-resat > li > label{
    display: block;
}
.dropdown-menu-resat .dropdown-label {
    font-size: 14px;
    padding: 5px 20px;
}

.dropdown-menu-resat .dropdown-label {
    font-weight: 400;
    color: #444;
    padding: 10px 15px;
    font-size: 14px;
}

.dropdown-menu-resat .dropdown-label:hover,
.dropdown-menu-resat .dropdown-label:focus {
    color: #777;
    background: rgba(0, 0, 0, 0.05);
}
.dropdown-menu-resat a {
    text-decoration: none;
}



/*  table ------------------*/
.product-table-wrapper{
    width: 100%;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;

}
.product-table-wrapper .item-wrapper{
    width: 100%;
    min-height: 200px;
    /*height: 184px;*/
}
.item-wrapper .item-img{
    /*background: rebeccapurple;*/
    position: relative;
}
.item-wrapper .item-img .img-responsive{
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 0;

}
.item-wrapper .item-info-wrapper{
    width: 100%;
    /*background: skyblue;*/
}
.item-info-wrapper .item-info{
    padding-bottom: 20px;
}

.item-info .item-info-header{
    margin-bottom: 20px;
}
.item-info-header .item-name{
    margin-bottom: 20px;
    max-width: 60%;
}
.item-name a{
    text-decoration: none;
}
.item-name h2{
    display: inline-block;
    margin-right: 20px;
    font-size: 24px;
    font-weight: 700;

}

@media (max-width: 767px) {
    .item-name h2{
        font-size: 18px;
    }
}

.item-name span{
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #ccc;
}
.button-wrapper{
    position: absolute;
    top: 10px;
    right: 30px;
}

.button-wrapper .uk-button{
    padding: 15px 25px;
    font-weight: bold;
}
.button-wrapper a{
    text-decoration: none;
}

@media (max-width: 767px) {
    .button-wrapper .uk-button{
        padding: 8px 16px;
    }
}

.item-info-header .item-dec{
    font-size: 16px;
    margin-bottom: 10px;
}

.item-info .item-info-footer{
    gap: 6rem;
}
@media (max-width: 767px) {
    .item-info .item-info-footer{
        gap: 1rem;
    }
}
.item-info-footer h5{
    font-size:16px;
    font-weight: 700;
    margin: 0 0 7px 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #777;
}

/*  product-list-2*/
.table-list{
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding:80px 0;
}
.table-list .row-title{
    font-size: 50px;
    line-height: 1.2em;
    margin-bottom: 25px;
    text-align: center;

}
@media (max-width: 767px) {
    .table-list .row-title{
        font-size: 28px;
    }
}


.overflow-container{
    overflow: auto;
}

.table-list .row-desc{
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 25px;
    text-wrap: balance;

}
@media (max-width: 767px) {
    .table-list .row-desc{
        text-align: left;
    }
}

.product-table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    overflow-x: auto;
}
.product-table tr:first-of-type td{
    padding: 14px 8px;
}

.product-table tr:first-of-type {
    background: #77CD58;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.product-table tr td {
    padding: 8px;
    vertical-align: top;
    border-bottom: 1px solid #77CD58;
}

