.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: 35px;
}

.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: 17px;
  }
  .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: 17px;
  }
  .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);*/
    max-height: auto;
    /*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 */
ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

/*********** Right Sidebar Css *************/

.btn_primary, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
  position: relative;
  z-index: 2;
  /*background-color: #111112;*/
  min-width: 150px;
  cursor: pointer;
  /*color: #ffffff;*/
  transition: all 300ms ease-in-out 0s;
}
.btn_primary:hover {
  color: #ffffff;
  opacity: 0.8;
}
.btn_primary > span.payText, .btn_primary > span.checkText {
  font-size: 20px;
  display: block;
  line-height: 1;
}
.btn_primary > span.payText {
  display: block;
}
.btn_primary > span.checkText {
  display: none;
}
.cartSlide .btn_primary > span.checkText {
  display: block;
}
.cartSlide .btn_primary > span.payText {
  display: none;
}

.btn_primary:hover:before {
  left: 0%;
  right: 0%;
  opacity: 1;
}
.btn_primary > span {
  display: block;
}
.btn_primary > span > img {
  display: block;
}
.btn.payBtn {
  border-radius: 14px;
  font-size: 14px;
  padding: 8px 40px 8px 15px;
  font-weight: 600;
  text-align: left;
}
.btn.payBtn > span > span {
  font-size: 20px;
}
.payBtnIcon img {
  display: block;
}
.payBtnIcon {
  position: absolute;
  right: 15px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn.payBtn > span > img {
  width: 10px;
}
.headerStyle2 {
  background-color: #000000;
  padding: 15px 0;
}


.sidebarright {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 11;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -moz-transform: translateY(200%);
  -o-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}
.cartSlide .sidebarright {
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.nwCartInner {
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 20px 50px;
}
.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;
}
.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;
}
.nwaddDetail p span {
  font-weight: 700;
}
.cartTotalPrice {
  padding: 20px 30px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 40px 40px 0 0;
  z-index: 9999;
}
.cartBackIcon {
  position: absolute;
  left: 20px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  margin-top: -10px;
}
.nwCartTitle {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  text-align: center;
  padding: 0 100px 10px;
}
body.cartSlide {
  position: relative;
  overflow: hidden;
}
body.cartSlide::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  background-color: rgba(19, 15, 38, 0.8);
  z-index: 10;
}
.nwaddDetail .cart-inc-dec {
    margin-top: 10px;
}
.cart-inc-dec .quantity {
    border: 0;
    display: flex;
}
.cart-inc-dec .quantity input[type="button"] {
    cursor: pointer;
}
.nwaddDetail .cart-inc-dec .quantity input.qty {
    background-color: #343a40;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.cart-inc-dec .quantity input.qty {
    width: 30px;
    text-align: center;
    border-width: 1px 0;
    border-style: solid none;
    border-color: #AFB8B8;
    margin: 0;
    font-size: 13px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background-color: #0B1315;
}
.cart-inc-dec .quantity .minus, .cart-inc-dec .quantity .plus, .cart-inc-dec .quantity .minus2, .cart-inc-dec .quantity .plus2 {
    width: 28px;
    color: #0B1315;
    border: 0;
    background-color: #ffffff;
    border: 1px solid #AFB8B8;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-weight: 800;
    font-size: 14px;
    line-height: 24px;
    padding: 0 5px;
    text-align: center;
    cursor: pointer;
}


@media (max-width: 767px) {
  .cartTotalPrice {
    padding: 15px 20px;
    border-radius: 30px 30px 0 0;
  }
  .nwCartInner {
    padding: 0 10px 50px;
  }
}
@media (max-width: 585px) {
.btn_primary > span.payText, .btn_primary > span.checkText {
    font-size: 18px;
}
.btn.payBtn {
    font-size: 13px;
    padding: 8px 35px 8px 15px;
}
.payBtnIcon {
    right: 13px;
}
.btn.payBtn > span > img {
    width: 8px;
}
.cartRightText h4 {
    font-size: 20px;
}
.nwCartTitle h2 {
    font-size: 20px;
}
.cartBackIcon {
    left: 0;
}
.nwCartTitle {
    margin-bottom: 15px;
    padding: 0 40px 10px;
}
.nwaddItemMain ul li a span img {
    width: 26px;
    height: 26px;
}
}

.footerSection {
    padding: 40px 0 100px;
}
.sidebarright {
    background-color: transparent;
    top: 50px;
}
.nwCartTitle h2 {
    border-bottom: 0;
    margin: 0;
}
@media (max-width: 767px) {
    .nwCartInner {
        padding: 0 0 50px 0;
        width: 100%;
    }
}

	.sidebarright {
		top: auto;
	}
	.nwCartMain {
		border-radius: 15px;
		padding: 15px;
	}
	.nwCartTitle {
		margin-bottom: 0;
	}
	.nwCartInner {
    	padding-top: 15px;
	}
	.nwCartTitle h2 {
		font-size: 20px;
		padding-bottom: 0;
	}
	.cartBackIcon {
		left: 15px;
		margin-top: -5px;
		width: 18px;
	}
	.nwaddItemMain ul li {
		margin-top: 5px;
	}
	@media (max-height: 500px) {
		.nwCartMain {
			padding: 8px 10px;
			border-radius: 10px;
		}
		.nwCartInner {
			padding: 15px 0 80px 0;
			max-height: calc(100vh - 130px);
		}
		.cartTotalPrice {
			padding: 8px 10px;
			border-radius: 10px 10px 0 0;
		}
		.cartRightText h4 {
			font-size: 18px;
		}
		.payBtnIcon {
			right: 10px;
		}
		.proBtn .btn_primary {
			font-size: 13px;
			padding: 4px 35px 6px 10px;
			line-height: 1.2;
			min-width: auto;
			border-radius: 10px;
		}
		.proBtn .btn_primary > span.payText, .proBtn .btn_primary > span.checkText {
			font-size: 14px;
		}
		.btn.payBtn > span > img {
			width: 8px;
		}
	}
        
        .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;
}
.floatingCart {
  padding: 15px 20px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px 30px 0 0;
  z-index: 2;
}
.cartPrice {
  font-size: 18px;
  font-weight: bold;
}
.cartPrice > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.cartPrice > span > img {
  display: block;
}
.cartPrice > span + span {
  margin-left: 5px;
}

/*********** Right Sidebar Css *************/

a.btn_primary.payBtn:hover {
  color: #ffffff;
  opacity: 0.8;
}
a.btn_primary.payBtn {
  /*background-color: #111112;*/
  border-radius: 14px;
  font-size: 13px;
  padding: 6px 35px 8px 15px;
  font-weight: 600;
  text-align: left;
  min-width: 145px;
}
a.btn_primary.payBtn > span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
a.btn_primary.payBtn::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background-image: url('../images/angle-left-icon.svg');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.payBtnIcon img {
  display: block;
}
.payBtnIcon {
  position: absolute;
  right: 15px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn.payBtn > span > img {
  width: 10px;
}
.sidebarright {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 11;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -moz-transform: translateY(200%);
  -o-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}
.cartSlide .sidebarright {
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.nwCartInner {
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 20px 500px;
}
.nwCartMain {
  background-color: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.14);
  border-radius: 30px 30px 0 0;
  padding: 20px 15px;
}
.nwCartTitle h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.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;
}
.floatingCart {
  padding: 15px 20px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px 30px 0 0;
  z-index: 2;
}
.cartPrice {
  font-size: 18px;
  font-weight: bold;
}
.cartPrice > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.cartPrice > span > img {
  display: block;
}
.cartPrice > span + span {
  margin-left: 5px;
}

/*********** Right Sidebar Css *************/

a.btn_primary.payBtn:hover {
  color: #ffffff;
  opacity: 0.8;
}
a.btn_primary.payBtn {
  /*background-color: #111112;*/
  border-radius: 14px;
  font-size: 13px;
  padding: 6px 35px 8px 15px;
  font-weight: 600;
  text-align: left;
  min-width: 145px;
}
a.btn_primary.payBtn > span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
a.btn_primary.payBtn::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background-image: url('../images/angle-left-icon.svg');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.payBtnIcon img {
  display: block;
}
.payBtnIcon {
  position: absolute;
  right: 15px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn.payBtn > span > img {
  width: 10px;
}
.sidebarright {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 11;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -moz-transform: translateY(200%);
  -o-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}
.cartSlide .sidebarright {
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.nwCartInner {
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 20px 100px;
}
.nwCartMain {
  background-color: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.14);
  border-radius: 30px 30px 0 0;
  padding: 20px 15px;
}
.nwCartTitle h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.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;
}
.nwaddDetail p span {
  font-weight: 700;
}
.cartTotalPrice {
  padding: 20px 30px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 40px 40px 0 0;
  z-index: 9999;
}
.cartBackIcon {
  position: absolute;
  left: 15px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  margin-top: -10px;
}
.nwCartTitle {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 0 100px 10px;
}
body.cartSlide {
  position: relative;
  overflow: hidden;
}
body.cartSlide::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  background-color: rgba(19, 15, 38, 0.8);
  z-index: 10;
}
.p2pCol {
  padding: 20px 30px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 40px 40px 0 0;
  z-index: 9999;
}
.priceLgText {
  font-size: 22px;
  font-weight: bold;
}

@media (max-width: 1199px) {
    .sidebarright {
      width: 100%;
    }
    .nwCartInner {
      max-height: auto;
      overflow-x: hidden;
      padding: 30px 20px;
    }
  }
@media (max-width: 767px) {
  .cartTotalPrice {
    padding: 15px 20px;
    border-radius: 30px 30px 0 0;
  }
}
@media (max-width: 767px) {
  .nwCartInner {
      padding: 10px 0 100px 0;
      width: 100%;
  }
}
@media (max-width: 585px) {
  .p2pCol {
    padding: 15px;
    border-radius: 20px 20px 0 0;
  }
  .priceLgText {
    font-size: 20px;
  }
  .nwCartTitle {
    padding: 0 30px 10px;
  }
  .nwCartMain {
    border-radius: 20px 20px 0 0;
    padding: 15px;
  }
  .btn.payBtn {
    font-size: 12px;
    padding: 8px 35px 8px 10px;
    border-radius: 10px;
  }
  .btn.payBtn > span {
    font-size: 18px;
  }
}
@media (max-height: 500px) {
  .nwCartMain {
    padding: 8px 10px;
    border-radius: 10px;
  }
  .nwCartInner {
    padding: 15px 0 80px 0;
    max-height: calc(100vh - 130px);
  }
  .p2pCol {
    padding: 15px;
    border-radius: 20px 20px 0 0;
  }
  .cartTotalPrice {
    padding: 8px 10px;
    border-radius: 10px 10px 0 0;
  }
  .cartRightText h4 {
    font-size: 18px;
  }
  .payBtnIcon {
    right: 10px;
  }
  .proBtn .btn_primary {
    font-size: 13px;
    padding: 4px 35px 6px 10px;
    line-height: 1.2;
    min-width: auto;
    border-radius: 10px;
  }
  .proBtn .btn_primary > span.payText, .proBtn .btn_primary > span.checkText {
    font-size: 14px;
  }
  .btn.payBtn > span > img {
    width: 8px;
  }
}
