

/* ----------------------product image preview------- --------------*/

.thumbnailImg{
    /* height: 7rem; */
    width: auto;
    object-fit: contain;
    
}
.productPreView{
    object-fit: cover;
    max-height: 35rem;
    width: auto;
   
}
#img-container{
    max-height: 35rem;
    
}


.thumbnailImgWrap{
    display: inline-block;
    transition: transform 0.3s;

   box-shadow: 2px 2px 2px 1px rgba(50, 49, 49, 0.4);
    width: 6rem;
}

.thumbnailImgWrap:hover{
    transform: scale(1.08);
}



.size{
    border: 2px solid rgba(0, 0, 0, 0.5);
    padding-left:0.7em ;
    max-width:2.5rem ;
    
}

@media (max-width:999px) {
    .thambUl{
        order: 1;
    }
    
}
.color{
    
    display: block;
     height: 25px;
   
}

.darkBtn{
    padding: 0.7rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 35px;
    background-color: black;
    text-decoration: none;
    color: white;
    font-weight: 500;
    cursor: pointer;
}
.yellowBtn{

    padding: 0.7rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 35px;
    background-color: rgb(252, 146, 7);
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: 500;
    cursor: pointer;
}

.yellowBtn:hover{
    
    color: white;
    background-color:rgb(246, 191, 40);
}
.darkBtn:hover{
    
    color: white;
    background-color:rgb(68, 67, 67);
}

.Icon-lg{
    font-size: large;
}
.setsize{
    font-size: 0.9rem;
}
/* ----------------------------------------truncatet text-------------------------- */
.text-container {
    overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 8;
}




/* ------------------------------------------modal---------------------------------------- */

        /* The modal container */
        .modal {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 100; /* Sit on top */
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            /* background-color: rgba(0, 0, 0, 0.6); Black overlay with transparency */
            overflow: auto; /* Enable scroll if the content exceeds the viewport */
        }

        /* Modal content */
        .modal-content {
           
            margin: 15% auto; /* 15% from the top and centered horizontally */
            padding: 20px;
            border: 1px solid #888;
            width: 50%;
            max-width: 400px; /* Adjust the width as needed */
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            border-radius: 5px;
            position: absolute;
            left: 40%;
            bottom: -15%;
            text-align: center;
            opacity: 0; /* Initially, make it invisible */
            transform: translateY(100%); /* Move it up */
            transition: opacity 0.3s, transform 0.3s; /* Add transition effect */
            border: 1px solid rgb(255,190,31);
            background-color: #000;
            
            
        }

        .modal-content.show {
            opacity: 1; /* Make it visible */
            transform: translateY(0); /* Move it to its original position */
        }

        /* Close button */
        .close {
            position: absolute;
            right: 10px;
            top: 10px;
            color: #888;
            font-size: 20px;
            font-weight: bold;
            cursor: pointer;
        }

        /* Close button on hover */
        .close:hover {
            color: #000;
        }

        /* Modal message text */
        #modal-message {
            font-size: 16px;
            color: #fff;
        }

        .cart_area{
            margin-top: 70px;
        }

        @media (max-width:987px) {
            .cart_area{
                margin: 0;
            }
        }
        .empty_cart{
            height: auto;
            max-width:70%;
        }
        .empty-cart-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
           
        }
        
        /*-------------------------------------------------------------------- error message------------------------------------------------- */

        .errormsg{
            color: red;
        }

        /* -------------------------cart image------------------------- */
        .cartImg {
            max-width: 150px; /* Set your desired maximum width */
            max-height: 150px; /* Set your desired maximum height */
            overflow: hidden; /* Clip the image if it exceeds the container size */
            
        }
        
        /* Style for the image inside the container */
        .cartImg img {
            max-width: 100%; /* Ensure the image doesn't exceed the container width */
            max-height: 100%; /* Ensure the image doesn't exceed the container height */
            height: auto; /* Maintain the image's aspect ratio */

        }
        .cart-info{
            padding: 1rem;
            height: 100%;
            width: 100%;
            
        }
        .darkText{
            color: #000;
            font-weight: 500;
        }
        .cartBtn{
            margin-left: auto;
            margin-top: auto;
             
        }
        .cartSummeryHead{
            border-bottom: 1.5px solid rgba(0, 0, 0, 0.09);
            margin-bottom: 1rem;
        }

        .top-border{
            border-top: 1px dashed rgba(0, 0, 0, 0.09);
        }

        .cartSummeryBody {
            
            text-align: center; /* Center content horizontally if needed */
            font-size: 1rem;
        }
        



        .setPdding{
            padding: 2rem;
        }

       
@media (max-width: 500px) {

    .yellowBtn{
        padding: 0.39rem;
        padding-left: 1.1rem;
        padding-right: 1.1rem;
        font-size: 10px;
    }
    .darkBtn{
        padding: 0.39rem;
        padding-left: 1.1rem;
        padding-right: 1.1rem;
        font-size: 10px;

    }

    .cart-item {
        flex-direction: column; /* Stack items vertically */
    }

    .cartImg {
        text-align: center; /* Center the image */
    }

    .product_count {
        text-align: center; /* Center quantity input and buttons */
        margin-top: 10px; /* Add some spacing */
    }

    .media-body.cart-info {
        text-align: center; /* Center the product information */
        margin-top: 10px; /* Add some spacing */
    }
}




.cartSummeryBody > div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px; /* Adjust the value to control the spacing */
  }

  .borderTop{
    border-top: 1px dashed rgba(0, 0, 0, 0.39);
  }
  .cartSummery{
    position: sticky;
    top: 5.5rem;
  }



.mdi-cart,.mdi-login{
    color: rgb(34,34,34);
}




/* ---------------------cart badge----------------------- */

.cBadge{
    
    position: absolute;
    top: -8px;
    left: 5px;
    background-color: rgb(252, 21, 21);
    height: 15px;
    width: 15px;
    border-radius: 50%;
    color: white;
   
    display: none;
    justify-content: center;
    align-items: center;
}


    /* Style for the modal */
        .rmmodal {
            
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 100; /* Sit on top */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto; /* Enable scroll if needed */
            background-color: rgba(0, 0, 0, 0.4); /* Black background with transparency */
        }

        /* Modal content */
        .rmmodal-content {
            position: relative;
            width: 80%;
            max-width: 35rem;
            background-color: #fff;
            margin: 15% auto;
            
            padding-bottom: 1rem;
            padding-top: 0.5rem;

            border-radius: 15px;
            text-align: center;
        }

        /* Close button */
        .rmclose {
            color: #ffffff;
            position: absolute;
            top:-5px;
            right: -25px;
            font-size: 30px;
            cursor: pointer;
           
            
            
            
        }

        .confirmHeader{
            padding: 0.5rem;
            padding: 0.2rem;
            border-bottom: 1px solid black;
            

        }
        .confirmHeader h2{
            color: #000000;
        }
        #confirmBtn{
            color: #f4f4f4;
        }
        .confirmBody{
            padding: 1rem;
        }

        /* -----------------------------------user profile page--------------------------------------- */
/* 
        .profile-image {
            max-width: 100%; 
            height: auto;    
            display: inline-block;  
        } */
        .avathar{
            color: rgb(0,0,0);
            padding: 0.5rem 1rem;
            text-decoration: none;
            width: 100%;
        }


        .profileOptionCard{
            padding-bottom: 1rem ;
            padding: 0;
        }

        .profileOptions{
            text-decoration: none;
            width: 100%;
            color: rgb(0,0,0);
            padding: 0.5rem 0.5rem;
            display: flex;
            align-items: center;
            
        }
        .profileOptions:hover{
            background-color: #F5FAFF;
           
            color:blue;

        }
        .selected{
            background-color: #F5FAFF;
            
            font-weight: 500;
        }
        .selected-success{
            background-color: #fbfff9;
            
            font-weight: 500;
        }
        .selectAddress{
            background-color: #F5FAFF;
            font-weight: 500;
        }
        .addressOption:hover{
            background-color: #F5FAFF;
        }
        .containOption:hover{
            background-color: #F5FAFF;
        }
        .userInfo{
            cursor:not-allowed;
        }
        .restrict{
            cursor:not-allowed;
        }
        .save{
            display: none;
        }

        .profileCard{
            box-shadow: rgba(0, 0, 0, 0.356) 0px 0px 4px 0px inset;
            padding: 1.5rem;
            height: 100%;
        }


       /* refer link */
       

        
/* -----------------------------------------------------------------------------------------------------------------------find a way to make it responsive
        @media (max-width:991px) {

            
        } ----------------------------------------------------------------------------------------------------------------------------------||||||||||||||||*/

        .addAddress{
            border: 1px solid rgba(119,119,119,0.15);
            color: #FFBA00;
            font-weight: 500;
        }
        .big{
            font-size: 1.5rem;
        }
        .address{
            border: 1px solid rgba(119,119,119,0.15);
        }
        .contain{
            border: 1px solid rgba(119,119,119,0.15);
        }

        #addressUpdateContainer{
            display: none;
        }
        .infos{
            max-width: 523px;
        }
       .opt-link{
        text-decoration: none;
        color: #000;
        font-weight: 400;
       }

       .opt-link:hover{
        color:red
       }
       .addressRadio{
        display: block;
        
       }

       /* --------------------------------------------------checkout--------------------------------- */

       #deliveyHere{
            display: none;
       }

       .project-effect{
        box-shadow: 2px 5px 5px 1px rgba(0, 0, 0, 0.05);
       }
       #orderSummeryData{
        display: none;
       }
       
       .mdi-wallet{
        color: rgb(2, 245, 2);
       }
       .mdi-credit-card{
        color: rgb(2, 2, 134);
       }
       .mdi-bank,.mdi-cellphone-android{
        color: rgb(50, 137, 231);
       }
       .mdi-cash-usd{
        color: rgb(163, 66, 66);
       }
       .placeOrderBtn{
        display: none;
       }
       #paymentOptions{
        display: none;
       }
       .project{
        box-shadow: 5px 5px 5px 4px rgba(0, 0, 0, 0.052);
       }



      .acknowledge{
        border: 0.121rem solid rgba(17, 255, 17, 0.45);
      }

      .mdi-check-all{
        color: rgb(9, 237, 9);
        font-size: 1.75rem;
      }

      .mdi-package-variant-closed{
        font-size: 1.75rem;
        color: rgb(6, 233, 6);
      }



      /* ------------------------------------------my orders-------------------------------------- */
      .quantityBox{
        max-width: 5rem;
      }
      .direct-to{
        text-decoration: none;
        color: inherit;
      }
      .direct-to:hover{
        color: inherit;
      }


      /*------------------------------------------------- progress bar-------------------------- */

      .gradient-custom-2 {
        /* fallback for old browsers */
        background: #a1c4fd;
        
        /* Chrome 10-25, Safari 5.1-6 */
        background: -webkit-linear-gradient(to right, rgba(161, 196, 253, 1), rgba(194, 233, 251, 1));
        
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        background: linear-gradient(to right, rgba(161, 196, 253, 1), rgba(194, 233, 251, 1))
        }


   


.progress{
    background-color:rgba(79, 78, 78,0.321);
   height: 4px;
}
.progress-bar{
    background-color: rgb(11, 192, 11);
}

.progress-stage{
    background-color: rgb(141, 139, 139); 
    border-radius: 50%; 
    height: 1.2rem; 
    width: 1.2rem; 
    position: absolute;
     bottom: -150%; 
}
.stage-0{
    left: -1%;
    background-color: rgb(11, 192, 11);
}
.stage-1{
    left: 24%;
}
.stage-2{
    left: 49%;
}
.stage-3{
    left: 74%;
}
.stage-4{
    left: 99%;
}
.stages{
    position: relative;
}

@media (max-width:750px) {
    .progressLabels{
        font-size: 0.4rem;
    }
    .progress-stage{
       
        height: 0.8rem; 
        width: 0.8rem; 
        position: absolute;
         bottom: -100%; 
    }

    .reviewLink{
        font-size: 0.7rem;
    }
}
      /* ------------------------------------------------progrss bar eds---------------------------- */


      /* -------------------------------------------------------button---------------------------- */
   


/* CSS */
.button-57 {
  position: relative;
  overflow: hidden;
  border: 1px solid #18181a;
  color: #18181a;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  padding: 18px 18px 17px;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-57 span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.button-57 span:last-child {
  color: white;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
}

.button-57:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.button-57:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

.button-57:hover span:last-child {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}
      /*------------------------------------------------------- button ends------------------------------------------------------- */

      
/* -----------------------------------------------------wallet------------------------ */

.wcard {
    width: 100%;
    max-width: 336px;
    height: 209.32px;
    background: linear-gradient(240deg, #999898 0%, #0e0e0e 100%);
    border-radius: 11.20px;
    border: 1.87px #959797 solid;
    position: relative;
  }
  
  .wcard-content {
    position: absolute;
    left: 24.38px;
    top: 20.53px;
    max-width: 120px;
    height: 18.67px;
    color: #FCFDFF;
    font-size: 28px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 18.67px;
    word-wrap: break-word;
  }
  
  .wcard-amount {
    position: absolute;
    left: 24.38px;
    top: 130.67px;
    width: 134.61px;
    height: 18.67px;
    color: #FCFDFF;
    font-size: 28px;
    font-family: Poppins;
    font-weight: 600;
    line-height: 18.67px;
    word-wrap: break-word;
  }
  
  .wcard-period {
    position: absolute;
    left: 24.38px;
    top: 50.40px;
    max-width: 150px;
    height: 18.67px;
    color: #9E9E9E;
    font-size: 11.20px;
    font-family: Poppins;
    font-weight: 600;
    line-height: 18.67px;
    word-wrap: break-word;
  }
  
  .wcard-percentage {
    position: absolute;
    left: 24.38px;
    top: 159.60px;
    max-width: 152.63px;
    height: 18.67px;
    color: #9E9E9E;
    font-size: 11.20px;
    font-family: Poppins;
    font-weight: 600;
    line-height: 18.67px;
    word-wrap: break-word;
  }
  
  .wcard-icon {
    position: absolute;
    left: 306.45px;
    top: 21.47px;
    width: 3.85px;
    height: 15.87px;
  }
  
  .wcard-indicator {
    position: absolute;
    left: 108.11px;
    top: 57.87px;
    width: 8.48px;
    height: 3.73px;
    border: 0.93px white solid;
  }
  
  @media (max-width: 576px) {
    .wcard {
      max-width: 100%;
    }
  }

  .walletAddMoney{
    
    height: 100%;
    width: 100%;
    object-fit: contain;
    
  }
 

  .addMoney{
    
    
    background: linear-gradient(240deg, #b6b3b3 0%, #97b9ef 100%);
   height: 100%;
   width: auto;
   border-radius: 11.20px;
  }

  .transaction{
    border-radius: 11.2px;
    padding: 1rem;
  }
  .bold{
    font-weight: 500;
    color: #000;
  }

/* -----------------------------------wallet end--------------------------------- */

/* ---------------------------------------shope page------------------------- */
.product1-image-container{
    height: 300px;
    width: auto;
    overflow: hidden;
}

.overlay-div:hover .product1-image{
    transform: scale(1.1);
}

.product1-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease; /* Add a smooth transition effect */
}
.single1-product .prod-actions {
    position: absolute;
    top: 75%;
    z-index: 1;
    display: inline-block;
    text-align: center;

    /* opacity: 0; */
    /* visibility: hidden; */

    transition: all 0.3s ease 0s; }
   
    .single1-product:hover .prod-actions {
        
        opacity: 1;
        visibility: visible; }

        .overlay-div .overlay {
           
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            content: "";
            background: #ff8e0c50;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s; }

            .overlay-div:hover .overlay {
                opacity: .5;
                visibility: visible; }

                @media (min-width:1000px) {
                    .single1-product .prod-actions{
                        opacity: 0;
                        visibility: hidden;
                    }
                }

.single1-product{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    margin-bottom: 2rem;
    
}

.single1-product .product-details{
    height: 6rem;
}

@media (max-width:850px) {
    .product1-image-container{
        height: 250px;
    }

    .single1-product .product-details{
        height: 6rem;
        
    }
}

@media (max-width:450px) {
    .product1-image-container{
        height: 200px;
    }

    .popOver-btn-white{
        padding: 0rem !important;
    }
    .popOver-btn-dark{
        padding: 0 !important;
    }


}
@media (max-width:350px) {
    .product1-image-container{
        height: 150px;
    }

    .product-details{
        font-size: 0.8rem;
    }
}


.single1-product .pricing .l-through {
    text-decoration: line-through;
}
.popOver-btn-dark{
    width: 100%;
    background-color: #000 ;
    color: #fff;
    /* display: inline; */
    text-decoration: none;
    text-transform:  uppercase;
    font-size: 0.7rem;
    padding: 0.5rem;
}


.popOver-btn-white{
    width: 100%;
     background-color: #fff ;
    color: #000;
     /* display: inline; */
     text-decoration: none;
     text-transform:  uppercase;
     font-size: 0.7rem;
     
     padding: 0.5rem;
}
.text-capital{
    text-transform:  uppercase;
    font-size: 0.7rem;
}

.popOver-btn-white:hover .mdi-cart{
    color: white !important;
}

.popOver-btn-dark:hover{
    background-color: #ffbd0c;
    color: white;
}

.popOver-btn-white:hover{
    background-color: #ffbd0c;
    color: #fff;
}

.productdiv {

    height: 450px; /* Adjust this value based on your design */
    /* box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.05); */
    margin-bottom: 0 !important;
    /* border: 1px solid rgba(172, 170, 170, 0.705); */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.productdiv:hover {
    /* background-color: #f5f5f5; Change to the desired hover background color */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add box shadow on hover */
   
}

.product-details:hover {
    background-color: transparent; /* Override the background color on hover */
}



.product-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-image-container {
    
    height: 400px; /* Adjust this value based on your design */
    overflow: hidden;
    
    
}

.product-image-container:hover .product-image {
    transform: scale(1.1); /* Increase the scale factor as needed */
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease; /* Add a smooth transition effect */
}

.category-image-container{
    height: 400px;
    width: auto;
    overflow: hidden;
}

@media (max-width:1000px) {
    .category-image-container{
    height: 300px;

    }
}
@media (max-width:750px) {
    .category-image-container{
    height: 400px;

    }
}



.product-details {
    padding: 10px;
    background-color: #f5f5f5;
}

.product-title {
    font-size: 1.2em; /* Adjust this value based on your design */
}

.product-price,
.product-original-price {
    font-size: 1em; /* Adjust this value based on your design */
}

@media (max-width: 768px) {
    .product-title {
        font-size: 1em; /* Adjust this value for smaller screens */
    }

    .product-price,
    .product-original-price {
        font-size: 0.7em; /* Adjust this value for smaller screens */
    }
}
.noresultDiv{
    padding: 1rem;

}
.noresultImg{
    width: 100%;
    height: auto;
}
.noresultHead{
    display: flex;
    justify-content: center;
    align-items: center;

}



.filterBar{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    padding: 0.5rem;
}
.page-item a{
    color: black ;
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
    -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
}

/* searchproduct */
.box{
    position: relative;
}

.input {
    padding: 1rem;
    width: 1rem;
    height: 1rem;
    background: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    box-sizing: border-box;
   
    color: #000;
    outline: none;
    transition: .5s;

}
.box:hover input{
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
}
.box i{
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(-50%,-50%);
    font-size: 1rem;
    color: #000;
    transition: .2s;
}
.box:hover i{
    opacity: 0;
    z-index: -1;
}


/* -------------------------apply coupone feald---------------------- */
.squareFeald{
    border: 2px solid rgba(0, 0, 0,0.61);
    width: 100%;
    max-width: 400px;
    padding: 0.4rem;
    border-right:0 ;
}
.sideBtn{
    border: 2px solid #000;
    cursor: pointer;
    background-color: #000;
    color: #fff;
}
.sideBtn:hover{
    background-color: #fff;
    color: #000;
}
.shape{	
	border-style: solid; border-width: 0 70px 40px 0; float:right; height: 0px; width: 0px;
	-ms-transform:rotate(360deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(360deg); /* Safari and Chrome */
	transform:rotate(360deg);

}
.offer{
	background: #BEADFA;
background: linear-gradient(90deg, #44C662 1%, #3A6351 100%);
   border:1px solid #ddd; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); margin: 15px 0; overflow:hidden;
  max-width: 300px;
  max-height: 150px;
  width: 100%;
  color: #fff;
}
.offer-radius{
	border-radius:7px;
}

.offer-warning {	border-color: #ffffff; }
.offer-warning .shape{
	border-color: transparent rgb(247, 149, 11) transparent transparent;
	border-color: rgba(255,255,255,0) rgb(247, 149, 11) rgba(255,255,255,0) rgba(255,255,255,0);
 
}

.shape-text{
	color:#fff; font-size:12px; font-weight:bold; position:relative; right:-40px; top:2px; white-space: nowrap;
	-ms-transform:rotate(30deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(30deg); /* Safari and Chrome */
	transform:rotate(30deg);
  
}	
.offer-content{
	padding:1rem;
  font-weight: 400;
  
}
.offer:hover {
  transform: scale(1.07); /* You can adjust the scaling factor as needed */
  transition: transform 0.3s ease; /* Add a smooth transition effect */
}

.offerLink{
  text-decoration: none;
  color: inherit;

}
.offerLink:hover{
  text-decoration: none;
  color: inherit;
}
.lead{
    color: #fff;
    font-size: 1.1rem;
}

.coupones-container{
    margin-top: 1rem;
    border: 1px dotted gray;
    padding: 0.1rem 1rem;
    height: 350px;
    overflow-y: scroll; /* Allow vertical scrolling */
    overflow-x: hidden; /* Hide horizontal scrolling */
}
.coupones-container::-webkit-scrollbar {
    width: 8px; /* Adjust the width as needed */
}

.coupones-container::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the scrollbar thumb */
    border-radius: 4px; /* Rounded corners for the thumb */
}

.coupones-container::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Color of the scrollbar track */
}


/* ------------------------------offer badge---------------------------------- */

.bagde-flag-wrap {
    position: absolute;
  top: 30px;
  left: 3px;
  z-index: 2;
}

.bagde-flag-wrap::before {
  content: "";
  position: absolute;
  top: 31px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 10px 0;
  border-color: transparent #ec1c1c transparent transparent;
}

.bagde-flag {
  text-transform: capitalize;
  color: #ffffff;
  background: #fa4a4a;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  padding: 8px 12px;
  display: block;
text-decoration: none;
}
.orginalPrice{
    font-size: 0.8rem;
    color: #7c7c7c;
}
#couponeError{
    color: rgb(252, 16, 16);
}


.tandc{
    color: #000;

}


#OrderedItems{
    
    border: 1px dotted rgb(35, 35, 35);
    max-height: 400px;
    overflow-y: scroll; /* Allow vertical scrolling */
    overflow-x: hidden; /* Hide horizontal scrolling */
}
#OrderedItems::-webkit-scrollbar {
    width: 8px; /* Adjust the width as needed */
}
#OrderedItems::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the scrollbar thumb */
    border-radius: 4px; /* Rounded corners for the thumb */
}

#OrderedItems::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Color of the scrollbar track */
}
.singleItem{
    padding: 1rem;
    border-bottom: 1px dashed  rgb(35, 35, 35);
}

.itemImage{
    object-fit: contain;
    max-width: 90px;
    height: 90px;
    margin: auto;
}

.imgContainerDiv{
    width: 100%;
    height: auto;
    
    
}
#cancelWholeOrder{
    color: white;
    cursor: pointer;
}

.mdi-file-document{
    color: orange;
    font-size: large;
}
.invoice{
    color: orange;
    font-size: 1rem;
}
.mdi-gift{
    color: #f8c331;
    font-size: 1rem;
}

/* return order */
.return-reason-label {
    margin-bottom: 20px;
  }

  .return-reason-textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: none;
  }

  .swal2-validation-error {
    font-size: 14px;
    color: rgb(247, 35, 35);
  }
  .returnRequestSubmit{
    font-size: 0.8rem;
    padding: 0.5rem;
    background-color: rgb(238, 60, 60) !important;
    color: #fff !important;

  }
  .returnRequestCancel{
    font-size: 0.8rem;
    padding: 0.5rem;
    border: 1px solid black !important;
    background-color: #fff !important;
    color: #000 !important;
  }


  /* ------------------------banner------------------------- */

  .banner-item{
    height: 800px;
	padding-top: 230px;
    width:100% ;
    background-size: cover;
  }


  @media only screen and (max-width: 479px) {
	.banner-item {
		height: auto;
		padding-top: 130px;
		padding-bottom: 40px;
	}

 }
	.hero__text h2 {
		font-size: 36px;
		line-height: 48px;
        font-weight: 700;
	}
    .hero__text h6{
        color: #ffba00;
    }
    .hero__text p{
        color: #000000d2;
    }
	.hero__social {
		margin-top: 145px;
	}


.dark-btn{
    padding: 18px 28px;
    font-weight: 500;
    color: #fff;
    background-color: #000;
    border: 1.5px solid #000;
    line-height: 50px;
    border-radius: 40px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    transform: translateY(-2px);
    
}

.fa-facebook,.fa-twitter,.fa-pinterest,.fa-instagram{
    margin-top: 1rem;
    color: #000;
    font-size: large;
    margin: 1rem;
}

.dark-btn:hover{
    background-color: #fff;
    color: #000;

}
.hero{
    height: 100vh;
}
.hero_carousel{
    height: 100%;
     width: 100%;
}

.hero .hero_carousel .carousel-inner{
    height: 100%; 
    width: 100%;
}



@media (max-width:800px) {
    .crossLabel{
        font-size: 0.8rem;
    }
}
@media (max-width:00px) {
    .crossLabel{
        font-size: 0.7rem;
    }
}
@media (max-width:600px) {
    .crossLabel{
        font-size: 0.6rem;
    }
}
@media (max-width:500px) {
    .crossLabel{
        font-size: 0.5rem;
    }
}
@media (max-width:400px) {
    .crossLabel{
        font-size: 0.4rem;
    }
}
@media (max-width:300px) {
    .crossLabel{
        font-size: 0.3rem;
    }
}

/* review and ratings */

.profileIcon{
    object-fit: cover;
    max-width: 30px;
    max-height: 30px;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
