.flat-theme {
  background-color: #f8f9fa !important;
}
.uni-paypal-payment-btn:before {
  font-size: 34px;
  top: 4px;
  left: 11px;
}
/*--------- CSS For Upsell Variant -------------*/
.flat-theme .confirm-view .list-value-details .uni-cart-item-varient {
  color: #737373;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 1024px) {
  .uni-paypal-payment-btn:before {
    left: 11px;
  }
  .uni-complete-order-btn.uni-paypal-payment-btn .ladda-label {
    margin-left: 33px;
  }
  .uni-paypal-payment-btn:before {
    left: 11px;
    top: 7px;
    font-size: 30px;
    /* position: relative; */
  }
}
@media (max-width: 992px) {
  .paypal-complt-order .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .paypal-complt-order .btn {
    width: 100%;
  }
  .flat-theme .row.mt-4 .col-md-6.mb-3.text-right {
    text-align: center !important;
    margin-bottom: 0px !important;
  }
  .flat-theme .col-md-6.mb-3.text-left {
    text-align: center !important;
  }
  .flat-theme .d-block.uni-theme-cart .border-bottom.pb-1.pr-4 li img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    max-width: 88%;
    bottom: 0;
    margin: auto;
  }
  .flat-theme .d-block.uni-theme-cart .border-bottom.pb-1.pr-4 li .col-3.text-right {
    font-size: 13px;
    padding-left: 0;
  }
  .flat-theme .form-control {
    font-size: 0.8rem;
  }
}

@media (max-width: 767px) {
  .flat-theme .express-button {
    z-index: 99;
  }
}

@media (max-width: 400px) {
  .flat-theme .uni-theme-cc-icons img {
    max-width: 27px;
  }
}

.flat-theme .breadcrumb {
  padding: 0.75rem 0;
}
.flat-theme .uni-addon-cross-sell-product .form-check-label input + span {
  top: 50% !important;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .flat-theme #checkoutAppId .row.mt-4 .col-md-6.mb-3.text-right {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 991px) {
  span.input-group-text {
    height: 34px;
  }
}
@media (max-width: 767px) {
  .input-group {
    margin-top: 2px;
  }
}

.input-group select:focus {
  box-shadow: none;
}
.input-group select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url(/skin/themes/flat/images/select-arrow-black.svg);
  background-size: 18px;
  background-position: center right;
  background-repeat: no-repeat;
  }

  /** 
    * Added on 24-09-2020 fixing stripe design issue
    */
  /* .flat-theme .mt-5 .d-block.my-3 +.custom-control.custom-radio {
      margin-bottom: 15px;
  }
  .flat-theme .mt-5 .d-block.my-3 +.custom-control.custom-radio .stripe-connect {
      margin-top: 17px;
  } */
  .flat-theme .payment-view .custom-control{
    z-index:inherit;
  }


/** cart enhancement v2 **/
.form-control {
  height: 43px !important;
  font-size: 14px;
}
.apply-code-button {
  height: 43px;
}
.flat-theme .row.mt-4 .col-md-6.mb-3.text-right button {
  font-size: 14px;
  height: 60px;
  opacity: 1;
  padding: 10px 20px;
  line-height: 1;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  padding-left: 25px;
  color: #333333;
  font-size: 14px;
}
input[type="checkbox"] + label:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
}
input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 10px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-48deg);
}
.total-price-cell,
.total-price-cell .uni-total strong {
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .promo-code-wrapper .col-sm-9 {
    max-width: 67%;
    flex: 0 0 67%;
  }
  .promo-code-wrapper .col-sm-3 {
    max-width: 33%;
    flex: 0 0 33%;
  }
}
.description-image {
  margin-top: 20px;
}
.description-image {
  margin-top: 20px;
  font-size: 30px;
}
.description-image img {
  height: 90px;
}
.description-image span {
  margin: 0 5px;
}
.flat-theme .uni-addon-cross-sell-product .form-check-label input + span {
  top: 5px !important;
  transform: none;
}
.form-check-label input[type="checkbox"] + span {
  display: block;
}

/** fix **/
.promo-code-wrapper .small-row {
  margin: 0 -5px;
}
.promo-code-wrapper .small-gap {
  padding: 0 5px;
}
.spinner {
  margin-left: 0 !important;
  float: right;
  text-align: right !important;
}
@media (max-width: 991px) {
  .flat-theme .confirm-view .uni-discount .col-sm-6 + .col-sm-6,
  .flat-theme .confirm-view .uni-total .col-sm-6 + .col-sm-6 {
    padding-right: 15px;
  }
  .flat-theme .confirm-view .uni-discount .col-sm-6,
  .flat-theme .confirm-view .uni-total .col-sm-6 {
    padding-left: 15px;
  }
  .list-pro-image-cell {
    width: 54px;
    height: 44px;
  }
  .promo-code-wrapper .apply-code-button {
    font-size: 12px;
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .flat-theme .confirm-view .uni-discount .col-sm-6 + .col-sm-6,
  .flat-theme .confirm-view .uni-total .col-sm-6 + .col-sm-6 {
    padding-right: 0;
  }
  .flat-theme .confirm-view .uni-discount .col-sm-6,
  .flat-theme .confirm-view .uni-total .col-sm-6 {
    padding-left: 0;
  }
}

.list-value-details div:first-child {
  max-width: 55%;
}
.list-pro-price {
  max-width: 45%;
}

.flat-theme .tipped-wrap {
  margin-bottom: 45px;
  }
  .flat-theme .tip-prcnt .uni-addon-tip-manager {
  margin-bottom: 0px;
  }
  .flat-theme .tip-prcnt .tipped-wrap {
  margin-bottom: 20px;
  }
  .flat-theme .tip-percnt-after-payment .tips_title {
  margin-bottom: 0;
  padding-bottom: 0;
  }
  .flat-theme .tip-percnt-after-payment .uni-addon-tip-manager {
  margin-top: 15px;
  margin-bottom: 0;
  }
  .flat-theme .tip-percnt-after-payment .uni-addon-tip-manager .tipped-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  }
  /*Added for fixing design tip manager*/
  .flat-theme .radio-click-wrap .custom-radio-btn:nth-child(3) {
    border-right: 1px solid #d5d5d5;
    border-top: none;
  }
.flat-theme .radio-click-wrap .custom-radio-btn:nth-child(4) {
    border-top: none;
  border-right: none;
}
.flat-theme .radio-click-wrap .custom-radio-btn:last-child{
  border-right: none;
}
.flat-theme .tip-percnt-middle-cart .custom-control.custom-radio.custom-radio-btn {
    border-top: 1px solid #d5d5d5 !important;
}
.flat-theme .tip-percnt-middle-cart .radio-click-wrap {
  border:0px;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
}
.flat-theme .tip-percnt-middle-cart .radio-click-wrap .radio-wrap-left .custom-radio-btn{
   border-right: 1px solid #d5d5d5;
}
  
@media(max-width:980px){
  .flat-theme .tip-percnt-middle-cart .custom-control.custom-radio.custom-radio-btn {
    border-bottom: none !important;
}
  .flat-theme .tip-percnt-middle-cart .radio-click-wrap {
    border-right: none !important;
    border-radius:0px;
}
  .flat-theme .tip-percnt-middle-cart .radio-click-wrap .radio-wrap-right{
    border-right: 1px solid #d5d5d5 !important;
}
}

.flat-theme .tip-percnt-below-cart .custom-control.custom-radio.custom-radio-btn {
    border-top: 1px solid #d5d5d5 !important;
}
.flat-theme .tip-percnt-below-cart .radio-click-wrap {
  border:0px;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
}
.flat-theme .tip-percnt-below-cart .radio-click-wrap .radio-wrap-left .custom-radio-btn{
   border-right: 1px solid #d5d5d5;
}
  
@media(max-width:980px){
  .flat-theme .tip-percnt-below-cart .custom-control.custom-radio.custom-radio-btn {
    border-bottom: none !important;
}
  .flat-theme .tip-percnt-below-cart .radio-click-wrap {
    border-right: none !important;
    border-radius:0px;
}
  .flat-theme .tip-percnt-below-cart .radio-click-wrap .radio-wrap-right{
    border-right: 1px solid #d5d5d5 !important;
}
}
.flat-theme .radio-wrap-right .form-control {
    height: 40px !important;
}
.flat-theme .radio-wrap-left .custom-radio-btn label {
    height: 56px !important;
}
.flat-theme .tip-percnt-before-payment .tipped-wrap {
    margin-bottom: 25px;
}
.flat-theme .tip-percnt-afer-payment .tipped-wrap {
    margin-bottom: 25px;
}
.flat-theme .tip-percnt-middle-cart .success-alert{
  margin-bottom:20px;
}
.card-decline h4.uni-accent-color-theme-text,
.card-decline h5.uni-accent-color-theme-text,
.card-decline small {
  display: none;
}
.card-decline .modal-body .mt-5 {
  margin-top: 0px !important;
}
.card-decline .mt-5 .custom-control.custom-radio {
  display: none !important;
}
.flat-theme .upsell-view .general .custom-select{
	height:43px;
}
.flat-theme .upsell-view .card-decline button.close {
    align-self: end;
    position: absolute;
    right: 25px;
}
.flat-theme .upsell-view .card-decline .modal-header {
    justify-content: center;
}
.flat-theme .upsell-view .card-decline .modal-text {
    margin-bottom: 20px;
}
.flat-theme .upsell-view .custom-control-label:after, .flat-theme .upsell-view .custom-control-label:before {
    top: .2rem;
}
.flat-theme .upsell-view .card-decline .modal-footer button.btn:not(.btn-primary) {
    margin-left: 2%;
}
@media(max-width:480px){
	.flat-theme .upsell-view .card-decline .modal-footer .gen-col-btn {
    margin: 0px !important;
}
}
@media(max-width:375px){
	.flat-theme .upsell-view .card-decline .modal-footer .btn-primary.gen-col-btn {
    padding: 7px 13px !important;;
}
		.flat-theme .upsell-view .card-decline .modal-footer .transaction-price p {
    font-size: 16px;
	}
}
@media (max-width: 360px){
.flat-theme .upsell-view .card-decline .modal-footer .btn-primary.gen-col-btn {
    padding: 7px 10px !important;;
    margin: 0px !important;
}

}
@media(max-width:400px){
	.flat-theme .upsell-view .card-decline .modal-footer .transaction-price p {
    font-size: 16px;
	}
	.flat-theme .upsell-view .card-decline .modal-text {
    margin-bottom: 15px;
}
}
.flat-theme .card-decline .modal-body {
  height: 305px;
}
.flat-theme .upsell-view .custom-control-label:after, .flat-theme .upsell-view .custom-control-label:before {
top: .3rem !important;
}
@media(max-width:600px){
.flat-theme .upsell-view .card-decline .modal-footer {
padding: 20px !important;
}
}
.flat-theme .card-decline .d-block.my-3 {
  margin-top: 0px!important;
  margin-bottom: 0px!important;
}
.flat-theme .card-decline .d-block.my-3 .custom-control {
  margin-bottom: 0;
  padding-left: 0;
}
.flat-theme .upsell-view .card-decline .custom-control-label:after, .flat-theme .upsell-view .card-decline .custom-control-label:before {
  top: .2rem !important;
}
.flat-theme .upsell-view .card-decline .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
  top: 8px !important;
  background-image: none;
}
.flat-theme .upsell-view .card-decline .row.mt-4.general{
margin-top:15px !important;
}
.flat-theme .upsell-view .card-decline .modal-body {
  height: 257px;
}


/*------ Corporate Gifting CSS ----------*/
.flat-theme .shipping-multipeAddress .row.module-parent.small-row{
	margin-top:15px;
}
.flat-theme .shipping-multipeAddress .col-md-12.address-list{
	margin-top:15px;
}
.flat-theme .shipping-multipeAddress ul.cart-pro-list.cart-pro-list-new {
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    padding: 10px;
    margin: 0;
    padding-bottom: 10px;
}
.flat-theme .shipping-multipeAddress .list-value-details {
    padding: 0;
    flex-direction: column;
}
.flat-theme .shipping-multipeAddress .list-value-details p:first-child{
	font-weight:500;
}
.flat-theme .shipping-multipeAddress .list-value-details p{
	font-size:14px;
	color:#333333;
	margin-bottom:2px;
}
.flat-theme .shipping-multipeAddress .list-value-details p:last-child{
	margin-bottom:0px;
}
.flat-theme .shipping-multipeAddress .shipping-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom:10px;
}
.flat-theme .shipping-multipeAddress button.btn.btn-xs.btn-danger {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #737373;
    font-size: 14px;
}
.flat-theme .shipping-multipeAddress .shipping-title p{
	margin-bottom: 0;
    color: #737373;
    font-weight: 500;
    font-size: 14px;
}
.flat-theme .shipping-multipeAddress .multiple-check input[type=checkbox]{
	position: absolute;
    opacity: 0;
}
.flat-theme .shipping-multipeAddress .multiple-check input[type=checkbox] + label {
    position: relative;
    cursor: pointer;
    padding: 0;
	font-size:14px;
	color:#545454;
}
.flat-theme .shipping-multipeAddress .multiple-check input[type=checkbox] + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: white;
	border:1px solid #D5D5D5;
	border-radius:4px;
}
.flat-theme .shipping-multipeAddress .multiple-check input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 10px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.flat-theme .shipping-multipeAddress .multiple-check input[type=checkbox]:checked + label:before {
    background: #5C79FF;
}

/*
Bulk upload
*/
.bulk-upload {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bulk-upload ul{
list-style:none;
display: flex;
align-items: center;
color:#5C79FF;
font-size:14px;
margin-bottom:0px;
}
.bulk-upload ul li:first-child input[type=file] {
  height: 0;
  overflow: hidden;
  width: 0;
}
.bulk-upload ul li:first-child input[type=file] + label{
  position: relative;
  transition: all 0.3s;
  color:#5C79FF;
  margin-bottom:0;
padding-left:10px;
    line-height: 1;
    cursor: pointer;
}
.bulk-upload ul li:first-child input[type=file] + label:before{
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: "\f093";
color: #5C79FF;
font-size:13px;
margin-right:5px;
cursor: pointer;

}
.bulk-upload ul li + li{
  margin-left:20px;
}
.bulk-upload ul li{
  cursor: pointer;
}
@media(max-width:767px){
.bulk-upload {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.bulk-upload ul {
  margin-top: 10px;
  padding: 0;
}
}
/* End */
/*--- Drag and Drop option in corporate gifting --- */
.flat-theme .shipping-multipeAddress .checkbox-lable{
  display: flex;
   align-items: center;
   justify-content: space-between;
  margin: 0px 0px 5px 0px !important;
}
.flat-theme .shipping-multipeAddress .bulk-upload ul {
    padding: 0;
    width: 100%;
    justify-content: space-between;
}
.flat-theme .shipping-multipeAddress .bulk-upload ul li.file label{
  padding: 0;
}
.flat-theme .shipping-multipeAddress .bulk-upload ul li:first-child input[type=file] + label:before{
  margin-left: -2px;
}
.flat-theme .shipping-multipeAddress .add-btn {
    margin-top: 15px;
}
.flat-theme .shipping-multipeAddress .add-btn .btn,.merge-button .btn{
  font-size: 14px;
    font-weight: 500;
    font-family: "HelveticaNeueMedium";
    padding: 13px 25px;
}
.flat-theme .shipping-multipeAddress .merge-button {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.flat-theme .shipping-multipeAddress .bulk-upload li:last-child{
  position:relative;
}
.flat-theme .shipping-multipeAddress .bulk-upload li:last-child:before{
  font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f019";
    color: #5C79FF;
    font-size: 13px;
    margin-right: 5px;
    cursor: pointer;
}
.flat-theme .shipping-multipeAddress .bulk-upload ul li:first-child input[type=file] + label {
    padding-left: 0;
}
.flat-theme .shipping-multipeAddress .fileUpload{
  position:relative;
  margin-top:20px;
}
.flat-theme .shipping-multipeAddress .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.flat-theme .shipping-multipeAddress .fileUpload input.upload + span{
  width: 100%;
    height: auto;
    padding: 35px 20px;
    background-color: #FAFAFA;
    left: 0;
    border-radius: 5px;
    display: block;
    border: 2px dashed #E6E6E6;
    text-align: center;
    font-size: 14px;
    color: #818992;
}
@media(max-width:600px){
  .flat-theme .shipping-multipeAddress .multiple-check input[type=checkbox] + label{
    margin-bottom:0px;
  }
.flat-theme .shipping-multipeAddress .checkbox-lable,merge-button {
  flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
.flat-theme .shipping-multipeAddress .cont-sub-heading h5 {
    margin-bottom:15px;
  }
  .flat-theme .shipping-multipeAddress .add-btn .btn, .merge-button .btn{
    width:100%;
  }
.merge-button .btn{
  margin-bottom:15px;
  }
}
.flat-theme .prospect-view .shipping-multipeAddress .checkbox-lable{
  padding:0;
}
.flat-theme .prospect-view .shipping-multipeAddress .add-btn .btn, .flat-theme .prospect-view .shipping-multipeAddress .merge-button .btn{
  font-family: "Roboto", sans-serif;
}
.flat-theme .prospect-view .shipping-multipeAddress .multiple-check input[type=checkbox] + label{
  padding-left:25px;
}
@media(max-width:766px){
  .flat-theme .shipping-multipeAddress .merge-button {
  flex-direction: column;
}
.flat-theme .shipping-multipeAddress .merge-button .btn {
  margin-bottom: 15px;
}
}
/* End */
/*------ Corporate Gifting CSS End ----------*/

/*----------- Corporate Gifting Enhancement ------------- */
.flat-theme .shipping-multipeAddress .merge-button .btn.btn-primary{
	border: 1px solid #DEE2E8;
	background-color:#fff;
	color:#5C79FF;
	padding: 8px 24px;
}
.flat-theme .shipping-multipeAddress .merge-button .btn.btn-primary:hover{
		background-color:#5C79FF;
	color:#fff;
	border: 1px solid #5C79FF;
}
.flat-theme .shipping-multipeAddress .merge-button .btn{
	height:46px;
}
.flat-theme .shipping-multipeAddress .add-btn button.btn.btn-primary.btn-xs {
    background-color: transparent;
    font-size: 14px;
    color: #5C79FF;
    padding: 0;
	  border:0;
	  font-weight:400;
	  line-height:1;
	  position:relative;
}
.flat-theme .shipping-multipeAddress .add-btn button.btn.btn-primary.btn-xs:before{
	content:"+";
}
.flat-theme .delete-icon {
    color: #A0A4B1;
    font-size: 15px;
    float: right;
    margin-top: 15px;
    margin-bottom: -15px;
}
.flat-theme .delete-icon:hover{
    color: #ED3D38;
}
.flat-theme .shipping-multipeAddress .shipping-title .delete-icon{
	margin:0px;
}
.flat-theme .btn.btn-link.pl-0.uni-accent-color-theme-text{
	font-size: 14px;
    color: #5C79FF !important;
    margin-top: 28px;
    padding: 0;
    line-height: 1;
}

/*------ Corporate Gifting Enhancement  End ----------*/

/* SHipping Methods Overflow enhancement */
.shipTitle{
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 78%;
  margin: 0;
  vertical-align: bottom;
}

.shipLabel{
width: 100%;
}
/* SHipping Methods Overflow enhancement end */
/**shipping method loader start*/
.new-ship-options .form-control::-webkit-input-placeholder {
  /** Edge */
  color: #a0a4b1 !important;
}

.new-ship-options .form-control:-ms-input-placeholder {
  /** Internet Explorer */
  color: #a0a4b1 !important;
}

.new-ship-options .form-control::placeholder {
  color: #a0a4b1 !important;
}

.new-shipping-opt-loading {
    text-align: center;
}
.new-shipping-loading {
    margin-bottom: 15px;
}
.new-ship-options-row.shipping-loading-row {
    border-radius: 3px;
    border: 1px solid #d3d8e0;
    padding: 11px;
}
span.new-op-price {
    position: absolute;
    right: 0;
    top: 0;
}
.shipping-radio-row .custom-control-label {
    width: 100%;
}
.shipping-radio-row .custom-control-label .text-muted{
	font-size:14px;
}
.new-ship-calculation {
    border-radius: 3px;
    border: 1px solid #d3d8e0;
}
.new-ship-options .spinner-grow {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .7s linear infinite;
    animation: spinner-grow .7s linear infinite;
}
@-webkit-keyframes spinner-grow {
	0% {
		transform: scale(0)
	}

	50% {
		opacity: 1;
		transform: none
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0)
	}

	50% {
		opacity: 1;
		transform: none
	}
}

.d-block.my-3.new-ship-calculation .custom-control {
    margin-bottom: 0;
    padding: 15px 1.5rem 15px 3rem;
    border-bottom: 1px solid #d3d8e0;
}
.new-ship-calculation .custom-control-label:after, new-ship-calculation .custom-control-label:before {
    left: -1.5rem;
}
.d-block.my-3.new-ship-calculation .custom-control.custom-radio:last-child{
	border-bottom:0;
}
.flat-theme .new-ship-options.shipping-methods div{
   padding: 0px !important;
}

.flat-theme .new-ship-options.shipping-methods .spinner{
  display: block;
    width: 100%;
    text-align: center !important;
    margin-top: 15px;
    margin-bottom: 10px;
}
.flat-theme .new-ship-options-row .form-control{
    border: 1px solid #e9ecef !important;
}
.flat-theme .new-ship-options-row.shipping-loading-row{
  border: 1px solid #e9ecef !important;
}
.no-address-ptag{
  color: #a7abb0;
  padding: 10px 15px;
  font-size: 14px;
  cursor: default;
  margin: 0;
  border-top: 1px solid #d3d8e0;
}
/**shipping method loader end*/
/**3DS payment iframe start*/
.flat-theme #threedspaymentmodal iframe{
	height:300px;
}
.flat-theme #threedspaymentmodal iframe + iframe{
	height:0 !important;
}
/**3DS payment iframe end*/
/** paylater/venmo btn start */
.flat-theme .paylater-btn-position .flat-paylater-return-btn{
  order: 3;
  flex: 0 0 100%;
  max-width: 100%;
}
.flat-theme .paylater-btn-position .flat-paylater-venmo-btn{
  order: 2;
  flex: 0 0 100%;
  max-width: 100%;
}
.flat-theme .upsell-view #paylater-button-container{
  position: relative;
}
.flat-theme .uni-paylater-venmo{
  padding: 0;
}
.flat-theme .upsell-view .uni-paylater-venmo-upsell{
  padding: 0;
}
/** paylater/venmo btn end*/
.flat-theme .confirm-view .total-price-cell {
  display: block;
}

/** fixing for paypal express button design*/
@media(max-width:766px){
  .flat-theme .d-block.uni-theme-cart {
    margin-top: 110px !important;
  }
  .show-notification .flat-theme .d-block.uni-theme-cart {
    margin-top: 0px !important;
  }
}
/** Link Product description start*/
.link-product-description{
  width: 85%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.uni-cross-sell-product p {
  margin: 0;
  color: #737373;
  font-size: 12px;
}
/** Link Product description end*/