.btn-plate {
    font-family: 'oswald', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}


.items-box *::before, .items-box *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.items-box [class*="cols-"] > * {
    float: left;
}

.items-box .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    clear: both;
}

.items-box .cols-1 > * {
    width: 100%;
}

.items-box .cols-2 > * {
    width: 50%;
}

.items-box .cols-3 > * {
    width: 33.333333%;
}

.items-box .cols-4 > * {
    width: 25%;
}

.items-box .cols-5 > * {
    width: 20%;
}

.items-box .cols-6 > * {
    width: 16.666%;
}

.items-box .cols-2 > *:nth-child(2n+1),
.items-box .cols-3 > *:nth-child(3n+1),
.items-box .cols-4 > *:nth-child(4n+1),
.items-box .cols-5 > *:nth-child(5n+1),
.items-box .cols-6 > *:nth-child(6n+1) {
    clear: both;
}

.items-box .cols-2.flex > * {
    flex: 1 465px;
}

.items-box .cols-3.flex > * {
    flex: 1 370px;
    max-width: 465px
}

.items-box .cols-4.flex > * {
    flex: 1 280px;
    max-width: 390px
}

.items-box .cols-5.flex > * {
    flex: 1 264px;
}

.items-box .cols-6.flex > * {
    flex: 1 210px;
}

.items-box .margin-small {
    margin-left: -1px;
    margin-right: -1px;
}

.items-box .margin-medium {
    margin-left: -5px;
    margin-right: -5px;
}

.items-box .margin-large {
    margin-left: -15px;
    margin-right: -15px;
}

.items-box .margin-small > * {
    padding-left: 1px;
    padding-right: 1px;
}

.items-box .margin-medium > * {
    padding-left: 5px;
    padding-right: 5px;
}

.items-box .margin-large > * {
    padding-left: 15px;
    padding-right: 15px;
}

.items-box .to-right > * {
    float: right;
}

.items-box .article.cols-2 > * {
    text-align: right;
}

.items-box .article.to-right > * {
    text-align: left;
}

.items-box .like-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.items-box .like-table > * {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.items-box .gallery::after,
.items-box [class*="cols-"]::after,
.items-box .clearfix::after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}


.items-box .article:first-child {
    margin-top: 0;
}

.items-box .article .image {
    position: relative;
    min-height: 1px;
    /*    box-shadow: 0px 0px 7px 3px #333;*/
}

@media (max-width: 990px) {
    .items-box .article .image {
        box-shadow: none !important;
    }
}


.items-box .article .details {
    width: 100% !important;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
    background-color: #f5f5f5;
}

.items-box .article.has-post-thumbnail .details {
    position: relative;
    top: 45px;
    left: -45px;
    width: 50% !important;
    margin-bottom: 45px;
    background-color: #f5f5f5;
}

.items-box .rwd-padding {
    padding: 3.333333%;
}

.items-box .article .details {
    text-align: center;
}

.items-box .btn-plate, .items-box .btn-cart, .items-box .added_to_cart {
    padding: 5px 15px;
    border-bottom: 2px solid;
    border-radius: 20px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    background: none;
}

.items-box .article.has-post-thumbnail .details {
    position: relative;
    top: 35px;
    left: -45px;
    width: 50% !important;
    margin-bottom: 45px;
    background-color: #f5f5f5;
}


.items-box .article .date {
    display: inline-block;
    text-transform: none;
    font-size: 15px;
    margin-bottom: 10px;
}

.items-box .article h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.items-box h2 a {
    text-decoration: none;
}

.items-box .article img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.items-box .to-right.has-post-thumbnail .details {
    left: inherit;
    right: -45px;
}

.items-box .image-overlay {
    display: none !important;
}


.items-box .article {
    margin: 60px 0px 0px;
    position: relative;
    word-break: break-word;
}

.items-box .article:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.items-box .btn-plate {
    color: #000;
}

/*.items-box .btn-plate:hover{
    color: #d32424;
}*/

.items-box img {
    /*    min-width: 600px;*/
    max-height: 400px;
    max-width: 100% !important;
}

@media (max-width: 990px) {
    .items-box .article .image {
        text-align: center;
    }

    .items-box .article.has-post-thumbnail .details {
        width: 100% !important;
        left: 0;
        top: 0;
    }

    .items-box img {
        min-width: auto !important;
        max-height: 400px;
    }

    .items-box .cols-2 > *, .cols-2.no-margin > * {
        float: none;
        width: auto;
    }

    .items-box .article {
        margin: 0px !important;
    }
}


.items-box {
    max-width: 1333px;
    margin: 0 auto;
}


#items .btn-plate {
    background: #15649d !important;
    color: #fff;
    font-weight: bold;
}

#items .btn-plate:hover {
    opacity: 0.8;
}


.blog-categories.minor-meta {
    display: none !important;
}

@media (min-width: 990px) {
    .items-2-columns .items-box .article {
        width: 50% !important;
        display: inline-block;
        vertical-align: top;
        float: none !important;
        margin: 8px 0px 20px !important;
    }

    .items-2-columns .items-box .article.even{
        padding-right: 5px;
    }

    .items-2-columns .items-box .article.to-right{
        float: right!important;
        padding-left: 5px;
    }

    .items-2-columns .items-box .cols-2 > * {
        width: 100% !important;
    }

    .items-2-columns .items-box .article img {
        width: 100% !important;
    }

    .items-2-columns .items-box .article.has-post-thumbnail .details {
        left: 0px !important;
        width: 100% !important;
    }

    .items-2-columns .items-box .article.has-post-thumbnail .details {
        top: 0px !important;
        margin-bottom: -15px !important;
    }

    .items-2-columns .items-box .article.has-post-thumbnail h2 {
        height: 60px !important;
    }

    .items-2-columns .items-box .article.has-post-thumbnail .content2 {
        min-height: 190px !important;
    }

    html[lang="zh-hans"] .items-2-columns .items-box .article.has-post-thumbnail .content2 {
        min-height: 290px !important;
    }
}


@media (max-width: 990px) {
    html .items-2-columns .items-box img {
        max-height: none!important;
    }
}

@media (max-width: 1390px) and (min-width: 990px) {


    .items-2-columns .items-box .article.has-post-thumbnail .content2 {
        min-height: 250px !important;
    }

    html[lang="zh-hans"] .items-2-columns .items-box .article.has-post-thumbnail .content2 {
        min-height: 360px !important;
    }
}

.items-2-columns {
    max-width: 900px;
    margin: 0 auto;
}

#top #wrap_all .items-2-columns h2.font-title {
    font-size: 25px
}


#filters_form {
    display: flex;
    flex-wrap: wrap; /* Allow columns to wrap to the next row on smaller screens */
    justify-content: space-between; /* Distribute space between columns */
}

.col1 {
    flex: 40%; /* Take up 40% of the available space */
    /* Add other styling for column1 */
    padding-right: 10px;
}

.col2 {
    flex: 40%; /* Take up 40% of the available space */
    /* Add other styling for column2 */
    padding-right: 10px;
}

.col3 {
    flex: 20%; /* Take up 20% of the available space */
    /* Add other styling for column3 */
}

.col3 input{
    width: 100%;
    height: 38px;
}

/* Media queries for responsiveness */
@media (max-width: 990px) {
    #filters_form {
        flex-direction: column; /* Stack columns vertically on smaller screens */
    }

    #filters_form select, #filters_form input{
        height: auto!important;
        padding-top: 15px!important;
        padding-bottom: 15px!important;
    }

    .col1, .col2, .col3 {
        flex: 100%; /* Each column takes up the full width on smaller screens */
        padding-right: 0px;
    }

    .col3 input{
        width: 100%;
    }
}
