.pack-builder-section {
  display: flex;
  flex-direction: row;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .pack-builder-section {
    flex-direction: column;
  }
}
.pack-builder-section .builder-loading {
  display: none;
  width: 90%;
  margin-bottom: 50px;
  margin-left: 15px;
  z-index: 10000000;
  border-radius: 25px;
  transform: scale(1.3);
}
.pack-builder-section .builder-loading.show {
  display: block;
}
.pack-builder-section .choose-loading {
  display: none;
  position: fixed;
  top: 50vh;
  left: 50vw;
  z-index: 10000000;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 25px;
  transform: scale(1.3);
}
.pack-builder-section .choose-loading.show {
  display: block;
}
.pack-builder-section .choose-loading-modal {
  display: none;
  position: fixed;
  top: 42vh;
  left: 58vw;
  z-index: 10000000;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 25px;
  transform: scale(1.3);
}
@media only screen and (max-width: 1199.98px) {
  .pack-builder-section .choose-loading-modal {
    left: 62vw;
  }
}
@media only screen and (max-width: 991.98px) {
  .pack-builder-section .choose-loading-modal {
    left: 48vw;
  }
}
.pack-builder-section .choose-loading-modal.show {
  display: block;
}
.pack-builder-section .pack-builder-container {
  width: 70%;
  padding-right: 25px;
}
@media only screen and (max-width: 991.98px) {
  .pack-builder-section .pack-builder-container {
    width: 100%;
    padding-right: unset;
  }
}
.pack-builder-section .pack-builder-container .breadcrumbs {
  margin-left: calc((100vw - var(--page-width)) / 2 - 5px);
  padding-left: 5rem;
}
@media only screen and (max-width: 1399.98px) {
  .pack-builder-section .pack-builder-container .breadcrumbs {
    margin-left: 0;
  }
}
@media only screen and (max-width: 769.98px) {
  .pack-builder-section .pack-builder-container .breadcrumbs {
    padding: 0 20px;
  }
}
.pack-builder-section .pack-builder-container .child-tab-container {
  background-color: var(--primary-color);
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile {
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: calc((100vw - var(--page-width)) / 2 - 5px);
  padding-left: 5rem;
  padding-right: 50px;
}
@media only screen and (max-width: 1399.98px) {
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile {
    padding-right: 5rem;
  }
}
@media only screen and (max-width: 769.98px) {
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile {
    flex-direction: column;
    padding: 20px;
  }
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .hide {
  display: none !important;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile label {
  font-weight: 700;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .child {
  border-right: 2px solid white;
  padding-right: 50px;
}
@media only screen and (max-width: 769.98px) {
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile .child {
    border-right: unset;
    border-bottom: 2px solid white;
    padding-right: unset;
  }
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .child .heading-sm {
  max-width: 220px;
  margin: 0 0 21px;
  display: flex;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .child .heading-sm .info {
  width: 18px;
  height: 18px;
  margin-left: 17px;
}
@media only screen and (max-width: 769.98px) {
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile .child .heading-sm .info {
    display: none;
  }
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .child .heading-sm .info svg {
  width: 18px;
  height: 18px;
  top: 4px;
  right: unset;
  left: 0;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .child .mobile-profile .add-profile {
  display: none;
}
@media only screen and (max-width: 769.98px) {
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile .child .mobile-profile {
    display: flex;
    flex-direction: row;
  }
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile .child .mobile-profile .heading-sm {
    margin: 0;
    padding-top: 4px;
    font-size: 20px;
  }
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile .child .mobile-profile .add-profile {
    display: block;
    width: 160px;
    margin-left: auto;
    padding: 5.5px 35px 5.5px 15px;
  }
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile .child .mobile-profile .add-profile svg {
    right: 20px;
    top: 8px;
  }
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .child .child-container {
  display: flex;
  flex-direction: column;
  max-width: 220px;
  margin: 0 auto 0 0;
  gap: 15px;
}
@media only screen and (max-width: 769.98px) {
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile .child .child-container {
    max-width: 100%;
  }
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile .child .child-container select {
    max-width: 100%;
    width: 100%;
  }
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .child .child-container .add-profile {
  padding-left: 15px;
  padding-right: 45px;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .child .child-container .add-profile svg {
  right: 25px;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .child select, .pack-builder-section .pack-builder-container .child-tab-container .child-profile .child input {
  background: var(--text-alternate-color);
  height: 36px;
  font-size: 14px;
  padding: 20px 15px;
  border: none;
  border-radius: 5px;
  width: 220px;
  box-sizing: border-box;
}
@media only screen and (max-width: 769.98px) {
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile .child select, .pack-builder-section .pack-builder-container .child-tab-container .child-profile .child input {
    width: 164px;
  }
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .child select {
  padding: 6px 15px;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .child select:focus + svg {
  transform: rotateX(180deg);
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .child .field {
  position: relative;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .child .field svg {
  position: absolute;
  bottom: 12px;
  right: 10px;
  transition: 0.5s;
  pointer-events: none;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .child .measurement-container .heading-sm {
  border-bottom: 2px solid black;
  position: relative;
  height: 30px;
  margin: 0;
}
@media only screen and (max-width: 769.98px) {
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile .child .measurement-container .heading-sm {
    max-width: 100%;
  }
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .child .measurement-container .heading-sm svg {
  position: absolute;
  top: 9px;
  right: 10px;
  transition: 0.5s;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .child .measurement-container.active .heading-sm svg {
  transform: rotateX(180deg);
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .child .measurement-container.active .panel-sub {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .child .measurement-container .measurement {
  display: flex;
  flex-direction: row;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 5px;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .child .measurement-container .measurement div:first-of-type {
  padding-right: 10px;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .child button {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .child button svg {
  position: absolute;
  right: 14px;
  top: 8px;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
@media only screen and (max-width: 769.98px) {
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile .child button {
    display: none;
  }
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .school {
  padding-left: 50px;
}
@media only screen and (max-width: 769.98px) {
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile .school {
    padding-left: unset;
  }
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .school.logged-out {
  padding-left: unset;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .school .heading-sm {
  max-width: 220px;
  margin: 0 0 21px;
}
@media only screen and (max-width: 769.98px) {
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile .school .heading-sm {
    margin-top: 30px;
    font-size: 20px;
  }
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .school .school-select {
  padding-bottom: 10px;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .school .school-container {
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px 15px;
  max-width: 501px;
  justify-content: space-between;
}
@media only screen and (max-width: 991.98px) {
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile .school .school-container {
    max-width: unset;
  }
}
@media only screen and (max-width: 769.98px) {
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile .school .school-container {
    margin: 0 auto;
    width: 100%;
  }
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .school .school-container .field {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1399.98px) {
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile .school .school-container .field {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 1199.98px) {
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile .school .school-container .field {
    width: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile .school .school-container .field {
    width: 100%;
  }
}
@media only screen and (max-width: 769.98px) {
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile .school .school-container .field {
    width: 47%;
  }
}
@media only screen and (max-width: 400px) {
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile .school .school-container .field {
    width: 100%;
  }
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .school .school-container .field.field-year {
  opacity: 0;
  pointer-events: none;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .school .school-container .field .stacked-field__field.school-search-wrapper {
  isolation: isolate;
  position: relative;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .school .school-container .field .stacked-field__field.school-search-wrapper select {
  z-index: -1;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .school .school-container .field .stacked-field__field.school-search-wrapper input {
  z-index: 2;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .school .school-container .field .stacked-field__field.school-search-wrapper svg {
  z-index: 3;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .school .school-container .field .stacked-field__field.school-search-wrapper::before {
  content: "";
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 0 auto 0 0;
  width: 100%;
  background: white;
  border-radius: 5px;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .school .school-container .search-results {
  max-height: 200px;
  overflow-y: scroll;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .school select, .pack-builder-section .pack-builder-container .child-tab-container .child-profile .school input:not(.school-search) {
  background: var(--text-alternate-color);
  height: 36px;
  font-size: 14px;
  padding: 20px 30px;
  border: none;
  border-radius: 5px;
  width: 220px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1399.98px) {
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile .school select, .pack-builder-section .pack-builder-container .child-tab-container .child-profile .school input:not(.school-search) {
    width: 100%;
  }
}
@media only screen and (max-width: 769.98px) {
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile .school select, .pack-builder-section .pack-builder-container .child-tab-container .child-profile .school input:not(.school-search) {
    width: 100%;
  }
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .school select {
  padding: 6px 25px 6px 15px;
}
@media only screen and (max-width: 1399.98px) {
  .pack-builder-section .pack-builder-container .child-tab-container .child-profile .school select {
    padding: 6px 30px 6px 15px;
  }
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .school select:focus + svg {
  transform: rotateX(180deg);
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .school .field {
  position: relative;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .school .field svg {
  position: absolute;
  bottom: 12px;
  right: 10px;
  transition: 0.5s;
  pointer-events: none;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .school .save {
  margin-left: auto;
  font-weight: 700;
  display: none;
}
.pack-builder-section .pack-builder-container .child-tab-container .child-profile .school .save.active {
  display: block;
}
@media only screen and (max-width: 991.98px) {
  .pack-builder-section .pack-builder-container #pack-builder {
    padding: unset;
  }
  .pack-builder-section .pack-builder-container #pack-builder .swiper-wrapper {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .pack-builder-section .pack-builder-container #pack-builder .heading-md {
    padding-left: 1.5rem;
  }
}
.pack-builder-section .pack-builder-container .pack-builder {
  margin-top: 60px;
  margin-left: calc((100vw - var(--page-width)) / 2 - 5px);
  padding-left: 5rem;
  padding-right: 50px;
}
@media only screen and (max-width: 1399.98px) {
  .pack-builder-section .pack-builder-container .pack-builder {
    margin-left: 0;
  }
}
.pack-builder-section .pack-builder-container .pack-builder .no-products {
  font-size: 24px;
  width: 100%;
  margin: 30px 0 30px;
}
@media only screen and (max-width: 991.98px) {
  .pack-builder-section .pack-builder-container .pack-builder .no-products {
    padding: 0 5rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 769.98px) {
  .pack-builder-section .pack-builder-container .pack-builder .no-products {
    padding: 0 1.5rem;
    font-size: 20px;
  }
}
.pack-builder-section .pack-builder-container .pack-builder .quickview-eye {
  display: none;
}
.pack-builder-section .pack-builder-container .pack-builder .heading-md {
  margin: 30px 0;
}
@media only screen and (max-width: 991.98px) {
  .pack-builder-section .pack-builder-container .pack-builder .heading-md {
    font-size: 20px;
  }
}
.pack-builder-section .pack-builder-container .pack-builder .swiper-wrapper {
  padding-bottom: 10px;
}
.pack-builder-section .pack-builder-container .pack-builder .swiper-scrollbar {
  background: var(--primary-color);
  border-radius: 10px;
}
.pack-builder-section .pack-builder-container .pack-builder .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--accent-2-color);
}
.pack-builder-section .pack-builder-container .pack-builder .swiper-slide {
  padding: 10px;
}
.pack-builder-section .pack-builder-container .pack-builder .swiper-slide .product-image {
  cursor: pointer;
}
.pack-builder-section .pack-builder-container .pack-builder .contents {
  width: 768px;
  display: none;
}
.pack-builder-section .pack-builder-container .pack-builder .contents.active {
  display: block;
}
@media only screen and (max-width: 1199.98px) {
  .pack-builder-section .pack-builder-container .pack-builder .contents {
    width: 502px;
  }
}
@media only screen and (max-width: 991.98px) {
  .pack-builder-section .pack-builder-container .pack-builder .contents {
    width: 100%;
    max-width: 770px;
  }
}
@media screen and (max-width: 700px) {
  .pack-builder-section .pack-builder-container .pack-builder .contents {
    max-width: 485px;
  }
}
@media only screen and (max-width: 575.98px) {
  .pack-builder-section .pack-builder-container .pack-builder .contents {
    width: 100%;
  }
}
.pack-builder-section .pack-builder-container .pack-builder .contents .product-card .product-buttons button {
  width: 100%;
}
.pack-builder-section .pack-builder-container .pack-builder-content {
  margin-bottom: 40px;
  margin-top: 37px;
}
@media only screen and (max-width: 991.98px) {
  .pack-builder-section .pack-builder-container .pack-builder-content {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 769.98px) {
  .pack-builder-section .pack-builder-container .pack-builder-content {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 29px;
  }
}
.pack-builder-section .pack-builder-container .pack-builder-content h1 {
  font-size: 24px;
  display: block;
  margin-bottom: 12px;
}
.pack-builder-section .pack-builder-container .pack-builder-content p, .pack-builder-section .pack-builder-container .pack-builder-content span {
  font-size: 14px;
  line-height: 21px;
}
.pack-builder-section .pack-builder-container .pack-builder-content .content {
  display: block;
  margin-bottom: 18px;
}
.pack-builder-section .pack-builder-container .pack-builder-content .deals .deal {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}
.pack-builder-section .pack-builder-container .pack-builder-content .deals .deal > div {
  text-align: left;
}
.pack-builder-section .pack-builder-container .pack-builder-content .deals .deal svg {
  width: 18px;
  height: 18px;
  min-width: 18px;
}
.pack-builder-section .deals-cart-container {
  height: auto;
  width: 30%;
  margin-left: auto;
  padding: 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
  transition: 0.2s ease-in-out;
  position: relative;
  /* background-color: var(--secondary-color); */
}
.pack-builder-section .deals-cart-container .cart-details {
  border-radius: 5px;
}
.pack-builder-section .deals-cart-container .sticky {
  position: sticky;
  top: 0;
  overflow-y: scroll;
  max-height: 100vh;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pack-builder-section .deals-cart-container .sticky::-webkit-scrollbar {
  display: none;
}
.pack-builder-section .deals-cart-container .sticky #cart-drawer-container {
  position: unset;
  width: 100%;
  visibility: visible;
  height: 100vh;
  background-color: var(--secondary-color);
}
.pack-builder-section .deals-cart-container .sticky #cart-drawer-container .side-cart-recommended {
  display: none;
}
.pack-builder-section .deals-cart-container .sticky #cart-drawer-container #cart-drawer {
  width: 100%;
  transform: unset;
}
.pack-builder-section .deals-cart-container .sticky #cart-drawer-container #cart-drawer .cart, .pack-builder-section .deals-cart-container .sticky #cart-drawer-container #cart-drawer .deals-cart, .pack-builder-section .deals-cart-container .sticky #cart-drawer-container #cart-drawer .saved-cart {
  height: calc(100vh - 200px);
}
@media only screen and (max-width: 1100px) {
  .pack-builder-section .deals-cart-container .sticky #cart-drawer-container #cart-drawer .cart, .pack-builder-section .deals-cart-container .sticky #cart-drawer-container #cart-drawer .deals-cart, .pack-builder-section .deals-cart-container .sticky #cart-drawer-container #cart-drawer .saved-cart {
    height: calc(100vh - 280px);
  }
}
.pack-builder-section .deals-cart-container .sticky #cart-drawer-container #cart-drawer .closeSideCart, .pack-builder-section .deals-cart-container .sticky #cart-drawer-container #cart-drawer .cart-deals-footer {
  display: none;
}
.pack-builder-section .deals-cart-container .sticky #cart-drawer-container #cart-drawer .cart-tabs {
  flex-wrap: wrap;
}
.pack-builder-section .deals-cart-container .sticky #cart-drawer-container #cart-drawer .cart-tabs .cart-tab span {
  font-size: 14px;
}
.pack-builder-section .deals-cart-container .sticky #cart-drawer-container #cart-drawer > .top {
  padding: 0px 10px 0 10px;
}
@media only screen and (max-width: 991.98px) {
  .pack-builder-section .deals-cart-container .sticky #cart-drawer-container #cart-drawer > .top {
    padding: 15px 10px 0 10px;
  }
}
.pack-builder-section .deals-cart-container .sticky #cart-drawer-container #cart-drawer .empty-cart p {
  width: unset;
  padding-left: unset;
}
.pack-builder-section .deals-cart-container .sticky #cart-drawer-container #cart-drawer .items-wrapper {
  overflow-y: scroll;
}
.pack-builder-section .deals-cart-container .sticky #cart-drawer-container #cart-drawer .items-wrapper::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 600px) {
  .pack-builder-section .deals-cart-container {
    position: fixed;
    width: 100%;
    z-index: 15000;
    background: #d8006b;
    bottom: 0;
    height: 56px;
    color: white;
  }
  .pack-builder-section .deals-cart-container.active {
    height: 100%;
    box-shadow: 0px -20px 0px 1000px rgba(0, 0, 0, 0.67);
    border-top: 1px solid black;
    /*
    padding: 20px 0px 20px;
    background-color: white;
    height: 100vh;
    .sticky {
        top: 117px;
        #cart-drawer-container {
            #cart-drawer {
                max-width: unset;
                .cart-tabs {
                    align-items: center;
                    justify-content: center;
                }
            }
        }
    }
    */
  }
}
.pack-builder-section .deals-cart-container .heading-md {
  position: relative;
  width: 100%;
}
.pack-builder-section .deals-cart-container .heading-md svg {
  position: absolute;
  top: 0;
  left: 0;
}
.pack-builder-section .deals-cart-container .heading-md:not(.deals) {
  padding-left: 16px;
}
.pack-builder-section .deals-cart-container p {
  text-align: left;
  margin-top: 4px;
}
.pack-builder-section .deals-cart-container .top {
  font-weight: 700;
  display: flex;
  flex-direction: row;
  position: relative;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--primary-color);
}
.pack-builder-section .deals-cart-container .top div {
  font-weight: 700;
}
.pack-builder-section .deals-cart-container .deal-save {
  font-weight: 700;
  display: flex;
  flex-direction: row;
  margin: 12px 0 36px;
}
.pack-builder-section .deals-cart-container .deal-save div:last-of-type {
  margin-left: auto;
  margin-right: 53px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.pack-builder-section .deals-cart-container .pack {
  display: flex;
  flex-direction: column;
}
.pack-builder-section .deals-cart-container .pack .top .from {
  margin-left: auto;
  margin-right: 53px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.pack-builder-section .deals-cart-container .pack .top .chevron {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--primary-color);
  width: 22px;
  height: 22px;
}
.pack-builder-section .deals-cart-container .pack .top .chevron svg {
  margin-left: 3.3px;
  margin-top: 7px;
  transition: 0.5s;
}
.pack-builder-section .deals-cart-container .pack .top.active svg {
  transform: rotateX(180deg);
}
.pack-builder-section .deals-cart-container .pack .bottom {
  display: none;
  flex-direction: column;
  margin-bottom: 32px;
  gap: 5px;
}
.pack-builder-section .deals-cart-container .pack .bottom.active {
  display: flex;
}
.pack-builder-section .deals-cart-container .pack .bottom .deals {
  display: flex;
  flex-direction: row;
}
.pack-builder-section .deals-cart-container .pack .bottom .deals .amount {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
}
.pack-builder-section .deals-cart-container .pack .bottom .deals .total {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: 53px;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
}
.pack-builder-section .deals-cart-container.hidden {
  display: none;
}
.pack-builder-section .mobile-deals-container {
  display: none;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-left: auto;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 991.98px) {
  .pack-builder-section .mobile-deals-container {
    position: fixed;
    width: 100%;
    top: unset;
    bottom: 20px;
    z-index: 16;
    background-color: white;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
  }
  .pack-builder-section .mobile-deals-container.active {
    display: block;
    padding: 20px 20px 20px;
  }
}
.pack-builder-section .mobile-deals-container .heading-md {
  position: relative;
  width: 200px;
  padding-left: 16px;
}
.pack-builder-section .mobile-deals-container .heading-md svg {
  position: absolute;
  top: 0;
  left: 0;
}
.pack-builder-section .mobile-deals-container p {
  text-align: center;
}
.pack-builder-section .mobile-deals-container .top {
  font-weight: 700;
  display: flex;
  flex-direction: row;
  position: relative;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--primary-color);
}
.pack-builder-section .mobile-deals-container .top div {
  font-weight: 700;
}
.pack-builder-section .mobile-deals-container .deal-save {
  font-weight: 700;
  display: flex;
  flex-direction: row;
  margin: 12px 0 36px;
}
.pack-builder-section .mobile-deals-container .deal-save div:last-of-type {
  margin-left: auto;
  margin-right: 53px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.pack-builder-section .mobile-deals-container .pack {
  display: flex;
  flex-direction: column;
}
.pack-builder-section .mobile-deals-container .pack .top .from {
  margin-left: auto;
  margin-right: 53px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.pack-builder-section .mobile-deals-container .pack .top .chevron {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--primary-color);
  width: 22px;
  height: 22px;
}
.pack-builder-section .mobile-deals-container .pack .top .chevron svg {
  margin-left: 3.3px;
  margin-top: 7px;
  transition: 0.5s;
}
.pack-builder-section .mobile-deals-container .pack .top.active svg {
  transform: rotateX(180deg);
}
.pack-builder-section .mobile-deals-container .pack .bottom {
  display: none;
  flex-direction: column;
  margin-bottom: 32px;
  gap: 5px;
}
.pack-builder-section .mobile-deals-container .pack .bottom.active {
  display: flex;
}
.pack-builder-section .mobile-deals-container .pack .bottom .deals {
  display: flex;
  flex-direction: row;
}
.pack-builder-section .mobile-deals-container .pack .bottom .deals .amount {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
}
.pack-builder-section .mobile-deals-container .pack .bottom .deals .total {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: 53px;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
}
.pack-builder-section .mobile-deals {
  display: none;
  background-color: var(--accent-2-color);
  height: 60px;
  width: 100%;
}
.pack-builder-section .mobile-deals.active svg:not(.deals-svg) {
  transform: scale(1.5) rotateX(0deg);
}
@media only screen and (max-width: 991.98px) {
  .pack-builder-section .mobile-deals {
    display: block;
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 16;
  }
  .pack-builder-section .mobile-deals.active {
    position: fixed;
  }
}
.pack-builder-section .mobile-deals .heading-md {
  position: relative;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 15px auto 0;
  padding: 3px 28px 0 38px;
  color: var(--text-alternate-color);
}
.pack-builder-section .mobile-deals .heading-md svg {
  position: absolute;
  top: 10px;
  right: 0;
  transform: scale(1.5) rotateX(180deg);
  transition: 0.3s all;
}
.pack-builder-section .mobile-deals .heading-md svg path {
  fill: var(--text-alternate-color);
}
.pack-builder-section .mobile-deals .heading-md .deals-svg {
  top: 1px;
  right: unset;
  left: 0;
  transform: unset;
}
.pack-builder-section .mobile-deals .heading-md .deals-svg path {
  fill: #ff8a05;
}
