/** Shopify CDN: Minification failed

Line 893:0 Unexpected "}"
Line 1230:0 Comments in CSS use "/* ... */" instead of "//"

**/

.choices, .conditions {
    display: flex;
    flex-wrap: wrap;
}
.option-section {
    margin-bottom: 4px;
      width: 100%;
}
.choices input, .conditions input{
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}
.choices label, .conditions label {
    display: inline-flex;
    padding: 5px 15px;
    margin-right: 15px;
    border-radius: 6px;
    font-size: 14px;
    border: 1px solid #E3E4EB;
    color: #000;
    min-height: 55px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-width: 155px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.choices, .conditions {
    display: flex;
    flex-wrap: wrap;
}
.choices .choice input[type="radio"]:checked + label,
#conditions-options .conditions .choice input[type="radio"]:checked + label{
  border: 1px solid #274C77;
}
.network-image img {
    text-align: center;
    margin: 0 auto;
}

.network-image {
    width: 100%;
}

.choices label img {
    display: block;
    max-width: 90px;
}
.option-title .selected-option {
    position: absolute;
    right: 50px;
    top: 0;
    font-size: 14px;
    color: #274C77;
    font-family: Poppins, sans-serif;
    text-decoration: underline;
}
.option-title {
    position: relative;
}
.radio-inline-input:checked+.radio-inline-label {
    color: #000000;
    border-color: #274C77;
}
.radio-inline:last-child .radio-inline-label {
    margin-right: 0;
}
.reusely-main {
    display: flex;
    flex-wrap: wrap;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 15px;
      margin-top: 25px;
}

.product-image {
    width: 50%;
    text-align: center;

}

.product-specification {
    width: 50%;
    max-width: 600px;
    margin: 0 auto;
}
.product-specification-main {
    border: 1px solid #CCE7FF;
    padding: 40px;
    box-shadow: 0px 4px 19.3px 0px #DCECFA;
    border-radius: 6px;
  background: #fff;
}
.option-title h6 {
    color: rgb(5 27 51 / 50%);
    max-width: 650px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
      padding-right: 50px;
      font-size: 18px;
}
.active-drop .option-title h6:after{
    transform: rotate(180deg);
    
}
.option-title h6:after {
    content: '';
    background-image: url(/cdn/shop/files/down-arrow-svgrepo-com.svg);
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    z-index: 2;
    background-size: 15px;
    background-position: center;
  transition: all .3s;
}
.active-drop .option-title h6, .active .option-title h6{
    color: #051B33;
  cursor: pointer;
}

.option-title h6 span:first-child {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: #d3d4d7;
    color: #fff;
    border-radius: 50%;
    margin-right: 5px;
    position: absolute;
    left: 0;
}

.active-drop .option-title h6 span:first-child {
    background: #051B33;
}
.term_title {
    color: #697684;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    margin: 20px 0;
    display: block;
}
.option-section ul li, .disc-with-logo ul li, .disc-with-logo ul li, .selected_term ul li {
    color: #697684;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    position: relative;
    padding-left: 30px;
    list-style: none;
  margin-bottom: 8px;
}
.product-image img {
    /* max-width: 320px; */
  max-width: 240px;
}
.product-image img {
    margin-top: -110px;
}
.disc-with-logo ul li:last-child, .selected_term ul li:last-child {
    margin-bottom: 0;
}
.disc-with-logo ul, .option-section ul, .disc-with-logo ul, .selected_term ul{
  margin:0;
}
.disc-with-logo .title-h {
    font-size: 16px;
    font-weight: 400;
}

.img-box img {
    margin-right: 24px;
}

.img-box img:last-child {
    margin-right: 0;
}

.disc-with-logo {
    margin-bottom: 35px;
}
.disc-with-logo:last-child {
    margin-bottom: 0;
}
.disc-with-logo p {
    font-size: 14px;
    color: #697684;
    font-family: Poppins, sans-serif;
}
.option-section ul li:before, .disc-with-logo ul li:before, .selected_term ul li:before {
    content: '';
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    left: 0;
    top: 5px;
    background-image: url(/cdn/shop/files/checkmark_green-xvWRgTHr.svg_fill.svg?v=1744111647);
}

.conditions .option-section {
  cursor: not-allowed;
  pointer-events: none;
}

.conditions .option-section:first-child  .choice{
  cursor: pointer;
  pointer-events: auto;
}

.conditions .option-section.active .choice{
  cursor: pointer;
  pointer-events: auto;
}
.template-reusely {
    padding-top: 24px;
}
.template-reusely h1.product-title {
    font-size: 26px;
    color: #191C1F;
    font-family: 'Lufga';
    line-height: 1.4;
  margin-bottom: 24px;
}
.reusely-outter, .customer-reviews-reusely-template {
    background: #f9f9f9;
}
.reusely-outter {
    padding-top: 10px;
}
.template-reusely .subheading {
    font-size: 16px;
    font-family: 'Lufga';
    color: #274C77;
    text-transform: inherit;
    letter-spacing: 0;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
}
.sell-container p {
    font-size: 25px;
    font-weight: 600;
    color: #1F2937;
    font-family: Poppins, sans-serif;
    letter-spacing: 0;
    margin: 0;
}
.sell-container {
    background: #f9f9f9;
    padding: 30px;
    box-shadow: 0 4px 19.3px #e9e9e9;
    border: 1px solid #f4f4f4;
    margin: 40px 0;
    text-align: center;
}

.sell-container p.price {
    font-size: 22px;
}

.sell-btn .btn-cutom {
background: #274C77;
    color: #fff;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 30px;
    border-radius: 6px;
    margin-top: 15px;
    transition: all .3s;
    font-family: Poppins, sans-serif;
    font-size: 14px;
  width: 100%;
}

.sell-btn .btn-cutom:hover {
    opacity: .8;
}
.product-specification-main .main-title {
    font-size: 20px;
    color: #1f2937;
    line-height: 1.3;
}

.customer-reviews-reusely-template .customer-reviews--review {
    border: 2px solid #DCECFA;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
    min-height: 270px;
}

.customer-reviews-reusely-template .section-header {
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}

.customer-reviews-reusely-template .section-header .section-header--title {
    margin-bottom: 15px;
    font-size: 30px;
    font-family: Lufga;
}

.customer-reviews-reusely-template .section-header--description p a {
    font-family: Lufga;
    color: #475156;
    font-weight: 300;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-flex;
      font-size: 16px;
}

.customer-reviews-reusely-template {
    padding-top: 80px;
    padding-bottom: 40px;
}

.customer-reviews-reusely-template .customer-reviews--content p {
    font-size: 14px;
    font-family: Lufga;
    font-weight: 300;
}
.template-reusely .image-with-text .row {
    display: block;
  padding:60px 15px;
}

.template-reusely .image-section {
    float: right;
}

.template-reusely .image-with-text h1 {
    font-size: 30px;
    color: #191C1F;
    font-family: 'Lufga';
}

.template-reusely .highlight {
    color: #274C77;
}
.template-reusely .image-with-text p {
    font-size: 16px;
    color: #191C1F;
    font-family: 'Lufga';
}
.mobile-title{
  display:none;
}
.cart-item-details {
    width: calc(100% - 76px);
    padding-left: 20px;
}
.item-desc {
    display: flex;
    flex-wrap: nowrap;
}
.item-desc img {
    width: 76PX;
}
.cart-item-details h3 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: normal;
}
.item-price{
    padding-left: 93px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.item-base-price p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;

}
.quantity-container {
    display: flex;
    flex: 0 1 auto;
    align-items: center;
    border-width: 1px;
    --un-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--un-border-opacity));
    border-radius: 50px;
    border-style: solid;
    height: 30px;
    width: 100px;
    justify-content: space-between;
    padding: 0 8px;
}

.quantity-container input.qty {
    border: none;
    width: 35px;
    height: auto;
    padding: 0;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.quantity-container a {
    width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.quantity-container a.increase-qty {
    font-size: 39px;
    line-height: 3px;
}
.checkout-summary-outter {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.cart-items {
    width: 50%;
}

.checkout-details {
    width: 50%;
}
.checkout-template {
    padding:60px 15px;
}

.checkout-template .summary-title {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 50px;
    font-size: 24px;
    font-family: Lufga;
}
.cart-item-details ul {
    margin-left: 0;
}

.cart-item-details ul li {
    list-style: none;
    font-size: 14px;
    font-family: Lufga;
    margin-bottom: 5px;
}
.what-we-pay {
    background: #fff;
    border: 2px solid #dcecfa;
    padding: 30px;
    text-align: center;
    max-width: 430px;
    margin: 0 auto;
    border-radius: 5px;
}
/*popup conatiner*/ 

.popup-link{
  display:flex;
  flex-wrap:wrap;
  align-items: center;
  justify-content: center;
}
button.total-payable-amount {
    background-color: #32a0df;
    color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 13px;
    height: 44px;
    font-family: Poppins, serif;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
}
.popup-link a{
    background-color: #274c77;
    color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 13px;
    height: 44px;
    font-family: Poppins, serif;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
}
.total-payable-amount {
    font-size: 26px;
    margin: 0;
    font-weight: 500;
    font-family: Lufga;
}

.cart-items, .checkout-details {
    width: 100%;
}
body .fancybox__container {
    --fancybox-bg: #707070cc;
    background: rgba(var(--color-overlay-rgb), .4);
    backdrop-filter: blur(7px);
}

.fancybox__content {
    max-width: 800px;
    width: 100%;
    height: 550px;
}

.popup-content h3 {
    font-size: 30px;
    text-align: center;
    font-family: Lufga;
    margin-bottom: 7px;
}

#step-1.popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-content p.sub-heading {
    text-align: center;
    display: block;
    font-size: 14px;
    font-family: Lufga;
}

.popup-content input {
    width: 100%;
    border-radius: 3px;
    font-family: Lufga;
    height: 50px;
}

.next-step button {
    width: 100%;
    border: none;
    padding: 0;
    min-height: 50px;
    background: #274c77;
    border-radius: 6px;
    color: #fff;
    font-family: Lufga;
    transition: all .3s;
}
.popup-content input:focus {
    outline: none;
}
.payment-method h3 {
    font-size: 18px;
  margin-bottom: 0px;
}
.payout-options {
    display: flex;
    gap: 20px;
}
.payment-method {
  flex: 1;
  text-align: center;
  margin-bottom: 20px;
  background: #fcfcfc;
  padding: 10px;
  border-radius: 6px;
  border: 2px solid #dcecfa;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.fancybox__content>.f-button.is-close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
  background: transparent;
}

.fancybox__content>.f-button.is-close-btn svg {
    stroke: #000;
}
.payment-method img {
    width: 60px;
}
.attribute {
    width: 50%;
    float: left;
}

.attribute:nth-child(5) {
    width: 100%;
}

.attribute:nth-child(1) {
    padding-right: 15px;
}

.attribute label {
    font-size: 12px;
}
.payout-attributes button[type="submit"] {
    width: 100%;
    margin-bottom: 15px;
    height: 50px;
    background: #dcecfa;
    border: 1px solid #A3CEF1;
    border-radius: 6px;
    transition: all .3s;
}

.payout-attributes button[type="submit"]:hover {
    background: #274c77;
  color: #fff;
}
.shipping-details.popup-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.customer-name {
    width: 49%;
}

.customer-address {
    width: 100%;
}

.city-state-postal {
    width: 100%;
    display: flex;
    gap: 2%;
}

.customer-phone {
    width: 100%;
    margin-bottom: 5px;
}
/*End popup styles*/

p.error {
    color: red;
    font-size: 15px;
}
form[data-paymentattr="1"] .attribute:nth-child(1) {
    width: 100%;
}

input.is-invalid {
    border: 2px solid red !important;
}

.btn-loading {
  background: #B00;
  width: 20rem;
  height: 48px;
  padding: 1em 5em;
  border: 0;
  font-weight: bold;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.btn-loading.animation:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-top-color: transparent;
  animation: spin 1s ease-in-out infinite;
  
}
.btn-loading.animation span {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  opacity: 50%;
  transform: translate(0px, -20px);
  transition: all .7s ease-out;
}
@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}
.popup-content input::placeholder {
    color: #828282;
}
button.goback {
    position: absolute!important;
    top: 10px!important;
    left: 15px!important;
}
.popup-content {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    padding-top: 20px;
}
.steps-wrapper {
    max-width: 540px;
	width: 100%;
    margin: 30px auto 10px;
}

.steps {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

span.step {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgb(222, 222, 222);
    border-radius: 50%;
    color: rgb(135, 135, 135);
    background: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
    transition: 200ms ease;
    transition-delay: 0ms;
      position: relative;
    z-index: 1;
}

span.step.active {
    color:#32a0df;
    border-color: #32a0df;
    transition-delay: 100ms;
}

.progress-bar {
    position: absolute;
    width: 100%;
    height:3px;
    background: rgb(222, 222, 222);
    z-index: 0;
}

span.progress {
    position: absolute;
    height: 100%;
    background: #32a0df;
    transition: 300ms ease;
}

.checkout-steps .hidden{
  display: none !important;
}

.checkout-steps .show{
  display: block !important;
}
.poup-overlay .checkout-steps {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgb(159 163 167 / 40%);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    height: 100vh;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-container {
    background: #fff;
    width: 100%;
    max-width: 700px;
    position: relative;
    box-shadow: 0 4px 40px #00000040;
    border-radius: 15px;
      padding: 20px 15px 50px;
    height: 590px;
}
#wrapper #main-content {
    clip-path: inherit;
}
.popup-content a.close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 30px;
    line-height: 1;
  z-index: 2;
}
.poup-overlay {
    overflow: hidden;
}
.payout-attributes {
    display: flex;
    flex-wrap: wrap;
}
.payout-attributes form .attribute:nth-child(3) {
    width: 100%;
}
.loader-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
      border-radius: 15px;
}
.inner-loader-text {
    text-align: center;
}

.inner-loader-text h2 {
    margin: 0;
    font-size: 35px;
}
.inner-loader-text img {
    width: 40%;
}



.money-info {
    display: block;
}

.money-info label {
    display: block;
    text-align: left;
    font-size: 14px;
    font-family: 'lufga';
}

.money-info input {
    width: 100%;
   font-family: 'lufga';
    text-align: left;
    margin-top: 10px;
    box-shadow: 0px 1px 3px #d3d3d3;
}
.money-info input::placeholder {
    color: #868686;
}

.money-info input:focus {
    outline: none;
}
/* +++++++++++++++++++ responsive start +++++++++++++++++++++++++++ */
}
@media(max-width:1199px){
  .template-reusely h1.product-title {
    font-size: 30px;
}

.product-specification-main .main-title {
    font-size: 20px;
}

.product-specification-main {
    padding: 30px;
}

.option-title h6 {
    font-size: 18px;
}

.customer-reviews-reusely-template .section-header .section-header--title {
    font-size: 30px;
}

.customer-reviews-reusely-template .customer-reviews--content p {
    font-size: 16px;
}

.template-reusely .image-with-text h1 {
    font-size: 35px;
    line-height: initial;
}

}
@media(max-width:991px){
  .template-reusely .image-section {
    float: none;
}
}
@media(max-width:767px){
  .template-reusely {
    padding-top: 30px;
}
  .template-reusely .image-with-text.container {
    padding-top: 30px;
}
  .product-specification {
    padding-top: 40px;
}
  .product-image, .product-specification {
    width: 100%;
}
  .template-reusely h1.product-title {
    font-size: 22px;
  }
  .template-reusely .subheading {
    font-size: 18px;
  }
  .choices label, .conditions label {
    min-height: 55px;
    min-width: 140px;
}
.option-title h6 span:first-child {
    width: 20px;
    height: 20px;
    font-size: 12px;
    margin-top: 3px;
}
  .option-title h6 {
      padding-left: 30px;
    font-size: 16px;
}
  .disc-with-logo .title-h {
    font-size: 16px;
  }
  .disc-with-logo p, .term_title {
    font-size: 14px;
  }
  .option-section ul li, .disc-with-logo ul li, .selected_term ul li {
    font-size: 14px;
  }
  .product-specification-main {
    padding: 15px;
  }
  .option-title h6:after {
    background-size: 12px;
  }
  .sell-container p {
    font-size: 22px;
  }
  .sell-container p.price {
    font-size: 22px;
}
  .sell-btn .btn-cutom {
    font-size:14px;
    padding: 8px 30px;
  }
  .option-title .selected-option {
    right: 32px;
  }
  .sell-container {
    padding: 10px 20px 20px;
  }
  .template-reusely .image-with-text h1 {
    font-size: 24px;
  }
  .template-reusely .image-with-text p {
    font-size: 16px;
  }
  .template-reusely .image-with-text .row {
    padding: 30px 15px;
}
  .customer-reviews-reusely-template .customer-reviews--review {
    min-height: auto;
}
  .customer-reviews-reusely-template .section-header .section-header--title {
    margin-bottom: 10px;
    font-size: 24px;
}
  .customer-reviews-reusely-template .customer-reviews--content p {
    font-size: 16px;
  }


p.mobile-title {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    display: block;
    text-align: left;
    width: calc(100% - 50px);
  padding-left: 15px;
}

.product-image {
        display: flex;
        align-items: center;
        padding: 0px 15px 10px;
        box-shadow: 0px 7px 10px -2px #f2f3f4;
        margin-bottom: 20px;
  background: #fff;
}
.product-specification {
    padding: 0 15px;
}
.product-image img {
    width: 50px;
  margin-top:0;
}
  .reusely-outter
 {
    padding-top: 0;
}
  .template-reusely .section-heading {
    display: none;
}
  .reusely-main {
    margin: 0px auto 0;
    padding: 0;
}
  .checkout-summary-outter {
    flex-wrap: wrap;
  }
.checkout-template .summary-title {
    margin-bottom: 30px;
}
  p.total-payable-amount {
    font-size: 30px;
  }
  .checkout-details {
    margin-top: 30px;
}
  .cart-item-details h3, .cart-item-details ul li {
    font-size: 14px;
}

.item-base-price p {
    font-size: 16px;
}
  .payment-method {
    width: 30%;
    margin-bottom: 10px;
}

.payout-options {
    flex-wrap: nowrap;
}

.payment-method h3 {font-size: 14px;}

.payment-method img {
    width: 27px;
}

.popup-content input {
    height: 43px;
}

.next-step button {
    min-height: 45px;
}
  .steps-wrapper {
    margin: 30px auto 0;
}
  .popup-container {
    max-width: 94%;
    padding-left: 10px;
    padding-right: 10px;
}
.inner-loader-text h2 {
    font-size: 22px;
}
}

.customer-reviews-reusely-template .carousel__slide {
  width: 100%; /* Full width on mobile */
}

@media (min-width: 768px) {
.customer-reviews-reusely-template .carousel__slide {
    width: 33.33%; /* Two items on tablet+ */
  }
  .product-image{
     position: sticky;
    top: 150px;
    left: 0;
    align-items: flex-start;
    height: fit-content;
  }
     
}
@media(max-width:575px){

.template-reusely .subheading {
    font-size: 14px;
}

.template-reusely h1.product-title {
    font-size: 18px;
    margin: 0;
}

.product-specification-main .main-title {
    font-size: 16px;
}

.option-title h6 {
    font-size: 14px;
}

.choices label, .conditions label {
    font-size: 13px;
    min-width: 140px;
    height: 47px;
    min-height: auto;
}

.disc-with-logo .title-h {
    font-size: 15px;
}

.disc-with-logo p, .term_title, .option-section ul li, .disc-with-logo ul li, .selected_term ul li {font-size: 12px;}

.customer-reviews-reusely-template .section-header .section-header--title {
    font-size: 20px;
}

.customer-reviews-reusely-template .section-header--description p a {
    font-size: 14px;
}

.customer-reviews-reusely-template .customer-reviews--content p {
    font-size: 14px;
}

.template-reusely .image-with-text h1 {
    font-size: 18px;
}

.template-reusely .image-with-text p {
    font-size: 14px;
}

.flickity-resize .carousel__slide {
    min-height: auto;
}
  .template-reusely .image-with-text .row {
    padding-top: 0;
}
  .disc-with-logo .title-h, .option-title .selected-option {
    font-size: 12px;
    top: 5px;
}
  .sell-container p {
    font-size: 22px;
}

.sell-container p.price {
    font-size: 18px;
}
  .customer-reviews-reusely-template {
    padding-top: 50px;
    padding-bottom: 0px;
}
  .attribute {
    width: 100%;
}

.attribute:nth-child(1) {
    padding-right: 0;
}
  .payment-method {
    display: block;
    padding: 8px;
}

.payment-method h3 {
    font-size: 12px;
    line-height: normal;
}

.payout-options {
    gap: 5px;
}

.fancybox__content {
    padding: 15px;
}
  .money-info input {
    height: 42px;
    margin-bottom: 0;
}

.sell-btn .btn-cutom {
    height: 42px;
}
}

//checkout out

.item-desc {
    display: inline-flex;
}
.item-price {
    display: inline-flex;
}
.checkout-summary-outter {
    display: inline-flex;
}
.step-1-inner, .step-2-inner, .step-3-inner {
    display: inline-flex;
}
.steps {
    display: inline-flex;
}
.cart-item-details li strong {
    text-transform: capitalize;
}

