body {
  position: relative;
}

.woo_amc_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.woo_amc_bg.woo_amc_show {
  visibility: visible;
  opacity: 1;
}
.woo_amc_bg.woo_amc_show:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.woo_amc_container .woo_amc_head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.woo_amc_container .woo_amc_head .woo_amc_close {
  cursor: pointer;
  width: 15px;
  height: 15px;
}
.woo_amc_container .woo_amc_head .woo_amc_close svg {
  color: #000000;
  display: block;
}
.woo_amc_container .woo_amc_head .woo_amc_close:hover {
  opacity: 0.7;
}
.woo_amc_container .woo_amc_footer {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 0 20px 20px 20px;
  transition: 0.3s;
}
.woo_amc_container .woo_amc_footer .woo_amc_footer_wrapp {
  padding-top: 20px;
  border-top: 1px solid #E6E6E6;
}
.woo_amc_container .woo_amc_footer .woo_amc_footer_wrapp .woo_amc_footer_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 19.14px;
  text-transform: uppercase;
  color: #000;
}
.woo_amc_container .woo_amc_footer .woo_amc_footer_wrapp .woo_amc_footer_body {
  margin-top: 30px;
}
.woo_amc_container .woo_amc_footer .woo_amc_footer_wrapp .woo_amc_footer_body .woo_amc_footer_checkout {
  display: block;
  width: 100%;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22.4px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  padding: 16px 0;
  border: 1px solid #000;
}

.woo_amc_container_wrap_center {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0s;
  display: none;
  z-index: 999999;
}
.woo_amc_container_wrap_center .woo_amc_bg {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  position: absolute;
}

.woo_amc_container_center {
  margin: 0 auto;
  max-width: 647px;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
  z-index: 2;
  transition: 0.3s;
}
.woo_amc_container_center .woo_amc_container {
  position: relative;
}
.woo_amc_container_center .woo_amc_items_wrap {
  padding-bottom: 110px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.woo_amc_container_center .woo_amc_center {
  margin: 0 auto;
}

.woo_amc_container_wrap {
  position: fixed;
  top: 0px;
  bottom: 0;
  max-width: 0;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
  z-index: 999999;
}
.woo_amc_container_wrap.woo_amc_show {
  max-width: 446px;
}

.woo_amc_container_wrap_right {
  right: 0;
}
.woo_amc_container_wrap_right .ps__rail-y {
  left: 0;
}

.woo_amc_container_wrap_left {
  left: 0;
}

.woo_amc_container_side {
  max-width: 446px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 20px;
}

.woo_amc_items_scroll {
  position: absolute;
  left: 0;
  right: 0;
  top: 75px;
  bottom: 110px;
}

.woo_amc_items_wrap {
  position: relative;
}

.woo_amc_item_wrap {
  position: relative;
  transition: 0;
}

.woo_amc_item_wrap + .woo_amc_item_wrap {
  margin-top: 20px;
}

.woo_amc_items_wrap_loading .woo_amc_item_wrap {
  opacity: 0.5;
}

.woo_amc_item {
  display: flex;
}

.woo_amc_item_img {
  display: block;
  transition: 0.3s;
  margin-right: 10px;
}

.woo_amc_item_img:hover {
  opacity: 0.8;
}

.woo_amc_item_img img {
  max-width: 140px;
  width: 100%;
  height: 94px;
  -o-object-fit: cover;
     object-fit: cover;
}

.woo_amc_item_content {
  margin-right: 5px;
}

.woo_amc_item_title {
  color: #000;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 13.5px;
  margin-bottom: 14px;
}

.woo_amc_item_title a {
  text-decoration: none;
}

.woo_amc_item_title a:hover {
  opacity: 0.7;
}

.woo_amc_item_content .woo_amc_item_attr {
  font-size: 0.75em;
  font-weight: 500;
  line-height: 11.5px;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-left: 15px;
  position: relative;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.green {
  background-color: #0BB867;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.green::after {
  border-color: #0BB867;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.blue {
  background-color: #00579F;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.blue::after {
  border-color: #00579F;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.red {
  background-color: #FF0000;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.red::after {
  border-color: #FF0000;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.gray {
  background-color: gray;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.gray::after {
  border-color: gray;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.black {
  background-color: #000;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.black::after {
  border-color: #000;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.white {
  background-color: #fff;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.white::after {
  border-color: #fff;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.brown {
  background-color: brown;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.brown::after {
  border-color: brown;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.yellow {
  background-color: yellow;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.yellow::after {
  border-color: yellow;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.purple {
  background-color: purple;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.purple::after {
  border-color: purple;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.lightgreen {
  background-color: lightgreen;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.lightgreen::after {
  border-color: lightgreen;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.lightblue {
  background-color: lightblue;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.lightblue::after {
  border-color: lightblue;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.orange {
  background-color: orange;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.orange::after {
  border-color: orange;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.graphitic {
  background-color: gray;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.graphitic::after {
  border-color: gray;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.turquoise {
  background-color: turquoise;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.turquoise::after {
  border-color: turquoise;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.darkkhaki {
  background-color: darkkhaki;
}
.woo_amc_item_content .woo_amc_item_attr .woo_amc_item_attr_color.darkkhaki::after {
  border-color: darkkhaki;
}

.woo_amc_item_price_wrap .woo_amc_item_price {
  font-family: "Gotham Pro", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 11.48px;
  color: #000;
  display: flex;
}
.woo_amc_item_price_wrap .woo_amc_item_price .woo_amc_item_price_sum {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.woo_amc_item_price_wrap .woo_amc_item_price .woo_amc_item_price_sum .woocommerce-Price-amount.amount {
  margin-right: 5px;
}
.woo_amc_item_price_wrap .woo_amc_item_price .woo_amc_item_price_sum .woocommerce-Price-amount.amount bdi {
  color: #000;
}
.woo_amc_item_price_wrap .woo_amc_item_price .woo_amc_item_price_separator {
  margin: 0 4px;
}

.woo_amc_item_quanity_wrap .woo_amc_item_quanity {
  width: 34px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 0;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.woo_amc_item_quanity_wrap .woo_amc_item_quanity:disabled {
  background: #fff;
}

.woo_amc_item_price_label {
  display: inline-block;
}

.woo_amc_item_delete {
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin-left: auto;
}

.woo_amc_item_delete:hover {
  opacity: 0.7;
}

.woo_amc_item_delete svg {
  display: block;
  width: 12px;
  height: 12px;
}

.woo_amc_item_quanity_wrap {
  margin-top: 10px;
  font-size: 0;
}

.woo_amc_item_quanity_minus, .woo_amc_item_quanity_plus {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: top;
  cursor: pointer;
  padding-top: 2px;
}

.woo_amc_item_quanity_minus:hover, .woo_amc_item_quanity_plus:hover {
  opacity: 0.7;
}

.woo_amc_item_quanity_minus svg, .woo_amc_item_quanity_plus svg {
  width: 15px;
  height: 15px;
  display: block;
}

input.woo_amc_item_quanity {
  margin: 0;
  padding: 0;
  width: 30px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border: none;
  background: none;
  box-sizing: border-box;
  vertical-align: top;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: none;
  text-align: center;
}

.woo_amc_item_total_price {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 100%;
}

.woo_amc_item_price_wrap ins {
  display: inline-block;
  text-decoration: none;
}

.woo_amc_items_loading {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  min-height: 64px;
  justify-content: center;
  align-items: center;
  z-index: 2;
  visibility: hidden;
}

.woo_amc_items_wrap_loading .woo_amc_items_loading {
  visibility: visible;
}

.woo_amc_items_wrap_loading .lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.woo_amc_items_wrap_loading .lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}

.woo_amc_items_wrap_loading .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
}

.woo_amc_items_wrap_loading .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.woo_amc_items_wrap_loading .lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.woo_amc_items_wrap_loading .lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.woo_amc_items_wrap_loading .lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.woo_amc_items_wrap_loading .lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.woo_amc_items_wrap_loading .lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.woo_amc_items_wrap_loading .lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.woo_amc_items_wrap_loading .lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.woo_amc_items_wrap_loading .lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.woo_amc_items_wrap_loading .lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.woo_amc_items_wrap_loading .lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.woo_amc_items_wrap_loading .lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

/*==================================*/
.woo_amc_bg:after {
  background: #0a0a0a;
  opacity: 60;
}

.woo_amc_container {
  background: #ffffff;
}

.lds-spinner div:after {
  background: #000;
}

.woo_amc_head {
  background: #fcfcfc;
}

.woo_amc_head_title {
  font-family: "Gotham Pro", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  line-height: 19.14px;
  text-transform: uppercase;
}

.woo_amc_close line {
  stroke: #dd3333;
}

.woo_amc_item_delete line {
  stroke: #dd3333;
}

.woo_amc_item_wrap {
  color: #232323;
  font-size: 16px;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 0px;
  padding: 20px;
}

.woo_amc_item_title a {
  color: #000000;
}

.woo_amc_item_price_wrap del .woocommerce-Price-amount.amount {
  color: #3f3f3f;
}

.woo_amc_item_price_wrap .woocommerce-Price-amount.amount {
  color: #1c8bdf;
}

.woo_amc_item_quanity_minus line, .woo_amc_item_quanity_plus line {
  stroke: #ff2828;
  fill: none;
}

input.woo_amc_item_quanity, input.woo_amc_item_quanity:focus {
  color: #000000;
  background: #ffffff;
  border-radius: 3px;
  font-size: 14px;
}

.woo_amc_item_total_price {
  color: #1c8bdf;
  font-size: 18px;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 600px) {
  .woo_amc_container_center {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 380px) {
  .woo_amc_container_wrap.woo_amc_show, .woo_amc_container_side {
    width: 100%;
  }
  .woo_amc_container_center .woo_amc_items_wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}/*# sourceMappingURL=woo-amc-public.css.map */