/** Shopify CDN: Minification failed

Line 131:0 Unexpected "}"
Line 269:0 Unexpected "}"

**/

/*for Cart Bar start */
.mainCart {
    width: 100%;
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ac-main-listCart {
    display: flex;
}

.ac-main-listCart .ac-main-list-item-Cart {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 48px;
}

.ac-main-listCart .ac-main-list-item-Cart .icons-Cart {
    font-size: 15px;
    color: #1b761b;
    margin: 0 60px;
}

.ac-main-listCart .ac-main-list-item-Cart .ac-label-Cart {
     line-height: 50px;
    font-family: sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: bold;
    color: black;
    position: absolute;

}

.ac-main-listCart .ac-main-list-item-Cart .ac-step-Cart {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #d7d7c3;
    /* margin: 16px 0 10px; */
    display: grid;
    place-items: center;
    color: ghostwhite;
    position: relative;
    cursor: pointer;
}

.ac-step-Cart::after {
    content: "";
    position: absolute;
    width: 186px;
    height: 8px;
    background-color: #d7d7c3;
    left: 30px;
}

.first-Cart::after {
    width: 0;
    height: 0;
}

.ac-main-listCart .ac-main-list-item-Cart .ac-step-Cart .awesome-Cart {
    display: none;
}

.ac-main-listCart .ac-main-list-item-Cart .ac-step-Cart p {
    font-size: 18px;
}

.ac-main-listCart .ac-main-list-item-Cart .active-Cart {
    background-color: #54b9c9;
}

li .active-Cart::after {
    background-color: #54b9c9;

}

.ac-main-listCart .ac-main-list-item-Cart .active-Cart p {
    display: none;
}

.ac-main-listCart .ac-main-list-item-Cart .active-Cart .awesome-Cart {
    display: flex;
}

@media only screen and (max-width: 600px) {
  .ac-main-listCart {
    /* width : 100%; */
  }
  .ac-main-listCart .ac-main-list-item-Cart{
    margin: 0px 0px;
  }
  .ac-main-listCart .ac-main-list-item-Cart .icons-Cart{
    margin: 0 23px;
}
.ac-step-Cart:after{
      width: 16px;
  left: 30px;
}
}

@media only screen and (min-device-width : 601px) and (max-device-width : 1024px) and (orientation : portrait) {

  .ac-main-listCart .ac-main-list-item-Cart{
    margin: 23px;
  }
  .ac-main-listCart .ac-main-list-item-Cart .icons-Cart{
    margin: 0 23px;
}
.ac-step-Cart:after{
      width: 60px;
      left: 30px;
}

}

}

/*for Cart Bar end */





/*for Cart drawer Bar start */

.maindrawer {
    width: 100%;
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ac-main-paragraphDrawer {
  font-size:12px;
  display: flex;
  justify-content: center;
}
.ac-main-listDrawer {
    display: flex;
  margin-top: 0px;
}

.ac-main-listDrawer .ac-main-list-item-Drawer {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.ac-main-listDrawer .ac-main-list-item-Drawer .icons-Drawer {
    font-size: 15px;
    color: #1b761b;
    margin: 0 31px;
}

.ac-main-listDrawer .ac-main-list-item-Drawer .ac-label-Drawer {
    font-family: sans-serif;
    letter-spacing: 0px;
    font-size: 10px;
    font-weight: bold;
    color: #1b761b;
}

.ac-main-listDrawer .ac-main-list-item-Drawer .ac-step-Drawer {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #d7d7c3;
    /* margin: 16px 0 10px; */
    display: grid;
    place-items: center;
    color: ghostwhite;
    position: relative;
    cursor: pointer;
}

.ac-step-Drawer::after {
    content: "";
    position: absolute;
    width: 186px;
    height: 3px;
    background-color: #d7d7c3;
    left: 30px;;
}

.first-Drawer::after {
    width: 0;
    height: 0;
}

.ac-main-listDrawer .ac-main-list-item-Drawer .ac-step-Drawer .awesome-Drawer {
    display: none;
}

.ac-main-listDrawer .ac-main-list-item-Drawer .ac-step-Drawer p {
    font-size: 18px;
}

.ac-main-listDrawer .ac-main-list-item-Drawer .active-Drawer {
    background-color: #1b761b;
}

li .active-Drawer::after {
    background-color: #1b761b;

}

.ac-main-listDrawer .ac-main-list-item-Drawer .active-Drawer p {
    display: none;
}

.ac-main-listDrawer .ac-main-list-item-Drawer .active-Drawer .awesome-Drawer {
    display: flex;
}
.ac-step-Drawer:after{
      width: 34px;
    left: 29px;

}
@media only screen and (max-width: 600px) {
  .ac-main-listDrawer {
    /* width : 100%; */
  }
  .ac-main-listDrawer .ac-main-list-item-Drawer{
    margin: 0px 0px;
  }
  .ac-main-listDrawer .ac-main-list-item-Drawer .icons-Drawer{
    margin: 0 31px;
}
.ac-step-Drawer:after{
      width: 16px;
      left: 30px;
}
}

@media only screen and (min-device-width : 601px) and (max-device-width : 1024px) and (orientation : portrait) {

  .ac-main-listDrawer .ac-main-list-item-Drawer{
    margin: 23px;
  }
  .ac-main-listDrawer .ac-main-list-item-Drawer .icons-Drawer{
    margin: 0 23px;
}
.ac-step-Drawer:after{
      width: 60px;
      left: 30px;
}

}

}

/*for Cart drawer Bar end */