/* Add custom CSS styles below */
.header-icon-button,.s-cart-summary-wrapper{
border: 1px solid #ebebeb;
border-radius: 22px;
background-image:linear-gradient(to right, #f1f1f1, #ffffff);
box-shadow: 0 3px 10px rgb(204, 204, 204);
padding: 8px 15px 8px 15px;
cursor: pointer;
color:rgb(74,74,74);
transition: transform 0.5s , box-shadow 0.5s ;
}
.swiper {
padding: 10px;
}
.s-cart-summary-wrapper{
padding: 2px 9px 2px 7px;
color:rgb(74,74,74) !important;
}
.header-icon-button:hover,.s-cart-summary-wrapper:hover{
transform: translateY(-4px) ;
box-shadow: none;
}
.s-search-input{
border-radius:22px!important ;
border: 1px solid #ebebeb;
background-image:linear-gradient(to right, #f1f1f1, #ffffff);
box-shadow: 0 3px 10px rgb(204, 204, 204);
}
.s-search-input:focus{
border-radius:22px!important ;
}
.s-search-input::placeholder{

}
.quicklinks-item:hover{
color:#e74038;
} 
.s-block__title{
color:rgb(74,74,74);
}
h2{
color:rgb(74,74,74);
/*background-color:rgb(144,80,80);*/
/*border-radius:25px;*/
}
.regular-or-normal-price{
color:rgb(74,74,74);
}
h1{
color:#28797b
}
.swiper-slide{
/*border-radius:55px;*/
}
.w-full{
/*
border-radius:0px 0 55px 55px;*/
}
.w-full:hover{
/*border-radius:0px 0px 0px 0px;*/
}
.w-full.transition-all.duration-300{
/*border-radius:0 0 0 45px;*/
}
.w-full.object-contain.rounded-md{
/*border-radius:0 50px 0 50px;*/
}
.sedig-hide-some-element{
display : none;
}
/* ------SALLA CARD HOVER------- */
/* ------SALLA CARD HOVER------- */
/* ------SALLA CARD HOVER------- */
.product-entry:hover{
/*border-color: rgb(57, 183, 162);
box-shadow: 0 3px 7px rgb(91, 224, 202);*/
border-color: rgb(255, 255, 255);
box-shadow: 0 3px 7px rgb(87, 87, 87);
}
.product-entry:hover .product-entry__inner .product-entry__image-wrap{
padding:1px;
}

/* ------SALLA CARD HOVER------- */
/* ------SALLA CARD HOVER------- */
/* ------SALLA CARD HOVER------- */

/*----background-shape----*/
/*----background-shape----*/
/*----background-shape----*/
.product-entry__image-wrap{
  position: relative;
/*background-color:rgb(144,80,80);*/
padding:13px;
  transition: padding 0.5s ;
}

.salla-background-img-product-container{
  position: absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
}

.background-img-product-container{
  position: relative;
  height: 100%;
  /* width: 40%; */
}
.top-color-div{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(40, 121, 123,0.9);*/
  background-color : rgba(232, 232, 232,0.95);
}
.line-container-div{
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  justify-content: end;
  align-items: start;
  width: 100%;
  height: 70%;
  /* background-color:  rgba(97, 7, 0, 0.9);*/
   }
.bottom-line-div{
  height: 0px;
  width: 0px;
  border-bottom: 115px solid white;
  /* border-left: 300px solid transparent; */
}
.prands-div{
  position: absolute;
  bottom: 0;
  right: 0;
  height:19px;
  width:100px;
  margin: 0 3px 0 1px;
  /*background-color:rgb(74, 74, 74);*/
  display: flex;
  justify-content: end;
  align-items: end;
}
.prands-img-my{
height:19px;
margin: 0 1px 0 1px;
}
.dana-prands-img-my{
  position: absolute;
  bottom: 15px;
  right:0px;
height:18px;
margin: 0 1px 0 1px;
}
.more-white-space-div{
  width: 100%;
  height: 0px;
  background-color: white;
}
/*.centered-white-div{
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(161, 158, 153); 
  display: flex;
  justify-content: center;
  align-items: center;
}*/
/*.inner-centerd-div{
height: 80%;
width: 90%;
border-radius: 10px;
background-color: rgb(255, 255, 255);
}*/

.sedig931-wrapped{
position: relative;
padding:3px;
 background-color: white; 
 border-radius:12px 0 12px 0;
 filter: drop-shadow(0px 0px 1px rgb(125, 125, 125));
}
.image-back{
  height: 100%;
  width: 100%;
}
/*----background-shape----*/
/*----background-shape----*/
/*----background-shape----*/
.btn--wishlist{
filter: drop-shadow(0px 0px 1px rgb(125, 125, 125));
}
/*----my cards style----*/
/*----my cards style----*/
/*----my cards style----*/
/*----my cards style----*/
/*----my cards style----*/
/*----my cards style----*/
/*----my cards style----*/
/*----my cards style----*/
/*----my cards style----*/
.flex-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sedig-cards-div {
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.single-card-div {
  height: 570px;
  width: 360px;
  margin: 10px;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0 3px 15px rgb(218, 218, 218);
  justify-content: space-between;
  cursor: pointer;
}
.single-card-div:hover .product-img {
  max-height: 90%;
  max-width: 90%;
}
.single-card-div:hover {
  border-color: rgb(255, 255, 255);
box-shadow: 0 3px 7px rgb(87, 87, 87);
}

.sedig-cards-image-div {
  flex: 1;
 
  width: 100%;
  border-radius: inherit;
}
.product-img {
max-height:350px;
  max-width: 100%;
  transition: max-height 0.5s , max-width 0.5s;
}
.body-div {
  width: 90%;
  color: rgb(74, 74, 74);

}
.rtl-desi{
  align-items: start;
  text-align: start;
}
.name-disc-div {
  width: 100%;
}
.mycard-name-product-span {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0 5px 0;
}
.mycard-body-product-span {
  font-size: 13px;
}
.sedig-price-div{
 font-size: 25px;
 /* background-color: bisque; */
}
.sedig-single-old-price-div{
  margin: 0 3px 0 3px;
}
.sedig-card-product-price-span {
  font-weight: bold;
  margin: 3px;
}
.sedig-card-product-old-price-span{
  opacity: 0.5 !important;
  text-decoration: line-through;
  font-size: 20px;

}
.sedig-cardicon-add-to-card-div {
  height: 45px;
  width: 90%;
  padding: 0 0 15px 0;
  color:white;
}
.cart-icon-div {
  width: 45px;
   height: 40px;
   
  margin: 10px 10px 0 10px;
  border-radius: 15px;
  border: 1px solid #ffffff;
  background-image: linear-gradient(to top, #e32c2c, #fdb0ad);
}
.add-to-card-div {
  flex: 1;
  height: 40px;
   margin-top: 10px;
  background-image: linear-gradient(to top, #e32c2c, #fdb0ad);
  border-radius: 10px;
  border: 1px solid #ffffff;
}
.sedig-cards-btns-hover:hover {
  background-image: linear-gradient(to top right, #ffffff,#ffffff);
color: #e32c2c;
border-color: #e32c2c;
}
.sedig-showmore-btn{
height : 50px;
width : 200px;
border: 1px solid #ffffff;
background-image: linear-gradient(to top, #e32c2c, #fdb0ad);
color : rgb(255, 255, 255);
border-radius: 10px;
cursor: pointer;
margin : 25px 0 0 0 ;
}
.sedig-showmore-btn:hover{
background-image: linear-gradient(to top right, #ffffff,#ffffff);
background-color: white;
color: #e32c2c;
border-color: #e32c2c;
}

/*------------TOP THREE CARDS----------- */
/*------------TOP THREE CARDS----------- */
/*------------TOP THREE CARDS----------- */
/*------------TOP THREE CARDS----------- */
/*------------TOP THREE CARDS----------- */
/*------------TOP THREE CARDS----------- */
.top-three-cards{
width:100%;
 flex-wrap: wrap;
}
.poster-container-div{
    position: relative;
    height: 600px;
    width: 350px;
    padding: 0px 20px 20px 20px;
    margin :  15px;
    background-color: #dc5353;
    border-radius: 10px;
    border:2px solid #363e61;
}
.poster-container-div:hover {
 box-shadow: 0 3px 15px rgb(91, 224, 202);
}

.top-left-circle{
    position: absolute;
    top: 0;
    right: 0;
    height: 200px;
    width: 300px;
    border-radius: 0 7px 0 100%;
    background-color: #dc5353;
}
/* here... */ 
.top-left-circle-middle{
  width: 100%;
  border-radius: 7px 7px 0 0;
}
.top-left-circle-last{
  width: 300px;
  left: 0;
  right: none;
 border-radius: 7px 0px 100% 0;
}
.center-circle{
    position: absolute;
    top: 0;
    right: 0;
    height: 500px;
    width: 100%;
}
.bottom-more-space-div,
.top-more-space-div{
    flex: 1;
    width: 100%;
    background-color: #363e61;
}
.top-more-space-div{
    border-radius: 7px 7px 0 0;
}


.bottom-more-space-div{
    border-radius: 0 0 0 100%;
}
/* here... */
.bottom-more-space-div-middle{
    border-radius: 0 0 0 0;
}
.bottom-more-space-div-last{
    border-radius: 0 0 100% 0;
}

.moedati-icon-div{
    display: flex;
    
    height: 100px;
    width: 100%;
    z-index: 1;
}
.body-container-div{
    flex: 1;
    width: 100%;
    padding: 10px;
    border-radius: 25px;
    background-image: linear-gradient(to right,rgba(228, 228, 228, 0.8),rgba(255, 255, 255, 0.7));
    color: #363e61;
    z-index: 1;
    
}
.img-outer-div{
    flex: 1;
    width: 100%;
}
.pro-img{
    max-height:230px;
    width: 100%;
    filter: drop-shadow(10px 10px 5px #818181);
}
.name-outer-div{
  text-align: center;
}
.pro-name-span{
text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.disc-outer-div{
    padding: 0 20px 0 20px;
    margin: 10px 0 10px 0;
    text-align: end;
}
.pro-disc-span{
    font-size: 13px;
}
.price-outer-div{
    padding: 1px 15px 1px 15px;
    background-color: white;
    color: #dc5353;
    border-radius: 10px;
    font-size: 20px;
}
.pro-price-span{
margin:0 2px 0 2px ;
font-weight: bold;
}
.reial-icon-img{
    height: 30px;
}
.nam-disc-price-span{
    z-index: 1;

}
/*------------BRANDS OVERVIEW----------- */
/*------------BRANDS OVERVIEW----------- */
/*------------BRANDS OVERVIEW----------- */
/*------------BRANDS OVERVIEW----------- */
/*------------BRANDS OVERVIEW----------- */
.flex-row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.my-brands-container-div{
    width: 100%;
    /* background-color: rgb(220, 220, 220); */
}
.single-brand-overview{
    min-height: 200px;
    width: 90%;
    /* border: 1px solid; */
    justify-content: start;
    margin-bottom: 50px;
    border-radius: 50px 0 50px 0;
       padding: 0px 15px 15px 15px;
     background-image: linear-gradient(to top right, #ececec, #ffffff);
     cursor: pointer;
}
.single-brand-overview:hover{
  box-shadow: 0 3px 15px rgb(91, 224, 202);
}
.brand-img-div{
    width: 100%;
    justify-content: start;
}
.txts-div{
    width: 100%;
    align-items: flex-start;
}
.brand-img{
    height: 90px;
}
.single-txt-span{
    margin: 0 0 10px 0;
}
.my-ulist{
margin:  0 15px 15px 15px;
}
/*------------LOCATIONS PAGE----------- */
/*------------LOCATIONS PAGE----------- */
/*------------LOCATIONS PAGE----------- */
/*------------LOCATIONS PAGE----------- */
/*------------LOCATIONS PAGE----------- */
.location-container{
    width: 100%;
    /*height: 100vh;*/
    margin: 0;
    padding: 0;
    background-color: rgb(255, 255, 255);
}
.location-div{
    width: 95%;
    max-width: 1200px;
    height: 550px;
    background-color: rgb(250, 250, 250);
    border-radius: 20px;
}
.location-container-imgs{
    flex: 1;
    height: 100%;
    /* background-color: rgb(244, 162, 162); */
}
.location-imgs-div {
    position: relative;
}
.single-location-img-div{
    position: absolute;
}

.single-location-img{
    /* height: 300px; */
    border-radius: 15px;
    border: 3px solid rgb(238, 227, 27);
}
.ryiadh-img-div{
    height: 300px;
    width: 200px;
    transition: opacity 2s;
}
.ryiadh-img-trans{
    /* transform: translateY(-50px); */
    opacity: 0;
}
.ryiadh-img{
    height: 300px;
    width: 200px;
}

.dammam-img-div{
    /* height: 250px; */
    height: 230px;
    width: 150px;
    transform: rotate(-12deg) translateX(-170px) translateY(-20px);
    transition: transform 0.5s, opacity 2s;
    /* z-index: 1; */
}
.dammam-img-trans{
    transform: translateY(-20px);
    opacity: 0;
}
.dammam-img{
    height: 230px;
    width: 150px;
    border: 3px solid rgb(27, 220, 238);
}
.khobar-img-div{
    /* transform: translateX(80px); */
    /* height: 250px; */
    height: 230px;
    width: 150px;
    transform: rotate(12deg) translateX(150px) translateY(20px);
    transition: transform 0.5s, opacity 2s;
    /* z-index: 1; */
}
.khobar-img-trans{
    transform: translateX(20px);
    opacity: 0;
}
.khobar-img{
    height: 230px;
    width: 150px;
    border: 3px solid rgb(11, 160, 113);
}


/* ------txt div-------------- */
.location-texts-div{
    position: relative;
    flex: 0.8;
    height: 100%;

    /* background-color: rgb(238, 230, 76); */
}
.single-location-txt-div{
    width: 80%;
    /* background-color: antiquewhite; */
    margin: 0px 0 30px 0;
    transition: transform 0.5s, opacity 2s;
    z-index: 1;
}
.single-location-txt-div:hover{
   transform: translateX(10px);
}
.trans-txts-div{
    transform: translateY(20px);
    opacity: 0;
}
.location-span-single{
    font-size: 23px;
    /* color: #595959; */
    background-color: #368185;
    color: #e2ffff;
    padding: 0px 15px 0px 15px;
    border-radius: 15px;
    border: 2px solid #368185;;
    cursor: pointer;
    transition: background-color 0.3s;
}
.location-span-single:hover{
    color:#368185;
    background-color: rgb(255, 255, 255);
}
.dammam-txts-div{
    justify-content: start;
}
.riyadh-txts-span{
    transform: translateX(15px);
}
.khobar-txts-div{
    justify-content: end;
    margin-bottom: 100px;
}
.location-icon{
    font-size: 17px;
}

.map-img-div{
    position: absolute;
    width: 100%;
    bottom: 0px;
    border-radius: 0 0 18.5px 0;
}
.map-img{
    width: 100%;
    /* border-radius: 0 0 14px 0; */
    border-radius: inherit;
}

/*-- media-query-- */
/*-- media-query-- */
@media (min-width: 900px) and (max-width: 1150px) {
    .ryiadh-img-div{
        height: 240px;
        width: 160px;
    }
    .ryiadh-img{
        height: 240px;
        width: 160px;
    }
    .dammam-img-div{
        height: 180px;
        width : 130px;
        transform: rotate(-12deg) translateX(-130px) translateY(-20px);
    }
    .dammam-img{
        height: 180px;
        width : 130px;
    }
    .khobar-img-div{
        height: 180px;
        width: 130px;
        transform: rotate(12deg) translateX(130px) translateY(20px);
    }
    .khobar-img{
        height: 180px;
        width: 130px;
    }
}
@media (min-width: 150px) and (max-width: 900px) {
    .location-texts-div{
        width: 80%;
    }
    .map-img{
        max-width: 300px;
    }
    .location-div {
        flex-direction: column;
    }
    .ryiadh-img-div{
     height: 180px;
    width: 130px;
    }
    .ryiadh-img{
        height: 180px;
        width: 130px;
    }
    .dammam-img-div{
        height: 150px;
        width : 90px;
        transform: rotate(-12deg) translateX(-110px) translateY(-20px);
    }
    .dammam-img{
        height: 150px;
        width : 90px;
    }
    .khobar-img-div{
        height: 150px;
        width: 90px;
        transform: rotate(12deg) translateX(110px) translateY(20px);
    }
    .khobar-img{
        height: 150px;
        width: 90px;
    }
    .location-span-single{
        font-size: 15px;
    }
}
/*-----NEW CLASSIFICATION PAGE-------------*/
/*-----NEW CLASSIFICATION PAGE-------------*/
/*-----NEW CLASSIFICATION PAGE-------------*/
/*-----NEW CLASSIFICATION PAGE-------------*/
.cato-viweport-container {
  min-height: 100vh;
  width: 100%;
  flex-wrap: wrap;
  /* margin: 20px; */
}

.sedig-catogery-container-div {
  position: relative;
  height: 450px;
  width: 100%;
  max-width: 350px;
  border: 1px solid rgb(247, 247, 247);
  border-radius: 10px;
  background-color: rgb(238, 238, 238);
  cursor: pointer;
  margin: 15px;
}
.sedig-catogery-container-div:hover {
  background-color: rgb(255, 255, 255);
}
.sedig-catogery-container-div:hover .inner-right-shape-div {
  background-color: rgb(255, 255, 255);
}
.sedig-catogery-container-div:hover .back-ground-shape-div {
  transform: translateX(-85px);
}
.sedig-catogery-container-div:hover .bottom-background-shape-div {
  /* border-bottom: 100px; */
  border-bottom-width: 80px;
  border-left-width: 80px;
}
.sedig-catogery-container-div:hover .sedig-cato-span {
  font-size: 25px;
  color: white;
  /* background-color: rgb(238, 238, 238);  */
   background-color: rgba(50, 136, 138, 0.8);
}
.sedig-catogery-container-div:hover .sedig-cato-span-eng {
  font-size: 20px;
}
.sedig-catogery-container-div:hover .sedig-bottom-line-cat-shape {
  bottom: 90px;
}
.sedig-catogery-container-div:hover .sedig-left-line-cat-shape {
  left: 30px;
}
.outer-back-ground-shape-div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* border: 1px solid; */
  /* align-items: flex-start; */
  overflow: hidden;
  border-radius: 8px;
}

.back-ground-shape-div {
  position: absolute;
  top: 0;
  left: 0;
  height: 40%;
  width: 80%;
  transform: translateX(-65px);
  transition: transform 0.2s;
}

.sedig-left-right-shape-div {
  flex: 1;
  height: 100%;
  /* background-color: aquamarine; */
}

.sedig-right-shape-div {
  /* background-color: rgb(150, 212, 248); */
  background-color: rgba(50, 136, 138, 0.8);
}

.sedig-left-shape-div {
  /* background-color: rgb(150, 212, 248); */
  /* background-color: rgb(40, 121, 123); */
  background-color: rgba(50, 136, 138, 0.8);
  border-radius: 0 0 52% 0;
}

.inner-right-shape-div {
  height: 100%;
  width: 100%;
  background-color: rgb(238, 238, 238);
  border-radius: 55% 0 0 0;
}

.bottom-background-shape-div {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 0;
  width: 0;
  border-bottom: 100px solid rgba(50, 136, 138, 0.8);
  border-left: 100px solid transparent;
  transition: border-bottom 0.5s, border-left 0.5s;
  /* border-right: 7px solid transparent; */
}

.sedig-left-line-cat-shape {
  position: absolute;
  left: 15px;
  height: 100%;
  width: 1px;
  background-color: rgb(234, 234, 234);
  transition: left 0.3s;
}
.sedig-bottom-line-cat-shape {
  position: absolute;
  bottom: 15px;
  width: 100%;
  height: 1px;
  background-color: rgb(234, 234, 234);
  transition: bottom 0.3s;
}
.gatogery-body-div {
  position: absolute;
  height: 100%;
  width: 100%;
  /* justify-content: space-between; */
  /* background-color: black; */
}
.sedig-cato-imgs-container {
  flex: 1;
  width: 85%;
  /* background-color: antiquewhite; */
}
.sedig-cato-main-img-div {
  height: 250px;
  width: 80%;
  /* border: 1px solid rgb(232, 232, 232); */
  border-radius: 25px 0 25px 0;
  padding: 10px;
  margin-bottom: 10px;
  background-color: white;
  filter: drop-shadow(1px 1px 2px #dbdbdb);
}

.sedig-main-cato-img {
  /* width: 100%; */
  max-width: 100%;
  max-height: 100%;
  margin: 0 !important;
}
.sedig-cato-imgs-div {
  width: 80%;
  justify-content: space-between;
}
.sedig-cato-img-div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  /* border: 1px solid rgb(232, 232, 232); */
  border-radius: 7px;
  background-color: white;
  filter: drop-shadow(1px 1px 2px #cfcfcf);
  padding: 2px;
}

.sedig-cato-txts {
  height: 70px;
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
  filter: drop-shadow(1px 1px 2px #cfcfcf);
  /* background-color: blueviolet; */
}
.sedig-cato-span {
  font-size: 24px;
  /*font-weight: bold;*/
  transition: font-size 0.2s;
  color: #474747;
  /* color: rgb(40, 121, 123); */
  padding: 1px 15px 1px 15px;
  margin: 2px;
  background-color: rgb(255, 255, 255);
  border-radius: 7px;
}
/* .sedig-cato-span :hover{
  color: white;
  background-color: rgb(40, 121, 123); 
} */
.sedig-cato-span-eng {
  font-size: 19px;
}
/* -------------------SAFTEY BLOG STYLE------------------ */
/* -------------------SAFTEY BLOG STYLE------------------ */
/* -------------------SAFTEY BLOG STYLE------------------ */
.sedig-blog-container{
  min-height: 100%;
  width: 100%;
  padding:0 20px 0 20px;
}
.sedig-single-pro-txts-blog-div{
  width: 100%;
  margin:5px 0 5px 0;
  color: #474747;
}
.sedig-single-pro-txts-blog-header-div{
  border-right: 2px solid #28797b ;
  padding-right: 15px;
  background-image: linear-gradient(to left, #eeeeee, #ffffff);
}
.sedig-single-blog-txt-parag{
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
.sedig-single-blog-txt-parag-list-body{
  font-size: 16px;
    line-height: 1.0;
}
.sedig-bold-span{
  font-weight: bold;
  color: #28797b;
}
.sedig-single-blog-txt-span{
  font-size: 18px;
}
.sedig-single-blog-txt-header-span{
  font-size: 25px;
  color: #28797b;
  font-weight: bold;
}
.sedig-blog-txt-h3{
  font-size: 18px;
  margin: 0;
  padding: 10px 0 10px 0;
}
.sedig-blog-products-img-div{
  width: 100%;
  flex-wrap: wrap;
}
.sedig-safety-list{
  margin: 0;
   margin-bottom: 10px;
}
.sedig-single-pro-img-blog-div{
  height: 100%;
  margin: 15px;
  padding:10px;
  box-shadow: 0 3px 10px rgb(213, 213, 213);
  border: 1px solid #ffffff;
  border-radius: 15px;
  cursor: pointer;
}
.sedig-single-pro-img-blog-div:hover{
  border: 1px solid #91d0d3;
}
.sedig-single-pro-img-blog-div:hover .sedig-single-img-pro-blog{
  max-height: 80%;
  max-width: 80%;
}
.sedig-single-pro-img-blog-div-header{
  width: 250px;
  height: 220px;
}
.sedig-single-img-pro-blog{
  max-width: 100%;
  max-height: 100%;
  transition: max-width 0.5s , max-height 0.5s;
}
.sedig-anchor-blog{
  text-decoration: none;
  color: inherit;
}

@media (min-width : 660px) and (max-width: 800px){
  .sedig-single-blog-txt-parag{
  font-size: 15px;
  }
  .sedig-single-blog-txt-parag-list-body{
  font-size: 14px;
  }
  .sedig-single-blog-txt-span{
  font-size: 16px;
  }
  .sedig-single-blog-txt-header-span{
    font-size: 20px;
  }
  .sedig-blog-txt-h3{
  font-size: 16px;
  }
}
@media (max-width: 660px){
  .sedig-single-blog-txt-parag{
  font-size: 13px;
  }
  .sedig-single-blog-txt-parag-list-body{
  font-size: 12px;
  }
  .sedig-single-blog-txt-span{
  font-size: 14px;
  }
  .sedig-single-blog-txt-header-span{
    font-size: 18px;
  }
  .sedig-blog-txt-h3{
  font-size: 14px;
  }
}
  
/* ----------SAFTEY BLOG STYLE------------- */
/* ----------SAFTEY BLOG STYLE------------- */
/* ----------SAFTEY BLOG STYLE------------- */


/* ------------SEDIG BODY STYLE------------ */
/* ------------SEDIG BODY STYLE------------ */
/* ------------SEDIG BODY STYLE------------ */
.sedig-body-div{
  min-height:100vh;
  width: 100%;
}
/* ----------------SECTION1 CSS---------------- */
/* --------------SECTION1 CSS------------------ */
/* ----------SECTION1 CSS--------------- */
.ss1-container{
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(to top,rgb(255, 255, 255) 25%, rgb(232, 232, 232) 40%, rgb(255, 255, 255) 100%);
  overflow: hidden;
}
/* ----txts div----- */
/* ----txts div----- */
.ss1-txts-container{
  width: 100%;
  text-align: center;
  z-index: 1;
}
.ss1-single-txt-div{
  margin: 5px 0 5px 0;
}
.ss1-single-span{
  font-size: 40px;
  font-weight: bold;
  color: #474747;
  padding: 9px 0px 9px 0px;
}
.ss1-small-span{
  font-size: 25px;
  font-weight: normal;
  opacity: 0.7;
}
.ss1-buy-now-btn{
  padding: 9px 50px 9px 50px;
  background-color: #175255;
  color: #e9f9f9;
  border: 2px solid #175255;
  border-radius: 10px;
  font-size: 30px;
  margin-top: 20px;
  transition: background-color 0.5s;
  box-shadow: 0 2px 7px rgb(85, 85, 85);
}
.ss1-buy-now-btn:hover,.ss1-classi-span:hover{
  background-color: #ffffff;
  color: #175255;
}
/* -----imgs div-------- */
/* -----imgs div-------- */
.ss1-imgs-div{
  flex: 0.5;
  position: relative;
  width: 70%;
}
.ss1-tow-img-div{
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-end;
}
.ss1-center-single-img{
  filter: drop-shadow(10px 10px 5px #818181);
  cursor: pointer;
  opacity: 1;
  transition: transform 0.5s , opacity 2s;
}
.ss1-center-single-img:hover{
  transform: translateY(-10px);
}
.YT-55292-img,.YT-09004-img{
  height: 250px;
}
.YT-09031-img,.YT-828075-img{
  height: 200px;
}
.ss1-center-pro-img-motion{
  opacity: 0;
  transform: translateY(-100px);
}
/* -------catogory div----- */
/* -------catogory div----- */
.ss1-cato-container{
  display: flex;
  width: 85%;
    /* overflow */
  flex-wrap: nowrap;            
  gap: 12px;
  overflow-y: auto;            
  -webkit-overflow-scrolling: touch; 
  scrollbar-width: none;       
  -ms-overflow-style: none;  
  padding: 0 20px 0 20px;
}
.ss1-cato-container::-webkit-scrollbar {    
  display: none;
}
.ss1-cato-container > div {
  margin: 15px auto; 
}
.ss1-cato-container * {
  user-select: none;
  -webkit-user-drag: none;
}
.ss1-classifi-container {
  position: relative;
  height: 330px;
  min-width: 330px;
  background-image: linear-gradient(to bottom, #ebebeb, #ffffff);
  overflow: hidden;
  margin: 15px;
  border-radius: 15px;
  box-shadow: 0 3px 10px rgb(232, 232, 232);
  cursor: pointer;
  transition: transform 0.5s;
}
.ss1-classifi-container:hover{
  transform: translateY(-15px);
}
.ss1-classi-beam-div{
  position: relative;
  height: 100%;
  width: 100%;
}
.ss1-shape-beam-div {
  position: absolute;
  right: -180px;
  top: -160px;
  height: 300px;
  width: 180px;
  border-radius: 0 0 100% 100%;
  transform: rotate(-40deg) scale(1);
}
.ss1-lsb-power-tools {
  left: -25px;
  top: -10px;
  background-image: linear-gradient(to bottom, #f3e28f, #f87f6a);
}
.ss1-rsb-power-tools {
  top: -150px;
  right: -135px;
  border-radius: 0;
  background-color: #80b2e5;
}
.left-hand-tools-shape-div {
  left: 0;
  top: -65px;
  background-image: linear-gradient(to bottom, #6ab1f8, #32c258);
}
.right-hand-tools-shape-div {
  right: -220px;
  top: -95px;
  background-color: #f57fa6;
}
.left-seafty-tools-shape-beam-div {
  left: 0px;
  top: -115px;
  background-image: linear-gradient(to bottom, #f86a99, #fba4b0);
}
.right-carage-shape-beam-div {
  right: -120px;
  top: -115px;
  height: 450px;
  border-radius: 0;
  background-image: linear-gradient(to bottom, #eff86a, #fba4b0);
}
.ss1-classi-body-div {
  position: absolute;
  height: 100%;
  width: 100%;
  justify-content: space-evenly;
}
.ss1-cato-imgs-div {
  width: 100%;
  justify-content: space-evenly;
}
.ss1-single-items-div {
  width: 100%;
  justify-content: space-evenly;
}
.ss1-catog-single-item-div {
  width: 150px;
  height: 155px;
  margin: 5px;
  background-image: linear-gradient(to bottom right, #f0f5fb, #e5ecf4);
  box-shadow: 3px 3px 5px #bac6d4;
  border-radius: 7px;
  padding: 5px;
}
.ss1-catog-single-item-div-translate {
  transform: translateY(-15px);
}
.ss1-single-classi-item-img {
  max-width: 100%;
  max-height: 100%;
  transition: max-width 0.5s , max-height 0.5s;
}
.ss1-single-classi-item-img:hover {
  max-width: 80%;
  max-height: 80%;
}
/* .ss1-classi-txts-div{ */
/* transform: translateX(30px); */
/* } */
.ss1-classi-span {
  color: #e9f9f9;
  background-color: #175255;
  border: 2px solid #175255;
  border-radius: 15px;
  padding: 0px 25px 0px 25px;
  font-size: 26px;
  border-radius: 7px; transition: background-color 0.5s;
}

.ss1-back-shape-div{
  position: absolute;
  top: 0;
  right: 0;
  height: 70%;
  width: 70%;
  background-image: linear-gradient(to top right, #bbbbbb,#ffffff);
  border-radius: 0 0 0 100%;
  /* transform: rotate(-15deg) scale(1) translateX(-300px) translateY(-200px); */
  /* box-shadow: 0 3px 10px rgb(181, 181, 181); */
  box-shadow: 0 2px 5px rgb(85, 85, 85);
  z-index: 0;
}
.ss1-back-shape2-div{
  background-image: linear-gradient(to top right, #cf5d5d,#cf5d5d);
  box-shadow: 0 3px 7px rgb(107, 107, 107);
  height: 71%;
  width: 71%;
}
/* ------mobile response------ */
/* ------mobile response------ */
@media (min-width: 900px) and (max-width: 1500px) {
.YT-55292-img,.YT-09004-img{
  height: 200px;
}
.YT-09031-img,.YT-828075-img{
  height: 150px;
}
.ss1-classifi-container {
  position: relative;
  height: 250px;
  min-width: 250px;
}
.ss1-catog-single-item-div {
  width: 100px;
  height: 105px;
}
.ss1-classi-span {
  font-size: 20px;
  padding: 7px 20px 7px 20px;
}

}
@media (max-width: 900px) {
  .YT-55292-img,.YT-09004-img{
    height: 130px;
}
.YT-09031-img,.YT-828075-img{
  height: 80px;
}
.ss1-buy-now-btn{
    font-size: 20px;
}
.ss1-single-span{
  font-size: 25px;
}
.ss1-small-span{
  font-size: 17px;
}
.ss1-classifi-container {
  position: relative;
  height: 200px;
  min-width: 200px;
}
.ss1-catog-single-item-div {
  width: 80px;
  height: 85px;
}
.ss1-classi-span {
  font-size: 16px;
  padding: 4px 15px 4px 15px;
}
}

@media (max-width: 1620px) {
.ss1-cato-container{
  width: 100%;
}
}
@media (max-width: 650px) {
.ss1-tow-img-div{
flex-direction: column;
}
.ss1-left-tow-img-div{
  flex-direction: column-reverse;
  align-items: flex-start;
}
.ss1-back-shape-div{
  width: 90%;
}
.ss1-back-shape2-div{
  width: 91%;
}
.ss1-single-span{
  padding: 2px 2px 2px 2px;
}
.ss1-small-span{
  font-size: 13px;
}
}
/* ----------------SECTION2 CSS---------------- */
/* --------------SECTION2 CSS------------------ */
/* ----------SECTION2 CSS--------------- */
.ss2-container{
 height: auto;
 width: 100%;
 padding: 50px 0 50px 0 ;
}
.ss2-left-sqr-banar-div-hidden{
  opacity: 0;
  transform: translateX(-150px);
}
.ss2-right-sqr-banar-div-hidden{
  opacity: 0;
  transform: translateX(150px);
}
.ss2-three-banar-container-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 100%;
}
.ss2-sqr-banar-div {
  position: relative;
  flex: 0.3;
  height: 500px;
  min-width: 400px;
  margin: 1px;
  font-size: 23px;

  font-weight: bold;
  color: rgb(74, 74, 74);
  transition: opacity 1.5s,transform 1s;
}
.ss2-left-sqr-banar-div-bc {
  background-image: linear-gradient(to right, #ffffff, #f0f0f0);
}
.ss2-center-sqr-banar-div {
  background-image: linear-gradient(to right, #f0f0f0, #e4e4e4);
}
.ss2-right-sqr-banar-div-bc {
  /* background-image: linear-gradient(to top left, #39b385, #9be15d); */
  background-image: linear-gradient(to right, #e4e4e4, #ffffff);
}
.ss2-sqr-back-div {
  position: absolute;
  height: 85%;
  width: 100%;
  justify-content: end;
}
.ss2-left-sqr-back-div {
  justify-content: end;
}
.ss2-center-sqr-back-div {
  justify-content: center;
}
.ss2-right-sqr-back-div {
  justify-content: start;
}
.ss2-tow-row-divs {
  height: 33.7%;
  width: 100%;
  justify-content: end;
}
.ss2-left-row-div {
  height: 100%;
  width: 100%;
}
.ss2-left-row-div-left-sqr {
  width: 100%;
}
.ss2-right-row-div {
  width: 40%;
  height: 100%;
}
.ss2-right-row-div-right-sqr {
  width: 25%;
}
.ss2-left-bottom-left-border-div {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 200px;
  width: 200px;
  border-radius: 0 0 0 15px;
}
.ss2-right-top-right-border-div {
  position: absolute;
  top: 0;
  right: 0;
  height: 200px;
  width: 200px;
  border-radius: 0 15px 0 0;
}
.ss2-my-border-bottom {
  border-bottom: 3px solid rgb(255, 255, 255);
}
.ss2-my-border-top {
  border-top: 3px solid rgb(255, 255, 255);
}
.ss2-border-right {
  border-right: 3px solid rgb(255, 255, 255);
}
.ss2-border-left {
  border-left: 3px solid rgb(255, 255, 255);
}
.ss2-left-sqr-body-div {
  height: 60%;
  width: 100%;
  z-index: 1;
}
.ss2-sqr-left-txts-div {
  flex: 0.5;
  width: 100%;
}
.ss2-sqr-left-imgs-div {
  flex: 0.5;
  width: 100%;
}
.ss2-left-sqr-span {
  margin-top: 20px;
}
.ss2-left-bottom-span {
  margin-top: 15px;
  transform: translateX(-70px);
}
.ss2-single-img-left-line {
  height: 50%;
  width: 3px;
  background-color: rgb(211, 211, 211);
  border-radius: 3px;
}
.ss2-single-img-left-sq-less-height{
    height: 30%;
}
.ss2-left-sqr-imgs-div{
    flex: 1;
    height: 150px;
    width: 150px;
}
.ss2-left-sqr-img {
  max-width: 100%;
  max-height: 100%;
  filter: drop-shadow(7px 2px 4px rgb(146, 146, 146));
  cursor: pointer;
  transition: max-width 0.5s , max-height 0.5s;
}
.ss2-left-sqr-img:hover{
  max-width: 80%;
  max-height: 80%;
}
.ss2-center-sqr-body-div {
  height: 100%;
  width: 100%;
  z-index: 1;
}
.ss2-center-body-txts-div,
.ss2-center-body-sqr-imgs-div {
  flex: 1;
  width: 100%;
}
.ss2-center-body-single-txts-div{
  width: 100%;
  justify-content: start;
  padding: 0 15px 10px 15px;
}
.ss2-center-body-single-txts-bottom-div{
  justify-content: center;
}
.ss2-center-imgs-div{
  width: 100%;
  height: 100px;
}
.ss2-center-body-sqr-img {
  width: 300px;
  filter: drop-shadow(7px 2px 4px rgb(146, 146, 146));
  transform: translateY(20px);
  cursor: pointer;
  transition: width 0.5s;
}
.ss2-center-body-sqr-img:hover{
width: 250px;
}
.ss2-body-right-sqr-div {
  height: 100%;
  width: 100%;
  z-index: 1;
}
.ss2-right-body-sqr-txts-div,
.ss2-right-body-sqr-img-div {
  flex: 1;
}
.ss2-right-body-sqr-img-div {
  width: 100%;
  justify-content: space-evenly;
}
.ss2-right-sqr-img {
  width: 20%;
  border: 1px solid;
  filter: drop-shadow(7px 2px 4px rgb(146, 146, 146));
}
.ss2-right-body-sqr-txts-div {
  width: 100%;
}
.ss2-right-body-sqr-div-span {
  transform: translateY(-80px);
}
/* ----media--------- */
/* ----media--------- */
/* ----media--------- */
@media (max-width: 1200px) {
.ss2-three-banar-container-div {
  flex-direction: column;
}
.ss2-sqr-banar-div {
  flex: none;
  min-width: 650px;
}
}
@media (max-width: 730px) {
.ss2-sqr-banar-div {
  flex: none;
  height: 350px;
  min-width: 90%;
}
.ss2-left-sqr-imgs-div{
    height: 100px;
    width: 100px;
}
.ss2-sqr-banar-div {
    font-size: 12px;
}
.ss2-center-body-sqr-img {
  width: 200px;
}
.ss2-center-body-sqr-img:hover {
  width: 180px;
}
.ss2-left-bottom-span {
  margin-top: 10px;
}
.ss2-left-bottom-span {
  transform: translateX(-40px);
}
}
@media (min-width : 730px) and (max-width : 1850px){
  .ss2-sqr-banar-div {
    font-size: 19px;
  }
}

/* ----------------SECTION3 CSS---------------- */
/* --------------SECTION3 CSS------------------ */
/* ----------SECTION3 CSS--------------- */
.ss3-tmphide{
  opacity: 0;
  transform: translateX(-50px) translateY(-10px);
}
.ss3-container{
    width: 100%;
    padding: 0 0 20px 0;
  transition: opacity 2s, transform 1s;
}
.ss3-container-hidden {
  opacity: 0;
  transform: translateY(250px);
}
.ss3-inner-container{
  /* flex-direction: row; */
  width: 100%;
}
.ss3-catogs-txts-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 600px;
}
.ss3-outer-catogs-div {
  flex: 1;
  height: 100%;
}
.ss3-inner-catog-div{
  position: relative;
  height: 100%;
}
.ss3-single-cato-div{
  position: absolute;
  width:300px;
  transition: opacity 0.5s , transform 0.5s;
}
.single-img{
  transform:rotate(-15deg) translateX(-40px) translateY(0px);
}
.single-img-1{
  transform:rotate(-5deg) translateX(-20px) translateY(-10px);
}
.single-img-2{
  transform:rotate(5deg) translateX(0px) translateY(-20px);
}
.txts-div {
  position: relative;
  flex: 0.8;
  height: 70%;

  color: #474747;
}
.ss3-single-txts-div{
  position: absolute;
  width: 100%;
  height: 50%;
  transition: opacity 0.5s , transform 0.5s ;
}
.ss3-hide-div{
  opacity: 0;
  transform: translateX(50px);
}
.single-txt-div{
  position: absolute;
  font-size: 30px;
  text-align: start;
}
.ss3-txts-span-btn-div{
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
.txts-span-btn{

  font-size: 24px;
  background-image: linear-gradient(to top,     #e32c2c, #fdb0ad);
  padding: 7px 50px 7px 50px;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 3px 7px rgb(126, 126, 126);
  transition: background-image 1s;
}
.txts-span-btn:hover{
  background-image: linear-gradient(to top right, #ffffff,rgba(255, 255, 255, 0.7));
  color: #e32c2c;
  border: 1px solid #e32c2c;
}
.ss3-shvls-shomor-div{
  width: 75%;
  margin: 20px 0 0 0;
}
.ss3-single-shvl-div{
  width: 50px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #c2c2c2;
  margin: 0 5px 0 5px;
  cursor: pointer;
  transition: width 0.2s, height 0.2s;
}
.ss3-single-shvl-div:hover {
  width: 60px;
  height: 14px;
}
.ss3-active-btn{
  /* border-color:#f0505b; */
  border-color:#f5afaf;
  /* background-image: linear-gradient(to top right, #f0505b,#f0505b); */
  background-image: linear-gradient(to top,     #e32c2c, #fdb0ad);
}
.ss3-catogery-container-div-height {
  height: 430px;
}
.ss3-catog-shape-color{
  background-color: #e94c56;
}
.ss3-catog-shape-color-bottom {
  border-bottom-color: #e94c56;
}
.ss3-catog-shape-color-2{
  background-color: #6e9beb;
}
.ss3-catog-shape-color-bottom-2 {
  border-bottom-color: #6e9beb;
}
@media (min-width : 950px) and (max-width : 1250px){
.ss3-catogery-container-div-height {
  height: 400px;
}
.txts-span-btn{
  font-size: 20px;
}
.single-txt-div{
  position: absolute;
  font-size: 23px;
}
.ss3-sedig-cato-span{
font-size: 15px;
}
.ss3-sedig-cato-span:hover{
font-size: 16px;
}
.sedig-catogery-container-div:hover .ss3-sedig-cato-span {
  font-size: 16px;
}
.sedig-catogery-container-div:hover .ss3-sedig-cato-span {
  font-size: 16px;
}
}
@media (max-width : 950px){
.ss3-catogs-txts-container {
  flex-direction: column;
  width: 100%;
  justify-content: center;
}
.ss3-catogery-container-div-height {
  height: 400px;
}
.ss3-outer-catogs-div{
  flex: none;
  height:450px;
  width: 100%;
}
.txts-div {
  flex: none;
  height: 30%;
  width: 100%;
  padding: 0 0 20px 0 ;
}
.single-txt-div{
  position: absolute;
  width: 100%;
  font-size: 20px;
  padding: 0 20px 0 20px;
}
.txts-span-btn{
  font-size: 20px;
  bottom: 0;

}
.ss3-inner-container{
  height: 100vh;
}
.ss3-sedig-cato-span{
font-size: 14px;
}
.ss3-sedig-cato-span:hover{
font-size: 15px;
}
.sedig-catogery-container-div:hover .ss3-sedig-cato-span {
  font-size: 15px;
}
.sedig-catogery-container-div:hover .ss3-sedig-cato-span {
  font-size: 15px;
}
.ss3-shvls-shomor-div{
  width: 75%;
  margin: 40px 0 0 0;
}
.single-img{
  transform:rotate(-3deg) translateX(-20px) translateY(0px);
}
.single-img-1{
  transform:rotate(0deg) translateX(-10px) translateY(-5px);
}
.single-img-2{
  transform:rotate(3deg) translateX(0px) translateY(-10px);
}
}
/* ----------------SECTION4 CSS---------------- */
/* --------------SECTION4 CSS------------------ */
/* ----------SECTION4 CSS--------------- */

.ss4-container{
    height: 75vh;
    width: 100%;
}
.ss4-top-div{
    position: relative;
    flex: 0.6;
    width: 100%;
    background-color: #000;
}
.ss4-inner-top-div{
    height: 100%;
    width: 75%;
    justify-content: start;
}
.ss4-bottom-div{
    flex: 1;
    width: 100%;
    background-color: #e0010b;
    font-size:60px;
    font-weight: bold;
    align-items: flex-start;
}
.ss4-inner-bottom-div{
    width: 75%;
    height: 100%;
    align-items: flex-start;
}
.ss4-yato-img{
    height: 200px;
    border-radius: 15px;
    background-color: white;
}
.ss4-bottom-span{
    display: flex;
    height: 80px;
    transition: transform 1s, opacity 0.5s;
    justify-content: start;
    align-items: center;
}
.ss4-bottom-span-WHITE{
    color: white;
}
.ss4-bottom-span-BLACK{
    color: #000 ;
}
.ss4-bottom-div-txts-btn{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.ss4-bottom-span-trans1{
    opacity: 0;
    transform: translateX(250px);
}
.ss4-bottom-span-trans2{
    opacity: 0;
    transform: translateX(450px);
}
.ss4-bottom-span-trans3{
    opacity: 0;
    transform: translateX(550px);
}
.ss4-buy-now-btn{
    background-color: white;
    font-weight: bold;
    padding: 8px 30px 8px 30px;
    border: none;
    border-radius: 20px;
    transition: background-color 0.5s;
    color: #e0010b;
    z-index: 1;
}
.ss4-buy-now-btn:hover{
    background-color: #000;
    color: white;
}
@media (min-width : 1345px) and (max-width : 1600px){
.ss4-yato-img{
    height: 150px;
}
.ss4-bottom-div{
font-size: 50px;
}
.ss4-bottom-span{
    height: 60px;
}
.ss4-buy-now-btn{
    padding: 15px 30px 25px 30px;
}
}
@media (min-width : 1060px) and (max-width : 1345px){
.ss4-yato-img{
    height: 150px;
}
.ss4-bottom-div{
font-size: 50px;
}
.ss4-bottom-span{
    height: 60px;
}
.ss4-bottom-div-txts-btn{
    flex-direction: column;
}
.ss4-buy-now-btn{
    padding: 10px 20px 22px 20px;
    transform: translateY(20px);
    max-width: 420px;
}
}
@media (min-width : 700px) and (max-width : 1060px){
.ss4-yato-img{
    height: 130px;
}
.ss4-bottom-div-txts-btn{
    flex-direction: column;
}
.ss4-bottom-div{
font-size: 40px;
}
.ss4-bottom-span{
    height: 45px;
}
.ss4-buy-now-btn{
    padding: 13px 20px 13px 20px;
    max-width: 350px;
    transform: translateY(20px);
}
}
@media (max-width : 700px){
.ss4-container{
    height: 80vh;
}

.ss4-inner-top-div{
    width: 100%;
    padding: 0 20px 0 20px;
}
.ss4-inner-bottom-div{
    width: 100%;
    padding: 0 20px 0 20px;
}
.ss4-yato-img{
    height: 110px;
}
.ss4-bottom-div-txts-btn{
    flex-direction: column;
}
.ss4-bottom-div{
font-size: 28px;
}
.ss4-bottom-span{
    height: 45px;
}
.ss4-buy-now-btn{
    padding: 12px 18px 12px 18px;
    max-width: 250px;
    transform: translateY(20px);
}
}
@media (max-width : 420px){
.ss4-container{
    height: 80vh;
}
.ss4-yato-img{
    height: 80px;
}
}
/* ------------SEDIG BODY STYLE------------ */
/* ------------SEDIG BODY STYLE------------ */
/* ------------SEDIG BODY STYLE------------ */