@import "https://assets.mybrightsites.com/uploads/sites/1353/themes/25434/46c8f83e4eeda882045dd26fbcd2c3728543bbc9/jquery-ui.structure.css?1743109587";
@import "https://assets.mybrightsites.com/uploads/sites/1353/themes/25434/32194a839384507f53a38d8253cb73a53a040524/jquery-ui.custom.min.css?1743970280";
@import "https://assets.mybrightsites.com/uploads/sites/1353/themes/25434/09a5bd7718ed7d1954182b3ef0bbb1d83ef0c45c/chosen.css?1743970270";
@import "https://assets.mybrightsites.com/uploads/sites/1353/themes/25434/00ee732b451a38c18bed96510f2702356175511f/ckeditor_contents.css?1743109587";
@import "https://assets.mybrightsites.com/uploads/sites/1353/themes/25434/005ace8aceb434a5c5ee43743bcc2d614f128f51/front-dialog.css?1743970275";
@import "https://assets.mybrightsites.com/uploads/sites/1353/themes/25434/426710856e95d3c9ce83e906210f66b5155039d8/account_logos.css?1743970274";
@import "https://assets.mybrightsites.com/uploads/sites/1353/themes/25434/8719f4e183d5733873332a275dc1eefa676f88e0/view_logos.css?1743970268";

/*-------------------*/
/* GENERAL */
/*-------------------*/
body {
  background-color: #ffffff;
  
  
  
  color: black;
}

h1, h2:not(.carousel-caption h2), h3, h4, h5, h6 {
  color: black;
}

.btn.primary {
  border-color: #7297C5;
  background: #7297C5;
  color: #ffffff;
}

.btn.secondary {
  border-color: black;
  background: black;
  color: white;
}

.close {
  float: none;
  vertical-align: bottom;
  opacity: 1;
}

.toast {
  z-index: 3;
}

.toast-body {
  min-width: 280px;
}

.toast-header.danger {
  border-bottom-color: rgb(255, 255, 255, 0.4);
}

a {
  color: black;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: black;
}

ul.nav-tabs li a:not(.active) {
  background-color: #F2F4F5;
}

.breadcrumb {
  background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: url('https://assets.mybrightsites.com/uploads/sites/1353/themes/25434/ca256dfc7dd93989e8dd6033a86745e83d365c94/angle-right-icon.svg?1743109587');
}

.page-link {
  color: black;
}

.page-link:hover, .page-link:focus {
  color: black;
}

.page-item.active .page-link {
  background-color: black;
  border-color: black;
}

.card-header {
  background: transparent;
}

.notification-container {
  z-index: 2000;
}
.ui-widget-content {
  background: none;
}
.dropdown-menu {
  z-index: 2001;
}

.ui-dialog .ui-dialog-buttonpane button.button-save, .ui-dialog .ui-dialog-buttonpane button.primary {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: black;
  border: 1px solid black;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-transform: capitalize;
}

.ui-dialog .ui-dialog-buttonpane button.button-cancel, .ui-dialog .ui-dialog-buttonpane button.cancel {
  display: none;
}

.ui-dialog .ui-dialog-titlebar-close {
  box-sizing: content-box;
  width: 1em !important;
  height: 1em !important;
  padding: 0.25em 0.25em !important;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
  border: 0 !important;
  border-radius: 0.25rem;
  opacity: 0.5 !important;
}

.notif-warning {
  background-color: #f8f377;
  color: #000000;
}

.notif-warning .toast-body, .notif-warning .toast-header {
  color: #000000;
}

.notif-error {
  background-color: #dd2c30;
  color: #ffffff;
}

.notif-error .toast-body, .notif-error .toast-header {
  color: #ffffff;
}

span.error {
  color: red;
}

.notif-success {
  background-color: #0f8ec7;
  color: #ffffff;
}

.notif-success .toast-body, .notif-success .toast-header {
  color: #ffffff;
}

.logo-dialog .form .file-input .fake-file-name {
  float: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.flex-break {
  flex-basis: 100%;
  height: 0;
}

body.modal-open {
  padding-right: 0 !important;
}

.modal {
  padding-right: 0 !important;
}

.navbar-nav {
  flex-wrap: wrap;
}

/*-------------------*/
/* TOP BAR */
/*-------------------*/
.top-navbar-notification-container {
  background-color: black;
  color: #FFF;
}

.navbar-container {
  background-color: white;
}

.navbar-container > .wrapper {
  max-width: 1380px;
}

.navbar-container ul.nav > li > a {
  color: #ddd;
  font-size: 18px;
  text-transform: none;
  font-weight: normal;
  text-decoration: none;
  background-color: transparent;
}

.navbar-container ul.nav > li > a > svg {
  fill: #ddd;
  stroke: #ddd;
  height: 18px;
  padding: 1px 0;
  display: inline-block;
  margin-top: -2px;
}

.navbar-container ul.nav > li > a:hover, .navbar-container ul.nav > li > a:active, .navbar-container ul.nav > li > a:focus {
  color: #ffffff;
  font-weight: normal;
  text-decoration: underline;
  background-color: transparent;
}

.navbar-container ul.nav > li > a:hover > svg, .navbar-container ul.nav > li > a:active > svg {
  fill: #ffffff;
  stroke: #ffffff;
}

.navbar-container .dropdown-menu {
  background-color: #ffffff;
}

.navbar-container .dropdown-menu > li > a {
  color: #333
}

.navbar-container .dropdown-menu > li > a:hover, .navbar-container .dropdown-menu > li > a:focus {
  color: #333;
  opacity: 0.7;
}

.navbar-container .dropdown-item:hover, .navbar-container .dropdown-item:focus {
  background-color: transparent;
}

/*-------------------*/
/* HEADER */
/*-------------------*/
.header-container {
  background-color: #7297C5;
  
}

.header-container > .wrapper {
  max-width: 1380px;
}

.header-container li > a {
  padding:  !important;
  font-size: 18px;
  text-transform: none;
  color: black;
  font-weight: normal;
  text-decoration: none;
  background-color: transparent;
}

.header-container li > a:hover, .header-container li > a:active, .header-container li > a:focus {
  color: white;
  font-weight: normal;
  text-decoration: underline;
  background-color: transparent;
}

#s_keyword {
  color: #000000;
  background-color: #ffffff;
}

.search-btn {
  color: #7297C5;
  background-color: #ffffff;
}

.search-btn > svg {
  fill: #7297C5;
  stroke: #7297C5;
}

.logo-container {
  margin: 10px 20px 10px 0;
}

.header-container .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.header-container nav.navbar > button svg {
  fill: white;
  height: 20px;
}

.header-container nav.navbar > button span:last-child svg {
  stroke: white;
  height: 20px;
}

.header-container nav.navbar > button span {
  width: 30px;
  display: inline-block;
}

.header-icons > a {
  text-decoration: none;
  margin: 0 5px;
}
.header-icons > div, .header-icons > button, .header-icons > a {
    margin-left: .8rem;
}
.header-icons div.dropdown {
  display: inline-block;
}

.header-icons div.dropdown .dropdown-toggle::after {
  display: none;
}

.header-icons > button.btn, .header-icons > div.dropdown > button.btn {
  padding: inherit;
  vertical-align: baseline;
}

.header-icons > a svg, .header-icons button svg {
  fill: white;
  stroke: white;
  height: 18px;
  padding: 1px 0;
  display: inline-block;
  margin-top: -2px;
}

.header-icons > a:hover svg, .header-icons > a:active svg {
  color: white;
}

.header-container .dropdown-menu {
  background-color: #ffffff;
}

.header-container .dropdown-menu > li > a, .header-container .dropdown-menu > a {
  color: #333
}

.header-container .dropdown-menu > li > a:hover, .header-container .dropdown-menu > li > a:focus {
  color: #333;
  opacity: 0.7;
}

.header-container .dropdown-item:hover, .header-container .dropdown-item:focus {
  background-color: transparent;
}

#search-modal .modal-body {
  display: flex;
}

.mobile-slider {
  padding: 0;
  background-color: #151945;
  position: absolute;
  z-index: 999;
  min-width: 40vw;
}

.mobile-slider::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: #151945;
  margin-top: -10px;
  transform: rotate(45deg);
  margin-left: 1.25rem;
  border: 1px solid #dee2e6;
  z-index: -1;
}

.mobile-slider ul {
  padding-top: 1em;
  background-color: #151945;
  padding-left: 1.25rem;
  z-index: 5;
}

.mobile-slider-overlay {
  width: 100vw;
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  z-index: 998;
}

.mobile-slider li > a {
  color: #ffffff;
  font-size: 18px;
  text-transform: none;
  font-weight: normal;
  text-decoration: none;
  background-color: transparent;
}

.mobile-slider li > a > svg {
  fill: #ffffff;
  stroke: #ffffff;
  height: 18px;
  padding: 1px 0;
  display: inline-block;
  margin-top: -2px;
}

.mobile-slider li > a:hover, .mobile-slider li > a:focus {
  color: #ffffff;
  font-weight: normal;
  text-decoration: underline;
  background-color: transparent;
}

.mobile-slider li > a:hover > svg {
  fill: #ffffff;
  stroke: #ffffff;
}

.quick-actions-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #151945;
  z-index: 997;
  box-shadow: 0 -1px 4px 0px rgba(0, 0, 0 ,.1);
}

.quick-actions-menu ul {
  justify-content: space-evenly;
  max-width: 400px;
  margin: auto;
}

.quick-actions-menu a.nav-link svg, .quick-actions-menu div.dropdown button svg {
  fill: #ffffff;
  height: 20px;
  display: block;
  margin: auto;
}

.quick-actions-menu a.nav-link.active svg {
  fill: #ffffff;
  stroke: #ffffff;
}

.quick-actions-menu a.nav-link.active {
  color: #ffffff;
}

.quick-actions-menu a.nav-link, .quick-actions-menu div.dropdown button {
  text-align: center;
  padding: 13px 15px 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 0.7rem;
}

.quick-actions-menu div.dropdown button.dropdown-toggle::after {
  display: none;
}

.quick-actions-menu .dropdown-menu {
  background-color: #fff
}

.quick-actions-menu .dropdown-menu > a,
.quick-actions-menu .dropdown-menu > a:focus,
.quick-actions-menu .dropdown-menu > a:hover {
  color: #333;
  background-color: transparent;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/
.category-container {
  background-color: #7297C5;
  
    z-index: 999;
    position: sticky;
  
}

.category-container > .wrapper {
  max-width: 1380px;
}



.category-container li > a {
  color: black;
  padding:  ;
  font-size: 18px;
  text-transform: none;
  font-weight: normal;
  text-decoration: none;
  background-color: transparent;
}

.category-container li > a:hover, .category-container li > a:active, .category-container li > a:focus {
  color: white;
  font-weight: normal;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.category-container .dropdown-menu {
  background-color: #ffffff;
}

.category-container .dropdown-menu > li > a {
  color: black
}

.category-container .dropdown-menu > li > a:hover, .category-container .dropdown-menu > li > a:focus {
  color: black;
  opacity: 0.7;
}

.category-container .dropdown-item:hover, .category-container .dropdown-item:focus {
  background-color: transparent;
}

.products-result-verbiage {
  line-height: 33px;
}

.product-option-thumb, .logo-location-thumb {
  max-width: 25%;
  width: calc(25% - 3px);
  margin-bottom: 4px;
  height: 80px;
}
.product-option-thumb img, .logo-location-thumb img {
  border: none;
  max-width: 100%;
  max-height: 100%;
}

.product-option-wrapper .accordion-header button img {
  max-width: 60px;
  padding-right: 10px;
}

/*-------------------*/
/* BREADCRUMBS */
/*-------------------*/
ol.breadcrumb li {
  color: #6c757d;
}

ol.breadcrumb li a {
  color: #0899b2;
}

ol.breadcrumb li a:hover, ol.breadcrumb li a:focus {
  color: #002D40;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #6c757d;
}

/*-------------------*/
/* CAROUSEL */
/*-------------------*/
.homepage-carousel-container {
  max-width: 1380px;
}
.carousel-control-prev, .carousel-control-next {
    width: 10%;
}
/*-------------------*/
/* CONTENT */
/*-------------------*/
.content-container {
  max-width: 1380px;
  min-height: 50vh;
  background-color: transparent;
  box-shadow: none;
}

.content-container.no-content {
  min-height: auto;
}

.order-details-bg-primary {
  background-color: #7297C5;
  color: #ffffff;
  border-bottom: none;
}

.order-details-bg-primary:first-child {
  border-radius: 3px 3px 0 0;
}

.order-details-bg-primary:last-child {
  border-radius: 0 0 3px 3px;
}

.order-details-bg-primary > div {
  padding: 10px 15px;
  border-right: 1px solid #FFFFFF;
  color: #ffffff;
  font-weight: bold;
}

.order-details-bg-primary > div:last-child {
  border-right: 1px solid #7297C5;
}

form.new_request_sample {
  max-height: 70vh;
}

.carousel-caption-header {
  font-weight: bolder;
  font-size: 3rem;
}

/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/








.product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}

.product-thumbnail {
  width: 325px;
  border-radius: 5px;
  background-color: transparent;
  
  	border: 1px solid #FFF;
    padding: 1rem;
  
  margin: 10px 13px;
  position: relative;
  transition: border 0.25s ease-in;
}

.product-thumbnail:hover {
  border-color: #999;
}

.discount-container {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0px;
  background-color: #7297C5;
  padding: 18px 15px;
  border-radius: 0 5px 5px 0;
  color: #FFF;
}

.product-thumbnail .thumbnail-img-container {
  min-height: 300px;
  margin: auto;
  display: block;
  /*background-color: #eee;*/
  border: 1px solid transparent;
  border-radius: 5px;
}

.product-thumbnail .thumbnail-img-container a {
  display: flex;
  min-height: 300px;
}

.product-thumbnail p.card-text, .product-thumbnail .thumbnail-img-container h6.card-subtitle {
  color: #000000;
}

.product-thumbnail .thumbnail-description-container a {
  text-decoration: none;
}

.product-thumbnail .thumbnail-description-container a h5 {
  color: #424242;
}


.product-thumbnail .thumbnail-img-container img {
  max-height: 300px;
  margin: auto;
  display: block;
}

.card-title {
  /*  */
  word-break: break-word;
}


/*-------------------*/
/* CATEGORY PAGE */
/*-------------------*/
.category-page {
  display: flex;
  justify-content: space-between;
}

.category-page-filter-section {
  width: 24%;
  display: inline-block;
  vertical-align: top;
}

.category-page-content-section {
  display: inline-block;
  vertical-align: top;
}

.sort-select {
  width: 200px;
}

/*-------------------*/
/* PRODUCT */
/*-------------------*/
div.view-logo-label {
  display: block;
  position: static;
  margin: 0.5rem;
  border-color: black;
  background: black;
  color: white;
  border-radius: 2px;
}

div.view-logos div.view-logo-dialog-content {
  width: 100% !important;
  display: flex;
}

div.view-logos div.view-logo-dialog-content div.logo-images.product-images,
div.view-logos div.view-logo-dialog-content div.logo-preview-area,
div.view-logos div.view-logo-dialog-content div.logo-images.logos {
  float: none;
}

.ui-dialog .ui-dialog-buttonpane {
  background-color: transparent !important;
}

.logo-dialog .form .file-input .fake-file-name {
  width: 100%; min-width: 100%; max-width: 100%;
  margin-top: 15px;
}

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.cart-product-img {
  width: 100px;
}

.cart-quantity-input {
  width: 100px;
}

.cart-inline-title {
  min-width: 100px;
  display: inline-block;
}

.cart-inline-title-short {
  min-width: 60px;
  display: inline-block;
}

.cart-item .item-description .error {
  color: #dd2c30;
}

.checkout-steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}

.checkout-steps div {
  position: relative;
}

.checkout-steps div button, .checkout-steps div a {
  width: 2rem;
  height: 2rem;
}

.checkout-steps div button:disabled {
  opacity: 1 !important;
  background-color: #aaa;
  border-color: #aaa;
}

.checkout-steps div button::after, .checkout-steps div a::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  height: 1px;
  width: 200vw;
  border: 1px solid #E1E1E1;
  z-index: -1;
  left: -100vw;
}

.checkout-product-label {
  max-width: 150px;
  display: inline-block;
  word-wrap: break-word;
}

.payment-iframe-input {
  width: 188px;
  height: 2.5rem;
  line-height: 1.5rem;
}

.payment-method p.field {
  margin-bottom: 0;
}

.summary-container p {
  margin-bottom: 0.2rem;
}

.select-wrapper {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: none !important;
  display: inline-block;
}

.select-wrapper select {
  width: 100%;
}

.select-wrapper span {
  position: absolute;
  left: 10px;
  margin: auto;
  z-index: -1;
}

/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container {
  background-color: black;
  color: #fff;
}

.footer-container.no-content {
  margin-top: 0;
}

.footer-container .wrapper {
  max-width: 1380px;
}

.footer-container h1, .footer-container h2, .footer-container h3, .footer-container h4, .footer-container h5, .footer-container h6 {
  color: #fff;
}

.footer-container a {
  color: #fff;
  fill: #fff;
}

.footer-container a:hover, .footer-container a:focus {
  color: black;
  text-decoration: none;
}

.footer-container a:hover svg {
  fill: black;
}

.footer-container .accordion-item {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #D6CBC5;
}

.footer-container .accordion-button {
  color: #fff;
  border: none;
  box-shadow: none;
}

.footer-logo {
  margin: 0;
}

/* TODO */
.footer-container .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23D6CBC5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

ul.custom-footer-links, ul.social-media {
  margin-left: -1rem;
}

.footer-container .social-media a svg {
  fill: #fff;
}

.footer-container .social-media a:hover svg, .footer-container .social-media a:focus svg {
  fill: #00ab84;
}

.copyright-section {
  border-top: 1px solid #D6CBC5;
}

.footer-container .mobile-copyright-section {
  background-color: #D6CBC5;
}



/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 1381px){
  .navbar-container ul.nav > li:first-child > a {
    padding-left: 0;
  }
    
  
   .homepage-carousel-container {
     margin-top: 2rem;
     padding: 0 1rem;
   }

   .homepage-carousel-container.no-content {
    margin-bottom: 2rem;
   }
  
}
@media (min-width: 1200px) and (max-width: 1380px){
  .content-container {
    margin: 1rem !important;
  }
}

@media screen and (max-width: 1380px){

  .product-thumbnail {
    width: 312px;
  }
  
  .product-list {
    justify-content: normal;
  }
  
  .related-products-thumbnails,
  .recently-viewed-products-thumbnails,
  .product-list:not(.category-page-content-section .product-list) {
    margin: 0 !important;
  }
  
  .row:not(.billing-method-container .row, .account-page .row) {
    margin: 0 !important;
  }
  
  .row.mb-3 {
    margin-bottom: 1rem !important;
  }
  .account-nav-menu ul li a {
    font-size: 1rem !important;
  }
}

@media screen and (min-width: 992px){
  .navbar-container ul.nav > li:first-child > a {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 576px){

}

@media screen and (max-width: 1200px){
 
}

@media screen and (max-width: 992px){
  .category-page-filter-section {
    display: none;
  }

  .category-page-content-section {
    width: 100%;
  }
  
  .header-container {
    position: static;
  }
  
  .product-list {
    margin: 0;
  }
  
  div.view-logo-label {
    display: none;
  }
 
}
@media screen and (min-width: 768.01px){
  .carousel-caption {
  }
}
@media screen and (max-width: 768px){
  .carousel-caption {
    /*position: static;*/
    background: black; /* TODO */
    right: 0;
    left: 0;
    margin-bottom: 10px;
    padding-bottom: 2rem;
  }
  .carousel-caption .carousel-caption-header, .carousel-caption p {
    color: white !important;
  }
  
  .carousel-inner {
    overflow: visible;
  }
  
  .product-list, .related-products-thumbnails, .recently-viewed-products-thumbnails {
    justify-content: space-between;
  }
  
  .products-result-verbiage {
    line-height: normal;
  }
  
  .product-thumbnail {
    margin-left: 0;
    margin-right: 0;
    width: calc(50% - 10px);
  }
  
  .product-thumbnail .thumbnail-img-container {
    min-height: 50vw;
  }

  .product-thumbnail .thumbnail-img-container a {
    min-height: 50vw;
  }

  .product-thumbnail .thumbnail-img-container img {
    max-height: 50vw;
  }
  
  .cart-inline-title-short {
    padding-right: 0.5rem;
    min-width: auto;
  }
  
  .checkout-steps > div {
    min-width: 180px;
  }
  
  .checkout-steps {
    justify-content: center;
  }
  
  #account-main > .content-area {
    padding: 10px !important;
  }
  
  .order-details-bg-primary > div:nth-child(2) {
    border-right: 1px solid white;
  }
  
  .cart-product-img {
    width: 80px;
  }
}

@media screen and (max-width: 576px){
  .cart-product-img {
    width: 60px;
  }
  
  .mobile-slider {
    min-width: 100vw;
  }
  
  .toast {
    width: 270px;
  }
  
  .product-thumbnail {
    width: 100%;
    margin: 10px 0;
  }
  
  .product-thumbnail .thumbnail-img-container {
    min-height: 70vw;
  }

  .product-thumbnail .thumbnail-img-container a {
    min-height: 70vw;
  }

  .product-thumbnail .thumbnail-img-container img {
    max-height: 70vw;
  }
  
  .checkout-steps > div {
    min-width: 130px;
  }
}


/** FROM MAIN.css **/

/*.colorpicker-dialog {
  font-size: 14px;
}

.colorpicker-dialog .tabs li {
  display: inline-block;
  padding: 5px 15px;
  position: relative;
}

.colorpicker-dialog .tabs {
  background: none;
  border: none;
}

.colorpicker-dialog .tabs li a {
  font-size: 14px;
}

.colorpicker-dialog .tabs li a {
  font-size: 14px;
}

.colorpicker-dialog .tabs li.ui-state-active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  border-bottom: none;
  z-index: 3;
}

.colorpicker-dialog .tabs li.ui-state-active a {
  color: #454545;
}

.colorpicker-dialog .ui-tabs-panel {
  padding: 10px;
  border: 1px solid #c5c5c5;
  margin-top: -2px;
  position: relative;
}*/

.colorpicker-dialog #hex .ui-colorpicker-preview {
  width: 100%;
}

.colorpicker-dialog #hex .ui-colorpicker-preview-initial, .colorpicker-dialog #hex .ui-colorpicker-preview-current {
  width: 50%;
}

.colorpicker-dialog #hex .ui-colorpicker .ui-colorpicker-padding-top {
  padding-top: 0;
}

.colorpicker-dialog #hex .ui-colorpicker table tr:last-child {
  height: 100%;
}

.colorpicker-dialog #hex .ui-colorpicker .ui-colorpicker-hex {
  text-align: left;
}

.colorpicker-dialog #hex .ui-colorpicker .ui-colorpicker-hex label {
  margin-left: 20px;
  margin-right: 12px;
}

.colorpicker-dialog #hex .ui-colorpicker .ui-colorpicker-hex input {
  margin: .1em;
  width: 4em;
}

.colorpicker-dialog #pantone #pantone_colors, .colorpicker-dialog #thread #thread_colors {
  max-height: 400px;
  overflow-y: auto;
  margin-top: 10px;
}

.colorpicker-dialog #pantone #pantone_colors li {
  display: inline-block;
  margin: 5px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
}

.colorpicker-dialog #thread #thread_colors li {
  display: inline-block;
  margin: 5px;
  padding: 5px;
  text-align: left;
  cursor: pointer;
  font-size: 12px;
}

.colorpicker-dialog #pantone #pantone_colors li.selected, .colorpicker-dialog #thread #thread_colors li.selected {
  padding: 3px;
  border: 2px solid #0066ff;
}

.colorpicker-dialog #pantone #pantone_colors li.filtered, .colorpicker-dialog #thread #thread_colors li.filtered {
  display: none;
}

.colorpicker-dialog #pantone #pantone_colors li .color-preview, .colorpicker-dialog #thread #thread_colors li .color-preview {
  width: 60px;
  height: 60px;
  border: 1px solid #c5c5c5;
}

.colorpicker-dialog #pantone #pantone_colors li .color-name, .colorpicker-dialog #thread #thread_colors li .color-name {
  margin: 0;
  padding: 0;
}

.colorpicker-dialog #pantone #pantone-filter, .colorpicker-dialog #thread #thread-filter {
  margin-top: 10px;
  font-weight: bold;
}


