@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

*,
::after,
::before {
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    opacity: 1;
    overflow-y: scroll;
    margin: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

li {
    list-style: none;
}

.help-block {
    color: red;
    font-size: 13px;
}
/*.card-body{*/
/*    box-shadow: 0 15px 35px rgba(0,0,0,.1);*/
/*}*/
.cart-page-pay{
    position: relative;
}
#buy-sec{
    position: relative;
    bottom: -10px;
    left:0;
    text-align: center;
    right:0;
}
#buy-sec .cancl-btn{
    width: 100%;
    border-radius:0;
}
#buy-sec .buy-btn{
    width: 100%;
    border-radius:0;
}
.view-but {
    font-size: 13px;
    padding: 5px 18px;
    border-radius: 0px 30px 30px 30px;
}

.add-but {
    font-size: 15px;
    padding: 5px 50px;
    border-radius: 0px 30px 30px 30px;
}

.go-cart {
    display: none;
    padding: 5% 0 8%;
}

.go-cart .cancel,
.cart {
    margin: 0 -13px;
    border-radius: 0;
}

.go-cart .cancel-but {
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.go-cart .go-cart-but {
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.del-but {
    font-size: 13px;
    padding: 5px 18px;
    background-color: #ff250c;
    border-color: #ff250c;
    margin-left: 5%;
    border-radius: 0px 30px 30px 30px;
}

.wrapping {
    height: 50px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: #ff250c;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.wrapping span {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.wrapping span.num {
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    padding: 3% 7%;
    width: 50%;
    text-align: center;
}

.wrapping .minus {
    border-radius: 5px 0 0 5px;
    padding: 1% 5%;
}

.wrapping .plus {
    border-radius: 0px 5px 5px 0;
    padding: 1% 5%;
}

.del-but:hover {
    background-color: #941305;
    border-color: #8f1103;
}

h6{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: var(--bs-emphasis-color);
}
h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.275rem;
    color: var(--bs-emphasis-color);
}

/* search area */
.search-area{
    border-radius: 20px 0 0 20px;
}
.search-btn{
    border-radius: 0 20px 20px 0;
    margin-left: -10px;
}
/* search area */



/* product-deatils page start */
.product-details-page .img img {
    width: 50%;
    padding-left: 10%;
}

.product-details-page .vl {
    border-left: 5px solid #ff250c;
}

.product-purchase {
    display: grid;
    grid-template-columns: 15% 20% 20% 20% 15%;
    align-items: center;
    padding: 5% 0;
    border-bottom: 2px solid #aaa;
}

.order-product img {
    width: 100%;
    border: 1px solid #ff250c;
    border-radius: 10px;
}

#order-product-dash {
    background-color: var(--bs-orange);
}
#cart-product-dash {
    background-color: var(--bs-indigo);
}
#cart-product-dash:hover {
      cursor: pointer;
    transform: scale(1.05);
    background-color: #ff250c;
    transition: 0.6s;
    color: #fff;
}

#order-product-dash:hover {
    cursor: pointer;
    transform: scale(1.05);
    background-color: #ff250c;
    transition: 0.6s;
    color: #fff;
}

#order-product-dash:hover h4 {
    color: #fff;
}

#order-history-dash{
    background-color: var(--bs-warning);
}

#order-history-dash:hover {
    cursor: pointer;
    transform: scale(1.05);
    background-color: #ff250c;
    transition: 0.6s;
    color: #fff;
}

#order-history-dash:hover h4 {
    color: #fff;
}
.search-box{
    position: relative;
    align-items: center;
    padding: 2% 0 5%;
}
/* .search-box .search-area{
    width: 70%;
} */
.search-label{
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 20px;
    color: #b1b191;
}

.search-label .bx-search{
    font-size: 20px;
}
/* product-deatils page end */



/* Layout for admin dashboard skeleton */
.wrapper {
    align-items: stretch;
    display: flex;
    width: 100%;
}
#search-product{
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      border-radius: 20px;
}
#sidebar {
    max-width: 264px;
    min-width: 264px;
    z-index: 999;
    background: var(--bs-dark-bg-subtle);
    transition: all 0.35s ease-in-out;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 0;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    width: 100%;
    background: var(--bs-dark-bg-subtle);
}

/* Sidebar Elements Style */
.sidebar{
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.sidebar-logo {
    padding: 1.15rem;
    border-bottom: 3px solid #ff250c;
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 10px;
    color: #fff;
    align-items: center;
}
.sidebar-logo .img img{
    width: 90%;
}
.sidebar-logo .title span{
    font-size: 20px;
}
.sidebar-logo a {
    color: #e9ecef;
    font-size: 1.15rem;
    font-weight: 600;
}

.sidebar-nav {
    flex-grow: 1;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
}

.sidebar-header {
    color: #e9ecef;
    font-size: .75rem;
    padding: 1.5rem 1.5rem .375rem;
}

a.sidebar-link {
    padding: .625rem 1.625rem;
    color: var(--bs-emphasis-color);
    position: relative;
    display: block;
    font-size: 0.875rem;
}

a.sidebar-link:hover {
    color: #ff250c;
    padding-left: 35px;
    transition: 0.6s;
}

.sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

.sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

.avatar {
    height: 40px;
    width: 40px;
}

.navtab{
    box-shadow: 0 15px 35px rgba(0,0,0,.3);
}

.navbar-expand .navbar-nav {
    margin-left: auto;
}

.content {
    flex: 1;
    max-width: 100vw;
    width: 100vw;
}

@media (min-width:768px) {
    .content {
        max-width: auto;
        width: auto;
    }
}

.card {
    box-shadow: 0 15px 35px rgba(0,0,0,.3);
    margin-bottom: 24px;
}

.illustration {
    background-color: var(--bs-dark-bg-subtle);
    color: var(--bs-emphasis-color);
}

.illustration-img {
    max-width: 150px;
    width: 100%;
}

/* Sidebar Toggle */

#sidebar.collapsed {
    margin-left: -264px;
}



/* change password section start*/
.pass-change .form-custom {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #aaa;
    color: var(--bs-emphasis-color);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.pass-change .form-sub {
    background-color: #ff250c;
    border-color: #ff250c;
    margin-top: 1%;
    padding: 7px 35px;
    border-radius: 0 30px 30px 30px;
}

.pass-change .form-sub:hover {
    background-color: #941305;
    border-color: #941305;
}
/* change password section end*/



/* Footer and Nav */
.footer a {
    text-align: left;
}

.footer span {
    text-align-last: right;
}

@media (max-width:767.98px) {

    .js-sidebar {
        margin-left: -264px;
    }

    #sidebar.collapsed {
        margin-left: 0;
    }

    .navbar,
    footer {
        width: 100vw;
        margin: 0 -10px;
    }
}

/* Theme Toggler */

.theme-toggle {
    position: fixed;
    top: 85%;
    transform: translateY(-15%);
    text-align: center;
    z-index: 999;
    right: auto;
    padding: 10px;
    border-radius: 0 20px 20px 0;
    left: 0;
    border: none;
    background: var(--bs-emphasis-color);
}

html[data-bs-theme="Light"] .theme-toggle .fa-moon,
html[data-bs-theme="dark"] .theme-toggle .fa-sun{
    cursor: pointer;
    padding: 5px;
    display: block;
    font-size: 1.25rem;
    color: #FF250c;
}

html[data-bs-theme="dark"] .theme-toggle .fa-moon {
    display: none;
}

html[data-bs-theme="Light"] .theme-toggle .fa-sun {
    display: none;
}


/* footer section start */
.footer .copy-right {
    text-align: right;
}

/* footer section end */



/* product data layout desgin */

#product-items {
    margin: 5px -20px;
}

.product-data {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    align-items: center;
    align-items: center;
    /* margin: 5px 0; */
    padding: 3% 5% 3% 5%;
}

.divider {
    background-color: #aaa;
    height: 2px;
    position: relative;
    top: 0;
    right: -2%;
    width: 96%;
}

.product-data .product-price {
    display: flex;
}

.product-data .product-price label {
    font-size: 25px;
    padding-right: 2%;
}

.product-data .product-amnt  {
    text-align: center;
    font-size: 25px;
}

.form-control:disabled,
.form-control[read-only] {
    background-color: #ff250c;
    border-color: #ff250c;
    width: 30%;
    border-radius: 0 15px 0 15px;
}

#product-items .amount-box .price-tag {
    text-align: right;
    padding-right: 10%;
    padding-top: 2%;
}



/* order added msg */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* The actual popup */
  .popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
  }
  
  /* Popup arrow */
  .popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  /* Toggle this class - hide and show the popup */
  .popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  }
/* order added msg */