*{
    /* overflow: hidden; */
    font-family: 'Montserrat';
}
:root{
    --orange-yellow:#d29d1f;
    --yellow:#fede09;
    --black:#170d07;
    --white:#fff;
    --paret-green:#8ae003;
    --light-grey:#e5e5e5;
    --grey:#4d4d4d;
    --red:#c80d0d;

}
.bg-custom-navbar{
    background-color: var(--black);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-image: linear-gradient(to right, var(--orange-yellow), var(--yellow), var(--orange-yellow));;
    border-image-slice: 1;
}
.color-green{
    color: var(--paret-green);
}
/* Center nav links using absolute positioning */
.navbar-brand img {
    width: 110px;
}
.nav-item{
    margin: 0;
    padding: 0;
}
.nav-item a{
    padding: 5px 15px !important;
    margin-right: 25px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 50px;
    text-transform: uppercase;
    color: var(--white) !important;
}
.nav-item a:hover,
#custom-active{
    color: var(--black) !important;
    background-color: var(--white);
}
.navbar .icons img{
    width: 20px;
    margin-right: 15px;
    color: var(--white);
}
#search_box{
    border-radius: 100px;
    padding: 10px;
    font-size: 15px;
    height: 35px;
    margin-right: 10px;
    display:none;
}
#search_box_mobile{
    display: none;
}
header{
    height: 90vh;
    background-repeat: no-repeat;
    background: url('../banner/banner.jpg');
    background-size: cover;
    margin-top: 60px;
    padding-top: 50px;
}
header .content{
    width: 43%;
    margin: auto;
    height: 95%;
}
.slider-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.slider-image {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}
.enter {
    transform: translateX(-100%);
    opacity: 1;
}
.center {
    transform: translateX(0);
    opacity: 1;
}
.exit {
    transform: translateX(100%);
    opacity: 0;
}
.advertising-sections{
    background: var(--black);
    color: var(--white);
    font-size: 20px;
    font-family: 'Montserrat';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-image: linear-gradient(to right, var(--orange-yellow), var(--yellow), var(--orange-yellow));;
    border-image-slice: 1;
    display:block !important;
}
.advertising-sub-section{
    width: 80%;
    margin: auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}
.advertising-sections img{
    width: 45px;
}
.advertising-part{
    display: flex;
    gap: 5px;
}
.advertising-part p{
    height: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.just-arrived-section{
    text-align: center;
    margin-top: 10px;
}
.just-arrived-section .title{
    font-size: 35px;
}
.just-arrived-section .card{
    border: none !important;
    background: transparent;
    margin-top: 20px;
}
.just-arrived-section .card img{
    cursor: pointer;
    transition: .3s;
}
.just-arrived-section .card .img-hover{
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.9;
    display: none;
    transition: .4s;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    color: var(--white);
}
.just-arrived-section .card .img-hover .eye-img{
    width: 35px;
    height: 30px;
    margin-top: 20px;
    margin-right: 5px;
}
.just-arrived-section .card .img-hover .inner-div{
    line-height: 70px;
}
.just-arrived-section .card .img-hover p{
    font-weight: 500;
    font-size: 2rem;
    margin: 0px;
}
.just-arrived-section .card .img-hover .views{
    font-size: 20px;
}
.just-arrived-section .card .img-hover p s{
    font-size: 1.40rem;
}
.just-arrived-section .card .img-hover i{
    font-size: 1.5rem;
}
.just-arrived-section .card .star-view{
    margin-top: 5px;
}
.just-arrived-section .content{
    text-align: center;
    display: none;
}
.contactus-section{
    margin-top: 10px;
    border-top: 5px solid transparent;
    border-image: linear-gradient(to right, var(--orange-yellow), var(--yellow), var(--orange-yellow));;
    border-image-slice: 1;
    padding: 10px;
}
.contactus-section .form-control{
    border-radius: 0%;
    border-color: var(--black);
}
.contactus-section label{
    font-size: 25px;
    color: var(--black);
}
.contactus-section i{
    font-size: 20px;
    background: var(--black);
    border-radius: 100%;
    padding: 12px;
    color: var(--white);
}
.contactus-section img{
    padding: 30px 0px;
}
.contactus-section .icons a img{
    padding: 30px 0px;
    width:45px;
}
.btn-custom-secondary{
    background-color: var(--black);
    color: var(--white);
    border-radius: 0%;
    width: 100%;
    margin-top: 5px;
    font-size: 25px;
    text-transform: uppercase;
}
.btn-custom-secondary:hover{
    background-color: transparent;
    color: var(--black);
    border: 2px solid var(--black);
}
/* Footer */
.footer{
    background: var(--Black);
    margin-top: 10px;
    text-align: center;
}
.footer{
    background-color: var(--orange-yellow);
    padding: 5px;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
}
/* Style the caret/arrow */
#myUL{
    padding: 0;
}
.caret {
    cursor: pointer;
    user-select: none; /* Prevent text selection */
    /* position: relative; */
    padding: 5px 15px !important;
    margin-right: 25px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 50px;
    text-transform: uppercase;
    color: var(--white) !important;
}
.caret img{
    width: 10px;
}
a{
    text-decoration: none;

}
#inter-caret{
    color:var(--black) !important;
}
/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down .icon{
    transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
    display: none;
    z-index: 1039;
    color:var(--black);
    position: absolute;
    font-size: 20px;
    line-height: 30px;
    width: 10rem;
    padding: 5px;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.navbar .nested li{
    border-bottom: 2px dashed var(--black);
    width: 100%;
    padding: 5px;
    list-style: none;
}
.navbar .nested li:hover{
    background:rgba(0,0,0,0.1)
}
.nested li a{
      color:var(--black) !important;
}
  /* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.list-active {
    display: block;
}
#search_box{
    border-radius: 100px;
    padding: 10px;
    font-size: 15px;
    height: 35px;
    margin-right: 10px;
    display:none;
}
/* Shop */
.shop-categories{
    margin-top: 8rem;
}
.shop-categories .categories{
    display: flex;    
    justify-content: center;
    gap: 10px;
}
.shop-categories .categories a{
    border: 2px solid var(--black);
    color: var(--black);
    border-radius: 100px;
    padding: 5px 30px;
    font-size: 20px;
    text-transform: uppercase;
}
.shop-categories .categories a:hover,
.shop-categories .categories .active{
    background-color: var(--black);
    color: var(--yellow);
}
.shop-categories .title{
    font-family: Arial;
    font-size: 2.5rem;
    text-align: center;
    margin-top: 1.25rem;
}
/* Product */
.product-section{
    background: #d4d1e2;
    margin-top: 5rem;
}
.product-section .main-image{
    width: 100%;
}
.product-section .sub-images-section{
    padding: 20px;
}
.product-section .sub-images-section img{
    width: 100%;
}
.product-section .content-section{
    background: var(--light-grey);
    padding: 40px;
    position: sticky;
    max-height: 75rem;
    right: 0;
    top: -6rem;
}
.product-section .content-section h2{
    font-size: 25px;
    font-family: arial;
    font-weight: bold;
}
.product-section .content-section h1{
    font-size: 35px;
    font-weight: normal;
    padding: 0;
}
.product-section .content-section s{
    font-size: 20px;
    font-weight: normal;
}
.product-section .content-section #InStock{
    color: green;
}
.product-section .content-section #OutStock{
    color: red;
}
.product-section .content-section .color-section{
    display: flex;
}
.product-section .content-section .color-section i{
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 100px;
    margin-right: 5px;
}
.product-section .content-section .color-section i:hover,
.product-section .content-section .color-section .selected{
    border: 3px solid var(--white);
}
.product-section .content-section .wishlist-icon{
    cursor: pointer;
    width: 40px;
}
.product-section .content-section .size-section{
    width: 100%;
    text-transform: uppercase;
    background:transparent;
    font-size: 25px;
    padding: 5px;
    border: 2px Solid var(--black);
    margin-top: 10px;
    height: auto;
}
.product-section .content-section .size-section p{
    font-size: 15px;
    font-family: arial;
    text-transform: none;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.product-section .content-section .size-section p a{
    text-decoration: none;
    padding: 5px 15px;
    color: var(--black);
    background: transparent;
    margin: 5px;
    border-radius: 50px;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
}
.product-section .content-section .size-section p a:hover,
.product-section .content-section .size-section p .selected{
    color: var(--yellow) !important;
    background: var(--black) !important;
}
.product-section .content-section select{
    height: 50px;
    font-size: 25px;
    width: 96%;
    background: transparent;
    margin: auto;
    border: 2px solid var(--black);
}
.product-section .content-section .nested{
    background: transparent;
    position: relative;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    box-shadow: none;
}
.product-section .content-section .nested li{
    border: none;
}
.product-section .content-section .size-section span{
    font-size: 25px;
    font-weight: 500;
}
.product-section .content-section .btn-cart,
.product-section .content-section .btn-buynow,
.product-section .content-section .btn-view-cart:hover{
    width: 100%;
    border-radius: 0px;
    border: 2px solid var(--black);
    font-size: 25px;
    padding: 5px 10px;
    margin-top: 5px;
    color: var(--yellow);
    background-color: var(--black);
}
.product-section .content-section .btn-cart:hover,
.product-section .content-section .btn-buynow:hover,
.product-section .content-section .btn-view-cart{
    width: 100%;
    border-radius: 0px;
    border: 2px solid var(--black);
    font-size: 25px;
    padding: 5px 10px;
    margin-top: 5px;
    color: var(--black);
    background: transparent;
}
.product-section .content-section .icon-detail-section{
    margin-top: 10px;
    display: flex;
    gap: 5px;
}
.product-section .content-section .icon-detail-section p{
    font-size: 18px;
    margin: 0;
    font-family: arial;
    height: 100%;
    display: grid;
    align-items: center;
}
.product-section .content-section .icon-detail-section img{
    width: 35px;
}
.product-section .terms-and-condition{
    font-size: 10px;
    font-weight: 600;
    margin-top: 15px;
    margin-left: 5px;
}
.product-section .content-section .size-section span .icon{
    width: 15px;
}
.product-section .content-section .size-section .myUL{
    list-style: none;
}
.product-section .content-section .size-section .caret{
    color: var(--black) !important;   
}
.title-similer-item{
    text-align: center;
}
/* lOGIN */
.login-section{
    margin-top: 8rem;
}
.ErrorField{
    color: var(--red);
}
/* Cart Page */
.cart{
    margin-top: 8rem;
    text-align: center;
}
.cart .title{
    font-size: 50px;
    font-weight: 500;
}
.cart .card-heading{
    font-size: 2.5rem;
}
.cart .content{
    align-items: center;
    background: var(--light-grey);
    padding: 30px 0px;
}
.cart img{
    width: 30%;
}
.cart .card-title{
    color: var(--grey);
    font-size: 20px;
    font-family: arial;
    font-weight: 600;
    margin: 0px;
}
.cart .qty-section{
    display: flex;
    flex-flow: column;
    align-items: center;
}
.cart input{
    width: 50%;
    height: 3rem;
    padding: 15px;
    border: 2px solid var(--black);
    border-radius: 15px;
}
.cart .button{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.cart .button a{
    color: var(--yellow);
    border: 2px solid var(--black);
    outline: none;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 50px;
    border-radius: 50px;
    background: var(--black);
    text-transform: uppercase;
}
.cart .button a:hover{
    color: var(--black);
    background: transparent;
}
.cart .option{
    font-size: 20px;
    padding: 0;
    font-weight: 900;
}
.cart .option a{
    color: var(--black);
}
.cart .total-section{
    width: 80%;
    background: var(--black);
    padding: 30px;
    margin: auto;
    color: var(--white);
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 20px;
    font-family: arial;
    font-weight: 900;
}
/* Check Out */
.checkout-section input,.checkout-section textarea{
    margin-top: 10px;
    border: 2px solid var(--black);
    border-radius: 0px;
    padding: 10px;
}
.checkout-section input ,.checkout-section textarea,.checkout-section input::placeholder ,.checkout-section textarea::placeholder{
  font-size: 1.5rem;
  color: var(--black);
  font-weight: 500;
  /* font-family: Arial, Helvetica, sans-serif; */
  font-family: 'Montserrat';
}
.checkout-section .coupon-section button{
    border-radius: 0px;
    width: 100%;
    height: 90%;
    margin-top: 10px;
}
.checkout-section .CouponValue{
    display: none;;
}
.checkout-section .coupon-cal-section{
    width: 100%;
    margin: auto;
    margin-top: 10px;
    line-height: 35px;
    font-size: 25px;
}
.checkout-section .ErrorField{
    text-align: left;
    width: 100%;
    display: block;
}
.checkout-section .account-section select{
    width: 100%;
    height: 58px;
    border: 2px solid var(--black);
    margin-top: 10px;
    font-size: 1.5rem;
    color: var(--black);
    font-weight: 500;
    font-family: 'Montserrat';
    padding: 10px;
}
.checkout-section .coupon{
    border: 2px solid var(--black);
    outline: none;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--black);
    background: transparent;
}
.checkout-section .coupon:hover{
    color: var(--yellow);
    background: var(--black);
}
.checkout-section .submit{
    border: 2px solid var(--black);
    outline: none;
    font-size: 18px;
    padding: 5px 80px;
    border-radius: 50px;
    text-transform: uppercase;
    color: var(--yellow);
    background: var(--black);
    margin-top: 10px;
}
.checkout-section .submit:hover{
    color: var(--black);
    background: transparent;
}
/* Thank You */
.thankyou-section .content-box{
    border: 2px solid var(--black);
    padding: 10px;
    line-height: 25px;
}
.thankyou-section .content-box p, .thankyou-section .content-box h6{
   font-size: 22px;
}
.thankyou-section .content-box img{
   width: 125px;
}
.thankyou-section .content{
    text-align: center;
    margin-top: 10px;
}
.thankyou-section .logo-section{
    display: flex;
    gap: 10px;
    justify-content: center;
}
/* Wish List */
.wishlist-section{
    margin-top: 8rem;
}
.wishlist-section .custom-card{
    padding: 30px 50px;
    margin-top: 10px;
    background:var(--light-grey);
}
.wishlist-section .images-section img{
    width: 130px;
    height: 130px;
    background-color: gray;
}
.wishlist-section .detail-section{
    font-family: 'Montserrat';
    font-weight: 800;
    display: grid;
    align-items: center;
    margin-left: 1rem;
}
.wishlist-section .detail-section p{
    margin: 0px;
}
.wishlist-section .view-cart-x{
    color: #fff;
    font-size: 10px;
    width: 18px;
    display: grid;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 18px;
    right: 15px;
    padding: 5px;
    background: gray;
    cursor: pointer;
}
.wishlist-section .button{
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.wishlist-section .continue-shopping{
    border: 2px solid var(--black);
    outline: none;
    font-size: 18px;
    padding: 10px 50px;
    border-radius: 50px;
    text-transform: uppercase;
    color: var(--yellow);
    background: var(--black);
}
.wishlist-section .continue-shopping:hover{
    color: var(--black);
    background: transparent;
}
/* My Orders */
.myorder-section{
    margin-top: 8rem;
}
.myorder-section td,th,tr{
    border:1px solid var(--black);
    font-size:23px;
}
.myorder-section tfoot{
    font-weight:bold;
}
/* My Orders Details */
.order-detail{
    margin-top: 8rem;
}
.order-detail td,th,tr{
    border:1px solid var(--black);
    font-size:23px;
}
.order-detail tfoot{
    font-weight:bold;
}
/* Profile */
.profile-section{
    margin-top: 8rem;
}
.profile-section button{
    border: 2px solid var(--black);
    outline: none;
    font-size: 20px;
    padding: 10px 50px;
    width: 100%;
    margin-top: 5px;
    text-transform: uppercase;
    color: var(--yellow);
    background: var(--black);
}
.profile-section button:hover{
    color: var(--black);
    background: transparent;
}
@media only screen and (min-width: 992px) {
    .just-arrived-section .card:hover .img-hover{
        display: block;
        opacity: 0.6;
    }
}

@media only screen and (max-width: 600px) {
    .navbar{
        padding:0;
    }
    header{
        height: 75vh;
        background: url(..//banner/mobile-banner.jpg);
        background-size: cover;
        margin-top: 60px;
        padding-top: 50px;
        background-repeat: no-repeat;
    }
    header .content{
        display: none;
    }
    .advertising-sub-section{
        width: 100%;
        padding: 10px;
    }
    .advertising-part{
        gap: 2px;
    }
    .advertising-sections{
        font-size: 8px;
    }
    .advertising-sections img{
        width: 25px;
    }
    .just-arrived-section .content{
        display: block;
    }
    .just-arrived-section .star-view-section{
        display: flex;
        font-size: 10px;
        margin-top: 3px;
        padding: 0px 5px;
        justify-content: space-between;
    }
    .just-arrived-section .content .card-body{
        line-height: 22px;
        font-size: 13px;
        padding: 0;
    }
    .just-arrived-section .content .card-body p{
        margin: 0;
    }
    .contactus-section .logo{
        padding: 0;
        width: 100px;
    }
    .contactus-section .icons a img{
        padding: 15px 0px;
        width: 25px;
    }
    .contactus-section .title{
        font-size: 12px;
    }
    .btn-custom-secondary,
    .contactus-section label{
        font-size: 15px;
    }
    .contactus-section .form-control{
        font-size: 13px;
    }
    #search_box_mobile{
        position: absolute;
        z-index: 1039;
        width: 100%;
    }
    #search_box_mobile input{
        border-radius: 0;
        width: 80%;
        border: 2px solid black;
        padding: 2px;
    }
    #search_box_mobile button{
        width: 20%;
        position: absolute;
        z-index: 1039;
    }
    /* Shop */
    .shop-categories{
        margin-top: 6.5rem;
    }
    .shop-categories .title{
        font-size: 1.5rem;
        margin-top: 0.5rem;
    }
    .shop-categories .categories a {
        border: 1px solid var(--black);
        color: var(--black);
        border-radius: 100px;
        padding: 5px 14px;
        font-size: 10px;
        text-transform: uppercase;
    }
    /* Product */
    .product-section .content-section h2{
        font-size: 15px;
        margin: 2px;
    }
    .product-section .content-section h1{
        font-size: 25px;
        margin: 2px;
    }
    .product-section .content-section s{
        font-size: 12px;
    }
    .product-section .content-section #InStock,
    .product-section .content-section #OutStock{
        margin: 2px;
    }
    .product-section .content-section .color-section i{
        width: 17px;
        height: 17px;
        margin-right: 3px;
    }
    .product-section .content-section .color-section i:hover,
    .product-section .content-section .color-section .selected{
        border: 2px solid var(--white);
    }
    .product-section .content-section .wishlist-icon{
        width: 30px;
    }
    .product-section .content-section .size-section{
        font-size: 15px;
        padding: 3px;
        border: 1px Solid var(--black);
        margin-top: 5px;
    }
    .product-section .content-section .size-section p{
        font-size: 10px;
    }
    .product-section .content-section .size-section p a{
        padding: 3px 5px;
        margin: 3px;
        border-radius: 0px;
        font-size: 10px;
        font-weight: 600;
    }
    .product-section .content-section select{
        height: 25px;
        font-size: 15px;
        width: 90%;
        border: 1px solid var(--black);
    }
    .product-section .content-section .btn-cart,
    .product-section .content-section .btn-buynow,
    .product-section .content-section .btn-view-cart:hover{
        border: 1px solid var(--black);
        font-size: 15px;
        padding: 3px 5px;
        margin-top: 3px;
    }
    .product-section .content-section .btn-cart:hover,
    .product-section .content-section .btn-buynow:hover,
    .product-section .content-section .btn-view-cart{
        border: 1px solid var(--black);
        font-size: 15px;
        padding: 3px 5px;
        margin-top: 3px;
    }
    .product-section .content-section .icon-detail-section{
        margin-top: 10px;
        display: flex;
        gap: 5px;
    }
    .product-section .content-section .icon-detail-section p{
        font-size: 10px;
    }
    .product-section .content-section .icon-detail-section img{
        width: 20px;
    }
    .product-section .terms-and-condition{
        font-size: 8px;
        margin-top: 0px;
    }
    .product-section .content-section .size-section span .icon{
        width: 8px;
    }
    .product-section .content-section .size-section .caret{
        color: var(--black) !important;
        font-size: 10px;
        margin: 0;
        padding: 0;
    }
    .product-similer-item{
        margin-top: 5px;
    }
    .product-similer-item .title-similer-item{
        font-size: 16px;
        margin: 0;
    }
    .product-similer-item .card{
        margin-top: 5px;
    }
    .product-similer-item .star-view-section{
        font-size: 6px;
    }
    .product-similer-item .content .card-body{
        line-height: 10px;
        font-size: 8px;
    }
    /* Cart */
    .cart .col-2,
    .cart .col-3{
        padding: 0;
    }
    .cart .title{
        font-size: 30px;
    }
    .cart .card-heading{
        font-size: 12px;
        font-weight: 900;
    }
    .cart img{
        width: 50%;
    }
    .cart .card-title{
        font-size: 10px;
        font-weight: 600;
    }
    .cart .card-sub-title{
        font-size: 10px;
        font-weight: 600;
    }
    .cart input{
        width: 100%;
        height: 2rem;
        font-size: 10px;
        padding: 5px;
        border: 1px solid var(--Black);
        border-radius: 0;
        text-align: center;
    }
    .cart .button button{
        font-size: 6px;
        padding: 4px 8px;
    }
    .cart .option{
        font-size: 10px;
        font-weight: 600;
    }
    /* Thank You */
    .thankyou-section .content-box{
        padding: 5px;
        line-height: 12px;
    }
    .thankyou-section .content-box h6{
        font-size: 10px;
        font-weight: 600;
    }
    .thankyou-section .content-box p{
        font-size: 12px;
        margin: 0;
    }
    .thankyou-section .content-box img{
        width: 75px;
    }
    .thankyou-section .content{
        margin: 10px !important;
    }
    .thankyou-section .logo-section p{
        font-size: 10px !important;
    }
    /* wishlist */
    .wishlist-section .custom-card {
        padding: 15px 25px;
    }
    .wishlist-section .images-section img {
        width: 100px;
        height: 100px;
    }
    .wishlist-section .detail-section p {
        font-size: 13px
    }
    .wishlist-section .button{
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .wishlist-section .continue-shopping{
        font-size: 13px;
        padding: 5px 30px;
    }
    /* MyOrder */
    .myorder-section td,th,tr{
        font-size:8px;
    }
    .myorder-section .btn{
        font-size: 8px;
        padding: 5px 8px;
    }
    /* MyOrder Detail */
    .order-detail td,th,tr{
        font-size:8px !important;
    }
    .order-detail .btn{
        font-size: 8px;
        padding: 5px 8px;
    }
    .order-detail img{
        width: 40px !important;
    }
    .profile-section button{
        font-size: 15px;
        padding: 5px 20px;
    }
}