a{text-decoration: none !important;}
.category-description .wp-caption {
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.category-description .wp-caption p{text-align:center}
.category-description img, .category-description div img, .category-description fiqure {
    margin: 0 auto;
    width: auto;
    position: relative;
    display: block;
}
.category-box-head {
    font-family: variableFont;
    font-size: 40px;
    color: #000;
    padding-top: 60px;
    position: relative;
    text-transform: inherit;
    padding-right: 33px;
    text-align: right;
    margin-bottom: 80px;
    padding-bottom: 4px;
    display: inline-block;
    font-weight: 400;
}
.category-box-head:before {
    content: "";
    height: 2px;
    width: 160%;
    position: absolute;
    right: -60%;
    background: #000;
    bottom: -5px;
}
main, section {
    position: relative;
    width: 100%;
    display: block;
}
.category-product-box {
    position: absolute;
    background: #fff;
    right: 40px;
    bottom: 10px;
    padding: 30px 30px 15px 30px;
    width: 65%;
    overflow: hidden;
}
.category-product-box a {
    display: block;
    position: relative;
    text-transform: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    width: 100%;
    outline: none !important;
}
.category-product-box a:after {
    content: "";
    width: 40%;
    height: 2px;
    background: rgb(232, 199, 89);
    background: linear-gradient(90deg, rgba(232, 199, 89, 1) 0%, rgba(170, 139, 7, 1) 100%);
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
}
 .category-product-box a strong {
    color: #000;
    font-size: 18px;
}
 .category-product-box a:hover strong {
    color: #927102;
}
.category-product-box a:hover:after {
    width: 100%;
}
.category-product-items {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}
.category-product-item img {
    width: 135% !important;
    height: auto;
    object-fit: cover;
    max-width: initial;
}
.category-product-item {
    position: relative;
    display: flex;
    overflow: hidden;
    margin-bottom: 30px;
    height: 215px;
    align-items: center;
    align-self: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}
.category-aside-box{padding-bottom: 17px;
    background-color: #fff;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    -o-box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    clear: left;
    float: left;
    margin-bottom: 30px;
    padding: 15px 25px 30px;
    width: 100%;
    padding-bottom: 17px;}
.category-aside-box-head{
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 0;
    border-bottom: 1px solid #707070;
    color: #707070;
    
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.2;}
.category-aside-box-content{}
.category-tree{    list-style: none;    margin-bottom: 0;
    padding: 0}
.category-tree-item{margin-bottom: 10px;
    padding: 0;
    position: relative;
    display: list-item;
    unicode-bidi: isolate;}
    .category-tree-item a {
    border-bottom: none;
    color: #707070;
    
    font-size: 16px;
    padding: 5px 0;
    display: flex;
    align-items: center;
    width: 100%;}
.category-tree-item a:before {    content: '';
    width: 22px;
    height: 22px;
    border: 2px solid #484848;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    flex: 22px;
    max-width: 22px;
    margin-left: 15px;}
.category-tree-item.active a:before {    background: #484848;}
.category-tree-item a span{ border-bottom: none;
    color: #707070;
    
    font-size: 16px;
    padding: 5px 0;
    display: flex;
    align-items: center;
    flex: 1;}