#allCont{
    position:relative;
    display:grid;
    grid-template-columns: 1fr 1fr;
    width:1020px; 
    padding:0px 20px;
    grid-gap:20px;
    height:max-content;
    margin:auto;
    max-width: 100vw;
}
#aclPicPrim:hover img{
    opacity: 0;
}
#aclPicPrim{
    cursor: zoom-in;
    background: linear-gradient(#e6e6e6, #e6e6e6);
    width: 100%;
    /* aspect-ratio: 1/1; */
    aspect-ratio: 16 / 14;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
}
img{
    user-select:none;
}
#aclPicPrim img[data-sel="true"]{
    /* animation: refreshImageTn .3s ; */
}
@keyframes refreshImageTn {
    0%{
        opacity:0;
        
    }
    100%{
        opacity:1;
    }
}
#aclPicPrim img{
    position:absolute;
    height:100%;
    width:100%;
    object-fit: contain;
    object-position: bottom;  
    pointer-events: none; 
    transition:all .2s ease-in-out;
}
.aclplElem img{
    position:absolute;
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
    cursor:pointer;
    object-fit: contain;
    object-position: center;
    background-color: white;
}
.aclplElem[data-sel="true"]{
    border:1px solid black;
}
#acLeft{
    display:flex;
    flex-direction: column;
    gap:10px; 
}
#aclPicLower{
    /* display:grid;
    position:relative;
    grid-template-columns: repeat(4,1fr); 
    grid-auto-rows: max-content; 
    grid-gap:10px; */
    display: flex;
    flex-direction: row;
    gap:10px; 
    width:max-content;
    padding-bottom: 10px;
}
#aclplCont{
    width:100%;
    overflow-x: auto;
    overflow-y: hidden;
    height:135px;
    position: relative;

}
#aclPicLower{
    
    position:absolute;
}
.aclplElem{
    background:linear-gradient(#e6e6e6,#e6e6e6);
    width:115px;
    position:relative; 
    aspect-ratio: 1/1; 
    display:flex; 
    justify-content: center;
    align-items: center;
}
.acrSubTitle { 
  font-size: 20px;
  color:#2582df;
} 
.acrDesc{
    font-size:18px;
}
.acrTitle{
    font-size:30px; 
    font-weight: bold; 
}
.acrPrice{
    font-size:30px;
    font-weight: bold; 
    display:flex;  
    color:#0eab0e;
}
.acrPriceSale{
    font-size: 22px;
    font-weight: bold;
    padding-top: 10px;
    display: flex;
    color: #bdbdbd;
    text-decoration: line-through;
}

#acRight hr{
    border-bottom:none; 
    margin:15px 0px; 
}
.acrCont{
    display:flex;
    flex-direction: column;
    gap:10px; 
    margin-bottom:15px;
    user-select: none;
}
.acrCont > label{
    font-size:25px;
}
.acrCont div{
    display:flex;
    flex-direction: row;
    gap:10px; 
    flex-wrap: wrap;
}
.acrcCElem{
    height:40px;
    aspect-ratio: 1 /1;
    border-radius:50%; 
}
.acrCont .acrcCElem:nth-of-type(1){
    background-color: green;
}
.acrCont .acrcCElem:nth-of-type(2){
    background-color:brown;
}
.acrCont .acrcCElem:nth-of-type(3){
    background-color: orange;
}
.acrCont .acrcCElem:nth-of-type(4){
    background-color: purple;
}




.acrcSElem{
    font-size: 18px;
    height: 40px;
    aspect-ratio: 1 / 1;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius:10px;
    color:#000000c7;  
    border:1px solid #b0b0b0;

}
#acrpcIncr{
    display:flex;
    flex-direction: row;
 
    font-size:22px;  
    border:1px solid #8080808a;
    border-radius:5px; 
}
#acrpcIncr *{
    padding:10px;
    outline:none;
    background-color: transparent;
    border:none;
    user-select: none;
}
#acrPurCont{
    display:grid;
    grid-template-columns: max-content 1fr max-content;
    grid-column-gap: 10px;
}
#acrPurCont > div{

}
#acrPurCont span i{
    font-size:16px;    
    position:relative;
    top:2px;
}
#acrPurCont span:not(#paymentLoader):not(#paymentLoader):not(#paymentAmount){
    display:flex;
    justify-content: center;
    align-items: center;
    font-size:20px;
    border-radius:5px; 
    gap:5px;  
    padding:15px;



}
#acrpcCartBtn{
    border:1px solid gray;
    
}
#acrpcBuyBtn{
    background-color: rgb(255,118,0);
    color:white;
    padding:10px; 
  user-select: none;
  cursor:pointer;
}

#aclPicPrim{
    pointer-events: none;
  }
  
  #acLeft:hover #aclPicPrim{
    pointer-events: all;
  }

#descSecSub{
    width: 1020px;
    max-width:100vw;
    padding:0px 20px;
    position: relative;
    margin: auto;
    padding-top: 50px;
}
#descSecSub p{
    font-size: 18px;

}
#descSecSub label{
    font-weight: bold;
    font-size: 30px;
}



































  .labelTitleBold{
    width:1020px;
    max-width:100vw;
    margin:auto;
    display:flex;
    text-align: center; 
    margin-top:50px; 
    padding:15px 20px;
    align-items: center;
    font-size:30px;  
    justify-content: space-between;
  } 
  .labelTitleBold label{
    font-weight: bold;
  
  }
  








#tableElemSize{
    width:1020px;
    max-width: 100vw;
    padding:0px 20px;
    position:relative;
    margin: auto;
    padding-top:50px;
     
}
#tableElemSize table{
    width:100%;
    font-size:20px; 
    border-spacing: 0px; 

}
#tableElemSize table th{
    color:white; 
    background-color: #17374e;
    padding:5px;   

}
#tableElemSize table tr:nth-child(2n+1) td{
    background-color: #f7f7f7;  
}
#tableElemSize table td{
    text-align: center;
    padding:5px;  
    border-bottom:1px solid rgb(215, 215, 215); 
    
}





.acrcCElem[data-sel="true"]{
    opacity: 1 !important;
    /* border: 5px solid #000000;   */
    outline: 2px solid rgb(255, 255, 255);
    outline-offset: -5px;
    scale:1;
    
}
.acrCont .acrcSElem[data-sel="true"]{
    background-color: white; 
    /* border:2px solid #aaaaaa; */
    opacity: 1;
    /* color:black;  */
    background: #3498db;
    color: white;
    border: none;
}
#acrpciCount{
  width:40px;
  
}
.acrcCElem,.acrcSElem{
/* opacity: .5; */
cursor:pointer;
position:relative; 
/* background:#f5f5f6;  */
}
    .acrcSElem{
        cursor:pointer;
        /* background-color: #f5f5f6;  */
        width:60px;
    }
    .acrcCElem{
        opacity: 1 !important;
        display:flex;
        justify-content: center;
        align-items: center; 
        scale:.9;
    }
#acrpciMinus,#acrpciPlus{
    cursor:pointer;
}





figure.zoom {
    background-position: 50% 50%;
    position: relative;
    margin: 150px auto;
    border: 5px solid white;
    box-shadow: -1px 5px 15px black;
    height: 300px;
    width: 500px;
    overflow: hidden;
    cursor: zoom-in;
  }
  figure.zoom:hover img {
    opacity: 0;
    display:none;
  }
  figure.zoom img {
    transition: opacity 0.5s;
    display: block;
    width: 100%;
  }


  .pecUpper {
    overflow: hidden;
    background: linear-gradient(#eeeeef, #eeeeef);
}
.pecUpper img {
    top: -50px;
    object-fit: cover;
    width:100%;
}









.readMoreBtn{
    background-color: #d8e2ee !important;
    width: max-content !important;
    color: #2582df !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    font-size: 18px;

}
.readMoreBtn i{
    font-size: 17px;
    
}





#acrSubInfo{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    color:#535353;

}


.acsiTitle{
    font-size:18px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.acsiSub{
    font-size:18px;

}
#acrSubInfo i{
    width:40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#acrSubInfo > div{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:10px;
}



#dirPathProd{
    width:1020px;
    padding:0px 20px;
    max-width:100vw;
    margin:0px auto;
    font-size: 18px;
    padding-bottom: 15px;
}

#insLabIsPrv{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 0px;
    background: #ff7600;
    width: max-content;
    color: white;
    padding: 10px 20px;
    left: 50%;
    margin: 0px auto 50px auto;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
#emptyBladeCart{
    /* height:50px; */
    /* background-color: red; */
}
body > *:not(#dirPathProd,#page-header,#allCont,#tableElemSize,#descSecSub,.labelTitleBold,#prodFPCont){
    /* display: none; */
}
.prodContFP{
    padding:0px 20px;
    width:1020px !important;
}

#magnifying_img{
    object-fit: contain;
    background: white;
}





















/* whatsapp version */
#BlScWhTemp{
    background-color: rgba(0, 0, 0, 0.59);
    width:100%;
    height:100%;
    position:fixed;
    z-index:200;
}
#BlScWhTempInner{
    background-color: white;
    display: flex;
    flex-direction: column;
    width:450px;
    justify-content: center;
    align-items: center;
    left:50%;
    transform:translateX(-50%);
    position:relative;
    padding:10px 20px;
    top:50px;
    border-radius: 10px;
    overflow: hidden;
    max-width: 90vw;
}
#BlScWhTempInner *{
    font-family: cairo;
    
}
#BlScWhTempInner::before{
    /* content:'';
    background-color: #12B886;
    height:50px;
    width:100%;
    position:absolute;
    top:0px; */
}
#BlScWhTempInner span{
    z-index:5;
}
#BlScWhTempInner label{
    font-size:30px;
    font-weight: bold;

}
#BlScWhTempInner p{
    font-size: 17px;
    text-align: center;
    margin-bottom: 15px;
}
#BlScWhTempInner a{
    border-bottom:1px solid blue;
    color:blue;
    cursor:pointer;
}
#BlScWhTempInner button{
    background-color: #12B886;
    color:white;
    border:none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding:5px 15px;
    font-size: 22px;
    border-radius: 5px;
    gap: 5px;
}




















@media (max-width:1200px){
    #a{
        grid-template-columns: 1fr;
        max-width: 100vw;
    }
}



@media (max-width:1000px){
    #allCont{
        grid-template-columns: 1fr !important;
    }
    #aclPicPrim{
        pointer-events: none !important;
    }
}

@media (max-width:425px){
    #acrSubInfo > div{
        /*justify-content: center;*/
    }
}