/*
 * Options in Pop-up
 * OpenCart Version: 2.x-3.x
 * Author: MagDevel (magdeveloper2@gmail.com)
 */
.control-label {
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  color: #6699FE;
}

//.oip-options-block {
//  font-style: normal;
//  font-size: 24px;
//  font-weight: bold;
//  color: red;
//}

.oip-mfp-zoom-in.mfp-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.oip-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
}

.oip-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.oip-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  opacity: 0;
}

.oip-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.oip-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .7;
}

.oip-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.oip-popup-container {
  width: 100%;
  max-width: 440px;
  margin: 20px auto;
}

.oip-popup-content {
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: url("/background_images/bg.jpg");
  border-left: 8px solid #6699fe;
  border-radius: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
  overflow: hidden;
}

.oip-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: relative;
  text-decoration: none;
  text-align: center;
  opacity: .7;
  filter: alpha(opacity=70);
  color: #333;
  font-style: normal;
  font-size: 28px;
  overflow: visible;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

.oip-close:focus,
.oip-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.oip-close:active {
  top: 1px;
}

.oip-popup-header {
  min-height: 20px;
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.oip-popup-title {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.oip-popup-body {
  margin: 20px;
}

.oip-product-info,
.oip-product-description {
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.oip-hr {
  margin-top: 6px;
  margin-bottom: 6px;
  border-top: 1px solid #e5e5e5;
}

.oip-total-label {
  padding-left: 10px;
}

.oip-qty-label {
  margin-bottom: 5px;
}

.oip-price {
  margin: 3px 0;
  text-align: center;
}

.oip-price-old {
  font-size: 14px;
  text-decoration: line-through;
  color: #999;
}

.oip-total-tax {
  text-align: center;
}

.oip-qty-block {
  margin-bottom: 20px;
}

.oip-input-qty {
  text-align: center;
}

.oip-alert {
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .oip-popup-container {
    margin: 6px auto;
  }
}

@media (max-width: 399px) {
  .oip-popup-body {
    margin: 15px;
  }
}
