/*ICONS*/
/*se repite el código de comunes.css porque en el modal de añadir unidades no coge el comunes.css, solo coge este archivo*/
@charset "UTF-8";
/* Generated by Glyphter (http://www.glyphter.com) on  Wed Jan 26 2022*/
@font-face {
    font-family: 'comunes';
    src: url('../fonts/comunes.eot');
    src: url('../fonts/comunes.eot?#iefix') format('embedded-opentype'),
    url('../fonts/comunes.woff') format('woff'),
    url('../fonts/comunes.ttf') format('truetype'),
    url('../fonts/comunes.svg#comunes') format('svg');
    font-weight: normal;
    font-style: normal;
}

.djv-icon-close:before {
    content: '\0054';
}
[class*='djv-icon']:before {
    display: inline-block;
    font-family: 'comunes';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button[data-v-6f05d5da] {
    height: 36px;
    background-color: #444;
    border: none;
    color: #fff;
    padding: 7px 7px 6px;
    font-family: comunes;
    position: relative;
    cursor: pointer;
    font-size: 0.9rem;
}
/*END ICONS*/

.cart-overview .body .products-container .title-container {
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.cart-overview .body .products-container .title-container .right-column {
    display: flex;
    align-items: center;
    gap: 8px;
}
.cart-overview .body .products-container {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.cart-overview .body .cart-item .cart-detailed-product-line-modify .djv-icon-delete {
    grid-area: delete;
    text-align: center;
    font-size: 14px;
    color: red;
    padding-top: 6px;
}
.cart-overview .body .cart-item .cart-detailed-product-line-modify .product-price{
    font-size: 20px;
}
.djv-icon-trash:before {
    content: '\0079';
  color: #406a76;
}
/*.djv-icon-trash{
    position: relative;
}
.djv-icon-trash:before {
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    background-image: url(/themes/dejavu_panda/assets/img/trash-icon.svg);
    right: 0;
    background-repeat: no-repeat;
}*/
.cart-overview .body .products-container .products .cart-item .top-info .remove-from-cart {
    width: 25%;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-detail {
    display: flex;
    width: 65%;
    gap: 16px;
}
.cart-overview .body .products-container .products .cart-item .top-info.mobile {
    display: none;
}
.cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-detail .cart-detailed-product-line-detail-image {
    width: 30%;
}
.cart-overview .body .products-container .products .cart-item {
    border-bottom: 1px solid #ddd;
    display: flex;
    width: 100%;
    padding: 20px;
    gap: 25px;
    font-size: 17px;
}
.cart-overview .body .products-container .title-container .left-column .shipment{
    font-size: 20px;
    margin-right: 10px;
}
.bold-text {
    font-weight: 700 !important;
}
.products-container .products .cart-item .editPersonalizationButtonV5 {
    display: block;
    position: relative;
}
.cart-overview .body .products-container .products .cart-item .top-info .qty-container #quantity_wanted {
    visibility: visible;
    margin-top: 0;
}
.cart-overview .body .products-container .products .cart-item .tabs-container.mobile {
    display: none;
    margin-top: 15px;
}
.cart-overview .body .cart-item .cart-detailed-product-line-detail .cart-detailed-product-line-detail-tex > span {
    display: block;
}
.cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-modify .opciones-entrega form {
    text-align: left;
}
.cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-modify .opciones-entrega form .date {
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-modify .opciones-entrega .secction-label {
    margin-top: 0;
}
.cart-overview .body .products-container .products .cart-item .secction-label {
    margin: 10px 0 5px 0;
    text-align: left;
    width: 100%;
}
.cart-overview .body .cart-item .secction-label {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 15px;
}
.cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-modify .opciones-entrega {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
}
.cart-overview .body .cart-item .cart-detailed-product-line-modify .totalUnidades {
    grid-area: unidades;
    font-size: 15px;
    margin-top: 3px;
}
.cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-modify {
    display: inline-block;
    width: 35%;
}

.cart-overview .body .products-container .products .cart-item .top-info {
    display: flex;
    margin-bottom: 32px;
}

.cart-overview .body .cart-item .cart-detailed-product-line-modify {
    display: grid;
    grid-template-areas:
        "unidades precio delete"
        "edit precio delete";
    grid-template-rows: 30px 20px;
    text-align: center;
}

.cart-overview .body .products-container .products .cart-item .editPersonalizationButtonV5:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url(/themes/dejavu_panda/assets/img/edit-icon.svg);
    left: 0;
}

.cart-overview .body .products-container .products .cart-item .cart-edit-personalization {
    display: inline-block;
    padding-top: 0;
    width: 15px;
    height: 15px;
}

.cart-overview .body .products-container .products .cart-item .top-info .qty-container {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 7px;
}
.cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-detail .cart-detailed-product-line-detail-tex .product-price {
    margin-bottom: 0;
}
.cart-overview .body .products-container .products .cart-item .secction-label {
    margin: 10px 0 5px 0;
    text-align: left;
    width: 100%;
}
.cart-overview .body .cart-item .secction-label {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 15px;
}
.cart-overview .body .products-container .products .cart-item .tabs-container .options-container .attr-container .cart-resume-attributes {
    margin-bottom: 0;
    margin-left: 20px;
    list-style: none;
}
.cart-overview .body .products-container .products .cart-item .cart-edit-personalization {
    display: inline-block;
    padding-top: 0;
    width: 15px;
    height: 15px;
}
.cart-overview .body .products-container .bottom-block {
    display: flex;
    gap: 20px;
    padding: 20px;
    border-top: 1px solid #ddd;
}
.cart-overview .body .products-container .bottom-block .blue-container {
    align-items: center;
    justify-content: end;
    color: #fff;
    height: 100%;
    width: 65%;
    display: flex;
    padding-right: 14px;
}
.cart-overview .body .products-container .bottom-block .blue-container .blue-content {
    background-color: #406a76;
    max-width: 236px;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    font-size:1.1rem;
    position: relative;
}
.cart-overview .body .products-container .bottom-block .totals .totals-container .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-overview .body .products-container .bottom-block .totals {
    width: 35%;
}
.cart-overview .body .products-container .bottom-block .blue-container .blue-content .triangulo {
    position: absolute;
    top: 50%;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 17px solid #406a76;
    transform: translateY(-50%);
}
.cart-overview .body .products-container .info-icon {
    border: 1px solid #406a76;
    border-radius: 100%;
    width: 17px;
    font-size: 14px;
    height: 17px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.cart-overview .body .products-container .bottom-block .blue-container .blue-content .info-icon {
    border: 1px solid #fff;
}
.cart-overview .body .products-container .products .cart-item .tabs-container .options-container .attr-container {
    display: flex;
    align-items: center;
    gap: 15px;
}
.cart-overview .body .products-container .products .cart-item .tabs-container .options-container {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    text-align: left;
}
.cart-overview .body .cart-item .cart-detailed-product-line-detail .cart-detailed-product-line-detail-tex .product-price {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 20px;
}

#editPersonalizationModal {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
}
#editPersonalizationModal #editPersonalizationBox {
    
    display: block;
    position: absolute;
    left: 50%;
    top: 1rem;
    transform: translateX(-50%);
    width: 100%;
    max-width: 558px;
    z-index: 1000;
}
#editPersonalizationModal #editPersonalizationBox #closeEditPersonalizationFormButton {
    display: block;
    font-size: 25px;
    line-height: 15px;
    padding: 10px;
    background-color: black;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
}
#editPersonalizationModal #editPersonalizationForm {
    height: 90vh;
    border-radius: 1rem;
}


/* MOBILE */
@media (min-width: 769px) and (max-width: 1024px) {
  body#cart
    #wrapper
    #main
    .cart-overview
    .body
    .products-container
    .products
    .cart-item
    .top-info
    .remove-from-cart {
    width: 100%;
    justify-content: center;
    margin-top: 5px;
  }
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .products
  .cart-item
  .cart-edit-personalization {
  display: inline-block;
  padding-top: 0;
  width: 15px;
  height: 15px;
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .products
  .cart-item
  .secction-label {
  margin: 10px 0 5px 0;
  text-align: left;
  width: 100%;
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .products
  .cart-item:last-child {
  border-bottom: none;
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .products
  .cart-item
  .edit-icon {
  width: 15px;
  height: 15px;
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .products
  .cart-item
  .editPersonalizationButtonV5 {
  display: block;
  position: relative;
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .products
  .cart-item
  .editPersonalizationButtonV5:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  background-image: url(/themes/dejavu_panda/assets/img/edit-icon.svg);
  left: 0;
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .products
  .cart-item
  .remove-from-cart:before {
  color: #406a76;
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .products
  .cart-item
  .cart-detailed-product-line-detail {
  display: flex;
  width: 65%;
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .products
  .cart-item
  .cart-detailed-product-line-detail
  .cart-detailed-product-line-detail-image {
  width: 30%;
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .products
  .cart-item
  .cart-detailed-product-line-detail
  .cart-detailed-product-line-detail-tex {
  width: 70%;
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .products
  .cart-item
  .cart-detailed-product-line-detail
  .cart-detailed-product-line-detail-tex
  .product-price {
  margin-bottom: 0;
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .products
  .cart-item
  .cart-detailed-product-line-detail
  .cart-detailed-product-line-detail-tex
  .product-price
  small {
  display: inline;
}
body#cart
#wrapper
#main
.cart-overview
.body
.products-container
.products
.cart-item .cart-resume-attributes label,
body#cart
#wrapper
#main
.cart-overview
.body
.products-container
.products
.cart-item .cart-resume-attributes li{
    margin-bottom: 0;
    font-size: 1rem;
}
@media (max-width: 768px) {
  body#cart
    #wrapper
    #main
    .cart-overview
    .body
    .products-container
    .products
    .cart-item
    .cart-detailed-product-line-detail {
    width: 100%;
  }
  body#cart
    #wrapper
    #main
    .cart-overview
    .body
    .products-container
    .products
    .cart-item{
	    flex-wrap: wrap;
    }
  body#cart
    #wrapper
    #main
    .cart-overview
    .body
    .products-container
    .products
    .cart-item
    .cart-detailed-product-line-detail
    .cart-detailed-product-line-detail-image {
    margin: 0;
  }
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .products
  .cart-item
  .cart-detailed-product-line-modify {
  display: inline-block;
  width: 35%;
}
@media (max-width: 768px) {
  body#cart
    #wrapper
    #main
    .cart-overview
    .body
    .products-container
    .products
    .cart-item
    .cart-detailed-product-line-modify {
    border: none;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
  }
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .products
  .cart-item
  .cart-detailed-product-line-modify
  .opciones-entrega {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
}
@media (max-width: 768px) {
  body#cart
    #wrapper
    #main
    .cart-overview
    .body
    .products-container
    .products
    .cart-item
    .cart-detailed-product-line-modify
    .opciones-entrega {
    max-width: 80%;
  }
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .products
  .cart-item
  .cart-detailed-product-line-modify
  .opciones-entrega
  .secction-label {
  margin-top: 0;
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .products
  .cart-item
  .cart-detailed-product-line-modify
  .opciones-entrega
  form {
  text-align: left;
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .products
  .cart-item
  .cart-detailed-product-line-modify
  .opciones-entrega
  form
  .date {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .products
  .cart-item
  .cart-detailed-product-line-modify
  .opciones-entrega
  form
  .date
  .input {
  width: 12px;
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .products
  .cart-item
  .cart-detailed-product-line-modify
  .opciones-entrega
  form
  .date
  .label-container {
  display: flex;
  flex-direction: column;
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .products
  .cart-item
  .cart-detailed-product-line-modify
  .opciones-entrega
  form
  .date
  .label-container
  label {
  font-size: 15px;
  margin-bottom: 0;
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .products
  .cart-item
  .cart-detailed-product-line-modify
  .opciones-entrega
  form
  .date
  .label-container
  .unit-price {
  font-size: 12px;
  color: #999;
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .title-container {
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 800px) {
  body#cart
    #wrapper
    #main
    .cart-overview
    .body
    .products-container
    .title-container {
    flex-direction: column;
    gap: 0;
  }
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .title-container
  .left-column
  .shipment {
  font-size: 20px;
  margin-right: 10px;
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .title-container
  .right-column {
  display: flex;
  align-items: center;
  gap: 8px;
}
body#cart
  #wrapper
  #main
  .cart-overview
  .body
  .products-container
  .title-container
  .right-column
  .shipping-value {
  display: flex;
  align-items: center;
}
body#cart
  #wrapper
  #main
  .cart-detailed-right-side
  .free-shipping-blue-block {
  margin-top: 20px;
  background-color: #406a76;
  border-radius: 10px;
  color: #fff;
  padding: 20px;
}
body#cart
  #wrapper
  #main
  .cart-detailed-right-side
  .free-shipping-blue-block
  p {
  margin-bottom: 10px;
  line-height: 20px;
}
body#cart
  #wrapper
  #main
  .cart-detailed-right-side
  .free-shipping-blue-block
  a {
  font-size: 14px;
  color: #90c2d0;
  cursor: pointer;
}
@media (max-width: 768px) {
  body#cart
    #wrapper
    #main
    .cart-detailed-right-side
    .free-shipping-blue-block {
    width: 90%;
    margin: 20px auto;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  body#cart
    #wrapper
    #main
    .cart-detailed-right-side
    .cart-detailed-totals
    .cart-total {
    padding: 8px;
  }
}
body#cart
  #wrapper
  #main
  .cart-detailed-right-side
  .cart-detailed-totals
  .cart-total
  .label {
  font-weight: 400;
  font-size: 17px;
}
body#cart
  #wrapper
  #main
  .cart-detailed-right-side
  .cart-detailed-totals
  .cart-total
  .value {
  font-weight: 400;
  font-size: 17px;
}
body#cart
  #wrapper
  #main
  .cart-detailed-right-side
  .cart-detailed-totals
  .cart-total
  .value.without-taxes {
  font-size: 18px !important;
}
body#cart
  #wrapper
  #main
  .cart-detailed-right-side
  .cart-detailed-totals
  .cart-total
  .value.bold-text {
  font-size: 20px !important;

