
.mainWishListDiv {

    margin-top: 30px;
   
    width: 100%;
}

.mainProductCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    margin-right: 25px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 15px 20px 20px 10px;
    background: #F4F4F4;
}
.mainImageDiv{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 25%;
    margin-right: 10px !important;
    cursor: pointer;
}
.productImgUp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 120px;
width: 120px;
    overflow: hidden;
    
}

.productImage{
    height: 120px;
    width: 120px;
    object-fit: contain;
}

.productNameDiv {
 width: 50%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 
}

.productName {

    font-size: 20px;
    line-height: 23px;
    height: 22px;
    color: #161616;
    margin: 0px 0px 3px 0px;
    overflow: hidden;
    font-weight: 800;
    font-family: Gilroy-SemiBold;
}

.catgoryName{
    font-size: 12px;
line-height: 14px;

color: #FF3A00;

margin: 3px 0px;
font-family: Gilroy-Regular;

}
.unitName{
    font-size: 13px;
line-height: 15px;
color: #747474;
margin: 3px 0px;
font-family: Gilroy-SemiBold;
}

.productPrice {
    font-size: 25px;
line-height: 29px;
margin: 5px 0px 0px 0px;
color: #FF3A00;
font-weight: bold;
font-family: Gilroy-Bold;
}
.mainRightDivUp{
margin-left: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

}
.mainRightCartDiv{

 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 text-align: end !important;
}


.mainBtndiv {
    position: relative;
    margin-top: 20px;
    width: 100%;
}


.addBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 38px;
    
    background: -webkit-gradient(linear, left top, left bottom, from(#FF6738), to(#FF3A00));
    
    background: -o-linear-gradient(top, #FF6738 0%, #FF3A00 100%);
    
    background: linear-gradient(180deg, #FF6738 0%, #FF3A00 100%);
    border-radius: 8px;
    color: white !important;
    z-index: 1;
    font-family: Gilroy-Bold;
    cursor: pointer;
}
.number{
    font-family: Gilroy-Bold; 
}
.addAfterBtn {
    position: absolute;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF6738), to(#FF3A00));
    background: -o-linear-gradient(top, #FF6738 0%, #FF3A00 100%);
    background: linear-gradient(180deg, #FF6738 0%, #FF3A00 100%);
    border-radius: 8px;
    height: 38px;
    padding: 3px 5px !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white !important;
    

}

.cutomAddBtn {
    background-color: #ff9474;
    height: 30px;
    width: 32px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    cursor: pointer;
}

.mainCheckOutDiv {
    width: 250px;
    height: 190px;
    background: #F8F8F8;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 20px;
    margin-right: 0px;
}

.totalAmountName {
    margin: 5px 0px 5px 0px;
    font-size: 15px;
    line-height: 18px;
    color: #FF3A00;
}

.itemsclass {


    font-size: 20px;
    line-height: 23px;
    margin: 5px 0px;

    color: #313131;
}

.totalPrice {
    font-size: 30px;
    line-height: 35px;
    margin: 5px 0px;

    color: #159700;

}

.checkoutbtn {
    width: 100%;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(0, 185, 30, 0.28);
    border-radius: 5px;
    font-size: 15px;
    margin-top: 5px;
    color: #1E7400 !important;
}


@media only screen and (min-width: 1500px) {

    .mainImageDiv{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 20% !important;
        margin-right: 10px !important;
       
    }
  
     
    .productImgUp {
        height: 100px;
        width: 100px;
       
    }

    .productImage{
        height: 100px;
        width: 100px;
        object-fit: contain;
    }

    .productName {margin: 0px 0px 0px 0px;
    font-size: 22px;     line-height: 25px;}
    
    .catgoryName{  margin: 5px 0px;  font-size: 16px;}
    .unitName{ margin: 5px 0px;   font-size: 17px;}
    
    .productPrice {   margin: 0px 0px 0px 0px;font-size: 29px;}
}


@media only screen and (max-width: 1400px) {
    .mainRightCartDiv{
        width: 100% !important;
       min-width: 0px ;
    }
}

@media only screen and (max-width: 1150px) {

      .mainImageDiv{
          width: 30%;
          margin-right: 10px !important;
      }
      .productImgUp {
          height: 120px;
          width: 120px;
      }
      .productImage{
        height: 120px;
        width: 120px;
        object-fit: contain;
    }
}

@media only screen and (max-width: 600px) {
    .mainWishListDiv {
        padding-right: 7px !important;
    }
    .mainProductCard {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-right: 0px;
        padding: 15px 20px 20px 10px;
    }

    .wishPageBtn{
        margin-left: auto !important;
    }
    .mainImageDiv{
        width: 30%;
        margin-right: 10px !important;
    }
    .productImgUp {
        height: 75px;
        width: 75px;
    }
    .productImage{
        height: 75px;
        width: 75px;
        object-fit: contain;
    }
    .productName {margin: 0px 0px 0px 0px; font-size: 15px;height: 20px; overflow: hidden;}

    .unitName{ margin: 0px 0px; height: 16px; overflow: hidden; }
    .mainRightDivUp{
        width: 40%;
    }
    
    .productPrice {   margin: 2px 0px 0px 0px; height: 25px; overflow: hidden;}
  
 
  
}