/*Fix shifting navbar on modal open https://github.com/twbs/bootstrap/issues/14040*/
body.modal-open {
  overflow-y: auto !important;
  padding-right: 0 !important;
}

.modal-scrollbar-measure {
  overflow: hidden;
}

/*Fix extra scroll bar on side cart*/
.cart-sidebar .cartMenu .scroll-pane {
  height: calc(100% - 98px - 51px);
}

/*Fix color checkbox swatches not working in IE due to font size being a percentage of 0 */
.swatches-rounded li.selected > a::after {
  font-size: 12px !important;
}

/*Fix side cart and modal z-index conflicts*/
.cart-sidebar {
  z-index: 1060;
}

#allGiftsSelectedModal, #cartErrorModal, #creditInstructionsModal, #messageModal, #noCreditsRemainingModal {
  z-index: 1070;
}

/*CSS Styles on login for unused swiper plugin*/
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

/*Darker input text*/
.form-control, input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
  color: #333333;
}

.displaynone {
  display: none;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
}

.ellipsis.multiline {
  white-space: normal;
}

.errorUnderline {
  border-bottom: 1px solid #e74c3c;
}

.pointer {
  cursor: pointer;
}

.text-underline {
  text-decoration: underline;
}

.termsCheckBoxError {
  -webkit-box-shadow: 0 0 5px 5px rgba(231, 76, 60, 1);
  -moz-box-shadow: 0 0 5px 5px rgba(231, 76, 60, 1);
  box-shadow: 0 0 5px 5px rgba(231, 76, 60, 1);
}

.orderStep.orderStepGift li {
  display: inline-block;
  float: left;
  height: auto;
  margin: 0;
  min-height: 55px;
  padding: 0;
  width: 50%;
}

.orderStep.orderStepNoShip li {
  display: inline-block;
  float: left;
  height: auto;
  margin: 0;
  min-height: 55px;
  padding: 0;
  width: 25%;
}

.orderStep.orderStepPayroll li {
  display: inline-block;
  float: left;
  height: auto;
  margin: 0;
  min-height: 55px;
  padding: 0;
  width: 25%;
}

.orderStep.orderStepNoShipPayroll li {
  display: inline-block;
  float: left;
  height: auto;
  margin: 0;
  min-height: 55px;
  padding: 0;
  width: 33.333333333333333333333333333333%;
}

/* payroll */
.orderStep.orderStepPayroll.os_p_c1 li {
  width: 20%;
}

.orderStep.orderStepPayroll.os_p_c2 li {
  width: 16.6666666667%;
}

/* payroll no shipping */
.orderStep.orderStepNoShipPayroll.os_nsp_c1 li {
  width: 25%;
}

.orderStep.orderStepNoShipPayroll.os_nsp_c2 li {
  width: 20%;
}

/* no shipping */
.orderStep.orderStepNoShip.os_ns_c1 li {
  width: 20%;
}

.orderStep.orderStepNoShip.os_ns_c2 li {
  width: 16.6666666667%;
}

/* gift only */
.orderStep.orderStepGift.os_g_c1 li {
  width: 33.3333333333%;
}

.orderStep.orderStepGift.os_g_c2 li {
  width: 25%;
}

/* shipping */
.orderStep.os_s_c1 li {
  width: 16.6666666667%;
}

.orderStep.os_s_c2 li {
  width: 14.2857142857%;
}

.customStuck {
  top: -50px;
}

.customSticky {
  opacity: .85;
}

.redShadow {
  -webkit-box-shadow: 0 0 10px 5px rgba(231, 76, 60, 0.75) !important;
  -moz-box-shadow: 0 0 10px 5px rgba(231, 76, 60, 0.75) !important;
  box-shadow: 0 0 10px 5px rgba(231, 76, 60, 0.75) !important;
}

/*Landing Page*/
.landingError {
  opacity: 0;
  color: #e74c3c !important;
  font-size: 16px;
  font-weight: bold;
  background-color: white;
  box-shadow: rgb(255, 255, 255) 0 0 3px 4px;
  padding: 0 3px;
  border-color: white;
  display: inline-block;
  margin-top: 10px;
}

.page-landing [class^="icheckbox_square"] {
  background-color: white;
}

#cartErrorModal button.close,
#cartErrorModal .modal-title-site {
  color: #a94442;
}

#messageModal .modal-dialog {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.7);
}

.product-view-thumb-nav {
  margin: auto;
}

.modal-product-thumb .bx-wrapper {
  padding-left: 5px;
  padding-right: 5px;
}

.modal-product-thumb .bx-viewport {
  height: auto !important;
}

.modalBtnMargin {
  margin-top: 5px;
}

/* modal header title */
@media (max-width: 400px) {
  .modal-title-site {
    line-height: 48px;
  }
}

.section-hero-parallax .hero-parallax-content {
  padding: 50px 0;
}

.productFilter {
  /*padding-bottom:24px;*/
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  text-align: center;
  background-color: #444;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#productSetailsModalAjax .close span {
  font-size: 20px;
  vertical-align: top;
}

/*Credit Symbol*/
.credSymbol {
  font-size: 70%;
  padding-bottom: 3px;
  display: inline-table;
  vertical-align: bottom;
  /*color: #D6BC32;*/
}

#credCount .credSymbol {
  font-size: 100%;
  padding-bottom: 4px;
}

.miniCartFooter .subtotal .credSymbol {
  padding-bottom: 4px;
}

#sideCartSubtotal .credSymbol {
  padding-bottom: 5px;
}

.insCreditTxt .credSymbol {
  padding-bottom: 15px;
}

#qvPrice .credSymbol {
  padding-bottom: 7px;
}

#price .credSymbol {
  font-size: 90%;
  padding-bottom: 9px;
}

.miniCartDescription .price .credSymbol,
.sideCartDescription .price .credSymbol {
  font-size: 80%;
  vertical-align: baseline;
}

.CartDescription .price .credSymbol {
  font-size: 80%;
  vertical-align: baseline;
}

#credUsed .credSymbol,
#credOwed .credSymbol,
#cart-summary .credSymbol,
.CartProduct .price .credSymbol,
.mobileCartSubtotal .credSymbol,
.priceFilterBody .credSymbol {
  vertical-align: baseline;
}

.scroll-pane2 {
  z-index: 999999999;
}

.object-non-visible {
  opacity: 0;
  filter: alpha(opacity=0);
}

.story3 .input-group-btn {
  border-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.story3 .input-group-btn button:focus, .story .sform .btn-story-3:focus {
  outline: none;
}

.story3.input-group .form-control {
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-color: #888888;
  color: #888888;
}

.story3.input-group .form-control:focus { /* this should be controlled by skin.css */
  border-color: #3498db;
}

.sizingChartLink {
  font-weight: bold;
  text-decoration: underline;
}

.product-images-carousel-wrapper .product-view-thumb-wrapper.select-thumb-outline ul > li.selected, .product-images-carousel-wrapper .product-view-thumb-wrapper.select-thumb-outline ul > li:hover {
  border: 1px solid #000000;
}

.slider-hero-wrapper {
  min-height: 700px;
}

.table-fixed {
  table-layout: fixed;
}

/*Details Page*/
span.color-value {
  color: #555555;
}

.package-item-title {
  border-top: 1px solid #dddddd;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
}

.package-item-title-name {
  font-weight: bold;
}

.package-item-title-number {
  color: #888888;
  font-size: 14px;
}

.package-details-product-color {
  margin-top: 10px;
}

.package-details-product-color .selected-color strong {
  text-transform: uppercase;
}

.dark-hr {
  border-top: 1px solid #dddddd;
}

.fake-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px 6px 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
}

.package-description {
  margin-bottom: 5px;
  font-size: 16px;
}

.form-control.has-error {
  border-color: #ff0000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/*Side Cart and Mobile Cart*/
.cart-sidebar .cartMenu .scroll-pane .mCSB_container {
  margin-right: 0px;
}

.cart-sidebar .cartMenu table tr td.sideCartProductThumb {
  width: 30%;
  padding: 5px;
  text-align: center;
}

.cart-sidebar .cartMenu table tr td.sideCartDescription {
  width: 55%;
  padding-left: 5px;
}

.sideCartProductThumb img {
  width: auto;
  max-height: 75px;
}

.sideCartDescription .size {
  color: #888888;
  font-size: 11px;
}

.sideCartDescription .price {
  color: #444444;
  font-size: 15px;
  font-weight: 700;
}

.sideCartDescription .item-personalization-cont, .miniCartDescription .item-personalization-cont {
  font-size: 12px;
}

.sideCartDelete {
  width: 15%;
}

.cart-sidebar .cart-sidebar-header .cart-close-trigger {
  margin-top: -3px;
}

.miniCartProductThumb {
  width: 25%;
}

.miniCartProductThumb img {
  width: auto;
  max-height: 65px;
}

.miniCartDescription {
  width: 35%;
}

.miniCartQuantity {
  width: 10%;
}

.miniCartSubtotal {
  width: 25%;
  color: #444444;
  font-size: 15px;
  font-weight: 700;
}

.miniCartDelete {
  width: 5%;
}

.cart-sidebar .cart-sidebar-header.fade-hint-danger {
  background-color: #e74c3c;
}

.cart-sidebar .cart-sidebar-header.fade-hint-success {
  background-color: #4ec67f;
}

.cart-sidebar .cart-sidebar-header.fade-hint-default {
  background-color: #acacac;
}

/*Cart and Checkout*/
.packageName {
  color: black;
}

.packageDetails, .package-personalization-cont {
  color: #777777;
}

.item-personalization-text, .package-personalization-text {
  font-weight: bold;
}

.checkoutReview .CartProductThumb a img {
  width: 70px;
}

/*Finish Template*/
.finish-quantity, .finish-price {
  width: 15%;
}

tr.CartProduct td.finish-quantity {
  text-align: center;
}

.finish-thumb {
  width: 20%;
}

.finish-desc {
  width: 50%;
}

.rightSidebar #cart-summary {
  margin-bottom: 0;
}

#cart-summary td {
  vertical-align: middle;
}

.table tbody > tr > td.vert-align, .table tbody > tr.vert-align > td, .table.vert-align tbody > tr > td {
  vertical-align: middle;
}

/*Finish page*/
.finishMessage {
  padding-top: 10px;
}

/*Product Page*/
.prodPageMsgCont {
  text-align: center;
}

.prodPageMsgInner {
  display: inline-block;
  text-align: left;
}

.prodPageMsgCont .marker {
  background-color: #ffff7f;
}

.prodPageMsgCont a {
  color: #337ab7;
  text-decoration: underline;
}

/*Matches plain message style*/
.prodPageMsgInner h1, .prodPageMsgInner h2, .prodPageMsgInner h3, .prodPageMsgInner h4, .prodPageMsgInner h5, .prodPageMsgInner h6 {
  font-weight: lighter;
}

.prodPageMsgInner h1 {
  font-size: 42px;
  line-height: 45px;
}

.prodPageMsgInner h2 {
  font-size: 36px;
  line-height: 42px;
}

.prodPageMsgInner h3 {
  font-size: 30px;
  line-height: 32px;
}

.prodPageMsgInner h4 {
  font-size: 24px;
  line-height: 26px;
}

.prodPageMsgInner h5 {
  font-size: 20px;
  line-height: 22px;
}

.prodPageMsgInner h6 {
  font-size: 17px;
  line-height: 20px;
}

.prodPageMsgInner ul {
  list-style-type: initial;
  padding-left: 30px;
}

/*Quantity Limits*/
.qv-quantity-limit, .details-quantity-limit {
  margin: 0;
}
