@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
body.single-product #page {
  overflow-x: initial; /* This is needed to make .cdg_total  sticky work */
}

.hide {
  display: none !important;
}

.cdg_alert {
  background-color: #c9302c;
  color: white;
}

.cdg_box {
  position: relative;
}
.cdg_box:after {
  content: "";
  display: block;
  clear: both;
}
.cdg_box .loading {
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  border: none !important;
  color: red;
  display: flex;
  font-size: 36px;
  height: 100%;
  justify-content: center;
  left: -30px;
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 10;
}
.cdg_box h3.cdg_title {
  background-color: #FCDFB0;
  font-size: 19px;
  font-weight: bold;
  margin: 15px -30px;
  padding: 15px 30px;
  text-transform: uppercase;
}
.cdg_box .cdg_info {
  background-color: #ececec;
  padding: 20px;
}
.cdg_box .sidebar_configurator {
  position: relative;
}
@media screen and (min-width: 768px) {
  .cdg_box #appBar {
    position: sticky;
    top: 110px;
    z-index: 10;
  }
}
.cdg_box .cdg_total > div {
  border: 1px solid gray;
}
.cdg_box .cdg_total > div h3 {
  border-bottom: 1px solid gray;
  margin: 0;
  padding: 15px;
  text-align: center;
}
.cdg_box .cdg_total .units {
  border-bottom: 1px solid gray;
  padding: 15px;
}
.cdg_box .cdg_total .units > div {
  clear: both;
  text-transform: uppercase;
}
.cdg_box .cdg_total .units input {
  background: transparent;
  border: none;
  float: right;
  text-align: right;
  width: 80px;
}
.cdg_box .cdg_total .units#cdg_units {
  display: none;
}
.cdg_box .cdg_total .units #prizes_table {
  width: 100%;
}
.cdg_box .cdg_total .units #prizes_table th, .cdg_box .cdg_total .units #prizes_table td {
  padding: 0;
  background-color: transparent;
}
.cdg_box .cdg_total .total {
  padding: 15px 15px 10px;
  text-align: right;
}
.cdg_box .cdg_total .add_to_cart_button {
  width: 100%;
  margin-top: 15px;
}
.cdg_box .cdg_total .loading {
  left: 0;
  right: 0;
}
.cdg_box .cdg_total .loading .fa {
  position: absolute;
  top: 50%;
  left: calc(50% - 20px);
}
.cdg_box button#updateTotal {
  display: none;
}
.cdg_box.cdg_box_framed {
  position: relative;
}
.cdg_box.cdg_box_framed::after {
  content: "";
  position: absolute;
  top: 30px;
  left: -30px;
  height: calc(100% - 30px);
  width: calc(100% + 60px);
  border: 5px solid #FCDFB0;
  border-top: none;
  z-index: -1;
}

@media (min-width: 992px) {
  #cdg_grid.grid-left {
    width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  #cdg_grid.grid-left {
    width: 66.66666667%;
  }
}
#cdg_grid .cdg_cbar {
  border: solid 1px gray;
  font-weight: bold;
  margin: 0 15px 30px;
  padding: 15px;
  position: sticky;
  top: 20px;
  background-color: white;
  z-index: 10;
}
#cdg_grid .cdg_cbar .bar {
  background-color: #f5f5f5;
  display: block;
  height: 8px;
}
#cdg_grid .cdg_cbar .bar span {
  display: block;
  height: 8px;
  width: 0;
  transition: all linear 0.25s;
}
#cdg_grid .cdg_cbar .bar > span {
  background-color: red;
}
#cdg_grid .cdg_cbar .cdg_cbar__content {
  text-align: right;
}
#cdg_grid .cdg_cbar .cdg_cbar__message {
  color: red;
}
#cdg_grid .cdg_cbar.full .bar > span {
  background-color: green;
}
#cdg_grid .cdg_cbar.full .cdg_cbar__message {
  color: green;
}
#cdg_grid .cdg_cbar.full .cdg_cbar__slash,
#cdg_grid .cdg_cbar.full .cdg_cbar__min_quantity {
  display: none;
}
#cdg_grid .cdg_product {
  padding-bottom: 15px;
}
#cdg_grid .cdg_product > span {
  align-items: center;
  display: flex;
  height: 110px;
  justify-content: center;
  padding: 0 5px;
  position: absolute;
  text-align: center;
  vertical-align: top;
  width: 120px;
}
#cdg_grid .cdg_product > span img {
  height: 60px;
  object-fit: contain;
  width: 80px;
}
#cdg_grid .cdg_product > div {
  min-height: 110px;
  padding-left: 120px;
}
#cdg_grid .cdg_product > div span {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  position: relative;
  margin-right: 0.25rem;
}
#cdg_grid .cdg_product > div input {
  background-color: #f6f6f6;
  border: 1px solid black;
  border-radius: 4px;
  color: black;
  font-size: 16px;
  height: 42px;
  padding: 6px 0 6px 14px;
  text-align: center;
  width: 80px;
}
#cdg_grid .cdg_product > div input.invalid {
  border-color: red;
  color: red;
}
#cdg_grid .cdg_product > div input[disabled] {
  border-color: red;
  opacity: 0.5;
}
#cdg_grid .cdg_product > div .invalid-feedback {
  color: red;
  position: absolute;
  display: none;
  z-index: 1060;
  font-size: 0.65rem;
  line-height: 1.5;
  padding: 3px 1px;
  max-width: 100%;
  text-align: left;
  text-align: start;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
#cdg_grid .cdg_product > div .invalid-feedback.show {
  display: block;
}
#cdg_grid .cdg_product > div .invalid-feedback span {
  display: none;
}
#cdg_grid .cdg_product > div .invalid-feedback span.show {
  display: block;
}
#cdg_grid .cdg_product > div .invalid-feedback .arrow {
  position: absolute;
  top: calc((0.5rem + 1px) * -1);
  left: 0;
  width: 100%;
}
#cdg_grid .cdg_product > div .invalid-feedback .arrow::before, #cdg_grid .cdg_product > div .invalid-feedback .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-bottom-color: transparent;
  border-style: solid;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
#cdg_grid .cdg_product > div .invalid-feedback .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
#cdg_grid .cdg_product > div .invalid-feedback .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

#appTotalBox {
  position: relative;
}
@media screen and (min-width: 768px) {
  #appTotalBox {
    position: sticky;
    top: 110px;
    z-index: 10;
  }
}
#appTotalBox.box-right {
  float: right;
}
@media (min-width: 992px) {
  #appTotalBox.box-right {
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  #appTotalBox.box-right {
    width: 33.33333333%;
  }
}
#appTotalBox.box-full h3.cdg_total_title {
  display: none;
}

#boxResume {
  width: 220px;
  position: fixed;
  bottom: 30px;
  right: 15px;
  background-color: #f8f8f8;
  padding: 15px;
  opacity: 0;
  animation: fade-in 0.5s forwards;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.cdg_popup {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}
.cdg_popup .white {
  background: white;
  border-radius: 8px;
  max-width: 800px;
  padding: 30px;
  width: 90%;
}
.cdg_popup .text-center {
  text-align: center;
}
.cdg_popup .wrapper-buttons {
  display: flex;
  justify-content: space-between;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table td.product-name dl.variation {
  position: relative;
  height: 100px;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table td.product-name dl.variation dd.variation-cdg_description {
  position: absolute;
  width: 78vw;
}
@media (min-width: 576px) {
  body.woocommerce-checkout table.woocommerce-checkout-review-order-table td.product-name dl.variation dd.variation-cdg_description {
    width: 88vw;
  }
}
@media (min-width: 768px) {
  body.woocommerce-checkout table.woocommerce-checkout-review-order-table td.product-name dl.variation dd.variation-cdg_description {
    width: 34vw;
  }
}
@media (min-width: 1400px) {
  body.woocommerce-checkout table.woocommerce-checkout-review-order-table td.product-name dl.variation dd.variation-cdg_description {
    width: 485px;
  }
}

/*# sourceMappingURL=cg-woo-grid.css.map */
