@charset "UTF-8";
/* CSS Document */
body {
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    line-height: 15.5px;
    color: #77777a;
}
html, body {
  height: 100%;
}
.content-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.page-content {
    flex: 1 0 auto;
}
.page-footer {
    flex-shrink: 0;
}
a, a:visited {
    color: #5b2b82;
    text-decoration: none;
}
a:hover{
	color: #e16a2d;
	text-decoration: none;
}
hr {
    width:100%;
    text-align:left;
    margin-left:0
}
.brand hr{
    background-color: #056cb6;
}
.unbranded hr{
    background-color: #1d2172;
}
h1 {
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
}
h2 {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
ul {list-style: none;
    margin-left: -25px !important;
    padding-inline-start: 40px;
}
li::before {
    display: inline-block;
    position: relative;
    top:4px;
    line-height: 0.75;
    font-size: 35px;
    text-indent: -15px;
    content: "\2022";
    color: #000000;
}
[type=submit], #inPageCreateAccountLink, .login, #resetPasswordButton, #cartShopBtn, .update_but, #downloadButton, #downloadButton:visited, #downloadProcessing, 
#downloadProcessing:visited, .checkoutBut, .js_btnupdate, #placeOrderButton, .js_add-to-cart  {
    color: #FFFFFF;
    background-color: #e16a2d;
    height: 40px;
    min-width: 180px;
    max-width: 250px;
    border-radius: 20px;
    line-height: 0;
    margin: auto;
    padding: 0 !important;
    font-size: 16px;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    display: flex;
    line-height: 0;
    align-items: center;
    justify-content: center;
    border: 0px;
}
#searchOrders {
	color: #FFFFFF;
    background-color: #e16a2d;
    height: 40px;
    min-width: 180px;
    max-width: 250px;
    border-radius: 20px;
    line-height: 0;
    padding: 0 !important;
    font-size: 16px;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    display: flex;
    line-height: 0;
    align-items: center;
    justify-content: center;
    border: 0px;
}
[type=submit]:hover, #inPageCreateAccountLink:hover, .login:hover, #searchOrders:hover, #resetPasswordButton:hover, #cartShopBtn:hover, .update_but:hover, #downloadButton:hover, 
#downloadButton:visited, #downloadProcessing:hover, .checkoutBut:hover, .js_btnupdate:hover, #placeOrderButton:hover, .js_add-to-cart:hover{
	color: #e16a2d;
	background-color: #f9e6d9;
}
#placeOrderButton.opaque:hover {
	color: #FFFFFF;
	background-color: #e16a2d;
}
.modal-header button{
    border-radius: 0px !important;
}
button:focus {
    outline: none;
}
.field input{
    border-radius: 8px;
    border: solid 1px #b7bdc1;
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    padding: 15px 20px;
    color: #383939;
    font-family: "Outfit", sans-serif;
    position: relative;
    
}
.field label {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 500;
}
select {
    color: #383939;
    padding: 15px 20px;
    clear:both;
    display:block;
    width:100%;
    border-radius: 8px;
    border: solid 1px #b7bdc1;
    background:#fff;
    min-height:50px;
    -webkit-appearance: none;
    background: url("../images/select_dd_arrow.png") no-repeat right; /*To change default icon with provided image*/
      -webkit-appearance:none; /*For hiding default pointer of drop-down on Chrome*/
      -moz-appearance:none; /*For hiding default pointer of drop-down on Mozilla*/
    background-position-x: 100%; /*Adjust according to width of dropdown*/
}
.stripes-error {
	margin-top: 20px;
	text-align: center;
    line-height: 16px;
}
.stripes-error ol {
    list-style-type: none;
}

/* HEADER */
.header_container {
    font-family: "Outfit", sans-serif;
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
}

.header_bar {
    width: 100%;
    color: #FFFFFF;
    background: #5b2b82;
}
.header_bar a {
    color: #FFFFFF !important;
    text-decoration: none;
}
.header_bar a:hover {
    text-decoration: underline;
}
/* BODY */
.content_container {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
}
.isi_container {
	max-width: 845px;
    margin-left: auto;
    margin-right: auto;
}
.footer_container {
	max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
}
.filterbox{
    width: 100%; 
    height: 42px; 
    color: #FFFFFF;
}
.filtertext{
    font-weight: 700;
}
.filterbreadcrumb {
    height: 42px;
}
.itembox{
    width: 283px;
    height: 280px;
    max-width: 283px;
    max-height: 280px;
    border: 1px solid #c5cbd5;
    cursor: pointer;
}
.itembox .col-12, .itembox .mx-auto{
    padding-left: 0px !important;
}
.itembox .pic{ 
    height: 207px;
}
.itembox .title{
    font-family: "Outfit", sans-serif;
    height: 70px;
    font-weight: 700;
    line-height: 16px;
    padding-left: 15px;
}

/* ITEM SPOTLIGHT */
#spotlight_modal .img_container {
  width: 369px;
  height: 479px;
}
#spotlight_modal img {
  border: 1px solid #c5cbd5;
}
#spotlight_modal input, #cart_modal input {
    width:65px;
    height: 34px;
    border: 1px solid #6f706e;
    text-align: center;
}

/* CART SPOTLIGHT */
.imgcontainter{
    max-width: 100px; 
    max-height: 133px; 
    width: 100px; 
    height: 133px; 
    border: 1px solid #C5CBD0;
}
#cart_modal img, .download img, .recentorders img {
    max-width: 100%; 
    max-height: 100%;
}

/* FOOTER */
#footerbottom {
 background-color: rgba(119, 119, 122, 0.1);
 text-align: left;
}
.footerlinks{
    padding: 20px;
    color: #5b2b82;
}
.footerlinks a, .footerlinks a:visited{
    color: #5b2b82;
}
.footerlinks a:hover {
	color: #e16a2d;
}

/* RECENT ORDERS */
.recentorders .headrow{
    font-size: 16px;
    font-weight: 700;
}

/* BRAND */
.brand_color {
    color: #5b2b82;
}
.brand_bordercolor {
    border: 1px solid #5b2b82;
    background-color: #FFFFFF;
    color: #5b2b82;
}
.brand_bgcolor {
    background-color: #5b2b82;
}
.brand_tab{
    font-family: "Outfit", sans-serif;
    letter-spacing: 3px;
    border-radius: 25px 25px 0px 0px; 
    height: 89px; 
    width: 264px; 
    background-color: #5b2b82;
    box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.4); 
    border:0; 
    color: #FFFFFF; 
    font-size: 28px; 
    font-weight: 100 !important; 
    line-height: 26px;
    cursor: pointer !important;
}

/* BRAND Alt_2nd Color */
.brand_2ndcolor {
    color: #3e8ddd;
}
.brand_2ndbordercolor {
    border-color: #3e8ddd !important;
}
.brand_2ndbgcolor {
    background-color: #3e8ddd;
}

/* UNBRANDED */
.unbranded_color {
    color: #10563F;
}
.unbranded_bgcolor {
    background-color: #10563F;
}
.unbranded_tab{
    font-family: "Outfit", sans-serif;
    border-radius: 25px 25px 0px 0px; 
    height: 89px; 
    width: 264px; 
    background-color: #10563F; 
    box-shadow: 2px -3px 3px rgba(0, 0, 0, 0.4); 
    border:0; 
    color: #FFFFFF; 
    font-size: 24px; 
    font-weight: 400; 
    line-height: 26px;
    margin-left: 16px;
}
.unbranded_tab:hover {
    background-color: #10563F !important;
}

/* UNBRANDED Alt_2nd Color */
.unbranded_2ndcolor {
    color: #455560;
}
.unbranded_2ndbordercolor {
    border-color: #455560;
}
.unbranded_2ndbgcolor {
    background-color: #455560;
}

/* ERROR MESSAGES */
.error{
    font-weight: 700;
    color: #ba141a;
}
.error:before{
	display: none;
}

/* SAFETY LANQUAGE */
.fullsafetyHead, layoutHead {
    width: 100%; 
    top:25px;
    color: #275776;
}
.fullsafetyHead {
    height: 37px; 
}
.layoutHead {
    width: 100%;
    height: 110px;  
    position: fixed; 
    bottom: 0px; 
    background-color: #FFFFFF; 
    float: left;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(155, 155, 155, 0.6);
    -moz-box-shadow: 0px -1px 5px 0px rgba(155, 155, 155, 0.6);
    box-shadow: 0px -1px 5px 0px rgba(155, 155, 155, 0.6);
}
.fixheaderclass {
    color: #FFFFFF;
    height: 1px;
}

/* BOOTSTRAP CSS UPDATES */
nav {
    color: #5b2b82;
    text-transform: capitalize;
}
nav a, nav a:visited{
    color: #5b2b82;
    font-size: 16px;
    font-weight: 600;
}

nav a:hover{
    color: #e16a2d;
}

.js_shophead:hover{
    color: #e16a2d;
}
.isi_info a {
	color: #5b2b82;
	font-weight: 600;
	text-decoration: none;
}
.isi_info a:hover {
	color: #e16a2d;
}
#accessResetPasswordPageLink {
	color: #5b2b82;
    font-weight: 600;
    text-decoration: underline;
}
#accessResetPasswordPageLink:hover {
	color: #e16a2d;
}
.modal-content {
    border: 4px solid #5b2b82;
}
.unbranded-border {
    border: 4px solid #1d2172;
}
.modal-header{
    border-bottom: none;
}
.modal-header .close {
	background: none;
    background-color: #5b2b82 !important;
    color: #FFFFFF;
    opacity: 1;
    margin-top: 3px;
    margin-right: 3px;
    vertical-align:  text-top;
    padding: 1px 12px 4px 12px;
    
}
.modal-footer{
    border-top: none;
}
.js_psafe {
    position: relative;
    top: 25px;
}
@media only screen and (max-width: 600px) {
    .brand_tab, .unbranded_tab{
        height: 69px; 
        width: 200px; 
        font-size: 20px; 
        line-height: 15px;
        padding-left: 33px;
    }
    .layoutHead {
        height: 110px;
    }
    .js_psafe {
        position: relative;
        top: 15px;
    }
}
@media (min-width: 576px) {
    #spotlight_modal .modal-dialog, #cart_modal .modal-dialog {
        max-width: 850px !important;
    }

}
@media only screen and (max-width: 375px) {
    .mobilehead{
        padding-left: 0 !important; 
        padding-right: 0 !important;    
    }
    .unbranded_tab{
        margin-left: 10px;
    }
}

/* INACTIVE/HIDDEN */
.inactive{
    background-image: linear-gradient(#4d4d4f, #c7c8ca);
    box-shadow: none;
}
.hidden{
    display: none;
}

a[aria-expanded=true] .fa-caret-down {
   display: none;
}
a[aria-expanded=false] .fa-caret-up {
   display: none;
}

/* Style for Indications Header */
.indications-header-extended {
    display: none;
}

.close-indications-header {
    width: 25px;
}

.close-indications-header-title {
    float: left;
}

.indications-header-summary, .indications-header-extended {
    clear: both;
}

a:link.indications-header-controls-more, a:link.indications-header-controls-less,  a:visited.indications-header-controls-more, a:visited.indications-header-controls-less {
    text-decoration: underline;
    color: #5b2b82;
}

.backToTop {
     width: 50px;
     height: 50px;
     border-radius: 50%;
     background: #db2725;
}

/* Style for item details images carousel */ 
.thumbnail-gallery {
/*  position: relative; 
    float: left;
    clear: both; */
    width: 400px;
}

.gallery .previews, .gallery .carousel-full-image, .gallery .desc {
    float: left;
    margin-right: 10px;
}

.gallery .desc, .gallery .carousel-full-image {
    width: 400px;
    font-size: 12px;
}

.gallery .carousel-full-image img:hover {
    cursor: pointer;
}

.gallery .previews a {
    display: block;
    margin-bottom: 10px;
}

.marginmodifier {
    margin-top: 30px;
    margin-left: 27px;  
}

.thumbborder {
    width:67px;
    height: 100px;
    max-width: 67px;
    max-height: 100px;
    vertical-align: middle;
    background-color: #FFFFFF;
    display:inline-block;
    overflow:hidden;
    position: relative;
    top: 0; left: 0; bottom: 0; right: 0;
    cursor:pointer;
    margin-bottom: 20px;
}
.thumbborder .spotlightcontents {
    max-width: 100%;
    max-height: 100%;
    display:block;
    margin:auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    vertical-align:middle;
}

.spotlightcontents {
    max-width: 100%;
    max-height: 100%;
    display:block;
    margin:auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    vertical-align:middle;
}

.thumbborder .spotlightcontents {
    max-width: 100%;
    max-height: 100%;
    display:block;
    margin:auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    vertical-align:middle;
}

 /* The snackbar - position it at the top and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  top: 30px; /* 30px from the top */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 30px; opacity: 1;}
}

@keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {top: 30px; opacity: 1;}
  to {top: 0; opacity: 0;}
}

@keyframes fadeout {
  from {top: 30px; opacity: 1;}
  to {top: 0; opacity: 0;}
}

.custom-checkbox {
    position: absolute;
    top: -15px;
}
    
.custom-checkbox input {
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid #6F706E;
    border-radius: 4px;
    background-color: white;
    height: 18px;
    width: 18px;
    outline: none;
}

.custom-checkbox span {
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    display: none;
    position: absolute;
    top: 2px;
    right: 5px;
}

.custom-checkbox input:checked {
    background-color: #007cb9;
}

.custom-checkbox input:checked ~ span {
    display: block;
}

/* Styles for multi-tab feature */
a[data-tab] button {
    font-family: "Outfit", sans-serif;
    border-radius: 25px 25px 0px 0px; 
    border:0; 
    color: #FFFFFF; 
    font-weight: 100 !important; 
    cursor: pointer !important;
    box-shadow: none;
}

a.selected[data-tab] button {
    font-family: "Outfit", sans-serif;
    border-radius: 25px 25px 0px 0px;
    height: 89px;
    border:0;
    background-color: #056CB9;
    background-image: none;
    box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.4); 
    color: #FFFFFF; 
    font-size: 28px;
    font-weight: 100 !important;
    line-height: 26px;
    letter-spacing: 3px;
    cursor: pointer !important;
}
a.selected[data-tab] button:hover{
 opacity: 100%;
}