/** Fonts **/

@font-face {
  font-family: "added-to-cart-popup-woocommerce";
  src: url("fonts/added-to-cart-popup-woocommerce.eot?7r0p13");
  src:
    url("fonts/added-to-cart-popup-woocommerce.eot?7r0p13#iefix")
      format("embedded-opentype"),
    url("fonts/added-to-cart-popup-woocommerce.ttf?7r0p13") format("truetype"),
    url("fonts/added-to-cart-popup-woocommerce.woff?7r0p13") format("woff"),
    url("fonts/added-to-cart-popup-woocommerce.svg?7r0p13#added-to-cart-popup-woocommerce")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="xoo-cp-icon-"],
[class*=" xoo-cp-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "added-to-cart-popup-woocommerce" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.xoo-cp-icon-spinner:before {
  content: "\e97b";
}
.xoo-cp-icon-cross:before {
  content: "\ea0d";
}
.xoo-cp-icon-check:before {
  content: "\ea10";
}

/** -- **/
.xoo-cp-opac {
  z-index: 99998;
  background-color: black;
  opacity: 0.6;
  position: fixed;
  display: none;
}
.xoo-cp-opac,
.xoo-cp-modal,
.xoo-cp-cont-opac {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.xoo-cp-modal {
  position: fixed;
  text-align: center;
  z-index: 99998;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
}

.xoo-cp-active {
  transition:
    visibility 0.4s ease-out,
    opacity 0.4s ease-out,
    transform 0.4s ease-out;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.xoo-cp-cont-opac {
  z-index: 1;
  background-color: white;
  opacity: 0.5;
  position: absolute;
}

.xoo-cp-modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.xoo-cp-container {
  display: inline-block;
  max-width: 650px;
  border: #a0a0a0 solid 1px;
  background: #fff;
  position: relative;
  vertical-align: middle;
  width: 90%;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding: 15px;
}
span.xoo-cp-close {
  font-size: 29px;
  position: absolute;
  right: -13px;
  top: -11px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.xoo-cp-success,
.xoo-cp-error {
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  display: block;
  text-align: left;
}
.xoo-cp-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  margin-top: 10px;
}
.xoo-cp-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.xoo-cp-atcn {
  overflow: auto;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  display: block;
  text-align: left;
  margin-bottom: 15px;
}
.xoo-cp-atcn .xoo-cp-icon-check {
  margin-right: 5px;
}

.xoo-cp-btns {
  margin: 0 auto;
  clear: both;
  text-align: center;
}
a.xcp-btn {
  width: 30%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  padding: 8px 0;
  display: inline-block;
  margin-right: 5px;
}

@keyframes xoo-cp-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.xoo-cp-icon-spinner {
  animation: xoo-cp-spin 575ms infinite linear;
  display: inline-block;
}

td.xoo-cp-ptitle a {
  font-weight: 600;
  font-size: 18px;
}
td.xoo-cp-pimg {
  width: 20%;
}
.xoo-cp-pimg img {
  width: 100%;
  contain-intrinsic-size: unset;
}
.xoo-cp-pdetails {
  width: 100%;
  display: block;
  overflow: auto;
}
td.xoo-cp-pprice {
  font-size: 20px;
  margin: 15px 0;
  width: 15%;
  position: relative;
}

td.xoo-cp-pqty {
  min-width: 90px;
}

.xoo-cp-pdetails .xoo-cp-remove {
  /* width: 5%; */
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.xoo-cp-pdetails td {
  vertical-align: middle;
  text-align: center;
}

.xoo-cp-pdetails td.xoo-cp-ptitle {
  text-align: left;
}

.xoo-cp-ptotal {
  display: table;
  float: right;
  margin-right: 25px;
  font-size: 18px;
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
}
.xcp-ptotal {
  font-size: 23px;
}
td.xoo-cp-remove .xoo-cp-remove-pd {
  font-size: 20px;
  color: #ea0a0a;
  cursor: pointer;
}

td.xoo-cp-ptitle {
  width: 45%;
  padding-left: 5px;
}
.xoo-cp-preloader {
  position: fixed;
  top: 47%;
  left: 47%;
  transform: translate(-50%, -50%);
  z-index: 2;
  animation: xoo-cp-spin 575ms infinite linear;
  font-size: 45px;
}

@keyframes xoo-cp-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-ms-keyframes xoo-cp-spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes xoo-cp-spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes xoo-cp-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.xoo-cp-outer {
  display: none;
}
.xoo-cp-variations {
  font-size: 13px;
}

.xoo-cp-variations .variation {
  overflow: auto;
  margin-top: 5px;
}
.xoo-cp-variations .variation dt {
  margin: 0 5px 0 0;
  float: left;
}
.xoo-cp-variations .variation dd {
  margin: 0 10px 0 0;
  float: left;
}
/* When screen size is less than 500px */
@media only screen and (max-width: 500px) {
  a.xcp-btn {
    width: 80%;
    margin: 5px 0;
  }
  span.xcp-ptotal,
  .xoo-cp-ptotal {
    font-size: 15px;
  }
  td.xoo-cp-pimg {
    display: none;
  }
  td.xoo-cp-ptitle a,
  td.xoo-cp-pprice {
    font-size: 14px;
  }
}

span.xcp-minus {
  border-right-width: 1px;
  border-right-style: solid;
}
span.xcp-plus {
  border-left-width: 1px;
  border-left-style: solid;
}
span.xcp-plus,
span.xcp-minus {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  float: left;
  width: 21px;
}

input[type="number"].xoo-cp-qty {
  border: 0 !important;
  text-align: center;
  display: inline-block;
  height: 100%;
  line-height: 100%;
  padding: 0;
  max-width: 50px;
  margin: 0;
}
input.xoo-cp-qty::-webkit-outer-spin-button,
input.xoo-cp-qty::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.xoo-cp-qtybox {
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
  font-weight: 700;
  height: 37px;
  line-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xoo-cp-added,
.xoo-cp-adding {
  margin-left: 5px;
}

.xoo-cp-notice-box {
  left: 0;
  right: 0;
  bottom: 50px;
  position: fixed;
  z-index: 100000;
}
.xoo-cp-notice-box > div {
  display: table;
  margin: 0 auto;
  background-color: #333;
  padding: 10px 20px;
  color: white;
  font-weight: 500;
  font-size: 15px;
}
.xoo-cp-notice ul.woocommerce-error a.button {
  display: none;
}
.xoo-cp-notice ul.woocommerce-error {
  margin: 0;
}

.xoo-cp-variations .variation:last-of-type {
  display: none;
}

.xoo-cp-variations .variation:first-of-type {
  display: block;
}
.xoo-cp-pdetails .variation {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
}
