.category-page-title .page-title-inner {
    display: none !important;
}
.section-product{
    background: #fff;
    padding: 10px 0 40px;
}
.section-product .list-product .products{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}
.title-main .icon{
    background-image: url(../images/line_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 6px;
    max-width: 218px;
    margin: 0 auto;
}
.breadCrumbs{
    background-color: #eee;
    padding: 10px 0;
}
.section-product .product {
    border: 1px solid #d9d9d9;
    padding: 10px;
    text-align: center;
    margin: 0 10px;
    position: relative;
}
.section-product .product:hover{
    border: 1px solid #fd0000;
}
.box-product {
    position: relative;
    display: block;
    margin-bottom: 0rem;
    text-align: center;
    overflow: hidden;
}
.info-product {
    border-top: 1px solid #d9d9d9;
    text-align: center;
}
.name-product {
    font-size: 15px;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 5px;
}
.price-new, .guarantee bdi {
    font-size: 14px;
    color: #e82e2e;
    font-weight: 700;
}
.single-product-custom{
    background: #fff;
    padding: 40px 0;
}
.single-product-custom .box-single .single-top{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.single-product-custom .box-single .single-top .box-right{
    width: 100%;
    max-width: 20%;
}
.single-product-custom .box-single .single-top .box-left .product-images {
    border: 1px solid #eee;
    padding: 7px;
    border-radius: 5px;
    background-color: #ffffff;
}
.single-product-custom .box-single .single-top .box-center .title-product{
    text-transform: capitalize;
    font-size: 30px;
    display: block;
    color: #fd0000;
    font-weight: 700;
    margin-bottom: .5rem
}
.single-product-custom .box-single .single-top .box-center .desc-product{
    margin-bottom: 1rem;
    font-size: 14px;
}
.single-product-custom .box-single .single-top .box-center .price{
    font-size: 14px;
    margin-bottom: 10px;
}
.single-product-custom .box-single .single-top .box-center .price .price-new,
.single-product-custom .box-single .single-top .box-center .price bdi{
   font-weight: 700;
    font-size: 20px !important;
    color: red;
}
.single-product-custom .box-single .single-top .box-center .views{
    font-size: 14px;
    margin-bottom: 10px;
}
.single-product-custom .box-single .single-top .box-center .group-btn{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.single-product-custom .box-single .single-top .box-center .btn{
    background: #1b2d55;
    border: solid 1px #1b2d55;
    color: #fff;
    padding: 5px 10px;
    line-height: 1.5;
    width: 100%;
    border-radius: 5px;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
.single-product-custom .box-single .single-top .box-center  .btn span {
    display: block;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
}
.single-product-custom .box-single .single-top .box-right .img_tc{
    margin: 10px 0;
}
.single-product-custom .box-single .single-top .box-right .img_tc img{
    width: 100%;
}
.single-product-custom .box-single .single-top .box-right .right-pro-detail_1 {
    padding: 20px 10px;
    border: 1px solid #d9d9d9;
}
.single-product-custom .box-single .single-center{
    margin: 20px 0;
    border: 1px dashed #d7b359;
    padding: 10px;
    background: whitesmoke;
    background-image: linear-gradient(#fff, #e0e0e0);
    list-style-type: none;
}
.single-product-custom .box-single .single-bottom .related-products{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.button.icon.is-small{
    background: #e82e2e !important;
}
[data-icon-label]:after{
    background: #808184 !important;
}
.wc-block-cart__submit-button{
    border: 1px solid #fd0000;
}
@media (max-width: 1100px){
    .section-product .list-product .products {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px){
    .section-product .list-product .products {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 890px){
    .single-product-custom .box-single .single-top{
        grid-template-columns: repeat(1, 1fr);
    }
    .single-product-custom .box-single .single-top .box-left,
    .single-product-custom .box-single .single-top .box-center,
    .single-product-custom .box-single .single-top .box-right{
        max-width: 100%;
    }

}
@media (max-width: 790px){
    .single-product-custom .box-single .single-bottom .related-products{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px){
    .section-product .list-product .products {
        grid-template-columns: repeat(2, 1fr);
    }
    
}
@media (max-width: 574px){
  

}
