.npSelectOptMain ul li.npSelectStyle {
  display: inline-block;
  position: relative;
  margin-right: 4px;
}
.npSelectOptMain ul li.npSelectStyle.active .custom-select {
  font-weight: 600;
}
.npSelectOptMain ul li.npSelectStyle .custom-select {
  background-image: none;
  font-size: 16px;
  color: #130F26;
  border-color: #ECECEC;
  border-radius: 13px 13px 0 0;
  padding: 5px 40px 5px 20px;
  height: 43px;
}
.npSelectOptMain ul li.npSelectStyle::before {
  content: "\f107";
  position: absolute;
  right: 14px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "FontAwesome";
  color: #000000;
  font-size: 16px;
  z-index: 2;
  pointer-events: none;
  font-weight: 600;
}

.npBtnRight .btn {
  font-size: 13px;
  border-radius: 30px;
  padding: 10px 22px;
}
.npBtnRight .btn :hover {
  color: #fff;
  background-color: #343a40;
}
.npBtnRight .btn :focus {
  color: #fff;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background: #343a40;
}

.npTopCol {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 2px;
}

.npCardMainCol {
  margin-top: 24px;
  margin-bottom: 40px;
}

.orderartCStyle {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.orderartCStyle::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 56%, rgba(0, 0, 0, 0.1) 80%);
  z-index: 1;
}

.npCardMainCol .col-md-6 {
  margin-bottom: 10px;
}

.orderartCStyleContent {
  padding: 20px;
  text-align: left;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.orderartCStyleContent h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 5px;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.orderartCStyleContent h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.orderartCStyleContent .bgGradient {
  background: linear-gradient(to right, rgb(255, 0, 0) 5%, rgba(255, 0, 0, 0) 120%);
  display: inline-block;
  color: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  min-width: 240px;
  font-size: 15px;
  font-weight: 500;
}
.orderartCStyleContent p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding-top: 10px;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.25);
}
.orderartCStyleContent .btn.btn_light {
  background-color: #fff;
  color: #000;
  border-radius: 10px;
}
.orderartCStyleContent .btn.btn_light span {
  display: inline-block;
  vertical-align: middle;
}
.orderartCStyleContent .btn.btn_light img {
  filter: invert(1);
  width: 13px;
  display: block;
  margin-right: 6px;
}
.orderartCStyleContent .btn:not(:disabled):not(.disabled):active, .orderartCStyleContent .btn:not(:disabled):not(.disabled).active {
  background: #ffffff;
}

.orderartCStyleImg {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.orderartCStyleImg img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.sidebarright {
  width: 320px;
  margin-left: 0;
}

.nwCartMain {
  background-color: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
  padding: 20px 15px;
}

.nwCartTitle h2 {
  font-size: 25px;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.nwaddDetail p {
  margin: 0 0 2px;
  font-size: 14px;
  color: #000000;
}
.nwaddDetail p span {
  font-weight: 700;
}

.nwaddText h3 {
  font-size: 16px;
  color: #130F26;
  font-weight: 700;
  margin: 0;
}

.rEdCol ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
}
.rEdCol ul li span {
  display: inline-block;
  vertical-align: middle;
}
.rEdCol ul li span img {
  display: block;
  margin-right: 4px;
}
.rEdCol ul li + li {
  margin-left: 15px;
}

.edRMainCol {
  padding-top: 6px;
}

.nwaddDetail + .nwaddDetail {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  margin-top: 10px;
}
.nwaddDetail h2 {
  font-size: 16px;
  font-weight: 700;
  color: #130F26;
}
.nwaddDetail .cart-inc-dec {
  margin-top: 10px;
}
.nwaddDetail .cart-inc-dec .quantity input.qty {
  background-color: #343a40;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.nwaddRightText h6 {
  margin: 0;
  font-size: 15px;
}

.nwaddDetailMain {
  border: 1px dashed;
  border-radius: 10px;
  padding: 10px;
}
.nwaddDetailMain + .nwaddDetailMain {
  margin-top: 10px;
}

a.removeStyle {
  color: #FC0000;
}

.nwaddDetailInner {
  margin-top: 25px;
}

.sidbarBtmCol {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  padding: 15px 10px;
}
.sidbarBtmCol .nwTextTCol h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.sidbarBtmCol .nwRText h3 {
  font-size: 18px;
  font-weight: 700;
  color: #966933;
  margin: 0;
}

.nwSidbarBtn {
  margin-top: 10px;
}
.nwSidbarBtn a.btn.btn-dark {
  width: 100%;
  font-size: 16px;
  border-radius: 10px;
  padding: 14px 10px;
}
.nwSidbarBtn a.btn.btn-dark span + span {
  margin-left: 15px;
}

.nwaddItemMain {
  padding-top: 5px;
}
.nwaddItemMain ul li {
  display: block;
  margin-top: 8px;
}
.nwaddItemMain ul li a {
  font-size: 15px;
  color: #878787;
  font-weight: 600;
}
.nwaddItemMain ul li a span {
  display: inline-block;
  vertical-align: middle;
}
.nwaddItemMain ul li a span img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  margin-right: 5px;
}

@media (max-width: 1600px) {
  .orderartCStyleContent {
    padding: 15px;
  }
  .orderartCStyleContent h2 {
    font-size: 26px;
  }
  .orderartCStyleContent h4 {
    font-size: 20px;
  }
  .orderartCStyleContent .bgGradient {
    padding: 2px 6px;
    min-width: 220px;
    font-size: 14px;
  }
  .orderartCStyleContent p {
    font-size: 14px;
    padding-top: 6px;
    margin-bottom: 10px;
  }
  .orderartCStyleContent .btn.btn_light {
    border-radius: 7px;
    font-size: 14px;
    padding: 5px 13px;
  }
}
@media (max-width: 1399px) {
  .npSelectOptMain ul li.npSelectStyle .custom-select {
    font-size: 14px;
    padding: 5px 30px 5px 15px;
    height: 40px;
  }
  .npSelectOptMain ul li.npSelectStyle::before {
    right: 10px;
  }
  .orderartCStyleContent h2 {
    font-size: 20px;
  }
  .orderartCStyleContent h4 {
    font-size: 16px;
  }
  .orderartCStyleContent .btn.btn_light {
    font-size: 13px;
    padding: 4px 10px;
  }
  .orderartCStyleContent .btn.btn_light img {
    width: 10px;
    margin-right: 5px;
  }
  .sidebarright {
    width: 280px;
    margin-left: 0;
  }
  .nwCartMain {
    padding: 15px 10px;
  }
}
@media (max-width: 1199px) {
  .sidebarright {
    width: 100%;
  }
  .nwCartInner {
    max-height: calc(100vh - 235px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 30px 20px;
  }
  .nwCartMain {
    padding: 0;
    position: relative;
    box-shadow: none;
    border-radius: 0;
  }
}
@media (max-width: 1199px) {
  .npSelectOptMain ul li.npSelectStyle .custom-select {
    padding: 5px 26px 5px 10px;
    height: 36px;
  }
  .npSelectOptMain ul li.npSelectStyle {
    margin-right: 0;
  }
  .npBtnRight .btn {
    padding: 6px 14px;
  }
  .cartSlide .productDetailPage .sidebarright {
    top: auto;
  }
  .nwSidbarBtn {
    margin: 0 10px 10px;
  }
}
@media (max-width: 575px) {
  .npSelectOptMain ul li.npSelectStyle {
    margin-top: 5px;
  }
  .npBtnRight .btn {
    padding: 6px 10px;
    font-size: 12px;
  }
  .npSelectOptMain ul li.npSelectStyle .custom-select {
    padding: 5px 25px 5px 8px;
    height: 30px;
  }
}
@media (max-width: 375px) {
  .npBtnRight .btn {
    padding: 4px 8px;
  }
}

/*# sourceMappingURL=new-style.css.map */
