﻿.progress {
  position: absolute;
  background-color: #FAFAFA;
  z-index: 2147483647 !important;
  opacity: 0.8;
  overflow: hidden;
  text-align: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 20%;
}

.overlay {
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  filter: Alpha(Opacity=70);
  opacity: 0.70;
  -moz-opacity: 0.70;
}

* html .overlay {
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px' );
  width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px' );
}

.loader {
  z-index: 100;
  position: fixed;
  width: 120px;
  margin-left: -60px;
  top: 50%;
  left: 50%;
}

* html .loader {
  position: absolute;
  margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px' );
} 
/*----------- popup css -----------------*/
.popupGrayBg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 1001;
  left: 0;
  top: 0;
  opacity: .9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.popup-title {
  background: none repeat scroll 0 0 #bd123b;
  color: #fff;
  font-size: 24px;
  padding: 10px 25px;
  text-transform: uppercase;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.QTPopupCntnr {
  width: 615px;
  position: absolute;
  z-index: 1200;
  background: white;
  left: 45%;
  top: 50%;
  border-radius: 7px;
}

.closeBtn {
  background: url(../images/close-icon.png) no-repeat;
  height: 10px;
  position: absolute;
  right: 7px;
  top: 7px;
  width: 10px;
}

.content-ctr td:last-child > span, .content-ctr td:last-child > input, .content-ctr td:last-child > select {
  display: block;
  margin-bottom: 10px;
}

#Panel1 .content-ctr td:last-child > span {
  display: inline;
}

.content-ctr {
  padding: 25px;
  font-weight: normal;
}

.content-ctr td {
  position: relative;
  vertical-align: top;
}

.content-ctr td span.error-message {
  line-height: 30px;
}

.content-ctr .heading {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}

.content-ctr .details {
  font-size: 16px;
}

.content-ctr .row {
  float: left;
  margin-bottom: 10px;
}

.content-ctr .row .left-txt {
  font-size: 14px;
  color: #808084;
  float: left;
  margin-right: 10px;
  width: 173px;
  text-align: right;
  line-height: 24px;
}

.content-ctr .row .right-txt {
  float: left;
  width: 275px;
}

.content-ctr .row .right-txt .dd-field {
  border: 1px solid #757575;
  padding: 3px;
  color: #a2a2a2;
  width: 260px;
}

.content-ctr .row .right-txt .dd-field1 {
  border: 1px solid #757575;
  padding: 3px;
  color: #a2a2a2;
  width: 100px;
}

.content-ctr .row .right-txt .field {
  border: 1px solid #757575;
  padding: 3px;
  color: #a2a2a2;
  width: 252px;
}

.content-ctr .row .right-txt .c-txt {
  font-size: 12px;
  margin: 5px 0px;
  padding: 0px;
  color: #808084;
}

.content-ctr .row .right-txt .c-txt a {
  font-size: 12px;
  text-decoration: underline;
  color: #808084;
}

.content-ctr .row .right-txt .c-txt a:hover {
  font-size: 12px;
  text-decoration: none;
  color: #808084;
}

.content-ctr .row .right-txt .form-btn {
  width: 88px;
  height: 32px;
  float: left;
  margin: 0px 15px 0 0;
  padding: 0;
  border: 0;
  background: #4d4d4d;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}

.content-ctr .row .right-txt .form-btn:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.content-ctr .des {
  font-size: 12px;
  padding: 10px 10px 50px 0px;
}

.QTPopupCntnr .textbox {
  width: 250px;
  float: left;
  background: #FFFFFF;
  border: 1px #cccccc solid;
  padding: 3px 5px;
  margin: 0 0 10px 0;
  color: #A2A2A2;
}

.QTPopupCntnr .textarea {
  width: 250px;
  float: left;
  background: #FFFFFF;
  border: 1px #cccccc solid;
  padding: 3px 5px;
  margin: 0 0 10px 0;
  color: #A2A2A2;
  height: 60px;
}

.QTPopupCntnr .submit {
  width: 88px;
  height: 32px;
  float: left;
  margin: 10px 0;
  padding: 0;
  border: 0;
  background: #3498db;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
  border-radius: 3px;
}

.QTPopupCntnr .submit:hover {
  background: #bd123b;
  color: #FFFFFF;
}

.QTPopupCntnr .close {
  width: 88px;
  height: 32px;
  float: left;
  margin: 10px 0 10px 10px;
  padding: 0;
  border: 0;
  background: #3498db;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
  border-radius: 3px;
}

.QTPopupCntnr .close:hover {
  background: #bd123b;
  color: #FFFFFF;
}
        /*------------- shopping cart ----------------*/

.shop-cart-cont {
  width: 100%;
  float: left;
}

.shop-cart-cont .continue-btn {
  height: 30px;
  float: left;
  margin: 0px 15px 0 0;
  padding: 0 10px;
  border: 0;
  background: #136FB3;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}

.shop-cart-cont .continue-btn:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.shop-cart-cont .cart-container {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 20px;
  padding-bottom: 20px;
  overflow-x: auto;
}

.shop-cart-cont .cart-container .top-block {
  float: left;
  width: 100%;
}

.shop-cart-cont .cart-container .top-block .title {
  float: left;
  font-size: 24px;
  color: #136FB3;
}

.shop-cart-cont .cart-container .top-block .cart {
  float: right;
}

.shop-cart-cont .cart-container .top-block .cart a {
  float: right;
  background: url(../images/cart.jpg) no-repeat;
  padding-left: 30px;
  color: #808084;
  font-size: 12px;
  height: 25px;
  line-height: 32px;
}

.shop-cart-cont .cart-container .top-block .print {
  float: right;
}

.shop-cart-cont .cart-container .top-block .print a {
  float: right;
  background: url(../images/print.jpg) no-repeat;
  padding-left: 30px;
  padding-right: 20px;
  color: #808084;
  font-size: 12px;
  height: 25px;
  line-height: 32px;
}

.shop-cart-cont .cart-container .title-cont {
  width: 100%;
  background: #136FB3;
  height: 40px;
  min-width: 791px;
  clear: both;
  margin-top: 10px;
  float: left;
}

.cart-container  table {
  min-width: 760px;
}

.shop-cart-cont .cart-container .title-cont .total {
  float: right;
  font-size: 14px;
  text-align: left;
  width: 20%;
  padding-left: 20px;
  color: #FFFFFF;
  line-height: 34px;
}

.shop-cart-cont .cart-container .title-cont .qty {
  float: right;
  font-size: 14px;
  text-align: left;
  width: 20%;
  padding-left: 20px;
  color: #FFFFFF;
  line-height: 34px;
}

.shop-cart-cont .cart-container .title-cont .item {
  float: right;
  font-size: 14px;
  text-align: left;
  width: 60%;
  padding-left: 20px;
  color: #FFFFFF;
  line-height: 34px;
}

.shop-cart-cont .cart-container .order-cont {
  float: left;
  margin-bottom: 10px;
  width: 100%;
  background: none repeat scroll 0 0 #f1f1f1;
}

.shop-cart-cont .cart-container .order-cont .product-block {
  width: 25%;
  padding: 10px;
  min-height: 200px;
  border-right: 1px solid #b6b6b6;
  float: left;
  background: #f1f1f1;
  line-height: 20px;
}

.shop-cart-cont .cart-container .order-cont .des-block {
  width: 35%;
  min-height: 200px;
  padding: 10px 10px 10px 20px;
  border-right: 1px solid #b6b6b6;
  float: left;
  background: #f1f1f1;
}

.shop-cart-cont .cart-container .order-cont .des-block .name {
  font-size: 16px;
  color: #808084;
  margin-bottom: 10px;
  font-weight: bold;
}

.shop-cart-cont .cart-container .order-cont .des-block .code {
  font-size: 12px;
  color: #808084;
  margin-bottom: 10px;
}

.shop-cart-cont .cart-container .order-cont .des-block .stock {
  font-size: 16px;
  color: #808084;
  font-weight: bold;
}

.shop-cart-cont .cart-container .order-cont .des-block .stock-det {
  font-size: 12px;
  color: #808084;
}

.shop-cart-cont .cart-container .order-cont .qty-block {
  width: 20%;
  min-height: 200px;
  padding: 10px 10px 10px 20px;
  border-right: 1px solid #b6b6b6;
  float: left;
  background: #f1f1f1;
}

.shop-cart-cont .cart-container .order-cont .qty-block .qty-count {
  font-weight: bold;
  margin-bottom: 10px;
}

.shop-cart-cont .cart-container .order-cont .qty-block .qty-count .qty-feild {
  width: 17px;
  border: 1px solid #a1a1a1;
  float: left;
  color: #808084;
  margin-right: 5px;
  padding-left: 3px;
}

.shop-cart-cont .cart-container .order-cont .qty-block .opt {
  float: left;
  font-size: 12px;
  background: url(../images/what-aro.jpg) no-repeat 0 10px;
  padding-left: 10px;
  line-height: 22px;
  clear: both;
}

.shop-cart-cont .cart-container .order-cont .qty-block .opt a {
  color: #808084;
  text-decoration: underline;
}

.shop-cart-cont .cart-container .order-cont .qty-block .opt a:hover {
  color: #808084;
  text-decoration: none;
}

.shop-cart-cont .cart-container .order-cont .tot-block {
  width: 20%;
  min-height: 200px;
  padding: 10px 10px 10px 24px;
  float: left;
  background: #f1f1f1;
}

.shop-cart-cont .cart-container .order-cont .tot-block .amt {
  font-size: 14px;
  color: #808084;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}

.shop-cart-cont .order-summary {
  width: 206px;
  float: left;
  border: 1px solid #a1a1a1;
  padding: 15px;
  background: #FFFFFF;
  top: -20px;
  position: relative;
}

.shop-cart-cont .order-summary .heading {
  font-size: 24px;
  color: #136FB3;
  float: left;
  margin-bottom: 15px;
}

.shop-cart-cont .order-summary .sub-details {
  clear: both;
  line-height: 20px;
}

.shop-cart-cont .order-summary .sub-details .sub-total-left {
  float: left;
  font-size: 16px;
  color: #808084;
  font-weight: bold;
}

.shop-cart-cont .order-summary .sub-details .sub-total-right {
  float: right;
  font-size: 16px;
  color: #808084;
  font-weight: bold;
}

.shop-cart-cont .order-summary .sub-details .sub-left {
  float: left;
  font-size: 12px;
  color: #808084;
}

.shop-cart-cont .order-summary .sub-details .sub-right {
  float: right;
  font-size: 12px;
  color: #808084;
}

.shop-cart-cont .order-summary .estimated-details {
  clear: both;
  padding-top: 10px;
}

.shop-cart-cont .order-summary .estimated-details .estimated-total-left {
  float: left;
  font-size: 16px;
  color: #808084;
  font-weight: bold;
}

.shop-cart-cont .order-summary .estimated-details .estimated-total-right {
  float: right;
  font-size: 16px;
  color: #808084;
  font-weight: bold;
}

.shop-cart-cont .order-summary .checkout {
  margin: 30px 0px 15px 0;
  float: left;
  padding-bottom: 30px;
  border-bottom: 1px solid #b6b6b6;
  width: 206px;
}

.shop-cart-cont .order-summary .checkout .chk-btn {
  height: 38px;
  float: left;
  margin: 0px 15px 0 0;
  padding: 0 65px;
  border: 0;
  background: #136FB3;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
  font-weight: normal;
}

.shop-cart-cont .order-summary .checkout .chk-btn:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.shop-cart-cont .order-summary .tax-cont {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #B6B6B6 -moz-use-text-color;
  border-image: none;
  border-style: solid none;
  border-width: 1px medium;
  clear: both;
  float: left;
  margin: 30px 0 0;
  padding-bottom: 15px;
  padding-top: 15px;
}

.shop-cart-cont .order-summary .tax-cont .tax {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #808084;
}

.shop-cart-cont .order-summary .tax-cont .desc {
  float: left;
  font-size: 12px;
  color: #808084;
}

.shop-cart-cont .order-summary .tax-cont .lft-blk {
  float: left;
  margin-top: 10px;
}

.shop-cart-cont .order-summary .tax-cont .lft-blk .tax-field {
  float: left;
  width: 100px;
  border: 1px solid #757575;
  color: #808084;
  padding: 3px;
}

.shop-cart-cont .order-summary .tax-cont .rit-blk {
  float: right;
  margin-top: 10px;
}

.shop-cart-cont .order-summary .tax-cont .rit-blk .apply-btn {
  height: 26px;
  float: left;
  margin: 0px 10px 0 10px;
  padding: 0 16px;
  border: 0;
  background: #136FB3;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
  font-weight: normal;
}

.shop-cart-cont .order-summary .tax-cont .rit-blk .apply-btn:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.shop-cart-cont .order-summary .promo-cont {
  float: left;
  padding-bottom: 15px;
}

.shop-cart-cont .order-summary .promo-cont .promo {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #808084;
}

.shop-cart-cont .order-summary .promo-cont .desc {
  float: left;
  font-size: 12px;
  color: #808084;
}

.shop-cart-cont .order-summary .promo-cont .lft-blk {
  float: left;
  margin-top: 10px;
}

.shop-cart-cont .order-summary .promo-cont .lft-blk .tax-field {
  float: left;
  width: 92px;
  border: 1px solid #757575;
  color: #808084;
  padding: 3px;
}

.shop-cart-cont .order-summary .promo-cont .rit-blk {
  float: right;
  margin-top: 10px;
}

.shop-cart-cont .order-summary .promo-cont .rit-blk .apply-btn {
  height: 26px;
  float: left;
  margin: 0px 10px 0 10px;
  padding: 0 16px;
  border: 0;
  background: #136FB3;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
  font-weight: normal;
}

.shop-cart-cont .order-summary .promo-cont .rit-blk .apply-btn:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.shop-cart-cont .cart-container .btt {
  float: right;
}

.shop-cart-cont .cart-container .btt a {
  float: right;
  font-size: 12px;
  color: #808084;
  text-decoration: underline;
}

.shop-cart-cont .cart-container .btt a:hover {
  float: right;
  font-size: 12px;
  color: #808084;
  text-decoration: none;
}
@media all and (max-width: 767px) and (min-width: 320px) {
    .QTPopupCntnr {
        width: 300px;
    }
    .QTPopupCntnr .textbox, .QTPopupCntnr .textarea {
        width: 200px;
    }
}