/*============================================================================
#Variable
==============================================================================*/
/*============================================================================
14. POPUP CART NEW
==============================================================================*/
.quickview-close.close-pop {
  position: absolute;
  top: 20px;
}
.quickview-close.close-pop .icon-close {
  background-image: url(//bizweb.dktcdn.net/100/074/637/themes/983092/assets/i-close-white.svg?1739762456674);
  background-repeat: no-repeat;
  width: 20px;
  height: 14px;
  display: block;
  background-size: contain;
  position: absolute;
  top: 4px;
  right: 0px;
}

#popup-cart {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -os-transform: translateX(-50%);
  z-index: 10000;
  top: 10%;
  display: none;
  z-index: -1;
}
#popup-cart.opencart {
  display: block;
  z-index: 99999;
}

body.opacitycart:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: 9999;
}

#popup-cart-desktop {
  width: 950px;
  background: #fff;
  float: none;
  margin: 0 auto;
  position: relative;
  top: 7%;
  bottom: 10%;
  border-radius: 4px;
}
#popup-cart-desktop .wrap_popup {
  padding: 0px 20px 20px;
  width: 100%;
  float: left;
}
#popup-cart-desktop .title-popup-cart {
  margin-bottom: 13px;
  font-size: 16px;
  padding-right: 15px;
  font-weight: 400;
  padding: 20px;
  background: var(--color-green-500);
  color: #fff;
}
#popup-cart-desktop .title-popup-cart img {
  width: 24px;
  display: inline-block;
  float: left;
}
#popup-cart-desktop .title-popup-cart .your_product {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding-left: 30px;
  font-weight: 400;
  display: inherit;
}
#popup-cart-desktop .title-popup-cart i {
  color: #003E3A;
  padding: 5px;
}
#popup-cart-desktop .title-popup-cart .cart-popup-name {
  font-size: 16px;
  font-weight: 400;
}
#popup-cart-desktop .title-popup-cart .cart-popup-name a {
  color: #fff;
}
#popup-cart-desktop .title-popup-cart .cart-popup-name:hover > a {
  text-decoration: none;
  color: #003E3A;
}
#popup-cart-desktop .title-quantity-popup {
  cursor: pointer;
  display: inline-block;
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
  color: #333333;
}
#popup-cart-desktop .title-quantity-popup .fa {
  font-size: 18px;
  color: #333;
}
#popup-cart-desktop .title-quantity-popup:hover {
  color: #003E3A;
}
#popup-cart-desktop .title-quantity-popup img {
  width: 18px;
  display: inline-block;
  float: left;
}
#popup-cart-desktop .title-quantity-popup .cart_status {
  line-height: 26px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}
#popup-cart-desktop .title-quantity-popup .cart_status .fa {
  font-family: "FontAwesome";
  line-height: 26px;
}
#popup-cart-desktop .title-quantity-popup .cart_status span {
  color: #323c42;
}
#popup-cart-desktop .title-quantity-popup .total-p {
  display: inline-block;
  float: right;
  text-align: left;
  line-height: 28px;
  font-size: 14px;
}
#popup-cart-desktop .title-quantity-popup .total-p .total-price {
  font-size: 18px;
  font-weight: bold;
  color: #003E3A;
  font-family: "Lobster", cursive;
}
#popup-cart-desktop .content-popup-cart .thead-popup {
  background: #fff;
  float: left;
  width: 100%;
  clear: both;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  border-left: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
}
#popup-cart-desktop .content-popup-cart .thead-popup > div {
  float: left;
  font-family: "Arial", sans-serif;
  background: #fff;
  padding: 10px 10px;
  font-size: 14px;
  color: #333333;
  border-right: solid 1px #e1e1e1;
}
#popup-cart-desktop .content-popup-cart .thead-popup > div:first-child {
  padding-left: 0;
  padding: 10px 20px;
  background: #fff;
}
#popup-cart-desktop .content-popup-cart .thead-popup > div:last-child {
  border-right: solid 1px #f9f9f9;
}
#popup-cart-desktop .content-popup-cart .tbody-popup {
  width: 100%;
  float: left;
  clear: both;
  max-height: 290px;
  overflow-y: auto;
  overflow-x: hidden;
  border-top: none;
  border-bottom: solid 1px #ebebeb;
  position: relative;
}
#popup-cart-desktop .content-popup-cart .tbody-popup:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar {
  background: #ffffff;
  width: 1px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup ::-webkit-scrollbar-button {
  background: #fff;
}
#popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar-track {
  background: #ffffff;
  width: 1px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar-track-piece {
  background: #ebebeb;
  width: 1px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar-thumb {
  background: #ccc;
  width: 1px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  border-bottom: solid 1px #ebebeb;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup:last-child {
  border-bottom: 0px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div {
  float: left;
  padding: 15px 0px;
  height: 155px;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex !important;
  flex-flow: column;
  justify-content: center;
  border-left: solid 1px #ebebeb;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div.border {
  border: none !important;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div:nth-child(2) {
  border-left: 0px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div:nth-child(3) {
  border-right: 1px solid #ebebeb;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div:nth-child(4) {
  position: relative;
  border-left: 0;
  border-right: 1px solid #ebebeb;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div:last-child {
  border-left: 0;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .a4 {
  position: relative;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .a4:after {
  content: "";
  border-width: 1px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  /*background: #e1e1e1;*/
  padding: 0px 0.5px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-remove {
  font-family: "Arial", sans-serif;
  margin: 0;
  position: relative;
  margin-top: 50%;
  font-size: 20px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-image {
  padding: 0 10px;
  float: left;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-image .product-image img {
  max-width: 100%;
  height: auto;
  max-height: 125px;
  width: auto;
  display: inherit;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info {
  display: block;
  float: left;
  width: calc(100% - 25px);
  margin-left: 10px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info p {
  margin: 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-word;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-name a {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 5px;
  font-weight: 400;
  position: relative;
  margin-top: 7%;
  color: #333;
  padding-right: 10px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-name a:hover {
  color: #003E3A;
  text-decoration: none;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .variant-title-popup {
  font-size: 13px;
  margin-bottom: 5px;
  color: #333333;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-remove a {
  font-size: 13px;
  color: #888;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .remove-item-cart {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 19px;
  display: block;
  color: #898989;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .remove-item-cart span {
  padding-left: 15px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .remove-item-cart .icon-close {
  position: relative;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .remove-item-cart .icon-close:before {
  content: "";
  background-image: url(//bizweb.dktcdn.net/100/074/637/themes/983092/assets/i-close-2.svg?1739762456674);
  background-repeat: no-repeat;
  width: 20px;
  height: 10px;
  display: block;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .remove-item-cart:hover {
  text-decoration: none;
  color: #003E3A;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .remove-item-cart:hover i {
  color: #003E3A;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .addpass {
  margin-top: 5px !important;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price span {
  display: block;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .price {
  font-weight: 700;
  color: #003E3A;
  font-size: 14px;
  line-height: 25px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .compare-price {
  color: #636363;
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 500;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .compare-divide {
  font-size: 14px;
  color: #636363;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .qty_thuongdq {
  position: relative;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .qty_h {
  position: relative;
  width: 100%;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .num1 {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-right: -5px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .num2 {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-left: -5px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .items-count {
  height: 25px;
  width: 25px;
  padding: 0;
  font-size: 14px;
  left: 10px;
  top: 10px;
  outline: none;
  background: #fff;
  vertical-align: baseline;
  text-align: center;
  padding: 0;
  border: none;
  display: inline-block;
  border: 1px solid #ddd;
  margin-top: 0px;
  vertical-align: top;
  color: #333;
  line-height: 15px;
  font-size: 17px;
  font-weight: 300;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .number-sidebar {
  vertical-align: top;
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  padding: 0;
  line-height: 15px;
  min-height: 0;
  position: static;
  display: inline-block;
  float: none;
  margin-bottom: 0;
  height: 25px;
  text-align: center;
  width: 35px;
  margin-right: -1px;
  margin-top: 0px;
  min-height: 25px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .cart-price {
  display: block;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  color: #636363;
  font-size: 14px;
  line-height: 25px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .cart-price span {
  font-size: 14px;
  margin-left: 15px;
  color: #003E3A;
  font-weight: 700;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup {
  width: 100%;
  float: left;
  clear: both;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 {
  padding: 15px 0px 15px;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship {
  font-size: 13px;
  width: 320px;
  float: left;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship img {
  float: left;
  margin-right: 10px;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship p {
  line-height: 20px;
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0;
  margin: 15px 15px 0;
  padding-left: 10px;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship p:before {
  font-family: "FontAwesome";
  content: "\f0d1";
  font-size: 16px;
  position: absolute;
  left: 20px;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total {
  float: right;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total .tongtien {
  margin: 0;
  padding: 0;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total .vanchuyen {
  font-weight: 300;
  color: #003E3A;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total span {
  font-weight: 700;
  color: #003E3A;
  font-size: 15px;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total p {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 0;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #333;
  text-align: right;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total p .total-price {
  color: #003E3A;
  font-weight: bold;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 a {
  cursor: pointer;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-continue {
  background: transparent;
  outline: none;
  border-radius: 0px;
  background: var(--color-green-500);
  font-size: 14px;
  font-weight: 400;
  float: right;
  display: block;
  padding: 0.5em 1em;
  border: solid 1px var(--color-green-500);
  color: #fff;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-continue:hover {
  background: #003E3A;
  color: #fff;
  border-color: #003E3A;
  text-decoration: none;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-proceed-checkout {
  float: right;
  display: block;
  border: solid 1px #f2f2f2;
  font-size: 14px;
  font-weight: 400;
  float: right;
  display: block;
  padding: 0.5em 1em;
  border-radius: 0px;
  background: #f2f2f2;
  margin-right: 5px;
  color: #363636;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-proceed-checkout .fa {
  margin-left: 5px;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-proceed-checkout:hover {
  background: #003E3A;
  color: #fff;
  border-color: #003E3A;
  text-decoration: none;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.buy_ {
  background: #003E3A;
  color: #fff;
  border-color: #003E3A;
  margin-right: 0px;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.buy_:hover {
  background: #333;
  border-color: #333;
}

.footer-popup {
  margin-top: 10px;
}
.footer-popup .btn-proceed-checkout {
  color: #003E3A;
}
.footer-popup .btn-proceed-checkout .fa {
  margin-right: 5px;
}

/************************ Pop cart mini *****************************/
#popupCartModal {
  padding-right: 0px !important;
  z-index: 10000;
}
@media (max-width: 767px) {
  #popupCartModal {
    top: 50px !important;
  }
}
#popupCartModal .modal-dialog {
  transform: translate(0);
  border-radius: 0;
  width: 500px;
}
@media (max-width: 767px) {
  #popupCartModal .modal-dialog {
    width: auto;
  }
}
#popupCartModal .modal-content {
  width: 500px;
  box-shadow: none;
  overflow: hidden;
  padding: 0 20px;
}
@media (max-width: 991px) {
  #popupCartModal .modal-content {
    width: auto;
  }
}
#popupCartModal .modal-content .col-sm-6 {
  padding: 30px;
}
#popupCartModal .modal-content .modal-left {
  text-align: left;
  padding: 0px;
}
#popupCartModal .modal-content .modal-right {
  text-align: center;
  padding: 0px 20px 20px 20px;
}
@media (max-width: 767px) {
  #popupCartModal .modal-content .modal-right {
    padding: 0 15px 15px !important;
    width: 100%;
    float: left;
  }
}
#popupCartModal .media .thumb-1x1 {
  width: 100px;
  text-align: center;
  border: solid 1px #ebebeb;
}
@media (max-width: 767px) {
  #popupCartModal .media .thumb-1x1 {
    margin: 0 auto;
    width: 100px;
  }
}
#popupCartModal .product-new-price {
  color: #363636;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
#popupCartModal button.close {
  position: absolute !important;
  right: 15px;
  top: 5px;
  opacity: 1;
}
@media (max-width: 767px) {
  #popupCartModal button.close {
    right: 0;
    top: 0;
  }
}
#popupCartModal button.close span {
  color: #333;
  font-size: 30px;
}
#popupCartModal .modal-body {
  position: relative;
  padding: 0 15px 15px;
  border-bottom: solid 1px #ebebeb;
}
@media (max-width: 767px) {
  #popupCartModal .modal-body {
    padding: 10px;
  }
}
#popupCartModal .modal-body .thumb_img {
  width: 100px;
  display: block;
  float: left;
}
@media (max-width: 767px) {
  #popupCartModal .modal-body .thumb_img {
    width: 100px;
  }
}
#popupCartModal .modal-body .product-title {
  font-size: 14px;
  color: #323c42;
  font-weight: 400;
  line-height: 20px;
}
#popupCartModal .modal-body .body_content {
  display: block;
  float: left;
}
@media (min-width: 768px) {
  #popupCartModal .modal-body .body_content {
    width: calc(100% - 100px);
    -webkit-width: calc(100% - 100px);
    -moz-width: calc(100% - 100px);
    -o-width: calc(100% - 100px);
    -os-width: calc(100% - 100px);
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  #popupCartModal .modal-body .body_content {
    width: calc(100% - 100px);
    padding-left: 15px;
  }
}
#popupCartModal .right_title {
  font-size: 15px;
  color: #707070;
  display: inline-block;
}
#popupCartModal .total_price {
  font-weight: 400;
  display: block;
  padding: 15px 0;
  font-size: 14px;
  color: #323c42;
}
@media (max-width: 767px) {
  #popupCartModal .total_price {
    padding: 5px 0 15px;
  }
}
#popupCartModal .total_price span {
  font-weight: 600;
}
#popupCartModal .total_price span:last-child {
  display: inline-block;
  font-weight: 400;
  color: #363636;
  font-size: 18px;
  line-height: 24px;
  margin-left: 10px;
}
#popupCartModal .checkout_button {
  font-family: "Arial";
  display: inline-block;
  float: left;
  font-size: 16px;
  border: solid 1px #003E3A;
  margin: 0 auto 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  background: #003E3A;
  padding: 0px 25px;
  height: 50px;
  line-height: 50px;
  color: #fff;
}
@media (max-width: 767px) {
  #popupCartModal .checkout_button {
    width: 100%;
  }
}
#popupCartModal .checkout_button .fa {
  padding-left: 10px;
}
#popupCartModal .checkout_button:hover {
  background: #fff;
  border-color: #003E3A;
  color: #003E3A;
}
#popupCartModal h3 {
  font-size: 16px;
  font-weight: 400;
  color: #323c42;
  padding: 15px 20px;
  margin: 0;
  display: block;
  border-bottom: solid 1px #ebebeb;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #popupCartModal h3 {
    padding: 10px;
  }
}
#popupCartModal h3.right_title {
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
  color: #323c42;
}
#popupCartModal h3.right_title a, #popupCartModal h3.right_title b {
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
  color: #323c42;
  font-weight: 400;
}
#popupCartModal h3.right_title a i, #popupCartModal h3.right_title b i {
  font-style: normal;
}
#popupCartModal h3 i.fa {
  font-style: normal;
  color: #323c42;
}
#popupCartModal h3 a:hover i {
  color: #003E3A;
}
#popupCartModal .btn-red {
  line-height: 48px;
  height: 50px;
  padding: 0;
  border-radius: 0;
  font-size: 21px;
  font-weight: 400;
  box-shadow: none;
}

/*============================================================================
7. POPUP
==============================================================================*/
.ajax-load {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  opacity: 0;
  visibility: hidden;
}
.ajax-load.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.awe-popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 0;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 200ms ease-in-out;
}
.awe-popup .overlay {
  background-color: rgba(33, 33, 33, 0.8);
  color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
}
.awe-popup .content {
  position: relative;
  max-width: 1140px;
  min-width: 1140px;
  padding: 25px 28px;
  max-height: 0;
  text-align: left;
  opacity: 0;
  margin: 0 auto;
  background: transparent;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  position: relative;
  padding: 25px 28px;
  max-height: 0;
  text-align: left;
  opacity: 0;
  margin: 0 auto;
  background: #fff;
}
.awe-popup.active {
  visibility: visible;
  opacity: 1;
  top: 0 !important;
  height: auto;
  width: auto;
}
.awe-popup.active .content {
  max-height: calc(100% - 60px);
  opacity: 1;
  background: transparent;
  padding: 0;
}
.awe-popup.active .content .info {
  background: #fff;
  min-width: 500px;
}
.awe-popup.active .overlay {
  width: 100%;
  height: 100%;
}

.close-window {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 8040;
  color: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 0;
}
.close-window .icon-close {
  background-image: url(//bizweb.dktcdn.net/100/074/637/themes/983092/assets/i-close-white.svg?1739762456674);
  background-repeat: no-repeat;
  width: 20px;
  height: 14px;
  display: block;
  background-size: contain;
  position: absolute;
  top: -15px;
  right: -30px;
}

.awe-popup.loading {
  z-index: 9998;
}
.awe-popup.loading .loader {
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translateX(-50%);
  transition: all 300ms ease-in-out;
}
.awe-popup.loaded-content .loader {
  display: none;
}
.awe-popup.addcart-popup .content {
  min-width: auto;
}

.product-popup .product-image {
  float: left;
  margin: 0 20px 0 0;
}
.product-popup .product-info {
  overflow: hidden;
  position: relative;
}
.product-popup .product-info p {
  margin-bottom: 0px;
  line-height: 24px;
}

.product-popup .popup-title {
  padding-left: 15px;
  border-radius: 0;
}
.product-popup .popup-title i {
  margin-right: 5px;
}
.product-popup .product-name {
  color: #003E3A;
}
.product-popup .product-info p.total-money {
  margin-bottom: 15px;
}
.product-popup h3 {
  color: #52b249;
  margin-bottom: 25px;
}
.product-popup h3 .fa {
  margin-right: 4px;
}
.product-popup .pop-right h3 {
  color: #333;
}
.pop-right {
  background: #f9f9f9;
}/*# sourceMappingURL=popup.css.map */