﻿.box_image {
    position: relative;
    /* height: 600px; */
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center 0;
    -o-background-size: cover;
    /* background-color: #737373; */
    text-align: center;
    margin: 0px auto 50px;
    /* background-image: url('https://cdn.pixabay.com/photo/2023/05/05/06/19/street-7971714_1280.jpg') ; */
    /* background-repeat: round;  */
    object-fit: cover;
}
.box_image img{
    max-width: 100%;
}
#warp{
    -webkit-overflow-scrolling: auto;      
    overflow-x: hidden;           
}
.Featured_content {
    width: 100%;
    margin: 0px auto;
    font-family: BrandonGrotesque,sans-serif;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: var(--primary-menu-Selected-color);
}


.top_breadcrumb{
    max-width: 1080px;
    margin: 20px auto;
}

.top_breadcrumb .box1 {
    margin: 20px 0px;
    font-weight: 600;
    font-size: 32px;
    color: #0f0f0f;
    /* font-family: "Avenir Next Rounded",sans-serif; */
}

.top_breadcrumb .box2 {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;


}
.box_content .content_right .liness{
margin-top: 10px;
    border-bottom: 1px solid #000;
}
.box_content{
    max-width: 1080px;        
    margin: 20px auto;          
}
.box_content .content_left{

    height: 300px;
    /* border: 1px solid #000; */
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    padding: 0px 15px;
}
.box_content .hot{
    position: absolute;
    /* top: -20px;
    left: 1px; */
    width: 70px;
}
.box_content .content_left .image{
    background-color: #fff;
}
.box_content .content_left .image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    right: 6px;
    pointer-events: none;
    background-color: #00000007;
  }

.box_content .content_right ul li{
    list-style: none;

}
.box_content .content_right ul li a:hover{
    /* border-bottom: 1px solid #00767A; */

}
.content_right .title{
    margin-top: 15px;
    display: -webkit-box;
            
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
           
}
.box_content .content_right{
    width: 55%;
}
.box_content .content_right .price{
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-top: 10px;
}
.bg_box{
    background: #232A35;
    padding: 40px;
    color: #fff;
    font-weight: 300;font-size: 22px;
    margin: 50px 0px;
  
}
.bottom_shoptype{
    max-width: 1080px;        
    margin: 20px auto;     
}
.bottom_shoptype .shop_type{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bottom_shoptype .shop_type .shop_left{
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 1px solid #000; */
    padding-bottom: 18px;
}
.bottom_shoptype .shop_left p a:hover{
  color: #00767A;
border-bottom: 1px solid #00767A;
}
@media screen and (max-width:880px) {         
    .box_content .content_left, .box_content .content_right,.top_breadcrumb{
        padding: 10px 20px;
        width: 100%;
    }
    .bottom_shoptype .shop_type .shop_left, .bottom_shoptype .shop_type .shop_right{
        width: 100%;
    }
    .box_image{
        /* height: 300px; */
    }
}