﻿.container-fluid {
  max-width: 1190px !important;
}

.breadcrumb .d-flex {
  align-items: center;
}

[data-ody-id='RequestCabinButton'] {
  font-size: 15px;
}

.checkout-stepper-accordion .card-header {
  align-items: center;
}

@media (max-width: 540px) {
  .checkout-stepper-accordion .card-header .step-number {
    margin: 0 10px 0 5px;
  }
}

@media (max-width: 980px) {
  [data-ody-id='PriceInfoPopup'] .sticky-top {
    display: block;
  }

    [data-ody-id='PriceInfoPopup'] .sticky-top [data-ody-id='shareContentButton'] {
      margin-left: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .customer-account-title-gender .custom-select.Title.is-valid,
  .customer-account-title-gender .custom-select.Title.is-invalid,
  .customer-account-title-gender .custom-select.Gender.is-valid,
  .customer-account-title-gender .custom-select.Gender.is-invalid {
    padding-right: calc((1em + .75rem) * 3 / 4 + .75rem) !important;
    background-position: right .3rem center, right .85rem center !important;
  }
}

[data-ody-id='odyEmail'] .odi-mail {
	width: 14px !important;
	height: 14px !important;
}

@media(max-width: 540px) {
	ody-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
		max-width: 295px;
	}
}

#shipReviewPlugin .cbResultSetPanelDataContainer {
  margin-bottom: 0;
}

#shipReviewPlugin .dlc-ship-review-title {
  position: relative !important;
}

.cbResultSetPanelDataContainer .cbResultSetNestedAlign {
  vertical-align: middle;
}

@media (min-width: 540px) and (max-width: 768px) {
  #shipReviewPlugin .cbResultSetPanelDataContainer .cbResultSetNestedAlign img {
    width: 218px !important;
  }
}
