/* packageReview.css */

html{ 
	overflow: scroll; 
  -webkit-overflow-scrolling: touch;
}

.review-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.btn {
  min-height: 2rem;
}

.modal-dialog .modal-header {
	padding: 0;
	margin: 0;
}

#package-review {	
	position: relative;
	margin: 0;	
}

.item {	
	border-bottom: 1px solid #c7c7c7;
	clear: both;	
	position: relative;
}

.image-container img {
	width: 136px;
	height: 136px;
}
.image-container {
	text-align: center;	
}

.product-config-container {
	float: left;
	padding-left: 10px;
	padding-top: 2px;
}

.product-config-container li {
	height: 16px;
}

.product-config-container h2 {
	text-transform: none;
}

h2 {
	margin-bottom: 0;
}

.edit-item-button {
	position: absolute;
	right: 11px;
	top: 8px;
}
#button-bar {
	margin: 20px 10px;
	text-align: right;
}

#button-bar .buy-button {
	text-transform: uppercase;
	width: 194px;
	font-weight: bold;
	line-height: 17px;
}

#button-bar #cancel-button {
	margin-right: 10px;
}

.btn.gold, a.btn.gold:visited, a:visited .btn.gold {
	margin-left: 0;
	background: #091F40;
}
a.btn.gold:focus, a.btn.gold:hover, a:focus .btn.gold, a:hover .btn.gold {
	background: #465770;
}

/*PROD-1730: to hide Jostens logo in the footer */
.catalogPage .jos-logo-container{
	display: none;
}

/*PROD-1730: Added some padding to the bottom of the footer  */
.catalogPage .jos-legal{
	padding-bottom: 30px;
}

.feature-config-label {
	display: inline-block;
}


/**
 Define CSS for package details review 
*/
.package-details-header-bar {
	display: inline-block;
  width: 100%;	
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 14px;
}

.package-details-header-bar .package-details-header-name {
  color: #091F40;
	font-size: 44px;
	line-height: 53px;
	height: 50px;
	font-weight: 300;
	font-family: 'Barlow', sans-serif;
	margin-bottom: 14px;
}

.package-details-header-bar .package-details-header-description {
	height: 50px;
	color: #777777;
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
}

.package-details-header-bar .header-customize-btn {
	float: right;
	padding-top: 5px;
}

.product-review-container {
	padding-left: 10px;
}

.product-review-container .product-detail-column h4 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
}

#package-review .package-group-header {
	
	padding: 10px 10px 10px 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	color: #052A50;
	line-height: 27px;
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	/*
	background: #f0f0f0;
	background-image: -o-linear-gradient(bottom, rgb(226, 226, 226) 34%, rgb(255, 255, 255) 82%);
	background-image: -moz-linear-gradient(bottom, rgb(226, 226, 226) 34%, rgb(255, 255, 255) 82%);
	background-image: -webkit-linear-gradient(bottom, rgb(226, 226, 226) 34%, rgb(255, 255, 255) 82%);
	background-image: -ms-linear-gradient(bottom, rgb(226, 226, 226) 34%, rgb(255, 255, 255) 82%);
	background-image: linear-gradient(bottom, rgb(226, 226, 226) 34%, rgb(255, 255, 255) 82%);
	*/
}

#package-review .package-group-body {
	padding: 30px;
}

#package-review .productName {
    /* float: left; */
    padding-left: 20px;
    padding-top: 5px;
    /* width: 85%; */
    color: #1B7CB8;
    text-align: center;
}

.product-detail-column {
  min-height: unset;
  padding: 5px 10px 0 15px;
  width: auto;
}

.product-review-container .product-detail-specifications h4,
.product-review-container .last,
.product-review-container .product-detail-description h4,
.product-review-container .product-detail-delivery-method {
	display: none;
}

.product-review-container .product-detail-description p {
	color: #777777;
	font-size: 12px;
	line-height: 14px;
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	margin: 0;
	padding-bottom: 0;
}

.product-review-container .product-detail-columns .product-detail-column {
}

.product-review-container .product-detail-columns .product-detail-column.product-detail-specifications {
	border: none;
	color: #777777;
	font-size: 12px;
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
}

.product-review-container .product-detail-columns .product-detail-column.product-detail-specifications ul li {
  margin: 0 0 0 16px;	
  text-indent: 0;
  line-height: 1.4em;
  list-style-position: outside;
}
.product-review-container .product-detail-columns .product-detail-column.product-detail-specifications ul {
	margin: 0;
}


.product-review-container .product-detail-columns .product-detail-column.last {
	display: none;
}

.catalog-billboard.full-width {
    background-size: contain !important;
    height: auto !important;
}

.catalog-billboard-image.full-width {
	width: 100% !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
}

.product-row {
	/*
	background: url(../images/backgrounds/section-bg.png) #ffffff repeat-x top left;
	*/
	/* border-bottom: 1px solid #c7c7c7; */
	clear: both;	
	position: relative;
  display: inline-block;
  width: 33%;
}

.freeSpan {
	color: #daa520;
}

.freeTag {
    float: left;
    width: 65px;
    height: 25px;
    background-image: url('../images/backgrounds/free-tag.png');
    position: absolute;
    right: 42%;
    margin-top: -25px;
    padding: 5px 0 5px 7px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.freeTagText {
	color: black;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.jos-package-review-page {
	max-width: 100% !important;
}

.jos-package-review-page div.box {
    height: 100%;
    padding: 0;
    border: none;
}

.container.container-wrapper {
    border: none;
    max-width: 1280px;
    background-color: #fff;
}

.dropdown-menu {
    z-index: 1000000 !important;
}

.jos-customer-exists-container .jos-customer-exists-form .get-started-message h3 {
    border-bottom: 0px solid #E2E2E2 !important;
}

.jos-customer-exists-container .jos-customer-exists-form .get-started-message {
    font-style: italic !important;
}

.customer-exists-link-change a {
    font-size: 12px !important;
}

.jos-customer-exists-form {
    font-size: 12px !important;
}

.customer-exists-link .btn-secondary {
    color: #000 !important;
}

.jos-package-review { position: relative; }

.jos-package-review-header {
	max-width: 100%;
	margin-bottom: 10px;
  	margin-top: 10px;	
}

#steps.review {
	background: none;
}

a.jos-product-edit, a.jos-product-edit:hover, a.jos-product-edit:visited {
	color: #1b7cb8;
} 

.jos-productdetail-options li {
	font-size: 13px !important;
    line-height: 20.5px !important;
    font-family: 'Helvetica Neue', helvetica, arial, sans-serif !important;
}

.jos-stepsbar.l-globalwidth {
	max-width: 100%;
}

#customerSearchV4 .jos-customer-search-form .form-groups #CustomerSearch-city,#customerSearchV4 .jos-customer-search-form .form-groups  #CustomerSearch-state, #customerSearchV4.jos-customer-search-form .form-groups  #CustomerSearch-country,#customerSearchV4 .jos-customer-search-form .form-groups #CustomerSearch-name{
	display: block;
	width: 100%;
}

#customerSearchV4 .jos-customer-search-form .btn.btn-secondary{
	background-color: #091F40;
	border: none;
	float: none;
}

#customerSearchV4 .jos-customer-search-form h3 {
    border-bottom: none;
	color: black;
}

#customerSearchV4 .jos-customer-search-form-container .container{
	max-width: 100%;
}

#customerSearchV4 .jos-customer-search-container.l-globalwidth{
	width: 100%;
	max-width: 100%;
	display: block;
}

#customerSearchV4 .jos-customer-search-container .container.bg-primary{
	background-color: #CDAB75;
}

#customerSearchV4 .jos-form-inline-arrow .jos-form-inline-message .jos-form-inline-message-bg:after {
    background-image: url("../images/sandbanner.png");
}

.catalog-section a, .catalog-section-transparent a, .catalog-section a:hover, .catalog-section-transparent a:hover {
	color: #777 !important;
}

.package-list-carousel li a img {
	background-repeat: no-repeat;
}

.jos-stepsbar-step {
	font-size: 14.5px !important;
}

.ui-widget-content {
    background: none;    
}

.ui-widget {
    font-family: Helvetica, Arial, sans-serif; 
}

.ui-widget * {
    font-family: Helvetica, Arial, sans-serif !important;; 
}


.ui-dialog {
	background-color: #fff !important;
    background-image: none !important;
}

.jos-product-edit-wrapper {
	float: right !important;
}

.jos-productdetail-header {
	width: 100% !important;
}
.jos-product-edit {
	font-size: 15px !important; 
}

.jos-productdetail-options {
	clear: both;
}

.jos-productdetail-imagery img {
	margin-top: 10px;
}

.jos #scrollUp {
	bottom: 50px;
}

.jos-package-review-header .catalog-breadcrumbs a, 
.jos-package-review-header .catalog-breadcrumbs a:visited {
	color: #1b7cb8;
}

@media screen and (min-width: 800px) {

	.modal-dialog {
		width: 1260px;
    padding: 20px 0;
  }
	
	.modal-dialog .modal-content {
		padding: 44px 30px 30px 41px;
		margin-left: 20px;
	}
	
	.modal-dialog .jos-package-review-header {
	  max-width: none;
	}
	
	#package-review .jos-package-review-header {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	} 
	
	#package-review .package-group-header {
		border-bottom: 1px solid #979797;
		padding-left: 0;
	}
}

@media screen and (max-width: 60em) {
	.image-container {
		width: 100%;
		text-align: center;
	}
	
	.image-container img {
		width: 40%;
		height: auto;
	}
	
	#package-review .productName {
		width:100%;
	}
	.product-review-container {
		width:100%;
	}
	
	.product-review-container .product-detail-columns .product-detail-column.product-detail-column {
		width:100%;		
	}
	.product-detail-column {
		border: none;
	}
}

@media screen and (max-width: 1024px) {
	.jos-package-review-page .jos-productdetail-multistepreview .jos-productdetail-options {
		width: 75%;
	}
	.jos-package-review-page .jos-productdetail-multistepreview .jos-productdetail-imagery {
		width: 25%;
	}
}

@media screen and (max-width: 800px) {
	
	.modal-dialog .modal-header {
		padding-top: 12px;
	}

	.modal .modal-content {
		padding: 0 12px;
	}
	
	#package-review .jos-package-review-header {
		margin: 0;
	}
	
	#package-review .package-group-header {
		border-top: 1px solid #979797;
	}
	
	
.mascot-package-detai {
	height: 73px;
	width: 247px;
	color: #091F40;
	font-family: 'Barlow', sans-serif;
	font-size: 27px;
	font-weight: 300;
	line-height: 32px;
}
	
	#package-review .package-group-body .productName h3 {
		margin: 14px 0 0 0;
	}
	
	#package-review .package-group-body .product-review-container,
	#package-review .package-group-body .productName,
	#package-review .package-group-body .product-detail-description,
	#package-review .package-group-body {
		padding: 0;
	}
	
	.modal .modal-content .package-group-body	.image-container img {
		width: 100%;
	}
	
	.modal .modal-content .package-group-body .product-row {
		padding: 0;
		clear: both;	
		position: relative;
  	display: block;
  	width: 100%;
	}
	
	.jos-package-review-page .jos-productdetail-multistepreview .jos-productdetail-options {
		width: 100%;
		float: none;
	}
	.jos-package-review-page .jos-productdetail-multistepreview .jos-productdetail-imagery {
		width: 100%;
	}
	
	.package-details-header-bar .package-details-header-name {
		font-size: 27px;
		font-weight: 300;
		line-height: 32px;
	}
	
	.package-details-header-bar .package-details-header-description {
		font-size: 16px;
		font-weight: 300;
		line-height: 22px;
	}
	
	#button-bar {
		text-align: center;
	}
	
	#button-bar .buy-button {
		width: 100%;
		height: 40px;
	}
}