@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");

.ProductDetailsCard > div {
    cursor: pointer;
}
.addCartBtn {
    cursor: pointer;
}



.product-image

{

	width:100%;

    height:18rem;

    object-fit:cover;

    border-top-left-radius:1rem;

    border-top-right-radius: 1rem;

    background-color: #ffffff;

}
@media(max-width:1028px){
    .product-image{
        height:auto;
    }  
}
.hide

{

	display:none!important;

}
.pad0
{
	padding:0px!important;
}
.ml-3

{

	margin-left:1rem!important;

}

.MyStore

{

	padding: 19px 5px;

    text-decoration: none;

	cursor:pointer;

}

#Store_Modal

{

	z-index: 99999!important;

}

.selected-store

{

	border:1px solid #166261;

}

#Search_Result {

    display: none;

    position: absolute;

    background: #fff;

    max-height: 450px;

    z-index: 9999;

    width: 20%;

    padding: 10px;

    overflow-y: auto;

    overflow-x:hidden!important;

}

.search_data

{

	text-decoration: none;

}

.search_data .row

{

	margin-bottom:5px;

}

.search-p-image {

    height: 50px!important;

}

.s_pname {

	text-decoration: none;

    font-size: 16px;

    color: #000;

}

.s_price {

    text-decoration: none;

    font-size: 13px;

}

.offer_img

{

	width:100%!important;

}

.mt-5

{

	margin-top:5px!important;

}


/*NewCSSNikul*/
#Ordertype_Modal .modal-dialog{
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media(max-width:992px){
    .navbar-collapse.show{
        display:flex;
    }
    .nav-item{
        width:100%;
    }
    .navbar-nav .dropdown-menu {
     display: block !important;
      position: static;
      max-height: 0px;
      overflow: hidden;
      transition: max-height 0.1s cubic-bezier(0, 1, 0, 1) !important;
      padding: 0;
    }
    .Navbar2 .show {
        max-height: 5000px;
    }
    .Navbar2 .navbar-nav li :is(a.show,ul.show){
        margin:0px !important;
        transition: max-height 0.3s ease-in-out 0.3s !important;
    }

    .cartControlItem{
        width:50px;
    }

    }

@media(max-width:1025px){
    
    .yellowBg{
        margin-top:0 !important;
        height: auto !important;
    }

    
    .rewardImg{
        position: static!important;
        width:100%!important;
       
    }

    .reverseRow{
        display:flex;
        flex-direction: column-reverse;
    }
}

.cartDiv
{
	position: relative!important;
}
.cartCount
{
	position: absolute;
    top: -3px;
    right: 5px;
    color: #fff;
}

.f28{
    line-height:30px;
}
.closeIcon
{
	cursor: pointer;
}
.Addon , .addon_title
{
	font-weight:500;
}
.__cart-input.form-control{ padding:0px; width:30px; }

/* new  */

.offcanvas .product-image{
    height:7rem;
}

.product_desc a{
    color:#166261!important;
    text-decoration: none;
    font-weight:500;
}

/* .products .addCartBtn{
    position: absolute;
    bottom:10px;
} */

.products .price{
    margin-bottom:2rem;
}
.products .cartQty{
    position: absolute;
    bottom:20px;
}

.LoginUser{
    background-color: #EAEAEA;
    color:#4CAA5A;
    text-decoration:none;
    padding:8px 16px;
    border-radius:25px;
    font-size:16px;
    font-weight:500;
    cursor:pointer;
    
}
.LoginUser:hover{
    background-color: #EAEAEA;
    color:#4CAA5A;
    
}

.mb_5{
    margin-bottom:3rem;
}

.fa-star.checked{
    color:#FFD82E;
}

.clearAll{
    color:#166261 ;
    font-weight: 700;
    font-size:18px;
    text-align: end;
}

.rewardImg{
    position: absolute;
    bottom:0px;
    left:30px;
}

.yellowBg{
    margin-top:180px;
    height: 550px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.removeCpn{
    position:absolute;
    right:0;
    top:0;
}

.fa-chevron-circle-left{
    color: #166261;
    
}
.cartPrevious{
    font-size:20px;
    color:#166261
}
.cartPrevious:hover{
    font-size:20px;
    color:#166261
}

.clearAllCart{
    background-color:#166261 ;
    color:#ffffff;
    padding:4px 12px;
    border-radius:25px;
}

