div#modal-zoom-product {
	background-color: #fff;
	pointer-events: none;
}
body.modal-open,.modal {
	overflow-y: auto;
}
body.modal-open::-webkit-scrollbar,.modal::-webkit-scrollbar {
	width: 6px;
}
body.modal-open::-webkit-scrollbar-track, .modal::-webkit-scrollbar-track {
	background: transparent;
}
body.modal-open::-webkit-scrollbar-thumb, .modal::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 3px;
}
a:focus, .small-pct div div div:focus, .input-btn-primary:focus {
	outline: 2px solid #668BE8 !important;
	box-shadow: none !important;
	outline-offset: 5px;
}

/* make sticky position works*/
.selected {
	position: sticky;
	top: 0;
	z-index: 100;
}
body {
	overflow: unset !important;
}

/*stick position*/
.detail-page .how-it-works {
	background-color: #f7f7f7;
	padding: 15px;
}
.detail-page .how-it-works hr {
	border-top: 1px solid #e71921;
}
.detail-page .how-it-works ul {
	margin-left: 25px;
}
.detail-page .how-it-works li {
	list-style-type: disc;
	margin-left: 15px;
	font-size: 16px;
	font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.detail-page a.inline-link, .detail-page .table-column a.inline-link {
	color: #3573b1 !important;
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-decoration: underline !important;
}
.detail-page .how-it-works a.inline-link:hover, .detail-page .table-column a.inline-link:hover {
	color: #333366 !important;
	text-decoration: none !important;
}
.detail-page a.inline-link:hover{
	text-decoration: none !important;
}
.detail-page span.quantity-stepup {
    right: 3px!important;
}
p.read-more-wrapone {
    color: #000;
}
/*Detail Page*/

.detail-page .icon-zoom {
	right: 0;
}
.detail-page .small-pct{
	padding: 0px;
	margin-top: 15px;
}
#modal-zoom-product.detail-page .small-pct{
	margin-top: 15px;
} 
.detail-page .small-pct div img{
	margin-left: 0px;
	margin-right: 0px;
	width: fit-content;
    height: fit-content;
	max-width:100%;
	max-height: fit-content;
}
.detail-page button.close {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
}
.detail-page .small-pct div{
	margin-left: 5px;
	margin-right: 5px;
}
.detail-page .bi {
	z-index: 2222;
}
.detail-page a.btn-floating.align-self-center.inactive {
	outline: 2px solid #fff !important;
}
.detail-page .small-pct .content {
    padding: 0px!important;
	min-width:250px;
}
.detail-page div#availabilityControl {
    width: 100%;
}
.detail-page section.suggested-prod-related-to.card {
    margin-top: 50px;
}
.detail-page .modal-content {
    padding: 0px 10px 0px 10px;
}
div#modal-zoom-product.detail-page .modal-dialog.modal-xl {
    margin-top: 0;
}
.detail-page .small-pct div img:hover {
    cursor: pointer;
}
.detail-page .zoomable-image:hover {
	cursor: url("../images/24px-zoom.png") 10 10, auto;
}
.detail-page .zoom-product .zoomable-image:hover {
    cursor: default;
}
.detail-page span.zoom-in-icon {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #fff;
    background: transparent;
    width: 40px;
    height: 40px;
}
.detail-pag .number-input.required-field {
    margin-left: -20px;
}
div[aria-selected='true'] {
	padding-bottom:5px;
    border-bottom: 2px solid #333366;
}
div:has(img.mySlides):not(div[aria-selected='true']) {
	padding-bottom: 5px;
    border-bottom: 2px solid #fff;
}
.bi.bi-chevron-compact-right, .bi.bi-chevron-compact-left
{
	background-repeat: no-repeat;
    height: 44px;
    width: 44px;
}
.bi.bi-chevron-compact-right {
    background-image: url(../images/carousel-blue-right.png);
}
.bi.bi-chevron-compact-left {
    background-image: url(../images/carousel-blue-left.png);
}
.bi.bi-chevron-compact-right:hover {
    background-image: url(../images/44x44-hover-right.png);
}
.bi.bi-chevron-compact-left:hover {
    background-image: url(../images/44x44-hover-left.png);
}
.detail-page .quantity-wrapper {
    width: 80px;
    position: relative;
}
.detail-page .number-input.required-field.error {
    display: block;
	width:100%;
}
.detail-page .number-input span:before {
	display: none;
}
.detail-page .number-input button.quantity-stepup {
    right: 5px;
    top: 5px;
}
.detail-page .number-input .quantity-stepup:before {
    color: #336;
    content: "\25B2";
    font-size: 18px;
    height: 20px;
    margin-right: 0px;
    position: absolute;
    top: 40px;
    right: 1px;
}
.detail-page button.quantity-stepdown:before {
    position: absolute;
    top: 40px;
    left: 0px;
}

.detail-page button.quantity-stepdown {
    top: 19px;
    right: 6px;
}
.detail-page .number-input.required-field, .detail-page .number-input.required-field span#errorMessage
 {
    width: 100%;
}
 .detail-page .number-input.required-field span#errorMessage
 {
    width: 100%;
	display: unset;
	visibility: hidden;
}
.detail-page .number-input.required-field span#errorMessage{
	font-size: 14px;
}
@media (max-width: 767.98px) {
	.detail-page input#cartQuantity {
		text-align: center;
	}
	.detail-page .zoomable-image {
		cursor: pointer; 
	}
}
a.btn.btn-primary.more-info.collapsed:after {
    content: ""; 
    display: inline-block; 
    background-image: url('https://stage-www.usps.com/test/ps-new/images/plus.svg');
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
    opacity: 1;
    transform: rotate(90deg);
    transition: transform .2s ease-in-out;
    vertical-align: middle;
    margin-left: 5px;
	position: absolute;
    right: 0;
}
a.btn.btn-primary.more-info.expanded:after{
	content: "";
    display: inline-block; 
    background-image: url('https://stage-www.usps.com/test/ps-new/images/minus.svg');
	background-size: 15px 15px;
    height: 15px;
    width: 15px;
    transform: rotate(0deg);
    opacity: 1;
    transition: transform .2s ease-in-out;
	position: absolute;
    right: 0;
}
.detail-page .edit-label{
	min-width: 170px;
    margin-right: 30px;
}
.detail-page .view-label{
	min-width: 170px;
}
.detail-page .LoggedIn {
    display: none;
}
.detail-page .LoggedIn.active {
    display: block;
}
@media (max-width: 991.98px){
	.detail-page .Soda-image a img, .detail-page .modal-content .Soda-image a img {
		max-width: fit-content;
        max-height: fit-content;
	}
	  .edit-view-label-wrapper-d {
        justify-content: space-between;
    }
}

/* More information*/

.detail-page .more-info-container {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-left: 0px;
	padding-right: 0px;
}
.detail-page a.more-info, .detail-page a.drowpdown-container {
	display: inline-block;
	position: relative;
	text-align: left;
	background-color: #fff;
	color: #336;
	border: 0px;
	border-bottom: 1px solid #336;
	border-radius: 0px;
	margin-bottom: 7px;
}
.detail-page a.more-info{
	margin-bottom: 0px;
}
.detail-page a.drowpdown-container, .detail-page a.drowpdown-container:hover, .detail-page a.more-info, .detail-page a.more-info:hover {
	border: 1px solid #fff !important;
	padding-left: 0px;
}
.detail-page a.more-info:hover, .detail-page a.drowpdown-container:hover {
	color: #336 !important;
	background-color: #fff !important;
	border: 1px solid #fff !important;
}
.detail-page .more-info-container .card.card-body {
	border: 0px;
}
.detail-page a.more-info svg, .detail-page .detail-page a.drowpdown-container svg {
	position: absolute;
	right: 0;
	bottom: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.detail-page a.more-info[aria-expanded='false'] svg.bi.bi-plus-lg,
.detail-page a.drowpdown-container[aria-expanded='false'] svg.bi.bi-plus-lg {
	display: inline-block;
}
.detail-page a.more-info[aria-expanded='true'] svg.bi.bi-plus-lg,
.detail-page a.drowpdown-container[aria-expanded='true'] svg.bi.bi-plus-lg {
	display: none;
}
.detail-page .h-tab-content {
	display: inline-block;
}
.detail-page a.btn.btn-primary.more-info {
	border-bottom: 1px solid #000 !important;
	width:100%;
}
.more-info-tab-container{
	margin-bottom: 36px;
}
.detail-page .bi {
	z-index: 1 !important;
}
.detail-page a.more-info:focus {
	color: #336 !important;
	background-color: #fff !important;
	outline: 2px !important;
}
.detail-page div.instock-detail {
    margin-top: 2px;
	margin-bottom: 15px;
}
.detail-page .check-out-process-btn {
    padding: 0px 0px 32px 0px;
}
.detail-page a.Zoom_image {
    margin-bottom: 36px;
}
.detail-page h3.normal {
    font-size: 16px;
    color: #595959;
}
.detail-page .more-info-container .more-info-tab-container ul li{
	font-size: 16px;
	font-family:"HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.detail-page .more-info-container .more-info-tab-container ul {
	list-style: unset;
	margin-left: 30px;
}
.detail-page .more-info-container .more-info-tab-container td:first-child {
    width: 160px;
}

.detail-page .more-info-tab-container:focus-within {
    outline: 2px solid #668BE8 !important;
    box-shadow: none !important;
    outline-offset: 5px;
}

/*  compare tabe css */
/*---------------------------- comparison table --------------------------*/
.compare-similar-items.table-container {
    max-width: 100%;
    overflow-x: auto;
    padding: 5px;
}
.compare-similar-items .table-wrapper {
    display: table;
    width: auto;
    border-collapse: separate;
    border-spacing: 5px 0; 
}

.compare-similar-items .thead {
    display: table-header-group;
}

.compare-similar-items .tbody {
    display: table-row-group;
}

.compare-similar-items .tr {
    display: table-row;
}

.compare-similar-items .th, .compare-similar-items .td {
    display: table-cell;
    padding: 8px;
    text-align: center;
    background-color: #fff;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    position: relative;
}
.compare-similar-items .th:first-child{
	border-top:0px;
}
.compare-similar-items .thead .tr .th::before, .compare-similar-items .tbody .tr .td::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    border-top: 1px solid #999999;
}
.compare-similar-items .thead .tr .th::before{
   border-radius:5px;
}
.compare-similar-items .thead .tr .th.sticky-col::before{
	border: 0px;
}
.compare-similar-items .tbody .tr:last-child .td:not(.sticky-col){
	border-bottom:1px solid #8d8d8d;
	border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.compare-similar-items .th:not(.sticky-col) {
    font-weight: bold;
    position: relative;
    top: 0;
    z-index: 2;
	border-bottom: 0px!important;
	border-top-right-radius: 15px;
    border-top-left-radius: 15px;
	padding-bottom: 40px;
	width: 315px;
}
.compare-similar-items .th * {
    white-space: normal;
    text-align: center;
}
.compare-similar-items .head-container + *
 {
    position: absolute;
    left: 50%;
    bottom: 16px;
	transform: translateX(-50%);
} 
.compare-similar-items span.current-item {
    color: #657085;
}
.compare-similar-items .head-container {
    min-width: 263px;
    max-width: 100%;
    max-height:100%;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.compare-similar-items  .sticky-col {
    position: sticky;
    left: -10px;
    z-index: 3;
    background-color: #fff;
	border-left: 0px;
	text-align: left;
	max-width: 160px;
}
.compare-similar-items .sticky-col.th {
    z-index: 4;
}
.compare-similar-items .td:not(:first-child) {
    font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
	overflow-wrap: anywhere;
}
.compare-similar-items .sticky-col *, .compare-similar-items .th *{
	font-size: 16px;
}
.compare-similar-items  a.inline-link {
    cursor: pointer;
    color: #3573b1;
    text-decoration: underline;
}
.compare-similar-items a.inline-link:hover {
    text-decoration: none;
}
.compare-similar-items .sticky-col{
    max-width: 160px;
}
 .compare-similar-items .th h5{
	  display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Adds the "..." at the end */
 }
@media(min-width: 1200px){
	section.card.compare-table-wraper {
		margin-top: 50px;
	}
	
}
@media (max-width: 1199.98px) {
    .compare-similar-items .th.sticky-col .head-container {
        width: 120px;
    }
	.compare-similar-items .sticky-col {
		max-width: 140px;
	}
}
/*--- End of compare table----*/

.suggested-prod-related-to{
	margin-top: 50px;
}
/*------- Confirmation Page  -------*/
.confirmation-wrapper .order-status h2, .confirmation-wrapper .order-status  {
    color: #218748;
}
.confirmation-wrapper .confirmation-info {
    text-align: right;
}
.confirmation-wrapper .guest-confirmation-success {
    border-bottom: 0px!important;
}
.confirmation-wrapper  .order-summary {
    position:relative;
    top: 0!important;    
	padding-top: 0px;
}
.confirmation-wrapper  .item-view-wrapper .item-wrapper:last-child {
    border-bottom: 0px!important;
}
.confirmation-wrapper  .order-summary .button-wrapper {
    text-align: left;
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
    margin-top: 22px;
}
.confirmation-wrapper .cart-table-h p {
    text-align: left !important;
    padding: 0px!important;
    color: #000;
}
.confirmation-wrapper  .item-data p {
    text-align: left !important;
    color: #000;
	padding-left: 0px!important;
}
.confirmation-wrapper .item-data div.col-3.align-self-center:nth-child(2) {
    padding-left: 0px !important;
}
.confirmation-wrapper .product-info-img-holder {
    margin-bottom: 0px;
}
.confirmation-wrapper .order-summary-wrapper {
    display: flex;
    flex-direction: column;
}
.confirmation-wrapper .order-summary .sub-header {
    color: #333366;
	padding: 0px;
    margin-top: 0px;
}

.confirmation-wrapper .prod-info-detail .prod-item-title {
	color:#333366;
}
.confirmation-wrapper input.input-btn-primary:hover {
    color: #333366;
}
.confirmation-wrapper .item-view-wrapper.eps-store-confirmation{
    margin-top: 50px;
}
.confirmation-wrapper hr.confirmation-page-top-hr {
    margin-top: 48px;
    margin-bottom: 48px;
}
.confirmation-wrapper div.gray-box {
    margin-bottom: 40px;
	padding: 16px;
}
.confirmation-wrapper .item-wrapper, .confirmation-wrapper  .cart-table-h {
    margin-bottom: 0px;
	padding-top: 15px;
}

@media (max-width: 1199.98px) {
	.confirmation-wrapper .mobile-order-summary{
	    position: relative;
		width: 100%;
		display: inline-block;
	 }
	 .confirmation-wrapper .item-wrapper, .confirmation-wrapper  .cart-table-h {
		margin-bottom: 10px;
	}
	.item-data {
		margin-top: 10px;
	}
}
@media (max-width: 991.98px){
	.confirmation-wrapper .cart-tab-header-wrapper {
        display: none;
    }
	
}

/*---- popover css this might be no need ----*/

@media (max-width: 767px) {
    .popover .arrow {
        display: none !important;
    }
}

.confirmation-wrapper div.gray-box {
	border-radius: 10px;
}

.app-container.checkout.card.confirmation-wrapper .row.d-block.d-lg-none
 {
    margin-left: 15px;
    margin-right: 15px;
}
