.btn-i-flex{ display: inline-flex !important; }
.pd-out-of-stock {
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #e44331;
}
#user-rating{ font-size: 1.75rem }
.address-block{ border:none; }
.address-border {
    border-top: 1px solid #ccc;
    width: 98%;
    margin: 0 auto;
}

.time-slot{ margin-left: 20px; margin-top: 20px; }
.time-slot input[type="radio"]{ margin-top: 0.2rem; }
.add-new-delivery-address { box-shadow: none; border-bottom: 0; }
.box-shadow {
    height: 2px;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 0px 2px 0px 0 rgb(0 0 0 / 20%);
}

.btn-city{ cursor: pointer; }

.address-card h6{ padding-bottom: 5px !important; }

.address-card{
    padding: 20px;
    padding-top: 0;
    margin: 20px;
}
.address-card .row{
    border: 1px solid #ccc;
    border-radius: 5%;
	padding: 20px;
    padding-left: 0;
    padding-bottom: 0;
}
.saving-summary{
	color: #388e3c;
}
.address-card .address-text{
    height:235px;
    overflow: hidden;
}

@media (min-width: 790px) {
  .checkout-order-summary-table table td:nth-child(1) {
    width: 121px; }
  .checkout-order-summary-table table td:nth-child(2) {
    width: auto; }
  .checkout-order-summary-table table td:nth-child(3) {
    width: 140px; }
  .checkout-order-summary-table table td:nth-child(4) {
    width: 115px; }
  .checkout-order-summary-table table td:nth-child(5) {
    width: 100px;
    text-align: right; }
  .checkout-order-summary-table .tt-price:not(.subtotal) {
    margin-right: 24px; }
  .checkout-order-summary-table .tt-price.subtotal {
    margin-left: 24px; }
  .checkout-order-summary-table .tt-list-parameters {
    display: none; } 
}

@media (max-width: 789px) {
  .checkout-order-summary-table table td:nth-child(1) {
    width: 121px; }
  .checkout-order-summary-table table td:nth-child(n+3) {
    display: none; }
  .checkout-order-summary-table table td:nth-child(2) {
    width: auto; }
  .checkout-order-summary-table td:nth-child(2) > *:nth-child(1) {
    margin-top: 0; }
  .checkout-order-summary-table .tt-list-parameters {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 11px; }
    .checkout-order-summary-table .tt-list-parameters li:not(:first-child) {
      margin-top: 11px; } 
}

.checkout-order-summary-table .tt-product-img img {
  max-width: 75px;
  height: auto;
}

.footer-address span{
  color: #777777 !important;
}

.menu-block{
  padding-left: 14px;
  padding-right: 8px;
}

.trial-text{
  font-family: "Hind", sans-serif;
  font-size: 16px;
}

header .trial-obj .tt-dropdown-design .tt-badge-cart{
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #2879fe;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 12px;
  line-height: 1.7;
  pointer-events: none;
}

.trial-confirm{
  padding: 11px 67px;
    background: #2879fe;
        color: #fff;
    display: block;
    border-radius: 10px;
}

/*city modal*/
#city-modal:before{
  vertical-align: top;
}

#city-modal .modal-dialog{
  margin-top: 50px;
}
#city-modal .modal-body{
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

#city-modal .city-icon{
  width: 80%;
}

.more-cities-block, .more-cities-block .row, .view-all-btn{
  margin-top: 30px;
}

/*size chart modal*/
#modal-size-chart:before{
  vertical-align: top;
  height: auto;
}

#modal-size-chart .modal-dialog{
  margin-top: 50px;
  width: 95%;
}

.size-chart-table-container{
  overflow-y: scroll;
}

.options-color{
  border: 1px solid black;
}

.terms-conditions strong{
  font-weight: bold;
}
.product-search-text{
  text-transform: none !important;
}

.user-size-chart{
  min-width: 100%;
}

.similar-product-carousal span.tt-img.product-list-image img{
  margin: 0 auto !important;
}

.Product-Page-Info
{
    background-color: #ff6565ad;
    padding: 15px;
    margin-left: -30px;
    border-radius: 8px;  
}