/* ! D3P FILE */
.overflow-hidden {
  overflow: hidden;
}

.popup-modal {
  align-items: unset;
}

.popup-modal .popup-confirm {
  transition: 0.3s;
}

.popup-modal .popup-modal-dialog {
  width: unset;
  margin: 5rem 2rem;
  overflow: auto;
}

.popup-modal .popup-modal-dialog h2 {
  text-align: center;
}

.woocommerce-page .products {
  justify-content: space-between !important;
}

.woocommerce-page .cross-sells .products {
  justify-content: center !important;
}

.woocommerce-page .products > :only-child {
  margin-right: unset !important;
}

.woocommerce ul.products {
  margin: 0;
}

.woocommerce ul.products li.product {
  margin-bottom: 1rem;
}

.popup-skip {
  float: right;
  border: 1px solid #00b3be;
  background: #00b3be;
  font-size: 1.2rem;
  text-transform: none;
  color: #fff;
  cursor: pointer;
  transition: all 250ms ease-in-out;
}

.popup-skip:hover {
  background: #fff;
  color: #00b3be;
}

.entry-content li a:not(.ow-button-hover),
.entry-content li a:not(.ow-button-hover):hover {
  border-bottom: none;
}

.woocommerce table.shop_table .wooco-cart-parent td.product-subtotal span.woocommerce-Price-amount {
  color: #00b3be;
}

.woocommerce table.shop_table .wooco-cart-child {
  background: #F6F6F7;
  display: none;
}

.woocommerce table.shop_table .wooco-cart-child td.product-remove {
  padding: 0;
}

.woocommerce table.shop_table .wooco-cart-child td.product-name {
  padding-top: 20px;
  padding-bottom: 20px;
}

.woocommerce table.shop_table .wooco-cart-child:nth-child(2) td:first-of-type {
  border-top: 2px solid #00b3be;
}

.wooco-details-button {
  background: white;
  display: block;
  padding: 0 15px;
  color: #707070;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  margin-top: 10px;
  margin-left: auto;
}

.wooco-details-button h6 {
  margin: 5px 0;
}

.wooco-details-button h6::before {
  font-family: "FontAwesome";
  content: "\f067";
  padding-right: 10px;
  font-weight: inherit;
  color: inherit;
}

.wooco-details-button:hover,
.wooco-details-button:focus {
  background: #F6F6F7;
}

body .woocommerce .cross-sells ul.products li.product {
  width: 30%;
}

@media screen and (min-width: 769px) {
  .woocommerce table.shop_table .wooco-cart-child td.product-remove {
    padding: initial;
  }
  .woocommerce table.shop_table .wooco-cart-child:nth-child(2) td {
    border-top: 2px solid #00b3be;
  }
  .wooco-details-button {
    margin-left: 0;
  }
}
@media screen and (min-width: 700px) {
  .popup-modal .popup-modal-dialog {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  .popup-modal {
    align-items: center;
  }
  .popup-modal .popup-modal-dialog {
    width: unset;
  }
}