/* This CSS is for Ulta's specific Button Styles. It also has style for Ulta's modal and fixes to the modal as it displays on desktop due to common.css */


/* The next few lines Kevin wrote because apparently the kid's still got it */

button.ub--btn {
  display: block;
}

button.ub--btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.ub--btn .ub--btn__icon {
  position: relative;
  vertical-align: middle;
  top: 0;
}

.ub--btn {
  font-family: "ibm-plex-sans", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  font-weight: 600;
  height: 3rem;
  min-width: 148px;
  padding: 0 1rem;
  border-radius: 0.3125rem;
  text-align: center;
  text-decoration: none;
  transition-duration: 250ms;
  transition-timing-function: ease-in;
  white-space: nowrap;
  line-height: 16px;
}

.ub--btn .ub--btn__icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  transition-duration: 250ms;
  transition-timing-function: ease-in;
}

/* Primary Button */
.ub--btn--primary {
  background-color: #E90B5A;
  border: none;
  color: #FFFFFF;
}

.ub--btn--primary:focus, .ub--btn--primary:hover {
  background-color: #BA0848;
}

.ub--btn--primary:focus {
  outline: none;
}

.ub--btn--primary:active {
  background-color: #8B0636;
}

.ub--btn--primary .ub--btn__icon {
  fill: #FFFFFF;
}

.ub--btn--primary:disabled {
  cursor: not-allowed;
  background-color: #E6E6E6;
}

.ub--btn--primary:disabled:hover, .ub--btn--primary:disabled:focus {
  background-color: #E6E6E6;
}

/* Secondary Button */
.ub--btn--secondary {
  background-color: #transparent;
  border: none;
  color: #E90B5A;
  border: 1px solid #E90B5A;
}

.ub--btn--secondary:focus, .ub--btn--secondary:hover {
  background-color: #FACEDE;
  border: 1px solid #FACEDE;
  color: #BA0848;
}

.ub--btn--secondary:focus {
  outline: none;
}

.ub--btn--secondary:disabled:hover, .ub--btn--secondary:disabled:focus {
  background-color: #E6E6E6;
}

.ub--btn--secondary:active {
  background-color: #F69DBD;
  border: 1px solid #F69DBD;
}

.ub--btn--secondary .ub--btn__icon {
  fill: #E90B5A;
}

.ub--btn--secondary:hover .ub--btn__icon {
  fill: #BA0848;
}

.ub--btn--secondary:disabled {
  cursor: not-allowed;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #E6E6E6;
}

.ub--btn--secondary:disabled:hover, .ub--btn--secondary:disabled:focus {
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #E6E6E6;
}

/* Tertiary Button */
.ub--btn--tertiary {
  background-color: transparent;
  border: none;
  color: #303030;
  border: 1px solid #303030;
}

.ub--btn--tertiary:focus, .ub--btn--tertiary:hover {
  background-color: #E6E6E6;
  border: 1px solid #E6E6E6;
  color: #000000;
}

.ub--btn--tertiary:focus {
  outline: none;
}

.ub--btn--tertiary:disabled:hover, .ub--btn--tertiary:disabled:focus {
  background-color: transparent;
}

.ub--btn--tertiary:active {
  background-color: #CCCCCC;
  border: 1px solid #CCCCCC;
}

.ub--btn--tertiary .ub--btn__icon {
  fill: #303030;
}

.ub--btn--tertiary:hover .ub--btn__icon {
  fill: #000000;
}

.ub--btn--tertiary:disabled {
  cursor: not-allowed;
  background-color: transparent;
  border: 1px solid #E6E6E6;
  color: #E6E6E6;
}

.ub--btn--tertiary:disabled:hover, .ub--btn--tertiary:disabled:focus {
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #E6E6E6;
}

.ub--btn--md {
  letter-spacing: 0;
  height: 2.5rem;
  min-width: 132px;
}

.ub--btn--sm {
  letter-spacing: 0;
  height: 2rem;
  padding: 0 0.5rem;
  min-width: 124px;
}

body .ub--btn {
  display: inline-flex;
  margin-top: 1rem;
}

/* What lies below, who knows */

.bootstrap-wrapper .btn {
  display: inline-block;
  font-weight: bold;
  line-height: 1.25rem;
  text-align: center;
	text-shadow: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .625rem 2.5rem .425rem;
  font-size: 1rem;
  border-radius: .313rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.bootstrap-wrapper .btn:focus, .bootstrap-wrapper .btn:hover {
  text-decoration: none;
}
.bootstrap-wrapper .btn.focus, .bootstrap-wrapper .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-wrapper .btn.disabled, .bootstrap-wrapper .btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}
.bootstrap-wrapper .btn.active, .bootstrap-wrapper .btn:active {
  background-image: none;
}
.bootstrap-wrapper a.btn.disabled, .bootstrap-wrapper fieldset[disabled] a.btn {
  pointer-events: none;
}
.bootstrap-wrapper .btn-primary {
  color: #fff;
  background-color: #e90b5a !important;
  border-color: #e90b5a !important;
}
.bootstrap-wrapper .btn-primary:hover {
  color: #fff;
  background-color: #d80b54 !important;
  border-color: #d80b54 !important;
}
.bootstrap-wrapper .btn-primary.focus, .bootstrap-wrapper .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 76, 36, 0.5);
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}
.bootstrap-wrapper .btn-primary.disabled, .bootstrap-wrapper .btn-primary:disabled {
  background-color: #0275d8;
  border-color: #0275d8;
}
.bootstrap-wrapper .btn-primary.active, .bootstrap-wrapper .btn-primary:active, .bootstrap-wrapper .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  background-image: none;
  border-color: #01549b;
}
.bootstrap-wrapper .btn-singleUse {
  color: #fff;
  background-color: #ef4262;
  border-color: #ef4262;
}
.bootstrap-wrapper .btn-singleUse:hover {
  color: #fff;
  background-color: #eb1158;
  border-color: #eb1158;
}
.bootstrap-wrapper .btn-singleUse.focus, .bootstrap-wrapper .btn-singleUse:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.bootstrap-wrapper .btn-singleUse.disabled, .bootstrap-wrapper .btn-singleUse:disabled {
  background-color: #fff;
  border-color: #ccc;
}
.bootstrap-wrapper .btn-singleUse.active, .bootstrap-wrapper .btn-singleUse:active, .bootstrap-wrapper .show > .btn-singleUse.dropdown-toggle {
  color: #292b2c;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.bootstrap-wrapper .btn-secondary {
  color: #e90b5a;
  background-color: #fff;
  border-color: #e90b5a;
}
.bootstrap-wrapper .btn-secondary:hover {
  color: #c00b4b;
  background-color: #fef3f7;
  border-color: #c00b4b;
}
.bootstrap-wrapper .btn-secondary.focus, .bootstrap-wrapper .btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.bootstrap-wrapper .btn-secondary.disabled, .bootstrap-wrapper .btn-secondary:disabled {
  background-color: #fff;
  border-color: #ccc;
}
.bootstrap-wrapper .btn-secondary.active, .bootstrap-wrapper .btn-secondary:active, .bootstrap-wrapper .show > .btn-secondary.dropdown-toggle {
  color: #292b2c;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}


.bootstrap-wrapper .btn-group-sm > .btn, .bootstrap-wrapper .btn-sm {
  padding: .5rem 1.25rem .4rem;
  font-size: .875rem;
  border-radius: .25rem;
}
.bootstrap-wrapper .btn-group-xs > .btn, .bootstrap-wrapper .btn-xs {
  padding: .375rem .75rem .275rem;
  font-size: .75rem;
  border-radius: .188rem;
}



/* Modal styles- these fix the conflict between the common.css modal and Bootstrap 4 version */
/*.bootstrap-wrapper .modal-backdrop {
    background-color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	z-index: 1040 !important;}
	
	.bootstrap-wrapper .modal-backdrop.in {opacity: 0.8 !important;}
	
	.bootstrap-wrapper .modal-content {
		background-clip: padding-box;
		background-color: #fff;
		border: 2px solid #cccccc;
		border-radius: 5px;
		outline: 0 none;
		position: relative;}*/
	
	.bootstrap-wrapper .modal-content {
		box-shadow: 8px 8px 4px 0 rgba(0, 0, 0, 0.14);}
	
	.bootstrap-wrapper .modal.in .modal-dialog {
		transform: translate(0px, 0px) !important;
		z-index: 1050;}

.modal-lg {
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	margin: 30px auto !important;
	width: 900px !important;}

.modal {
    background-clip: none !important;
    background-color: rgba(255, 255, 255, 0.5);
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    left: 0 !important;
    margin-left: 0 !important;
    outline: 0 none;
    position: fixed;
    top: 0 !important;
    width: 100% !important;
    z-index: 0;}

	.modal-backdrop {
		background-color: transparent;
		z-index: 0 !important;} 
		
	.modal-body {max-height: 700px !important;}
		
		.close {
			font-size: 25px !important; 
			font-weight: normal !important;
			color: #636466 !important;
			opacity: 1 !important;}
		
	.bootstrap-wrapper .close:hover,
	.bootstrap-wrapper .close:focus {
		color: #636466 !important;
		opacity: 0.8 !important;
		transform: rotate(360deg);
		transition: all 0.3s ease-in-out 0s;}

@media (max-width: 576px) {
	
.bootstrap-wrapper .btn {
	padding: 0.525rem 2.5rem 0.7rem}

.bootstrap-wrapper .btn-group-sm > .btn, .bootstrap-wrapper .btn-sm {
	padding: .5rem 1.25rem .4rem;
	font-size: .875rem;
	border-radius: .25rem;
	}
.bootstrap-wrapper .btn-group-xs > .btn, .bootstrap-wrapper .btn-xs {
	padding: .375rem .75rem .275rem;
	font-size: .75rem;
	border-radius: .188rem;
	}
  
}
@media (max-width: 768px) {
	
  .bootstrap-wrapper .btn {
    padding: 0.6rem 2.5rem 0.7rem}
  
  .bootstrap-wrapper .btn-group-sm > .btn, .bootstrap-wrapper .btn-sm {
    padding: 0.4rem 1.25rem 0.5rem;
    font-size: .875rem;
    border-radius: .25rem;
    }
  .bootstrap-wrapper .btn-group-xs > .btn, .bootstrap-wrapper .btn-xs {
    padding: 0.3rem 0.75rem 0.275rem;
    font-size: .75rem;
    border-radius: .188rem;
    }
    
  }

  @media (max-width: 1355px) {
	

      
    }
