.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.devvn-popup-quickbuy,
.devvn-popup-quickbuy * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.devvn-popup-content:after,
.devvn-popup-prod:after {
  content: "";
  display: table;
  clear: both;
}
a.devvn_buy_now_style {
  display: inline-block;
  overflow: hidden;
  clear: both;
  padding: 9px 0;
  border-radius: 4px;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  color: #fff !important;
  text-align: center;
  background: #fd6e1d;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#fd6e1d),
    to(#f59000)
  );
  background: red;
  margin: 0 0 20px;
  text-decoration: none;
  border-bottom: 0 !important;
  max-width: 350px;
  width: 100%;
}
a.devvn_buy_now_style:hover,
a.devvn_buy_now_style:focus {
  text-decoration: none !important;
  background: #f59000;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#f59000),
    to(#fd6e1d)
  );
  background: -webkit-linear-gradient(top, #fd6e1d, #f59000);
  background: -moz-linear-gradient(top, #fd6e1d, #f59000);
  background: -ms-linear-gradient(top, #fd6e1d, #f59000);
  background: -o-linear-gradient(top, #fd6e1d, #f59000);
  color: #fff;
}
a.devvn_buy_now_style span {
  display: block;
  font-size: 14px;
  color: #fff;
  text-transform: none;
  margin: 2px 0 0;
}
.devvn-popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999999999;
}
.devvn-popup-inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 1);
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  background: #fff;
  overflow: hidden;
}
.devvn-popup-title {
  background: #c69a39;
  background: -moz-linear-gradient(top, #c69a39 0%, #c19a4b 100%);
  background: -webkit-linear-gradient(top, #c69a39 0%, #c19a4b 100%);
  background: linear-gradient(to bottom, #c69a39 0%, #c19a4b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c69a39',endColorstr='#c19a4b',GradientType=0);
  color: #fff;
  height: 42px;
  line-height: 42px;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
.devvn-popup-title span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.devvn-popup-content {
  padding: 10px;
}
.devvn-popup-close:focus {
  text-decoration: none;
  background-color: transparent;
}
.devvn-popup-close {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: ease 0.25s all;
  -moz-transition: ease 0.25s all;
  -webkit-transition: ease 0.25s all;
  text-align: center;
  line-height: 100%;
  color: #fff;
  background: url(../images/close.png) no-repeat center center;
  background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  overflow: hidden;
  text-indent: -9999px;
  border: 0 solid transparent;
  outline: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  margin: auto;
  padding: 0;
  min-height: inherit;
}
.devvn-popup-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent;
}
.devvn-popup-img {
  width: 100px;
  height: auto;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.devvn-popup-info {
  overflow: hidden;
  margin-bottom: 10px;
}
.devvn-popup-quickbuy {
  line-height: 20px;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3125;
}
span.devvn_title {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  padding-bottom: 10px;
}
span.devvn_price {
  font-size: 16px;
  color: red;
  font-weight: 700;
  padding-bottom: 5px;
  display: block;
}
span.devvn_price del {
  font-size: 12px;
  color: #ccc;
  font-weight: 400;
}
span.devvn_price ins {
  text-decoration: none;
}
.devvn-popup-content-left {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.devvn-popup-content-right {
  width: 50%;
  float: right;
  padding-left: 10px;
}
.popup-customer-info-title {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 700;
}
.popup-customer-info-group {
  width: 100%;
  margin-bottom: 6px;
}
.popup-customer-info-item-13 {
  width: 30%;
  float: left;
}
.popup-customer-info-item-23 {
  width: 70%;
  float: left;
}
.popup-customer-info-group:after {
  display: block;
  content: " ";
  clear: both;
}
.popup-customer-info-item-2 {
  width: 50%;
  float: left;
}
.popup-customer-info-group .popup-customer-info-item-2:first-child,
.popup-customer-info-item-13 {
  padding-right: 3px;
}
.popup-customer-info-group .popup-customer-info-item-2:last-child,
.popup-customer-info-item-23 {
  padding-left: 3px;
}
body .popup-customer-info-group input,
body .popup-customer-info-group select,
body .popup-customer-info-group textarea {
  font-size: 12px;
  padding: 2px 5px;
  border: 1px solid #ccc;
  width: 100%;
  height: 26px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0;
  font-family: Tahoma, Arial, sans-serif;
  background: #fff;
}
body .popup-customer-info-group input:focus,
body .popup-customer-info-group select,
body .popup-customer-info-group textarea:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
form#devvn_cusstom_info {
  margin-bottom: 0;
}
body .popup-customer-info-group textarea {
  height: 45px;
  min-height: inherit;
}
.popup-customer-info-group .devvn-order-btn {
  width: 100%;
  height: 36px;
  background: #c69a39;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.popup-customer-info-group .error {
  border-color: red;
}
.popup-customer-info-group label.error {
  display: none !important;
}
.popup_loading {
  position: relative;
  opacity: 0.5;
  pointer-events: none;
}
.popup-customer-info-group .devvn-order-btn.loading:after,
.popup_loading:after {
  -webkit-animation: devvn_spin 500ms infinite linear;
  animation: devvn_spin 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 32px;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  content: "";
  display: block;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 16px;
}
.popup_loading:after {
  border: 2px solid #c29a44;
}
@-webkit-keyframes devvn_spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes devvn_spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.popup-customer-info-group .devvn-order-btn.loading {
  opacity: 1 !important;
  position: relative;
  color: rgba(255, 255, 255, 0.05);
  pointer-events: none !important;
}
.devvn_prod_variable a.contact_to_buy_ajax,
.devvn_prod_variable .single_add_to_cart_button {
  display: none !important;
}
.devvn_prod_variable .quantity .screen-reader-text {
  clip: inherit;
  height: inherit;
  position: absolute !important;
  width: inherit;
  white-space: nowrap;
  top: 6px;
  left: 0;
  font-size: 14px;
}
.devvn_prod_variable .quantity {
  padding-left: 84px;
  position: relative;
}
.devvn_prod_variable {
  margin: 0 0 20px;
}
.devvn_prod_variable .label {
  color: #333;
  font-size: 14px;
  padding-right: 10px !important;
}
.devvn_prod_variable .variations td {
  padding: 0 0 10px;
  vertical-align: text-bottom;
  border: 0;
}
.devvn-popup-quickbuy table.variations {
  margin: 0;
  border: 0;
}
.devvn_prod_variable a.reset_variations {
  margin: 0 0 0 10px;
}
.devvn_prod_variable span.price {
  color: #e03232;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
.devvn_prod_variable span.price ins {
  text-decoration: none;
}
.devvn_prod_variable span.price del {
  color: #ccc;
  font-weight: 400;
  font-size: 12px;
}
.popup-customer-info-radio label {
  display: inline-block;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.popup-customer-info-radio label input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.popup-customer-info-radio label span:before,
.popup-customer-info-radio label span:after {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  border: 1px solid #a6a6a6;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  top: 1px;
  left: 0;
}
.popup-customer-info-radio label span {
  padding-left: 23px;
  display: block;
}
.popup-customer-info-radio label input:checked ~ span:before {
  border: 1px solid #fd7518;
}
.popup-customer-info-radio label input:checked ~ span:after {
  background: #fd7518;
  border: 1px solid #fd7518;
  width: 8px;
  height: 8px;
  top: 5px;
  left: 4px;
}
.popup-customer-info-radio label ~ label {
  margin-left: 20px;
}
.popup-message.success {
  background-color: #fff;
}
[class*="popup-customer-info-item-3-"] {
  width: 33.333%;
  float: left;
}
.popup-customer-info-item-3-13 {
  padding-right: 2px;
}
.popup-customer-info-item-3-23 {
  padding-right: 2px;
}
.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li,
.popup_quickbuy_shipping_calc ul#shipping_method li {
  padding: 0;
  margin: 0 0 5px;
  position: relative;
  text-indent: inherit;
  list-style: none;
}
.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li input,
.popup_quickbuy_shipping_calc ul#shipping_method li input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li label,
.popup_quickbuy_shipping_calc ul#shipping_method li label {
  font-weight: 400;
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 23px;
  margin: 0;
}
.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li label:after,
.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li label:before,
.popup_quickbuy_shipping_calc ul#shipping_method li label:after,
.popup_quickbuy_shipping_calc ul#shipping_method li label:before {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  border: 1px solid #a6a6a6;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  top: 1px;
  left: 0;
}
.woocommerce
  .popup_quickbuy_shipping_calc
  ul#shipping_method
  li
  input:checked
  ~ label:before,
.popup_quickbuy_shipping_calc
  ul#shipping_method
  li
  input:checked
  ~ label:before {
  border: 1px solid #fd7518;
}
.woocommerce
  .popup_quickbuy_shipping_calc
  ul#shipping_method
  li
  input:checked
  ~ label:after,
.popup_quickbuy_shipping_calc
  ul#shipping_method
  li
  input:checked
  ~ label:after {
  background: #fd7518;
  border: 1px solid #fd7518;
  width: 8px;
  height: 8px;
  top: 5px;
  left: 4px;
}
.popup-customer-info-item-1 {
  overflow: hidden;
}
.popup_quickbuy_shipping {
  display: flex;
}
.popup_quickbuy_shipping_title {
  padding-right: 10px;
}
.popup-customer-info-group .devvn_quickbuy_mess label.error {
  display: block !important;
  font-weight: 400;
  color: red;
}
.popup_quickbuy_total_calc {
  font-weight: 700;
}
.devvn-popup-prod {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.devvn-popup-img {
  display: table-cell;
  float: none;
  vertical-align: middle;
  margin: 0;
}
.devvn-popup-info {
  display: table-cell;
  float: none;
  overflow: inherit;
  vertical-align: middle;
  padding-left: 10px;
}
.popup-customer-info-title.customer_coupon_title {
  font-size: 13px;
  margin-bottom: 5px;
}
.popup-customer-info-item-2-3 {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto !important;
}
.popup-customer-info-item-2-1 {
  margin-left: 10px;
}
.customer_coupon_field {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.customer_coupon_field button.apply_coupon {
  font-size: 12px;
  padding: 0 10px;
  border: 1px solid #c69a39;
  width: 100%;
  height: 26px;
  line-height: 24px;
  min-height: inherit;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0;
  font-family: Tahoma, Arial, sans-serif;
  background: #c69a39;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
}
.popup-customer-info-radio.paymentmethob-wrap label {
  display: block;
  margin: 0 0 10px;
}
.popup-customer-info-radio.paymentmethob-wrap label ~ label {
  margin-left: 0;
}
@media (max-width: 750px) {
  .devvn-popup-content-left,
  .devvn-popup-content-right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .devvn-popup-content-left.popup_quickbuy_hidden_mobile {
    display: none !important;
  }
  .devvn-popup-content-left {
    margin-bottom: 20px;
  }
}
.popup-customer-info-group.paymentmethob-wrap {
  font-size: 14px;
}
.devvn-popup-quickbuy.devvn-form-quickbuy-inline {
  display: block;
}
.le-van-toan .mfp-container {
  padding: 10px;
}
.devvn-popup-quickbuy.devvn-form-quickbuy-inline .devvn-popup-inner {
  width: 100%;
  box-shadow: none !important;
  border: 1px solid #ddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.customer_coupon_field_mess,
.quickbuy_coupon_mess_amout {
  display: none;
}
body .quickbuy_coupon_mess ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .quickbuy_coupon_mess ul li {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.devvn-popup-inner .sticky-add-to-cart--active {
  position: relative;
  display: block;
  padding: 0;
  border-top: 0;
}
.devvn-popup-inner .sticky-add-to-cart--active .sticky-add-to-cart__product {
  display: none !important;
}
.devvn-popup-inner .sticky-add-to-cart-wrapper {
  height: auto !important;
}
