.box_shop_type .img_box {
    width: 180px;
    height: 180px;
    overflow: hidden;
    /* border-radius: 50%;   */
    position: relative;
}

.box_shop_type {
    overflow-x: auto;
}

.box_shop_type .img_box .small_img {
    border: 1px solid #eee;
    width: 180px;
    height: 180px;
    overflow: hidden;
    -webkit-clip-path: inset(5% 5% 5% 5% round 50%);
    clip-path: inset(5% 5% 5% 5% round 50%);
    transition: clip-path 0.3s ease-in-out;
}

.box_shop_type .img_box .small_img::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background-color: #00000007;
}

.box_shop_type .title {
    font-size: 12px;
    text-align: center;
    width: 180px;
}

.box_shop_type .img_box .small_img:hover {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
}

/* ============= */
.box_shop_type_1,
.box_shop_type_2,
.box_shop_type {
    max-width: 1200px;
    margin: 20px auto;
    padding: 10px;
}

.box_shop_type_1 .shop_type_1 {
    width: 100%;
}

.box_shop_type_1 .shop_type_1 .img_box {
    width: 19%;
    padding: 10px;
    cursor: pointer;
    position: relative;
}

.box_shop_type_1 .shop_type_1 .small_img {
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.box_shop_type_1 .shop_type_1 .small_img::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    pointer-events: none;
    background-color: #00000009;
}

.box_shop_type_1 .shop_type_1 .type_url_1 {
    width: 100%;
    position: absolute;
    top: 50%;
    background-color: #fff;
    padding: 5px;
    opacity: .8;
    text-transform: capitalize;
    text-align: center;
    font-size: 12px;
}

/* ---------------------- 2              -------------- */
.box_shop_type_2 {
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
    flex-wrap: wrap;
    background-color: #e7e7e7;
    border-radius: 5px;
}

.box_shop_type_2 .img_box {
    width: 25%;
    border: 1px dashed #838383;
    height: 300px;
    overflow: hidden;
    position: relative;
    flex-wrap: wrap;
    background-color: #fff;
}

.box_shop_type_2 .small_img img {
    max-width: 100%;
}

.box_shop_type_2 .product_typeF {
    position: absolute;
    text-align: center;
    padding: 10px;
    bottom: 50px;
    max-width: 200px;
    background-color: #ededed;
    font-weight: 600;
    cursor: pointer;
    opacity: .8;
}

/* ---------------       3   ----------------------    */
.box_shop_type_3 {
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.box_shop_type_3 .img_box .product_typeF {
    position: absolute;
    bottom: 50px;
    padding: 10px;
    background-color: #000;
    cursor: pointer;
    border: 1px solid #000;
    opacity: 0;
    left: 30px;
    color: #fff;
    text-transform: uppercase;
}

.box_shop_type_3 .product_typeF a {
    color: #fff;
}

.box_shop_type_3 .img_box {
    width: 24%;
    position: relative;
    overflow: hidden;
    /* height: 400px; */
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}

.box_shop_type_3 .small_img {
    max-width: 100%;
    height: 500px;
}

/* ----------------------------------4---------------------- */
.box_shop_type_4 {
    max-width: 1200px;
    display: flex;
    margin: 20px auto;
    align-items: center;
    background-color: var(--primary-top-bg-color);
    padding: 10px
}

.box_shop_type_4 .left_img {
    width: 50%;
    height: 500px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.box_shop_type_4 .right_img {
    width: 50%;
    height: 500px;
    overflow: hidden;
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.box_shop_type_4 .left_img img {
    max-width: 100%;
}

.right_img .left_img {
    width: 100%;
    height: 245px;
    position: relative;
    background-color: #fff;

}

.box_shop_type_4 .product_typeF {
    position: absolute;
    top: 50px;
    padding: 10px;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #000;
    /* opacity: 0; */
    left: 30px;
    color: #000;
    text-transform: uppercase;
}

.shop_title {
    max-width: 1200px;
    margin: 20px auto;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

/* --------------------- 55555       ---------------- */
.box_shop_type_5 {
    padding-top: 30px;
    background-color: #e7e5e4;
    padding: 10px;
}

.box_shop_type_5 .img_box {
    max-width: 1200px;
    /* height: 400px; */
    margin: 0 auto;
    border: 0 solid #e7e5e4;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.box_shop_type_5 .img_box .small_img {
    width: 500px;
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}

.box_shop_type_5 .img_box .product_typeF {
    width: 500px;
    height: 500px;
    padding: 10px;
}

.box_shop_type_5 .product_typeF p {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.box_shop_type_5 .product_typeF a {
    width: 300px;
    padding: 10px;
    border-radius: 5px;
    background-color: var(--primary-top-bg-color);
    color: #fff;
    font-size: 14px;
    text-align: center;
}

/* ==================================        6      ================== */
.box_shop_type_6 {
    max-width: 1200px;
    margin: 10px auto;
}

.box_shop_type_6 .img_box {
    width: 47%;
    height: 600px;
    overflow: hidden;
    border: 1px solid #e7e5e4;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.box_shop_type_6 .img_box .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
}


.box_shop_type_6 .new_in {
    opacity: 0;
    /* background-color: rgba(0, 0, 0, 0.2); */
    position: absolute;
    top: 50%;
    left: 50%;  
    text-align: center;  
    padding: 20px;
    color: #fff;
    transform: translate(-50%, -50%);
}
.box_shop_type_6 .new_in a{
  padding: 10px 20px;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 12px; 
}
.box_shop_type_6 .new_in a:hover{
    border-bottom: 2px solid #fff;
    background-color: #fff;
    color: #222;
  }
@media screen and (max-width: 3400px) and (min-width: 850px) {
    .box_shop_type_3 .product_typeF:hover a {
        color: #000;
    }

    .box_shop_type_3 .img_box:hover .small_img {
        transform: scale(.9);
        transition: all 0.3s ease;

    }

    .box_shop_type_4 .left_img:hover {
        transform: scale(.9);
        transition: all 0.6s ease;

    }

    .box_shop_type_3 .img_box:hover .product_typeF {
        opacity: 1;
        transform: translateY(-40px);
        transition: all 0.3s ease;
    }

    .box_shop_type_3 .product_typeF:hover {
        background-color: #fff;
        color: #0d0d0d;
        border: 1px solid var(--primary-top-bg-color);
        transition: all 0.3s ease;
    }
    .box_shop_type_6 .img_box:hover .mask {
        opacity: 1;
    }
    .box_shop_type_6 .img_box:hover .new_in {
        opacity: 1;
    }
}

@media screen and (max-width: 1320px) and (min-width: 850px) {
    .box_shop_type_3 .img_box {
        width: 25%;
    }

    .box_shop_type_3 .small_img {
        max-width: 100%;
        height: 300px;
    }
    .box_shop_type_6 .img_box {     
        height: 300px;    
    }
}

@media screen and (max-width:840px) {
    .box_shop_type_1 .shop_type_1 .img_box {
        width: 48%;
    }

    .box_shop_type_2 .img_box {
        width: 48%;
        height: 200px;
        margin-top: 10px;
    }

    .box_shop_type_2 {
        justify-content: space-between;
    }

    /* ====================   3 =============== */
    .box_shop_type_3 .img_box {
        width: 50%;
    }

    .box_shop_type_3 .small_img {
        max-width: 100%;
        height: 200px;
    }

    .box_shop_type_3 .img_box .product_typeF {
        opacity: 1;
    }

    /* ---------------- 5 ------------- */
    .box_shop_type_5 .img_box .small_img {
        width: 100%;
        height: 200px;
    }

    .box_shop_type_5 .img_box .product_typeF {
        width: 100%;
        height: 150px;
    }

    .box_shop_type_5 .product_typeF p {
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
    }

    .box_shop_type_5 .product_typeF a {
        padding: 8px;
        font-size: 12px;
    }
    .box_shop_type_6 .img_box {     
        height: 200px;    
    }
}