.logo a img
{
    height: 119px;
}
.product-buttons{
    background-color: white;
}
.cartbuttons
{
    background-color: #0066cc !important;
}
.deals-of-day .product-image, .our-products .product-image, .sm-image{
/*.product-image{*/
    max-height: 133px;
    overflow: hidden;
}
.deals-of-day .product-image, .sm-image{
/*.product-image{*/
    padding-top:0px !important;
}
.our-products .product-image, .deals-of-day .product-image, .sm-image
/*.product-image*/
{
    border-radius: 15px;
}
.logo-sm img{
    height:50px;
}
.footer-copyright{
    background: #f7f6f2;
}
.pl-50{
    padding-left:50px;
}
.pr-50{
    padding-right:50px;
}
.w20{
    width:20px;
}
.sale-price, .base-price{
    font-size:16px;
}
.our-products .product-item{
    padding-bottom:21px;
}
.our-products .product-title{
    margin-top:7.5pt;
}
.our-products .owl-nav{
    display:block !important;
}
.our-products .owl-nav .owl-prev::before
{
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content:"\f177" !important;
}
.our-products .owl-nav .owl-next::before
{
     font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content:"\f178" !important;
}
.my-badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 13px;
  /*font-weight: 700;*/
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
}
.my-badge img {
    transition: transform 0.4s ease;
  transform-origin: center center;
}

.my-badge:hover img {
  transform: perspective(300px) rotateX(10deg) rotateY(-10deg) scale(1.1);
}
.bg-primary    { background-color: #0d6efd !important; color: #fff !important; }
.bg-secondary  { background-color: #6c757d !important; color: #fff !important; }
.bg-success    { background-color: #198754 !important; color: #fff !important; }
.bg-danger     { background-color: #dc3545 !important; color: #fff !important; }
.bg-warning    { background-color: #ffc107 !important; color: #212529 !important; }
.bg-info       { background-color: #0dcaf0 !important; color: #212529 !important; }
.bg-light      { background-color: #f8f9fa !important; color: #212529 !important; }
.bg-dark       { background-color: #212529 !important; color: #fff !important; }
.bg-theme      {background-color: #0066cc !important;  color: #ffffff !important; }

.text-bg-primary   { color: #fff !important; background-color: #0d6efd !important; }
.text-bg-secondary { color: #fff !important; background-color: #6c757d !important; }
.text-bg-success   { color: #fff !important; background-color: #198754 !important; }
.text-bg-danger    { color: #fff !important; background-color: #dc3545 !important; }
.text-bg-warning   { color: #212529 !important; background-color: #ffc107 !important; }
.text-bg-info      { color: #212529 !important; background-color: #0dcaf0 !important; }
.text-bg-light     { color: #212529 !important; background-color: #f8f9fa !important; }
.text-bg-dark      { color: #fff !important; background-color: #212529 !important; }
.font-14{
    font-size: 14px;
}
.font-16{
    font-size:16px;
}
.font-18{
      font-size: 18px;
  }
.rounded-pill {
  border-radius: 10rem !important;
}
.float-right{
    float:right;
}
.float-left{
    float:left;
}
.block-footer{
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.block-footer a{
    color:#0066cc;
    font-weight: 600;
    font-family: system-ui;
    font-size: 14px;
}
.block-footer a:hover{
    color:#3ba66b;
}
.block-title .my-badge:hover{
    background-color:#3ba66b !important;
}
.login-form, .register-form,.page-cart{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius:10px;
}
.box-shadow{
    padding: 22px;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 28px;
}
.address-box {
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 15px 15px 15px 40px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    width: 100%;
  }

  .address-box input[type="radio"] {
    display: none;
  }

  .address-box .checkmark {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #3da4e7;
    font-size: 18px;
  }

  .address-box.selected {
    /*border-color: #4CAF50;*/
    /*background-color: #f0fff0;*/
    border-color: #3aa7ea;
    background-color: #f0f3ff;
  }

  .address-box.selected .checkmark {
    display: block;
  }

  .address-box .fa-map-marker {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 24px;
    /*color: #999;*/
  }
  .title-md{
    font-size: 20px !important;
  }
 .product-card {
            border: 1px solid #ddd;
            border-radius: 15px;
            margin-bottom: 20px;
            height: 100%;
        }

        .product-img {
            width: 100%;
            height: 150px;
            object-fit: cover;
            border-bottom: 1px solid #ddd;
            border-top-right-radius: 15px;
            border-top-left-radius: 15px;
        }

        .product-body {
            padding: 10px;
        }

        .product-list {
            max-height: 500px;
            overflow-y: auto;
            margin-bottom: 20px;
        }

        .cart-summary {
            /* border: 1px solid #ccc;
            padding: 15px;
            border-radius: 4px;
            background-color: #f9f9f9; */
        }

        .product-card:hover {
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
        }
        #combo-list i{
            font-size: 20px;
            /* margin-top: -14px; */
        }
        #combo-list li{
            display: flow-root;
        }
        #combo-total, .product-card p{
            font-weight: bold;
        }
        .cart-summary p{
            font-size: 15px;
        }
        .combo-head{
            display: flex;
    justify-content: space-between;
    align-items: center;
        }
        .btn-xs{
            padding: 5px 5px !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
        }
        .btn-danger{
            background-color: #dc3545 !important;
            color: white !important;
        }
        .btn-danger:hover{
            background-color: #c7c1a5 !important;
            color: white !important;
            border:1px #c7c1a5 solid  !important;
        }
        
        .input-group {
position: relative;
    display: flex
;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.form-control{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.input-group>.form-control, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group .input-group-text {
        display: flex
;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

}
.input-group:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.input-group.quantity-control {
  width: 120px;
}

.input-group.quantity-control .qty-btn {
  padding: 4px 10px;
  font-size: 14px;
  line-height: 1;
  min-width: 32px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  box-shadow: none;
  cursor: pointer;
  height: 34px;           /* Match input height */
  vertical-align: middle; /* Align vertically */
  display: inline-block;  /* Ensure inline-block */
}

.input-group.quantity-control input {
  text-align: center;
  padding: 5px 8px;
  height: 34px;          /* Match button height */
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  box-shadow: none;
  pointer-events: none;  /* Make input readonly but styled */
  vertical-align: middle;
  display: inline-block;
  background-color: white;
}

.input-group.quantity-control .input-group-btn {
  vertical-align: middle;
  display: inline-table;
}

/**************** OFFCANVAS ****************/
#offcanvas-menu {
	position: fixed;
	top: 0;
	left: -260px;
	width: 260px;
	height: 100%;
	background: #fff;
	overflow-y: auto;
	z-index: 1050;
	transition: left 0.3s ease;
	border-right: 1px solid #ccc;
	padding: 20px;
}

#offcanvas-menu.active {
	left: 0;
}

#offcanvas-menu .close-btn {
	background: none;
	border: none;
	font-size: 28px;
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
	color: #000;
}

#offcanvas-menu ul {
	padding-left: 0;
	margin: 0;
}


#offcanvas-menu ul li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	font-size: 16px;
	transition: background-color 0.2s, color 0.2s;
}

#offcanvas-menu ul li a:hover,
#offcanvas-menu ul li a:focus,
#offcanvas-menu ul li.active > a {
	background-color: #f5f5f5;
	color: #000;
}

#offcanvas-menu ul.submenu {
	display: none;
	/*padding-left: 15px;*/
}

#offcanvas-menu .has-submenu > a {
	position: relative;
}

#offcanvas-menu .toggle-submenu {
	font-size: 12px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

#offcanvas-menu .toggle-submenu {
	transition: transform 0.2s ease;
}

#offcanvas-menu .toggle-submenu.rotate {
	transform: translateY(-50%) rotate(180deg);
}

#offcanvas-menu ul li ul li a{
    text-indent:10px;
}
#offcanvas-menu ul li ul li ul li a{
    text-indent:20px;
}

/******************************************/
/*************** Mobile Filter Btn ********/
.btn-filter-toggle {
   background: #0066cc;
    color: white;
    border: none;
    padding: 7px 13px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 7px;
    transition: background 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    float: right;
    margin-bottom: 10px;
    margin-right: 20px;
    text-transform: capitalize;
  }




/******************************************/
/* mobile */
@media (max-width: 480px) {
      #breadcrumb {
        padding-top: 64.5pt;
        padding-bottom: 3.75pc;
    }
    .deals-of-day .product-image, .our-products .product-image, .sm-image{
        max-height:none !important;
    }
    .order-status{
        right: -5px !important;
        top: 7% !important;
    }
    .caret-toggle{
        top:67% !important;
    }
    h2.title{
        font-size:20px !important;
    }
    [class~=section] {
        padding-top: 1.75pc;
    }


   #sidebar-collapse {
        display: none;
      }
      #sidebar-collapse.in {
        display: block;
        margin-bottom: 20px;
      }
}

/* Tablets and small desktops */
@media (min-width: 481px) and (max-width: 768px) {
        #breadcrumb {
        padding-top: 64.5pt;
        padding-bottom: 3.75pc;
    }
    .deals-of-day .product-image, .our-products .product-image, .sm-image{
        max-height:none !important;
    }
    .order-status{
        right: -5px !important;
        top: 7% !important;
    }
    .caret-toggle{
        top:67% !important;
    }
    h2.title{
        font-size:20px !important;
    }
    [class~=section] {
        padding-top: 1.75pc;
    }

   #sidebar-collapse {
        display: none;
      }
      #sidebar-collapse.in {
        display: block;
        margin-bottom: 20px;
      }
    
}

/* Larger screens */
@media (min-width: 769px) {
        #breadcrumb {
        padding-top: 64.5pt;
        padding-bottom: 3.75pc;
    }
    .deals-of-day .product-image, .our-products .product-image, .sm-image{
        max-height:133px !important;
    }
    .order-status{
       right: 20px !important;
        top: 30% !important;
    }
    .caret-toggle{
        top:50% !important;
    }
    h2.title{
            font-size:30px !important;
        }
    [class~=section] {
        padding-top: 3.75pc;
    }
    #sidebar-collapse {
        display: block;
      }
}
