.bon-product-popup:not(.a-bon-ask) {
    clear: both;
	overflow: hidden;	
	display: flex;	
	padding-right: 1.875rem;
	padding-left: 1.875rem;
    margin-bottom: 30px;
}
.bon-product-popup .title-popup-1,
.bon-product-popup .title-popup-2 {
  float: left;
  margin-right: 20px;
  font-size: .8125rem;
  color: red !important
}
    html.light .bon-product-popup .title-popup-1,
     html.light .bon-product-popup .title-popup-2 {
      color: #d20000 !important
    }
.bon-product-popup .title-popup-1 svg,
 .bon-product-popup .title-popup-2 svg{
    display: inline-block;
    vertical-align: middle;
    margin-right: .1rem;
    transform: skewY(5deg);
    transform-origin: center 
}
.bon-product-popup .title-popup-1 svg path,
 .bon-product-popup .title-popup-2 svg path {
    fill: #bec4cb
}
html.light .bon-product-popup .title-popup-1 svg path,
 html.light .bon-product-popup .title-popup-2 svg path {
    fill: #f3f8ff
}
.product-quantity .bon-product-popup .title-popup-1,
.product-quantity .bon-product-popup .title-popup-2  {
  font-size: 13px;
  color: #3a3a3a;
  cursor: pointer;
  transition: all 0.3s linear;
}

.product-quantity  .bon-product-popup .title-popup-1:hover,
.product-quantity  .bon-product-popup .title-popup-2:hover {
    color: #089C9C;
}

.product-quantity  .bon-product-popup .title-popup-1:hover::before,
.product-quantity  .bon-product-popup .title-popup-2:hover::before {
    color: #089C9C;
}

.bon-product-popup .desc-popup-1 .modal-dialog,
.bon-product-popup .desc-popup-2 .modal-dialog {
  max-width: 900px;
}

.bon-product-popup .desc-popup-1 .modal-content,
.bon-product-popup .desc-popup-2 .modal-content {
  border-radius: 0;
  margin: auto
}

.bon-product-popup .desc-popup-1 .modal-header,
.bon-product-popup .desc-popup-2 .modal-header {
  padding: 0 25px 15px;
  position: relative;
  text-align: center;
}

.bon-product-popup .desc-popup-1 .modal-title,
.bon-product-popup .desc-popup-2 .modal-title {
  margin-bottom: 8px;
}

.bon-product-popup .desc-popup-1 .size-tab-description {
    text-align: center;
  overflow-x: auto;
}

.bon-product-popup .size-tab-description h2,
 .bon-product-popup .size-tab-description h3,
  .bon-product-popup .size-tab-description h4,
   .bon-product-popup .size-tab-description h5,
    .bon-product-popup .size-tab-description th,
.delivery-information-popup h2,
 .delivery-information-popup h3,
  .delivery-information-popup h4,
   .delivery-information-popup h5,
    .delivery-information-popup th {
    color: #fbfbfb
}

.bon-product-popup .size-tab-description table {
    width: 100%
}

.bon-product-popup .desc-popup-1 .size-tab-description p {
  margin-bottom: 10px;
}

.bon-product-popup .desc-popup-1 .size-tab-description  .bon-table-first thead th {
  width: 14%;
  text-align: center;
  font-size: 13px;
}

.bon-product-popup .desc-popup-1 .size-tab-description .bon-table-first tbody tr:nth-child(2n+2){
  background-color: #f5f5f5;
}

.bon-product-popup .desc-popup-1 .size-tab-description  .bon-table-first tbody td {
  padding: 3px 10px 3px 0;
  width: 14%;
  text-align: center;
  color: #3a3a3a;
  font-size: 12px;
}

.bon-product-popup .desc-popup-1 .modal-header {
  border-bottom: none;
}

.bon-product-popup .desc-popup-1 .modal-header p {
  margin:0;
}

.bon-product-popup .desc-popup-1  .modal-body {
  padding:15px 25px 25px;
}

.bon-product-popup .desc-popup-1 .modal-body p {
    color: #fbfbfb
}
    html.light .bon-product-popup .desc-popup-1 .modal-body p {
        color: #232323
    }

.product-quantity .bon-product-popup .title-popup-1::before  {
  content: '\e023';
}

.bon-product-popup .desc-popup-2 .modal-header{
  padding:0!important;
}

.bon-product-popup .desc-popup-2 .modal-body {
  padding: 30px;
}

.bon-product-popup .desc-popup-2 .modal-body .delivery-information-popup ul {
  list-style: inherit;
  padding-left: 30px;
  margin-bottom: 30px;
}

.bon-product-popup .desc-popup-2 .modal-body .delivery-information-popup ul li {
  color: #7a7a7a;
  font-size:13px;
  margin-bottom: 5px;
}

.bon-product-popup .desc-popup-2 .modal-body .delivery-information-popup ul:last-child {
  margin-bottom: 0;
}

.bon-product-popup .desc-popup-2 .modal-body .delivery-information-popup ul:first-child {
  margin-bottom: 30px;
}

.bon-product-popup .desc-popup-2 .modal-body .delivery-information-popup .delivery-title {
  margin-bottom: 15px;
  font-size: 16px;
}

.product-quantity .bon-product-popup .title-popup-2:before {
  content: '\e001';
}
