  .product-top {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.075) !important;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 9px 0;
  }
  .product-options li button {
    background-color: transparent !important;
    vertical-align: top;
    z-index: 6;
    border: none;
    width: 100%;
    height: 100%;
    text-align: center;
    background: none;
    font-size: 20px;
  }
  @media screen and (min-width:768px) {
      .thumbnail.first_thumbnail img {
  object-fit: cover !important;
  max-width: 100% !important;
}
    .product-options {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 51px;
        flex: 0 0 51px;
        list-style: none;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 2;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
        margin-right: 0;
        position: absolute;
        top: 0px;
        right: 0;
        background: #fff;
        padding: 10px !important;
        box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.075) !important;
      }
      .product-options li {
        display: block;
        margin-top: 20px;
        position: relative;
      }
      .product-options li:first-child {
        margin-top: 0;
      }
  }
  .product-title h2{
    margin: 0;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 24px;
    font-weight: 600;
    color: #000;
  }

  .product-price-area  .badge {
    height: 38px;
    border-radius: 20px;
    background-color: #ff0080;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    color: #fff;
    margin-right: 10px;
    font-size: 15px;
    vertical-align: middle;
    padding: 0 20px;
    font-weight: 600;
  }
  .product-price-area  del {
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
  }
  .product-price-sale {
    text-align: left;
    display: inline;
    font-size: 2rem;
    line-height:1;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .product-price-sale .currency {

    font-size: 0.987rem;
    font-weight: 300;
  }
  #myTab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style: none;
    background-color: #f8f8f8;
    border-bottom: 1px solid #dfdfdf;
  }
  #myTab li {
    border-left: 1px solid #dfdfdf;
    position: relative;
    margin-bottom: -1px;
  }
  #myTab li button {
    text-align: center;
    border: 0;
    border-radius: 0;
    padding: 14px 40px;
    font-weight: 500;
    line-height: 27px;
    color: #6f6f6f;
    font-size: 14px;
  }
  #myTab li button i {
    display: inline-block;
    vertical-align: top;
    margin-left: 11px;
    font-size: 27px;
    color: #9c9c9c;
    vertical-align: middle;
  }
  .product-description h2 {
    margin: 5px 0 5px;
    font-size: 0.987rem;
    font-weight: 600;
    color: #222222;
  }
  .product-description p, .product-description span {
    margin: 5px 0 5px;
    font-size: 15px;
    line-height: 2.2;
    font-weight: 300;
    color: #212529;
    text-align: justify;
  }
  .product-description  img {
    max-width: 100% !important;
    height: auto !important;
  }
  .product-description img {
    border: 5px solid #ff0080;
    margin: 13px auto;
  }
  @media screen and (min-width: 768px){
    .product-description img {
      border-radius: 70px 0;
    }
  }

  .product-description a {
    color: #ff0080;
    font-weight: 700;
  }

  .product-description a::after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 1em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #8b91a2;
  }
  .product-description {
    font-size: 12px;
    line-height: 2.2;
    font-weight: 300;
  }
  .btn:hover {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

#content {
  box-shadow: inset 0px 0px 7px 0px rgba(198, 196, 196, 0.5);
  height: 151px !important;
  width: 100% !important;
  font-size: 13px;
}
.modal-title {
  font-size: 15px;
}
.modal .modal-content {
  box-shadow: none;
  padding: 0 !important;
  border-radius: 0 !important;
}
#shareModal .modal-dialog {
  max-width: 400px;

}
.input-number__add {
  right: 1px;
  text-align: center;
line-height: 3.5;
}
.input-number__add, .input-number__sub {
  position: absolute;
  height: 100%;
  width: 31px;
  top: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
color: #ff0080;
  transition: opacity .18s;
}

.input-number {
  display: block;
  width: 100%;
  position: relative;
}
.product-add-to-card .form-control {
  border-left: 0;
  border-radius: 0;
  height: 48px;
  font-size: 17px;
  font-weight: 300;
  background: #fff;
  box-shadow: none !important;
text-align: center;
border: 1px solid #ced4da !important;
color: #000;
  font-weight: 600;
}
.input-number__sub {
  left: 1px;
  text-align: center;
line-height: 3.5;
}
/*.product-add-to-card .btn-basket {*/
/*  height: 48px;*/
/*  padding: .375rem 1.25rem .475rem 1.25rem;*/
/*  border:none ;*/
/* background: linear-gradient(to right, #4e9 , #1b6);*/
/*  box-shadow: 0 10px 10px -10px #0c1;*/
/*  color: #fff;*/
/*  fill: #3d464d;*/
/*  border-radius: 2px;*/
/*  transition: all .1s ease-in-out;*/
/*  font-size: 13px;*/
/*  position: relative;*/
/*  width: 100%;*/
/*}*/
.product-add-to-card .btn-demand {
    height: 48px;
    padding: .375rem 1.25rem .475rem 1.25rem;
  background: linear-gradient(to right, #f54 , #c34);
  box-shadow: 0 10px 10px -10px #f01;
    color: #fff;
    fill: #3d464d;
    border-radius: 2px;
    transition: all .1s ease-in-out;
    font-size: 13px;
    position: relative;
    width: 100%;
}
/*.product-add-to-card .btn-basket.btn i {*/
/*  left: 12px;*/
/*  right: unset;*/
/*  font-size: 17px;*/
/*  margin-left: 5px;*/
/*  display: inline-block;*/
/*  line-height: 1;*/
/*  vertical-align: middle;*/
/*  font-size: 17px;*/
/*  margin-left: 5px;*/
/*  position: absolute;*/
/*  top: calc(50% - 9px);*/
/*}*/
.product-card-area {
  background-color: #f8f8f8;
  border-radius: 2px;
  padding: 22px;
  border: 1px solid #e2e5ec;
  margin: .8rem 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.c-ui-statusswitcher {
  position: absolute !important;
  right: 0;
top: 4px;
}
.c-ui-statusswitcher input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}
.c-ui-statusswitcher__slider {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 21px;
  border-radius: 29px;
  border: 1px solid #8c8c8c;
  background: #e5e5e5;
  transition: .15s ease-in;
}
.c-ui-statusswitcher__slider__toggle {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #959595;
  transition: all .4s ease;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  right: 2px;
}
input[type="checkbox"]:checked + .c-ui-statusswitcher__slider {
  background-color: #64bd63;
  border-color: #64bd63;
}
input[type="checkbox"]:checked + .c-ui-statusswitcher__slider span {
  right: 21px;
}
.status {
  margin-right: 55px;
}
.btn-success {
  color: #fff;
  background-color: #ff0080;
  border-color: #ff0080;
  border-radius: 2px;
  transition: all .1s ease-in-out;
  font-size: 12px;
  height: calc(2.25rem + 2px);
  line-height: 1.5;
  padding: .475rem 1.25rem .375rem 1.25rem;
  font-weight: 500;
}
.btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled {
  border-color: #f0f0f0;
  background: #f0f0f0;
  color: #3d464d;
  fill: #3d464d;
  border-radius: 2px;
  transition: all .1s ease-in-out;
  font-size: 12px;
  height: calc(2.25rem + 2px);
  line-height: 1.5;
  padding: .475rem 1.25rem .375rem 1.25rem;
  font-weight: 500;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
  border-color: #ff0080;
  background: #ff0080;
  color: #fff;
  fill: #fff;
  font-size: 13px;
  border-radius: 2px;
transition: all .1s ease-in-out;
}
.btn-success:hover,.btn-primary:hover ,.btn-check:focus + .btn-primary, .btn-primary:focus,
.btn-check:focus + .btn-success, .btn-success:focus{
  color: #000 !important;
  background-color: #ff0080 !important;
  border-color: #ff0080 !important;
}
@media screen and (max-width:767.99px) {
.product-add-to-card .btn-basket{
    font-size:16px !important;
}
    .row.d-xl-none.d-lg-none.d-md-none.product-top {
 background-color: transparent;
    box-shadow: none !important;
}
  .row.row-cost-mob {
    padding: 5px;
    font-weight: 300;

  }
  .bld-col-cost {
   font-size: 22px !important;
    font-weight: 600;
  }
  .product-card-area.highlight {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    z-index: 100;
    margin-bottom: 0 !important;
    padding: 2px !important;
    background-color: #fff !important;
    border-color: #fff !important;
    border-radius: 0 !important;
  }
  .product-options li {
  display: inline-block !important;
margin-right: 5px;
border: 1px solid #ccc;
width: 37px;
height: 37px;
text-align: center;
border-radius: 5px;
line-height: 37px;
  }
.product-options.p-0 {
  text-align: center;
  margin-bottom: 10px !important;
}
.product-title h1 {
  font-size: 16px;
  margin-top: 20px !important;
}
.product-description .h2 {
  margin: 5px 0 5px;
    margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 15px;
}
.product-description h1 {
  margin: 5px 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  line-height: 2;
}
.table-borderless  tr th, .table-borderless  tr td {
  display: block;
}
.product-description {
  max-height: 200px;
  overflow: hidden;
}
}
svg {
  max-width: 100% !important;
}
.btn{
  box-shadow: none !important;
}
.timer {
  border: none !important;
  background-color: transparent !important;
  font-size: 14px;
}
.zoomContainer {
  z-index: 10;
}
.text-body-1 {
  color: #80848b;
  padding-left: 5px;
}
.css-cwolnn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: none;
  padding: 0;
  margin-left: 6px;
  margin-bottom: 0;
}
.css-a1e3mv {
  display: inline-block;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 0.25rem;
  border-radius: 100%;
  cursor: pointer;
}
.css-a1e3mv img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.css-cwolnn {
  display: inline-block;
}
.color-box input[type="radio"] {
  visibility: hidden;
  position: absolute;
}

.color-box input[type="radio"]:checked + .css-a1e3mv{
 border: 3px solid #ff0080;
  box-shadow: 0 1px 2px 0 rgba(6, 2, 2, 0.8);
}
.select2-container {
  min-width: 100px;
}
.fal.fa-question-square {
  color: #b40404;
  vertical-align: middle;
  font-size: 20px;
}
.replay {
  background-color: transparent !important;
  font-size: 12px;
  color: #00c6db;
  font-weight: 600;
}
.replay i{
  vertical-align: middle;
  font-size: 10px;
  padding-right: 5px;
}
.breadcrumb li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 1rem 0;
}
@media screen and (max-width: 767.99px){
   body {
  padding-bottom: 129px !important;
}

  .product-card-area {
  position: fixed;
  bottom: 35px;
  width: 100%;
  right: 0;
  z-index: 1000;
  padding-top: 10px !important;
}
}
.wrapper-opt {
  display: flex;
  overflow: auto;
  gap: 8px;
  width: 100%;
}
.wrapper-opt .lbl-opt {
  margin: 4px 0;
  min-width: 74px;
  height: 43px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper-opt input[type="radio"] {
  display: none;
}
.lbl-opt label {
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid lightgrey;
  transition: all 0.3s ease;
  min-width: 100%;
  height: 100%;
  font-size: 11px;
  text-align: center;
  line-height: 1;
  padding: 2px 4px;
}
.wrapper-opt .lbl-opt input:checked + label {
  border-color: #ff0080;
  background: #fff;
  border-width: 3px !important;
}

.lbl-opt.desable label::before {
  position: absolute;
  width: 40px;
  height: 1px;
  content: '';
  top: 19px;
  background-color: #ff0080;
  transform: rotate(-45deg);
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.lbl-opt.desable label::after {
  position: absolute;
  width: 40px;
  height: 1px;
  content: '';
  top: 19px;
  background-color: #ff0080;
  transform: rotate(45deg);
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.lbl-opt.desable label{
  opacity: 0.5;
  cursor: not-allowed;
  position: relative;
}
.lbl-opt label {
  cursor: pointer;
  font-size: 11px;
  text-align: center;
  line-height: 1;
}
.btn.btn-cl-filter {
  border: 3px solid rgb(238, 238, 238);
  text-align: center;
  border-radius: 4px;
  display: block;
  position: static;
  visibility: visible;
  font-weight: bold;
  font-size: 0.7rem;
  margin-top: 10px;
  padding: 7px;
  width: 100% !important;
  background-color: #fff !important;
  color: #000;
}
.btn.btn-cl-filter:hover {
  color: #ff0080;
}
.owl-pro .item{
  border: 1px solid #ece9e9;
}
label.star-rating__ico {
  margin: 0 !important;
}
.star-rating__ico {
  cursor: pointer;
  color: #FFB300;
  font-size: 1em !important;
  line-height: 1.75em !important;
}
.star-rating__input {
  display: none;
}
.rating .fa-star {
  color: #FC0;
  font-size: 10px;
}
li.more {
  clear: both;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin-top: 6px;
  padding: 12px 24px !important;
  text-align: center;
  width: 164px;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 0px;
  position: relative;
  margin-bottom: 30px;
  color: #111 !important;
}
.more::before {
  border-radius: 100px;
  border: 1px solid #111;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: border-width .1s;
  transition: border-width .1s;
  width: 100%;
}
.more::before {
  border-radius: 100px;
  border: 1px solid #111;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: border-width .1s;
  transition: border-width .1s;
  width: 100%;
}
  .star-rating__ico:hover::before, .star-rating__ico:hover ~ .star-rating__ico::before, .star-rating__input:checked ~ .star-rating__ico::before {
    content: "\f005";
    font-weight: 900;
  }

.product-options li button i {
  color: #6e6a6a;
}
.btn-demand.btn-custom-not-exist {
  background: linear-gradient(to right, #b8c , #86c) !important;
  box-shadow: 0 10px 10px -10px #74d !important;
  
}
.btn.btn-default.text-success {
  background: linear-gradient(to right, #4e9 , #1b6);
  color: #fff !important;
  color: #fff !important;
  font-size: 27px;
  padding: 0;
  width: 37px;
  line-height: 1.4;
}
.btn.btn-default.text-danger {
  background: linear-gradient(to right, #fa2 , #f70) !important;
  box-shadow: 0 10px 10px -10px #f40 !important;
  color: #fff !important;
  font-size: 38px;
  padding: 0;
  width: 37px;
  line-height: 1;
}
#comment {
  box-shadow: inset 0px 0px 7px 0px rgba(198, 196, 196, 0.5);
  height: 127px !important;
  font-size: 13px;
  display: block !important;
}

.product-add-to-card .btn-basket {
    height: 48px;
    padding: 0.375rem 1.25rem 0.475rem 1.25rem;
    border: none;
    background: linear-gradient(to right, #ff0080, #ff0080);
    box-shadow: 0 10px 10px -10px #0c1;
    color: #000;
    border-radius: 2px;
    transition: all 0.1s ease-in-out;
    font-size: 11px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; 
    border-radius: 15px 0 0 15px;
}
.input-number input {
  border-radius:0 15px 15px 0 !important;
}
.spinner-container {
    display: inline-flex;
    align-items: center;
}

#spinner {
    font-size: 16px;
    margin-left: 8px;
}

 .product-price-area {
    border-radius:15px;
  }
.crd-cost {

  border-radius:15px;
}

.btn-basket {
    height: 48px;
    padding: 0.375rem 1.25rem 0.475rem 1.25rem;
    border: none;
    background: linear-gradient(to right, #4e9, #1b6);
    box-shadow: 0 10px 10px -10px #0c1;
    color: #fff;
    border-radius: 2px;
    transition: all 0.1s ease-in-out;
    font-size: 11px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.product-add-to-card .btn-basket .dk-button-icon {
    right: 0;
    left: unset;
    font-size: 17px;
    margin-right: 5px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    position: absolute;
    top: calc(50% - 9px);
}
.bld-col-cost {
  color: #000;
}
.spinner-container {
    display: inline-flex;
    align-items: center;
    position: absolute;
    right: 12px;
}

#spinner {
    font-size: 16px;
}
.old-cost {
  font-size: 21px !important;
    line-height:1.2;
}
.thumb-product3 .item a {
  display: block;
  height: 101px;
}
.thumb-product3 .item a img{
  width:100%;
  height: 100%;
  object-fit:cover;
}
.bld-font {
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
}
.btn-disabled {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed;
}

.attribute-table thead th {
    background-color: #ff0080;
    color: #fff;
    font-weight: 600;
    padding: 12px 16px;
    border: none;
}

.attribute-table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

.attribute-table td, .attribute-table th {
    vertical-align: middle;
}

.attribute-table td {
    padding: 12px 16px;
    border-color: #eee;
}

.attribute-table {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.attribute-table tbody tr:hover {
    background-color: #fff0f7;
    transition: background-color 0.3s;
}

.attribute-table tbody tr:last-child td {
    border-bottom: none;
}

.group-attribute-title {
    color: #ff0080;
    border-right: 4px solid #ff0080;
    padding-right: 10px;
    margin-top: 30px;
    font-weight: bold;
}

/* product info tabs (size guide / buyer reviews) */
#sizeModal .nav-tabs {
    border-bottom: 2px solid #eee;
    flex-wrap: nowrap;
}

#sizeModal .nav-tabs .nav-link {
    border: none;
    color: #777;
    font-weight: 600;
    padding: 10px 22px;
    white-space: nowrap;
    position: relative;
}

#sizeModal .nav-tabs .nav-link.active {
    color: #ff0080;
    background: transparent;
}

#sizeModal .nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -2px;
    height: 2px;
    background-color: #ff0080;
    border-radius: 2px;
}

#sizeModal .tab-content {
    padding: 20px 0;
}

.size-chart-table thead th {
    text-align: center;
}

.size-chart-table tbody td {
    text-align: center;
}

/* buyer size-fit survey (بزرگ‌تر / مطابق انتظار / کوچک‌تر) */
.size-fit-survey {
    padding: 16px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}

.size-fit-survey__question {
    color: #555;
    font-size: 14px;
    margin-bottom: 20px;
}

.size-fit-survey__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.size-fit-survey__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.size-fit-survey__label {
    width: 50%;
    color: #555;
    font-size: 14px;
}

.size-fit-survey__bar-wrap {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.size-fit-survey__bar {
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}

.size-fit-survey__bar-fill {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #ff0080;
    border-radius: 4px;
}

.size-fit-survey__count {
    min-width: 26px;
    text-align: left;
    color: #888;
    font-size: 12px;
}

.custom-cart-modal .modal-content {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.custom-cart-modal .modal-header {
    background-color: #f8f9fa;
    border-bottom: none;
    padding: 1.5rem 1rem 1rem;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-cart-modal .product-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 1rem;
}

.custom-cart-modal .product-image-placeholder {
    width: 80px;
    height: 80px;
    background-color: #e9ecef;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

.custom-cart-modal .switch-label {
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.custom-cart-modal .free-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #dc3545;
    color: white;
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: bold;
}

.custom-cart-modal .modal-body {
    padding: 1rem 1.5rem;
    text-align: center;
    font-size: 1rem;
    color: #555;
}

.custom-cart-modal .modal-body p {
    margin-bottom: 1rem;
}

.custom-cart-modal .modal-body .highlight {
    font-weight: bold;
    color: #333;
}

.custom-cart-modal .modal-footer {
    border-top: none;
    padding: 1rem;
    justify-content: center;
    gap: 15px;
    flex-direction: row-reverse;
}

.custom-cart-modal .btn-continue {
    background-color: #e0e0e0;
    color: #333;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 30px;
    font-weight: bold;
    min-width: 140px;
}

.custom-cart-modal .btn-purple {
    background-color: #9c27b0;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 30px;
    font-weight: bold;
    min-width: 140px;
}

.custom-cart-modal .btn-purple:hover {
    background-color: #7b1fa2;
}

.custom-cart-modal .btn-close-custom {
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0.7;
    z-index: 10;
}

.custom-cart-modal .modal-title {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #212529;
    width: 100%;
}

.custom-cart-modal .btn-close-custom:hover {
    opacity: 1;
}