*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}
body{
    overflow-x: hidden;
}


/* utility clases */
.main-p{
    padding: 40px 80px;
}

.Main-Name{
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40px;
    border-radius: 50%;
    margin-right: 20px;
    color: #ffffffbb;
    height: 40px;
    background: #1642a9;
    cursor: pointer;
    display: none;
}
#innerD{
    position: absolute;
    width: 200px;
    max-width: 200px;
    top: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    display: none;
    gap: 30px;
    padding: 20px;
    justify-content: space-between;
    z-index: 66;
    border-radius: 20px;
    cursor: pointer;
    max-height: 200px;

    background: #443f65;
}
#innerD.show{
    display: flex;
}

#innerP{
    font-size: 19px;
    color: #fff;
    letter-spacing: 1px;
}
#innerM{

    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
}

#logOut{
  
    display: block;
    padding: 8px 15px;
    background: #6b1ade;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: 0.8px;
    font-family: sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
#logout a{
    color: #ffffff !important;
}
#ShortName{
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f0e9e9;
    font-family: sans-serif;
}
#forName span{
    color: #e3eccc;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 2px;
    margin-bottom: 5px;
    padding: 4px;
    background-color: #171bff;
    box-shadow: 15px 0px 25px #171bff;
    border-radius: 10px;
}
#forName a{
    color: #030303;
    
}

#header{
    display: flex;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: space-between;
    padding: 20px 50px;
    background-color: #E3E6F3;
    z-index: 999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .06);
}
#header.sticky{
    padding: 12px 30px;
    background-color: #e3e6f3;
    z-index: 999;
} 

.logo{
    font-size: 25px !important;
    color: #323232;
    text-decoration: none;
    font-weight: 800;
}
.nav-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.nav-bar li{
    padding: 0 20px;
    list-style: none;
    position: relative;
}
.nav-bar li a{
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    transition: all 0.4s ease;
}
.nav-bar li a:hover,
.nav-bar li a.active{
    color: #088178;
    
}
.nav-bar li a.active::after,
.nav-bar li a:hover::after{
    transition: all 0.9s ease;
    content: "";
    width: 30%;
    height: 2px;
    background: #088178;
    position: absolute;
    bottom: -4px;
    left: 20px;
}
.mobil{
    display: none;
    align-items: center;
}
#closed{
    display: none;
}

/* <!-- -------------hero sec----------- --> */
section{
    padding: 20px 80px;
}
.hero{
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../images/hero1.jpg);
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 80px;
    background-position: top 0px right;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    
}
.hero h4{
    font-size: 23px;
    color: #ffffff;
    padding-bottom: 15px;
    animation: right 0.7s ease-in;
}
.hero h2{
    font-size: 55px;
    color: #f2ebeb;
    font-weight: 700;
    animation: right 0.9s ease-in;
}
.hero h1{
    font-size: 55px;
    color: #f0e9e9;
    font-weight: 800;
    animation: right 0.9s ease-in;
}
.hero p{
    padding-left: 2px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #ffffff;
    padding-bottom: 20px;
    animation: right 0.9s ease-in;
}
.btn{
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 15px 20px;
    color: #E3E6F3;
    font-size: 18px;
    font-weight: 400;
    background-color: #7194d8;
    border-radius: 4px;
    transition: all 0.8s ease;
    cursor: pointer;
    animation: right 0.9s ease-in;
}
.btn:hover{
    transform: scale(1.1);
    background-color: #21293a;
}
/* -----------------feauter sec-------- */

.feauter{
    display: flex;
    align-items: center;
    background-color: #ffffffd8;
    justify-content: space-between;
    flex-wrap: wrap;
}
.feauter .fe-box img{
    width: 30%;
    vertical-align: middle;
    margin-bottom: 10px;
}
.feauter .fe-box{
    width: 23%;
    box-shadow: 20px 20px 34px rgba(0, 0, 0,0.3);
    padding: 25px 15px;
    border-radius: 4px;
    border: 1px solid #cce7d0;
    background-color: #ffffff;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
    animation: right 0.9s ease-in;
}
.feauter .fe-box:hover{
    box-shadow: 20px 20px 34px rgba(0, 0, 0,0.1);
}
.feauter .fe-box h6{
    font-size: 20px;
    font-weight: 700;
}
.feauter .fe-box p{
    padding-top: 10px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #1a1a1a;
}

/* ----------------------produt sec---------------------- */
.sm-pro{
    text-align: center;
}
.sm-pro h2{
    font-size: 50px;
    padding-top: 30px;
    font-size: 700;
    letter-spacing: 3px;
    color: #1d1e20;
}
.sm-pro p{
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #1d1e20;
   padding-bottom: 30px;
}
.sm-pro .pro-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sm-pro .pro-box{
    width: 23%;
    border: 1px solid #cce7d0;
    min-width: 250px;
    padding: 10px 12px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0, 0, 0,0.1);
    margin: 15px 0;
    transition: 0.2s ease;
    border-radius: 20px;
    position: relative;
}
.sm-pro .pro-box:hover{
    box-shadow: 20px 20px 30px rgba(0, 0, 0,0.2);
}
.sm-pro .pro-box img{
    width: 100%;
    border-radius: 20px;
}

.pro-box .pro-dec{
    text-align: start;
    padding: 10px 0;
}
.pro-box .pro-dec span{
    color: #606063;
    font-size: 15px;
}
.pro-box .pro-dec h5{
    font-size: 18px;
    color: #1a1a1a;
    letter-spacing: 1px;
    padding-top: 7px;
}
.pro-box .pro-dec i{
    font-size: 14px;
    color: rgb(243, 181, 25);
}
.pro-box .pro-dec h4{
    padding-top: 7px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #088178;
}

.pro-box .cart{
    width: 40px;
    height: 40px;
    color: #881178;
    line-height: 40px;
    background-color: #e8f6ea;
    border-radius: 50px;
    border: 1px solid #cce7d0;
    position: absolute;
    bottom: 20px;
    right: 20px;
}


/* ------------banner sec------------ */
.banner{
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: #7194d8;
    width: 100%;
    height: 40vh;
}
.banner h4{
    font-size: 50px;
    letter-spacing: 2px;
    color: #f6f2f2;
    font-weight: 700;
    padding-bottom: 20px;
}
.banner h2{
    font-size: 50px;
    letter-spacing: 2px;
    color: #1a1818;
    font-weight: 700;
    padding-bottom: 20px;
}
.banner h2 span{
    font-size: 50px;
    letter-spacing: 2px;
    color: #ef3636;
    font-weight: 700;
    padding-bottom: 20px;
}
.banner button{
    border: 1px solid rgb(255, 255, 255);
    padding: 10px 20px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    transition: 0.2s ease;
    outline: none;
}
.banner button:hover{
    background-color: #313426c2;
    transform: scale(1.1);
    color: #fff;
}

/* --------------banner1 sec---------- */
.banner2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.banner2 .ban-box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../images/bane1.jpg);
    background-position: center;
    background-size: cover;
    width: 45%;
    height: 50vh;
    padding: 30px;
    transition: 0.2s ease;
    
}
.banner2 .ban-box h4{
    margin-top: 30px;
    font-size: 23px;
    font-weight: 300;
    color: #fff;
}
.banner2 .ban-box h2{
    font-size: 30px;
    font-weight: 800;
    color: #fff;
}
.banner2 .ban-box span{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 14px;
}
.banner2 .ban-box button{
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    padding: 10px 15px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    transform: 0.2s ease;
}
.banner2 .ban-box:hover button{
    background: #088178;
}


/* ------------------sec banner3------------ */

.banner3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 80px;
}
.banner3 .ban-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../images/bane2.jpg);
    background-position: center;
    background-size: cover;
    min-width: 25%;
    height: 30vh;
    padding: 30px;
    margin-bottom: 20px;
    transition: 0.2s ease;
}
.banner3 .bn-box2{
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../images/bane1.jpg);
}
.banner3 .bn-box3{
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../images/bane2.jpg);
}
.ban-box h2{
    font-weight: 1000;
    color: #fff;
    font-size: 22px;
}
.ban-box h3{
    font-weight: 900;
    color: #ed5d5d;
    font-size: 18px;
}



/* ----------footer---------- */
footer{
    margin-top: 90px;
    background-color: #f9e0f2;

}
.footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer .coll{
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.footer .coll a{
    text-decoration: none;
    font-size: 16px;
    color: #21293a;
}
.footer .coll .follow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.footer .coll .follow i{
    font-size: 16px;
    cursor: pointer;
    padding: 0 4px;
}
.last-text{
    border-top: 1px solid #606063;
   margin-top: 60px;
    background-color: #f9e0f2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.last-text p{
    font-size: 17px;
    padding-top: 30px;
    letter-spacing: 1px;
}

@keyframes right {
    0%{
        transform: translate(-200%);
    }
    100%{
        transform: translate(0%);
    }
}

/* ---------------shop page------------ */
.shop-hero{
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url("../images/shop/shop-hero.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 14px;
    margin-bottom: 60px;
}
.shop-hero h2{
    font-size: 40px;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 2px;
}
.shop-hero p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 2px;
}

/* ------------pageni----- */
.pagein{
    text-align: center;
}
.pagein a{
    text-decoration: none;
    padding: 15px 20px;
    background-color: #088178;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 600;
}
.pagein i{
    font-size: 16px;
    font-weight: 600;
}









/* ---------------single-page--------- */
.pro-sec{
    margin-top: 5rem;
    display: flex;
 
}
.pro-sec .for-img{
    width: 40%;
}
.for-img .small-img{
    display: flex;
    gap: 20px;
}
.small-img img{
    width: 100%;
}
.pro-sec .text-sec{
    width: 50%;
    padding: 14px;
}
.pro-sec .text-sec h3{
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 20px;
}
.pro-sec .text-sec h2{
    font-size: 26px;
    font-weight: 500;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.pro-sec .text-sec h5{
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}
.text-sec select{
    display: block;
    padding: 5px 10px;
    margin-bottom: 10px;
    background: transparent;
    border: 1px solid #21293a;
    outline: none;
}

.text-sec input{
    width: 50px;
    font-size: 16px;
    padding-left: 10px;
    margin-right: 10px;
    height: 47px;
}.text-sec input:focus{
    outline: none;
}
.text-sec button{
    padding: 10px 20px;
    background-color: #088178;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    border: none;
}
.text-sec h4{
    font-size: 20px;
    margin: 10px 0;
}
.text-sec p{
    line-height: 25px;
    font-size: 16px;
    font-weight: 500;
}

/* -----------------Signup form------------------ */
.signup-sec{
    padding: 0;
    margin-top: 40px;
    width: 100%;
    height: 100vh;
    background-image: url(../images/heroig.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainsingup{
    width: 460px;
    background: rgb(255 255 255/75%);
    border-radius: 10px;
    padding: 30px 40px;
    backdrop-filter: blur(5px);
}
.mainsingup h1{
    font-variant: small-caps;
    font-size: 42px;
    text-align: center;
    margin-bottom: 15px;
}
.mainsingup span{
    color: #f52723;
}
.mainsingup .inp-tag input{
    width: 100%;
    padding: 14px 10px;
    outline: none;
    border: 1px solid rgba(0, 0, 0,0.354);
    background: transparent;
    margin-bottom: 10px;
    font-size: 16px;
}
.submitbtn{
    text-align: center;
}
.submitbtn button{
    padding: 13px 25px;
    background-color: #f52723;
    color: #fff;
    outline: none;
    border: none;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
.acchave{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
}
.acchave a{
    text-decoration: none;
    color: rgb(34,34,34);
}





/* ----------shcart---------- */
.container{
    padding: 20px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-md-4{
    display: flex;
    align-items: center;    
    flex-wrap: wrap;
    gap: 20px;
}
.card{
    width: 23%;
    border: 1px solid #cce7d0;
    min-width: 250px;
    padding: 10px 12px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0, 0, 0,0.1);
    margin: 15px 0;
    transition: 0.2s ease;
    text-align: center;
    border-radius: 20px;
    position: relative;
}
.card:hover{
    box-shadow: 20px 20px 30px rgba(0, 0, 0,0.2);
}
.card img{
    width: 100%;
    border-radius: 20px;
}
.card span{
    color: #606063;
    font-size: 15px;
}
.card h5{
    font-size: 18px;
    color: #1a1a1a;
    letter-spacing: 1px;
    padding-top: 7px;
}
.card i{
    font-size: 14px;
    color: rgb(243, 181, 25);
}
.card h4{
    padding-top: 7px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #088178;
}
.card .cart{
    width: 40px;
    height: 40px;
    color: #050505;
    line-height: 40px;
    background-color: #e8f6ea;
    border-radius: 50px;
    border: 1px solid #cce7d0;
    position: absolute;
    bottom: 20px;
    text-align: center;
    right: 20px;
}
.card-body{
    text-align: center;
}
.card .btn{
    padding: 10px 15px;
    align-items: center;
}
.container{
    margin: auto;
    margin-top: 20px;
    /* border: 3px solid black; */
}
.col-md-, .col-lg-4{
    margin-bottom: 20px;
}
.sty{
    font-size: 18px !important;
    color: black !important;
}
.num{
    width: 80px;
    height: 30px;
    border: 3px solid black;
    border-radius: 5px;
    font-size: 18px;
    padding: 5px;
}
.uk-border-circle{
    width: 100px !important;
    height: 100px !important;
}
.uk-button {
    display: inline-block;
    padding: 10px 15px;
    background-color: #7194d8;
    color: #fff;
    outline: none;
    border: none;
}
.fa-cart-arrow-down{
    color: white;
    font-size: 50px;
    cursor: pointer;
    padding-left: 20px;
}
.cart {
	position: relative;
	background-color: #fff;
	color: #212529;
	font-size: 30px;
	padding: 5px;
	border-radius: 4px;
  }
  
  .cartAmount {
	position: absolute;
	top: -15px;
	right: -10px;
	font-size: 16px;
	background-color: red;
	color: white;
	padding: 3px;
	border-radius: 3px;
  }
  
  /**
  * ! Shop items styles are here
  **/
  
  .shop {
	display: grid;
	grid-template-columns: repeat(4, 223px);
	gap: 30px;
	justify-content: center;
	margin-bottom: 50px;
  }
  
  @media (max-width: 1000px) {
	.shop {
	  grid-template-columns: repeat(2, 223px);
	}
  }
  
  @media (max-width: 500px) {
	.shop {
	  grid-template-columns: repeat(1, 223px);
	}
  }
  
  .item {
	border: 2px solid #212529;
	border-radius: 4px;
  }
  .item img {
	width: 100%;
	border-radius: 2px 2px 0 0;
  }
  
  .details {
	display: flex;
	flex-direction: column;
	padding: 10px;
	gap: 10px;
    width: 100%;
  }
  
  .price-quantity {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
  }
  
  .buttons {
	display: flex;
    width: 100px;
	align-items: center;
	gap: 8px;
    justify-content: space-between;
	font-size: 16px;
    border: 1px solid #1a1ee9;
}
.buttons i{
    padding: 2px;
    border: 1.px solid #1a1ee9;
}
  
  .bi-dash-lg {
	color: red;
  }
  
  .bi-plus-lg {
	color: green;
  }
  .item{
    cursor: pointer;
  }
  
  /**
  * ! style rules for label and some buttons
  **/
  
  .text-center {
	text-align: center;
	margin-bottom: 20px;
  }
  
  .HomeBtn,
  .checkout,
  .removeAll {
	background-color: #212529;
	color: white;
	border: none;
	padding: 6px;
	border-radius: 3px;
	cursor: pointer;
	margin-top: 10px;
  }
  
  .checkout {
	background-color: green;
  }
  .removeAll {
	background-color: red;
  }
  .bi-x-lg {
	color: red;
	font-weight: bold;
  }
  
  /**
  * ! style rules for shopping-cart
  **/
  
  .shopping-cart {
	display: grid;
	grid-template-columns: repeat(1, 520px);
	justify-content: center;
	gap: 15px;
  }
  
  /**
  * ! style rules for cart-item
  **/
  .cart-img{
    border: 1px solid #030303;
    padding: 20px;
}
.cart-img img{
    width: 100px;
}
  .cart-item {
	border: 2px solid #212529;
	border-radius: 5px;
	display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px;
    width: 100%;
  }
  
  .title-price-x {
	width: 270px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* border: 2px solid red; */
  }
  .cart-buttons{
    display: flex; 
    flex-direction: column-reverse;

    align-items: start;
    justify-content: start;
    gap: 20px;
    cursor: pointer;
}

.title-price {
	display: flex;
	align-items: center;
	gap: 40px;
}

.cart-item-price {
	background-color: #212529;
	color: white;
	border-radius: 4px;
	padding: 3px 6px;
    width: 80px;
    margin-right: 20px;
}

  #label{
    margin-top: 100px;
  }

  
/* -----------------Contact us --------------- */

@media (max-width: 700px) {
    .rows{
        flex-direction: column;
    }
}

.location{
    width: 80%;
    margin: auto;
    padding: 60px 0;
}
.location iframe{
    width: 100%;
}


.contact-us{
    width: 80%;
    margin: auto;
}
.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}
.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.contact-col .fa-solid{
    font-size: 22px;
    color: #f44336;
    margin: 10px;
    margin-right: 30px;
}
.contact-col div h5{
    font-size: 25px;
    margin-top: 5px;
    color: #555;
    font-weight: 400;
}
.contact-col div p{
    padding: 0;
    font-size: 12px;
    color: #555;
}
.rows{
    margin-top: 0%;
    display: flex;
    justify-content: space-between;
}


/* -----------------contact-col------------ */
.contact-col form input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.hero-btn{
    margin-top: 7px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 12px 34px;
    background: transparent;
    position: relative;

}
.hero-btn:hover{
    border: 1px solid #f44336;
    background: #f44336;
    transition: 1s;
}
.red-btn{
    border: 1px solid #f44336;
    background: transparent;
    color: #f44336;
}
.red-btn:hover{
    color: #fff;
}
.show-cart li {
    display: flex;
  }
  .card {
    margin-bottom: 20px;
  }
  .card-img-top {
    width: 200px;
    height: 200px;
    align-self: center;
  }

.filter-sec{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    gap: 30px;
    flex-wrap: wrap;
    margin: 20px 0;
}
.filter-sec .filter-Btn{
    border: none;
    padding: 15px;
    cursor: pointer;
}
.fill-buttons{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.filter-sec input{
    width: 200px;
    height: 35px;
    outline: none;
    padding: 5px 10px;
    font-size: 18px;
}
.order-main{
    padding: 20px;
    display: flex;
    align-items: center;
    position: absolute;
    width: 30%;
    background: #d7aeae;
    right: -100%;
    top: 80px;
    justify-content: start;
    flex-direction: column;
    z-index: 99;
    min-height: 100vh;
    transition: all 0.5s ease-in;
}
.order-main.open{
right: 0px;
}
#ArrowIcon{
    position: absolute;
    top: 110px;
    right: 80px;
    font-size: 25px;
    color: #2c086b;
    font-weight: bolder;
    /* left: 0; */
}
#ArrowIcon.nonee{
    display: none;
    /* left: 0; */
}
#ArrowIconInner{
    /* position: absolute; */
    top: 20px;
    left: 20px;
    font-size: 25px;
    color: #2c086b;
    font-weight: bolder;
    /* left: 0; */
}
.order .inner-order{
    display: flex;
    align-items: self-start;
    flex-direction: column;
    justify-content: flex-start;
    border-top: 1px solid;
    width: 100%;
    padding: 10px;

}.order-histry{
    padding: 20px;
    font-size: 35px;
    color: #21293a;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
}
.for-img{
    border: 2px solid #c2c2c2;
    padding: 20px;
}

.inner-order img{
    width: 70px;
}
.details-order{
    padding: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.item-name{
    font-weight: bold;
}
#orderHistory{
    display: none;
}