
.related-product .care-bottom-limited .swiper-scrollbar {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.related-product .care-bottom-limited .swiper-scrollbar-drag {
  background: #000;
}
.related-product .care-bottom-limited .swiper-container-horizontal > .swiper-scrollbar {
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.452);
  /* &:hover {
      height: 10px;
  } */
}
.related-product .care-bottom-limited .swiper-wrapper img {
  width: 100%;
}
.related-product .care-bottom-limited .swiper-button-prev, .care-bottom-limited .swiper-button-next {
  display: none;
}
.related-product .care-bottom-limited .slide-progress {
  width: 0;
  max-width: 100%;
  height: 2px;
  background: #158825;
}
.related-product .care-bottom-limited .progress-wheel {
  margin-top: 60px;
  height: 2px;
  border-bottom: 1px solid rgba(177, 177, 177, 0.4);
}
@media screen and (max-width: 1599.98px) {
  .related-product .care-bottom-limited .progress-wheel {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.98px) {
 .related-product .care-bottom-limited .progress-wheel {
    margin-top: 15px;
  }
}
.related-product .care-bottom-limited .swiper-horizontal > .swiper-scrollbar, .care-bottom-limited .swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0%;
  width: 100%;
}

.prod-d-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991.98px) {
  .prod-d-wrap {
    display: block;
  }
}
.prod-d-wrap .outer .item {
  height: 500px;
}
@media screen and (max-width: 1599.98px) {
  .prod-d-wrap .outer .item {
    height: 400px;
  }
}
@media screen and (max-width: 1199.98px) {
  .prod-d-wrap .outer .item {
    height: 300px;
  }
}
@media screen and (max-width: 575.98px) {
  .prod-d-wrap .outer .item {
    height: 200px;
  }
}
.prod-d-wrap .outer .item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.prod-d-wrap .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border: 1px solid #BAC2D0;
  border-radius: 50%;
  background: transparent !important;
}
.prod-d-wrap .owl-dots .owl-dot.active {
  border: 1px solid #D11515;
  background: #D11515 !important;
}

.right-prod-detail {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991.98px) {
  .right-prod-detail {
    padding-top: 35px;
  }
}
.right-prod-detail h1 {
  font-size: 28px;
}
@media screen and (max-width: 1199.98px) {
  .right-prod-detail h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767.98px) {
  .right-prod-detail h1 {
    font-size: 18px;
  }
}
.right-prod-detail .price-det {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.right-prod-detail .price-det h3 {
  font-size: 40px;
  font-weight: 400;
  margin-right: 30px;
}
@media screen and (max-width: 1199.98px) {
  .right-prod-detail .price-det h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767.98px) {
  .right-prod-detail .price-det h3 {
    font-size: 25px;
  }
}
.right-prod-detail .price-det .price-cut-det .originalprice {
  color: #969696;
  margin-right: 10px;
  font-weight: 500;
}
.right-prod-detail .price-det .price-cut-det .cut-price {
  color: #014AA5;
}
.right-prod-detail .price-det .price-cut-det .tax-det {
  color: #14AC00;
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .right-prod-detail .price-det .price-cut-det span {
    font-size: 12px;
  }
}
.right-prod-detail .clr-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.right-prod-detail .clr-qty label {
  position: relative;
}
.right-prod-detail .clr-qty input.styled-checkbox + label:before {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.right-prod-detail .clr-qty li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.right-prod-detail .clr-qty li input {
  display: none;
}
.right-prod-detail .clr-qty .black-clr input.styled-checkbox + label:before {
  background: #000000;
}
.right-prod-detail .clr-qty .white-clr input.styled-checkbox + label:before {
  background: #ffffff;
}
.right-prod-detail .clr-qty .grey-clr input.styled-checkbox + label:before {
  background: #313D4B;
}
.right-prod-detail .clr-qty input.styled-checkbox:checked + label:after {
  left: 10px;
  top: 10px;
  width: 6px;
  height: 10px;
  border-bottom: 2px solid #D11515;
  border-right: 2px solid #D11515;
}
.right-prod-detail .clr-qty h4 {
  font-size: 16px;
}
.right-prod-detail .clr-qty .qty .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 115px;
  height: 40px;
  border: 1px solid #C1C9D3;
}
.right-prod-detail .clr-qty .qty .control .bttn-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.right-prod-detail .clr-qty .qty .control .input {
  width: calc(115px * 0.5);
  padding: 0;
  margin: 0;
  text-align: center;
  border: 0;
  margin: 5px 0;
  border-right: 1px solid #C1C9D3;
  border-left: 1px solid #C1C9D3;
  padding: 0 5px;
  border-radius: 0;
}
.right-prod-detail .clr-qty .qty .control .input:focus {
  outline: none;
}
.right-prod-detail .clr-qty .qty .control a.bttn {
  color: black;
  text-decoration: none;
}
.right-prod-detail .clr-qty .qty .control a.bttn,
.right-prod-detail .clr-qty .qty .control .bttn {
  width: calc(115px * 0.5);
  padding: 0;
  text-align: center;
  border: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: white;
  font-size: 20px;
  cursor: pointer;
}
.right-prod-detail .clr-qty .qty .control a.bttn:focus,
.right-prod-detail .clr-qty .qty .control .bttn:focus {
  outline: none;
}
.right-prod-detail .clr-qty .qty .control a.bttn span,
.right-prod-detail .clr-qty .qty .control .bttn span {
  margin: auto !important;
}
.right-prod-detail .clr-qty .qty .control .bttn-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.right-prod-detail .clr-qty .qty input[type=number]::-webkit-inner-spin-button,
.right-prod-detail .clr-qty .qty input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.right-prod-detail .clor-wrap {
  margin-right: 100px;
}
@media screen and (max-width: 575.98px) {
  .right-prod-detail .clor-wrap {
    margin-right: 50px;
  }
}
.right-prod-detail .clor-wrap .form-check {
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
.right-prod-detail .clor-wrap .form-check .form-check-input {
  display: none;
}
.right-prod-detail .clor-wrap .form-check-input:checked + label {
  border: 1px solid #be1d22;
}
.right-prod-detail .clor-wrap label {
  width: 30px;
  height: 30px;
  padding: 10px;
  text-align: center;
  border: 1px solid rgba(119, 119, 119, 0.514);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.right-prod-detail .clor-wrap label:after {
  position: absolute;
  content: "";
  background: #000;
  width: 20px;
  height: 20px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}
.right-prod-detail .clor-wrap .green label:after {
  background: green;
}
.right-prod-detail .clor-wrap .red label:after {
  background: red;
}
.right-prod-detail .clor-wrap .blue label:after {
  background: blue;
}
.right-prod-detail .dress-size h4 {
  font-size: 16px;
}
.right-prod-detail .size-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.right-prod-detail .size-num .form-check {
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
.right-prod-detail .size-num .form-check .form-check-input {
  display: none;
}
.right-prod-detail .size-num .form-check-input:checked + label {
  border: 1px solid #be1d22;
}
.right-prod-detail .size-num label {
  width: 80px;
  padding: 10px;
  text-align: center;
  border: 1px solid #777777;
  cursor: pointer;
}
.right-prod-detail .delivery-det {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0;
}
.right-prod-detail .delivery-det span {
  font-weight: 500;
}
@media screen and (max-width: 575.98px) {
  .right-prod-detail .delivery-det span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-bottom: 10px;
  }
}
.right-prod-detail .delivery-det input {
  border: 0;
  border-bottom: 1px solid #D9D9D9;
  padding-left: 20px;
  margin: 0px 20px;
  min-width: 200px;
  border-radius: 0;
}
@media screen and (max-width: 575.98px) {
  .right-prod-detail .delivery-det input {
    margin: 0px;
    border: 1px solid #C1C9D3;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.right-prod-detail .delivery-det .chk-btn {
  color: #D11515;
}
@media screen and (max-width: 575.98px) {
  .right-prod-detail .delivery-det .chk-btn {
    border: 1px solid #C1C9D3;
    padding: 5px 10px;
    margin-left: 15px;
  }
}
.right-prod-detail .delivery-det .del-pin {
  position: relative;
}
.right-prod-detail .delivery-det .del-pin:after {
  position: absolute;
  content: "";
  top: 5px;
  left: 20px;
  background-image: url(../images/del-pin.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575.98px) {
  .right-prod-detail .delivery-det .del-pin:after {
    left: 5px;
    top: 10px;
  }
}
@media screen and (max-width: 575.98px) {
  .right-prod-detail .add-cat-buy {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #ffffff;
    z-index: 9;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 10px 10px 10px 10px rgba(0, 73, 162, 0.1);
            box-shadow: 10px 10px 10px 10px rgba(0, 73, 162, 0.1);
  }
}
.right-prod-detail .add-cat-buy .buy-btn,
.right-prod-detail .add-cat-buy .cart-btn {
  min-width: 210px;
  padding: 12px;
  display: inline-block;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1199.98px) {
  .right-prod-detail .add-cat-buy .buy-btn,
.right-prod-detail .add-cat-buy .cart-btn {
    min-width: 170px;
  }
}
@media screen and (max-width: 575.98px) {
  .right-prod-detail .add-cat-buy .buy-btn,
.right-prod-detail .add-cat-buy .cart-btn {
    border: 0 !important;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .right-prod-detail .add-cat-buy .buy-btn:hover,
.right-prod-detail .add-cat-buy .cart-btn:hover {
    border: 1px solid #043673;
    background: #043673;
    color: #ffffff;
  }
  .right-prod-detail .add-cat-buy .buy-btn:hover svg path,
.right-prod-detail .add-cat-buy .cart-btn:hover svg path {
    stroke: #ffffff;
  }
}
.right-prod-detail .add-cat-buy .cart-btn {
  border: 1px solid #000;
  color: #000;
}
.right-prod-detail .add-cat-buy .buy-btn {
  border: 1px solid #D11515;
  background: #D11515;
  color: #ffffff;
}
.right-prod-detail .add-cat-buy svg {
  vertical-align: bottom;
}
.right-prod-detail .add-cat-buy svg path {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.right-prod-detail .accordion .card {
  border: 0;
  border-top: 1px solid #D9D9D9;
}
.right-prod-detail .accordion .card .card-header {
  background: #ffffff;
  border: 0;
  padding: 0;
}
.right-prod-detail .accordion .card .card-header .btn-link {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  color: #000;
  text-decoration: none;
  padding: 15px 0;
  font-weight: 500;
}
@media screen and (max-width: 575.98px) {
  .right-prod-detail .accordion .card .card-header .btn-link {
    font-size: 14px;
  }
}
.right-prod-detail .accordion .card .card-header .btn-link:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #D11515;
  border-left: 2px solid #D11515;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 0;
  top: 23px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.right-prod-detail .accordion .card .card-header .btn-link.collapsed:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
}
.right-prod-detail .accordion .card .card-body {
  padding: 0;
  margin-bottom: 20px;
}
.right-prod-detail .accordion .card .card-body p {
  max-width: 95%;
}
@media screen and (max-width: 575.98px) {
  .right-prod-detail .accordion .card .card-body p {
    font-size: 14px;
  }
}
.right-prod-detail .accordion .card .card-body .highlight-wrap .h-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.right-prod-detail .accordion .card .card-body .highlight-wrap .h-point p {
  margin-bottom: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 400px) {
  .right-prod-detail .accordion .card .card-body .rating-reviw-wrap {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .pro-rat .prod-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .pro-rat h4 {
  font-size: 64px;
  color: #26C111;
  margin: 0;
}
@media screen and (max-width: 1199.98px) {
  .right-prod-detail .accordion .card .card-body .rating-reviw-wrap .pro-rat h4 {
    font-size: 34px;
  }
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .pro-rat svg {
  width: 14px;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .pro-rat svg path {
  fill: #26C111;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .pro-rat svg.no path {
  fill: #CED1D8;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .pro-rat h6 {
  font-size: 16px;
}
@media screen and (max-width: 400px) {
  .right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev ul {
    padding-left: 15px;
  }
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev li {
  line-height: 1;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev svg {
  width: 14px;
  vertical-align: middle;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev svg path {
  fill: #000;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev span {
  width: 300px;
  display: inline-block;
  border-top: 3px solid #CED1D8;
  border-radius: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 1439.98px) {
  .right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev span {
    width: 230px;
  }
}
@media screen and (max-width: 1199.98px) {
  .right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev span {
    width: 130px;
  }
}
@media screen and (max-width: 400px) {
  .right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev span {
    width: 90px;
  }
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev .line {
  position: relative;
  margin: 0px 10px;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev .line:after {
  position: absolute;
  top: -3px;
  content: "";
  border-top: 3px solid #26C111;
  left: 0;
  width: 100%;
  height: 100%;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev .line.w1:after {
  width: 10%;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev .line.w2:after {
  width: 20%;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev .line.w3:after {
  width: 30%;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev .line.w4:after {
  width: 40%;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev .line.w5:after {
  width: 50%;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev .line.w6:after {
  width: 60%;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev .line.w7:after {
  width: 70%;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev .line.w8:after {
  width: 80%;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev .line.w9:after {
  width: 90%;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev .line.w10:after {
  width: 100%;
}
.right-prod-detail .accordion .card .card-body .commnt {
  padding: 20px 0 10px;
  border-top: 1px solid #D9D9D9;
}
.right-prod-detail .accordion .card .card-body .commnt .comnt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.right-prod-detail .accordion .card .card-body .commnt .comnt-wrap .comnt-det {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.right-prod-detail .accordion .card .card-body .commnt .comnt-wrap h5 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  margin-left: 10px;
}
.right-prod-detail .accordion .card .card-body .commnt .comnt-wrap span {
  color: #9A9A9A;
  font-size: 14px;
}

input:focus {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.payment-box {
  /*
    SCSS variables and mixins
    */
  /*
    Some styles to make this demo look pretty (or at least decent)
    If you want to style everything yourself, you shouldn't need these
    */
  /* 
    The project specific CSS starts here
    This is the minimum CSS that you will need in order for this to work
    */
}
@media screen and (max-width: 767.98px) {
  .payment-box h6 {
    display: none;
  }
}
.payment-box span.dot {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  border: 1px solid #D11515;
  border-radius: 50%;
  pointer-events: none;
}
.payment-box .tabbed-content {
  background: #fff;
  width: 100%;
}
.payment-box .tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold;
}
.payment-box .tabs ul li {
  background: #ffffff;
  font-weight: 500;
  position: relative;
}
.payment-box .tabs ul li a {
  padding: 20px;
  color: #000;
  padding-left: 50px;
}
.payment-box .tabs ul li a.active {
  background: #F4F6F8;
  color: #000;
}
.payment-box .tabs ul li a.active:after {
  position: absolute;
  content: "";
  background: #D11515;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 23px;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  border-radius: 50%;
}
.payment-box .item::before {
  cursor: pointer;
  font-weight: 500;
  padding: 0.5em 25px;
  display: block;
}
.payment-box .item.active::before {
  background: #F4F6F8;
  color: #000;
}
.payment-box .item.active::before:after {
  position: absolute;
  content: "";
  background: #D11515;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 23px;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  border-radius: 50%;
}
.payment-box .item.active .item-content {
  padding: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media all and (min-width: 768px) {
  .payment-box .item.active .item-content {
    padding-top: 0;
  }
}
.payment-box .tabbed-content .tabs {
  display: none;
}
.payment-box .tabbed-content .item {
  background: #F4F6F8;
  min-height: 2em;
}
@media screen and (max-width: 767.98px) {
  .payment-box .tabbed-content .item {
    display: -ms-grid;
    display: grid;
    border-top: 1px solid rgba(201, 210, 221, 0.4);
    background: #ffffff;
    position: relative;
  }
  .payment-box .tabbed-content .item:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #707070;
    top: 14px;
    left: 6px;
  }
  .payment-box .tabbed-content .item.active:after {
    background: #D11515;
    border: 1px solid #D11515;
  }
}
.payment-box .tabbed-content .item::before {
  content: attr(data-title);
}
.payment-box .tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.payment-box .tabbed-content .item .item-content input {
  background: transparent;
  padding: 12px 0;
}
.payment-box .tabbed-content .item .item-content .form-control:focus {
  border-color: #ff0000;
}
.payment-box .tabbed-content .item .item-content .select-3 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.payment-box .tabbed-content .item .item-content .select-3 input {
  width: 110px;
}
.payment-box .tabbed-content .item .item-content .select-3 .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
@media screen and (max-width: 1199.98px) {
  .payment-box .tabbed-content .item .item-content .select-3 .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
}
@media screen and (max-width: 1199.98px) {
  .payment-box .tabbed-content .item .item-content .select-3 .box.input-bx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 15px;
  }
}
.payment-box .tabbed-content .item .item-content .select-3 select {
  height: 100%;
  color: #000;
}
.payment-box .tabbed-content .item .item-content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.payment-box .tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
  min-height: 400px;
  padding: 30px 50px;
}
@media screen and (max-width: 1199.98px) {
  .payment-box .tabbed-content .item.active .item-content {
    padding: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .payment-box .tabbed-content .item.active .item-content {
    padding: 15px;
  }
}
@media all and (min-width: 768px) {
  .payment-box .tabbed-content .tabs {
    display: block;
  }
  .payment-box .tabbed-content .tabs li {
    display: inline-block;
  }
  .payment-box .tabbed-content .tabs li a {
    display: block;
  }
  .payment-box .tabbed-content .item {
    min-height: 0;
  }
  .payment-box .tabbed-content .item::before {
    display: none;
  }
  .payment-box .tabbed-content.tabs-side .tabs {
    width: 300px;
    float: left;
  }
  .payment-box .tabbed-content.tabs-side .tabs li {
    display: block;
  }
  .payment-box .tabbed-content.tabs-side .item {
    margin-left: 300px;
  }
}

.choose-payment .right-product-info {
  height: 100%;
}

.highlight-wrap .h-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.highlight-wrap .h-point p {
  margin-bottom: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 300px;
}

.offcanvas {
  z-index: 1050;
}

.offcanvas-backdrop {
  z-index: 1049;
}

.btn-close:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}