.checkout__form__input {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.m-o {
    margin: 0px;
}

.login_label {
    align-items: center;
}

.mb-35 {
    margin-bottom: 35px;
}

.footer__widget ul li a:hover {
    text-decoration: none;
    color: antiquewhite !important;
    font-size: 14px !important;
}

.cart_item {
    border-bottom: 1px solid #dddddd;
}

.display-none {
    display: none;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-space-between {
    justify-content: space-between;
}

.flex-space-around {
    justify-content: space-around;
}

.no-wrap{
    flex-wrap: nowrap;
}
.flex {
    display: flex;
}

.flex-space-evenly {
    justify-content: space-evenly;
}

.flex-grow-1 {
    flex-grow: 1;
}

.text-center {
    text-align: center;
    /* background-image: url("https://t3.ftcdn.net/jpg/04/12/82/16/360_F_412821610_95RpjzPXCE2LiWGVShIUCGJSktkJQh6P.jpg") */
}

.checkout__form__input .details {
    border-radius: 5px;
    color: #666;
    font-size: 16px;
    height: 50px;
    padding-left: 20px;
    width: 100%;
}

.checkout__form__input p {
    color: #444;
    font-weight: 500;
    margin-bottom: 10px;
    width: 41%;
}

.flex-row-end {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: row;
}

.logoutbtn {
    color: red !important;
    font-size: 16px !important;
}

.loggedinuser {
    font-size: 16px !important;
}

.action-btns .site-btn2 {
    font-size: 13px;
    color: #ca1515;
    background: #ffffff;
    font-weight: 600;
    border: 1px solid #d5d5d5;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 18px;
    border-radius: 50px;
}

.action-btns .site-btn2 {
    font-size: 13px;
    color: #ffffff;
    background: #ca1515;
    font-weight: 600;
    border: 1px solid #d5d5d5;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 18px;
    border-radius: 50px;
}

.red {
    color: red;
}

.content-center {
    justify-content: center;
}

.header2 {
    position: fixed;
    z-index: 100;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0.052083333in 11.25pt -9px rgb(0 0 0 / 10%);
    top: 0px;
    transition: top 1s ease;
    padding: 4px 10px 23px;
}

.search-txt {
    padding: 5px 16px;
    color: #2b2f4c !important;
    width: 61%;
    /* border-radius: 19px; */
    font-size: 20px;
    border: none;
    border-bottom: 1px solid #d18a34;
}

.tip {
    position: absolute;
    right: -12px;
    top: -11px;
    height: 18px;
    width: 18px;
    background: #111111;
    font-size: 10px;
    font-weight: 500;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
}

.order-confirm h4 {
    border-bottom: 1px solid #e1e1e1;
    color: rgb(90 90 90);
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 19px;
    text-transform: uppercase;
    letter-spacing: 0.50px;
    font-size: 20px;
}

.confirm-text {
    font-size: 15px;
    /* width: 40%; */
    margin: 17px 284px;
}

.order-details {
    font-size: 15px;
    margin: 17px 284px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.order-label {
    font-size: 14px;
    width: 120px;
    font-weight: 700;
    color: #606060;
}

.order-text {
    font-size: 13px;
    font-weight: 700;
}

.align-item-center {
    align-items: center;
}

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

.gap-30 {
    gap: 30px;
}

.gap-20 {
    gap: 20px;
}

.gap-10 {
    gap: 10px;
}


@media (max-width: 481px) {
    .container {
        max-width: fit-content !important;
    }
}

/* ----------Category Gallery-------- */
.quick-actions-content {
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
    padding: 10px 20px 20px;
    gap: 20px;
}

.quick-actions-content .quick-action {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    min-width: 160px;
    height: 170px;
    line-height: normal;
    border-radius: 10px;
    flex: 1;
    cursor: pointer;
}

.category-image {
    border-radius: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.text-bold {
    font-weight: 700;
}

::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: gray;
    display: inline;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* ::-webkit-scrollbar-thumb:horizontal{
  background: #000;
  border-radius: 10px;
} */
.mt-25 {
    margin-top: 25px;
}

.product-width {
    max-width: 30%;
    background-color: white;
    width: 20%;
}

.about {
    width: 100%;
    height: 100px;
    background-color: red;
}

.about-script {}

/* arvind code */

.checkmark-red {
    height: 20px;
    width: 20px;
    background: #ca1515;
    border-radius: 50%;
}

.size {
    width: 20px;
    font-size: 15px;
}

.product__details__widget ul li .size__btn label {
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 0;
}

.width-50{
    width: 50%;
}
.width-100{
    width: 100%;
}
.flex-end{
    display: flex;
    justify-content: end;
    align-items: center;
}
.category-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 28px;
}