.block-cart-02 .map {
    position: relative;
    height: 240px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 16px;
    background-color: white;
    padding: 35px;
}

.block-cart-02 .edit {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.block-cart-02 .bage {
    background-color: #E1E6F0;
    padding: 5px 16px;
    border-radius: var(--bordersite);
}

.block-cart-02 .bage-c {
    background-color: #EC431C;
    padding: 5px 16px;
    border-radius: var(--bordersite);
    color: white;
    text-align: center;
    width: 180px;
}

.block-cart-02 .bage-p {
    background-color: #1CA950;
    padding: 5px 16px;
    border-radius: var(--bordersite);
    color: white;
    text-align: center;
    width: 180px;
}

.block-cart-02 .fin {
    position: relative;
    height: 240px;
    width: 100%;
    overflow: hidden;
    background-color: white;
    padding: 25px;
}


.block-cart-02 .product {
    position: relative;
    height: 240px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 16px;
}

.block-cart-02 .product-img {
    position: relative;
    height: 240px;
    width: 100%;
    overflow: hidden;
}

.block-cart-02 .product-img .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.block-cart-02 .detail {
    background-color: var(--colorFFFFFF);
    padding: 35px;
     height: 240px;
    width: 100%;
    overflow: hidden;
}

.block-cart-02 .detail-fin {
    position: relative;
    background-color: var(--colorPrimary);
    padding: 25px;
     height: 240px;
    width: 100%;
    overflow: hidden;
}

.block-cart-02 .detail-fin .title {
    margin-top: 45px;
}

.block-cart-02 .detail-fin .line {
    border-left: 1px solid #E1E6F0;
    width: 1px;
    height: 120px;
    position: absolute;
    left: 0;
    top: 20%;
}

.line-c {
    border:2px solid #000000;
    opacity: 1;
}

.price {
    color: #EC431C;
}

.price small {
    color: #012779;
}

.block-cart-02 input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.block-cart-02 input[type=number]::-webkit-inner-spin-button,
.block-cart-02 input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.block-cart-02 .number-input {
  border: 0;
  display: inline-flex;
  background-color: #F5F5F0;
  border-radius: 15px;
}

.block-cart-02 .number-input,
.number-input * {
  box-sizing: border-box;
}

.block-cart-02 .number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.block-cart-02 .number-input button:before,
.block-cart-02 .number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}
.block-cart-02 .number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.block-cart-02 .number-input input[type=number] {
  max-width: 3rem;
  padding: .5rem;
  border: none;
  border-width: 0 2px;
  font-size: 1.5rem;
  height: 3rem;
  font-weight: bold;
  text-align: center;
  color:#012779;
  background-color: #F5F5F0;
}

.result {
    background-color: var(--colorFFFFFF);
    padding: 35px;
}

.result .vat {
    display: flow-root;
}


@media (min-width: 991.98px) {
    .block-cart-02 .number-input input[type=number] {
        max-width: 2rem;
    }

}

@media (max-width: 991.98px) { 
    .block-cart-02 .product {
        height: auto;
    } 

    .block-cart-02 .map {
        height: auto;
        margin-bottom: 0;
        margin-top: 15px;
    } 

    .block-cart-02 .detail-fin {
        background-color: var(--colorPrimary);
        padding: 15px 20px;
         height: auto;
        width: 100%;
        overflow: hidden;
    }

    .block-cart-02 .detail-fin .title {
        margin-top: 0;
    }

    .block-cart-02 .bage-c {
        width: 180px;
    }
    .block-cart-02 .detail-fin .line {
        border-left: 0px solid #E1E6F0;
        border-top: 1px solid #E1E6F0;
        width: 100%;
        height: 30px;
        position: relative;
    }
}

@media (max-width: 767.98px) { 
    
}

@media (max-width: 575.98px) { 
   
}
