body {
    background: #f2f2f7;
}

.breadcrumb {
    background: #f2f2f7;
}

.checkout-card {
    border-radius: 5px;
    background-color: #e4f1f9;
    padding: 2em;
}

.checkout-panel-card {
    border-radius: 5px;
    background-color: white;
    padding: 2em 1.8em 1.4em 1.8em;
}

#pers-juridica {
}

#pers-juridica-shipping {
    border: 1px solid gray;
    padding: 1rem;
    border-radius: 5px;
}

.address-card {
    border: 1px solid #BEBEBE;
    padding: 1em 1em 5px 1em;
    margin-bottom: 7px;
}

.row_checkout_contents {
    background: #fff;
    margin: 15px 0px;
    padding: 10px 0px;
    border-radius: 5px;
}

.continue_page {
    text-align: center;
    padding: 20px 20px;
}

.continue_page h2 {font-size: 18px;color: #000;font-weight: 800;margin-bottom: 20px;}

.continue_page i {
}

.row_add_payment_adress {
    padding: 0px;
    margin: 0px;
}

#container-shipping-address {
    margin-bottom: 2em;
}

#container-payment-address {
    margin-bottom: 2em;
}

#payment-options-container {
    border: 1px solid #BEBEBE;
    padding: 1em 1em 5px 1em;
    margin-bottom: 7px;
    border-radius: 5px;
}

#shipping_info_card {
    border: 1px solid #BEBEBE;
    padding: 1em 1em 5px 1em;
    margin-bottom: 7px;
    border-radius: 5px;
}

#shipping-options-container {
}

.row_acoount_details {
    padding: 0px;
    margin-bottom: 0px;
}

/* Start cart products */
.checkout_cart_products {
    border: 1px solid #BEBEBE;
    padding: 10px;
    border-radius: 5px;
    /* position: -webkit-sticky; */
    /* position: sticky; */
    top: 10px;
    z-index: 3;
    /* box-shadow: 0px 0px 5px 0px rgb(227 227 227 / 61%); */
}

.row_ck_cart_p {
    margin: 0px;
    border-top: 1px solid #f2f2f7;
    padding-top: 10px;
    margin-top: 10px;
    align-items: center;
}

.ck_car_title {
    font-size: 16px;
    color: #3c2261;
    font-weight: 700;
    margin-bottom: 25px;
    display: block;
}

.ck_car_title i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    font-size: 16px;
    background: hsl(31deg 84% 50% / 31%);
    color: #222;
    text-align: center;
    transition: .5s;
}

.ck_p_name {
    display: block;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 3px;
    color: #000;
    font-weight: 700;
}

.ck_p_price {
    font-size: 14px;
    color: #fe5416;
    font-weight: 700;
}

.ck_p_price small {
    color: #979797;
    font-size: 12px;
    padding-left: 5px;
}

/* End cart products */
.guest_titl_edit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.q_inf_client {
    display: flex;
    font-size: 14px;
    margin-bottom: 10px;
}

.q_infl_t {
    font-weight: 700;
    color: #000;
    padding-right: 3px;
}

.q_infl_d {
}

.info_same_address {
    border-top: 1px solid #f2f2f7;
    padding-top: 10px;
    display: block;
    width: 100%;
}

.shipping_methods_block {
    border: 1px solid #BEBEBE;
    padding: 1em 1em 5px 1em;
    margin-bottom: 7px;
    border-radius: 5px;
}

.comment_and_confirm_order {
    border: 1px solid #BEBEBE;
    padding: 1em 1em 5px 1em;
    margin-bottom: 7px;
    border-radius: 5px;
}

.button-finalize {
}

.order_confirm_p_cart {
    border: 1px solid #BEBEBE;
    padding: 1em 1em 5px 1em;
    margin-bottom: 7px;
    border-radius: 5px;
}


.b-doneaza{
	padding: 10px;
    background: #fffae8;
    border-radius: 7px;
	align-items: center;
}

.b-cadou{
	padding: 10px;
    background: #fffae8;
    border-radius: 7px;
	align-items: center;
}


/* The container */
.bbifa {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bbifa input[type="text"]{
	width: 100px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
    line-height: 24px;
    text-align: center;
}

/* Hide the browser's default checkbox */
.bbifa input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #EEEEEE;
}

/* On mouse-over, add a grey background color */
.bbifa:hover input[type="checkbox"] ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.bbifa input[type="checkbox"]:checked ~ .checkmark {
  background-color: #222222;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.bbifa input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.bbifa .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}