/*!* Shop Css Start Here *!*/
/*.our_shop {*/
/*    padding: 60px 100px;*/
/*}*/
/*section.our_shop .pro_img figure {*/
/*    position: relative;*/
/*}*/
/*section.our_shop .pro_img figure img.hover-show {*/
/*    position: absolute;*/
/*    z-index: 2;*/
/*    transform: translateX(-262px);*/
/*    opacity: 0;*/
/*    transition: all 0.4s ease-in-out;*/
/*}*/
/*section.our_shop .pro_img figure img.effect-img {*/
/*    z-index: 99;*/
/*}*/
/*section.our_shop .pro_img figure:hover img.hover-show {*/
/*    transform: translateX(-180px);*/
/*    opacity: 1;*/
/*}*/
/*.our_shop .heading_wrapper h3 {*/
/*    font-size: 70px;*/
/*    color: #111111;*/
/*    font-family: "Poppins";*/
/*}*/
/*.our_shop .heading_wrapper p {*/
/*    color: #707070;*/
/*    font-size: 20px;*/
/*    font-weight: 400;*/
/*}*/
/*.our_shop a {*/
/*    text-decoration: none;*/
/*}*/
/*.product_box {*/
/*    position: relative;*/
/*    margin-top: 60px;*/
/*    !* background: #f5f5f5; *!*/
/*    padding: 10px 10px;*/
/*}*/
/*.product_box .pro_img {*/
/*    text-align: center;*/
/*    height: 400px;*/
/*    overflow: hidden;*/
/*    background: #f5f5f5;*/
/*}*/
/*.product_box .pro_img img {*/
/*    width: 262px;*/
/*    height: 332px;*/
/*    object-fit: contain;*/
/*    object-position: center;*/
/*    margin-top: 30px;*/
/*    mix-blend-mode: darken;*/
/*}*/
/*.product_box .product_content {*/
/*    padding-top: 20px;*/
/*    position: relative;*/
/*}*/
/*.product_box .product_content p {*/
/*    margin: 0;*/
/*    font-size: 14px;*/
/*    color: #bbbbbb;*/
/*    font-family: "poppins";*/
/*    font-weight: 400;*/
/*}*/
/*.product_box .product_content .pro_detail {*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    justify-content: space-between;*/
/*    padding-top: 5px;*/
/*}*/
/*.product_box .product_content .pro_detail h4 {*/
/*    color: #000000;*/
/*    font-size: 21px;*/
/*    font-family: "Poppins";*/
/*    padding-right: 15px;*/
/*    line-height: 31px;*/
/*}*/
/*.product_box .product_content .pro_detail h4.pro_name {*/
/*    word-break: break-all;*/
/*}*/
/*.product_box .card-image {*/
/*    display: block;*/
/*    background: #f5f5f5 center center no-repeat;*/
/*    background-size: contain;*/
/*}*/
/*@media (max-width: 575px) {*/
/*    .our_shop {*/
/*        padding: 40px 10px;*/
/*    }*/
/*    .our_shop .heading_wrapper {*/
/*        text-align: center;*/
/*    }*/
/*    .our_shop .heading_wrapper h3 {*/
/*        font-size: 35px;*/
/*    }*/
/*    .our_shop .heading_wrapper p {*/
/*        font-size: 14px;*/
/*    }*/
/*    .product_box .pro_img {*/
/*        height: auto;*/
/*    }*/
/*    .product_box .pro_img img {*/
/*        width: auto;*/
/*    }*/
/*    .product_box .product_content p {*/
/*        font-size: 14px;*/
/*    }*/
/*    .product_box .product_content .pro_detail h4 {*/
/*        font-size: 16px;*/
/*    }*/
/*}*/
/*!* Shop Css End Here *!*/

/*/ Shop Css Start Here /*/
strong{
    display: flex;
    flex-wrap: wrap;
}

.our_shop {
    padding: 60px 100px;
}
section.our_shop .pro_img figure {
    position: relative;
}
section.our_shop .pro_img figure img.hover-show {
    position: absolute;
    z-index: 0;
    transform: translateX(-262px);
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
section.our_shop .pro_img figure img.effect-img {
    z-index: 99;
}
section.our_shop .pro_img figure:hover img.hover-show {
    transform: translateX(-105px);
    opacity: 1;
}
.our_shop .heading_wrapper h3 {
    font-size: 70px;
    color: #111111;
    font-family: "Poppins";
}
.our_shop .heading_wrapper p {
    color: #707070;
    font-size: 20px;
    font-weight: 400;
}
.our_shop a {
    text-decoration: none;
    color: #000;
}
.product_box {
    position: relative;
    margin-top: 60px;
    /* /background: #f5f5f5;
    /padding: 10px 10px; */
}
.product_box .pro_img {
    text-align: center;
    height: 400px;
    overflow: hidden;
    background: #f5f5f5;
}
.product_box .pro_img img {
    width: 200px;
    height: 332px;
    object-fit: contain;
    object-position: center;
    margin-top: 30px;
    mix-blend-mode: darken;
    transition: all 0.3s ease-in-out;
}
.product_box .product_content {
    padding-top: 20px;
    position: relative;
}
.product_box .product_content p {
    margin: 0;
    font-size: 14px;
    color: #bbbbbb;
    font-family: "poppins";
    font-weight: 400;
}
.product_box .product_content .pro_detail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 5px;
}
.product_box .product_content .pro_detail h4 {
    color: #000000;
    font-size: 21px;
    font-family: "Poppins";
    padding-right: 15px;
    line-height: 31px;
}
.product_box .product_content .pro_detail h4.pro_name {
    word-break: break-all;
}
.product_box .card-image {
    display: block;
    background: #f5f5f5 center center no-repeat;
    background-size: contain;
}
section.our_shop .pro_img figure:hover img.effect-img {
    margin-left: -134px;
    width: 200px;
}
@media (max-width: 1366px) {
    .our_shop .heading_wrapper h3 {
        font-size: 50px;
    }
}
@media (max-width: 1100px) {
    .product_box .product_content .pro_desc h2 {
        color: #000;
        font-size: 27px;
    }
    .our_shop .heading_wrapper h3 {
        font-size: 60px;
    }
}
@media (max-width: 575px) {
    .our_shop {
        padding: 40px 10px;
    }
    .our_shop .heading_wrapper {
        text-align: center;
    }
    .our_shop .heading_wrapper h3 {
        font-size: 35px;
    }
    .our_shop .heading_wrapper p {
        font-size: 14px;
    }
    .product_box .pro_img {
        height: auto;
    }
    .product_box .pro_img img {
        width: auto;
    }
    .product_box .product_content p {
        font-size: 14px;
    }
    .product_box .product_content .pro_detail h4 {
        font-size: 16px;
    }
}
/*/ Shop Css End Here /*/
