@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');
body {
  background-color: #FFFFFF;
}
input[type="text"], input[type="number"], input[type="password"], input[type="email"] {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #AEB8CC;
  color: #3D4961;
  padding-left: 8px;
  border-radius: 4px;
}
input[type="text"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="email"]::placeholder {
  color: #99A6BF;
}
input[type="text"]:focus, input[type="text"]:hover, input[type="number"]:focus, input[type="number"]:hover, input[type="password"]:focus, input[type="password"]:hover, input[type="email"]:focus, input[type="email"]:hover {
  outline:none;
  border: 1px solid #7A8AAC;
}
/* ensures the increment/decrement arrows always display */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
  margin-left: 3px;
}
.form-check-input:checked {
  background-color: #ff4b34;
  border-color: #ff4b34;
}
.input-large {
  height: 40px!important;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  font: normal normal normal 14px/19px Open Sans!important;
}
.input-medium {
  height: 32px!important;
  padding-top: 6px!important;
  padding-bottom: 6px!important;
  font: normal normal normal 14px/19px Open Sans!important;
}
.input-small {
  height: 24px!important;
  padding-top: 3px!important;
  padding-bottom: 3px!important;
  font: normal normal normal 12px/17px Open Sans!important;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.bg-light {
  background-color: #FAFAFA!important;
}
.navbar {
  display: block!important;
}
.navbar-toggler {
  border: none;
  font-size: 1rem;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar-collapse.collapsing {
  left: -75%;
  transition: height 0s ease;
}
.navbar-collapse.show {
  left: 0;
  transition: left 300ms ease-in-out;
}
.navbar-toggler.collapsed~.navbar-collapse {
  transition: left 500ms ease-in-out;
}
.navbar-brand {
  height: 60px;
  width: 78%;
}
.navbar-toggler {
  border: none;
  font-size: 1rem;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar-collapse .nav-item {
  background-color: #FAFAFA;
  margin-bottom: 4px;
}
.navbar-collapse .nav-link {
  display: flex;
  align-items: center!important;
  padding-top: .7rem;
  padding-bottom: .7rem;
  font: normal normal 600 14px/19px Open Sans;
  color: #3E4C67!important;
}
.navbar-light .navbar-nav .nav-link.active:after {
  border-bottom: none;
}
.dropdown-toggle::after {
  display: inline-flex;
  margin-left: auto;
  vertical-align: middle;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cdefs%3e%3cstyle%3e.a10{fill:none;}.b10{fill:%23ff6f5c;}%3c/style%3e%3c/defs%3e%3cpath class='a10' d='M0,0H24V24H0Z'/%3e%3cpath class='b10' d='M7.41,8.59,12,13.17l4.59-4.58L18,10l-6,6L6,10Z'/%3e%3c/svg%3e");
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  float: right;
  width: 24px;
  height: 24px;
}
.dropdown-toggle:not(.collapsed)::after {
  display: inline-flex;
  margin-left: auto;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cdefs%3e%3cstyle%3e.a{fill:none;}.b{fill:%23ff6f5c;}%3c/style%3e%3c/defs%3e%3cg %3e%3cpath class='a' d='M0,0H24V24H0Z'/%3e%3cpath class='b' d='M7.41,8.59,12,13.17l4.59-4.58L18,10l-6,6L6,10Z'/%3e%3c/g%3e%3c/svg%3e");
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  float: right;
}
.dropdown-menu {
  background: #FAFAFA 0% 0% no-repeat padding-box;
  width: 90%;
  margin-top: 0;
  padding-top: 0;
  border: none!important;
  box-shadow: none!important;
}
.dropdown-menu li {
  background-color: #ffffff;
  margin-bottom: 3px;
  padding-left: 1rem;
  display: flex;
  align-items: center!important;
}
.dropdown-item {
  font: normal normal 600 14px/19px Open Sans;
  color: #3E4C67;
  padding-top: .6rem;
  padding-bottom: .6rem;
}
.logo-img {
  width: 198px;
}
.hide-for-mobile {
  display: none!important;
}
.search-container {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
}
.cart-quantity {
  background-color: #FF4B34; 
  color: #ffffff; 
  font-size: 12px; 
  width: 21px; 
  height: 21px; 
  top: -16%; 
  right: -50%;
}
.cart-product-img {
  height: 50px;
  width: 50px;
}
.search-box {
  width: -webkit-fill-available;
  border: none!important;
  border-bottom: 1px solid #E8E8E8!important;
  font: normal normal normal 14px/25px Open Sans;
  background-color: transparent!important;
  border-radius: 0!important;
}
.search-box:hover, .search-box:focus, .search-box:active {
  border-top: none!important;
  border-left: none!important;
  border-right: none!important;
  border-color: initial!important;
}
.promo-code {
  color: #B10015;
}
.offer-banner {
  margin-top: 65px;
  background-color: transparent!important;
}
.offer-banner p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 13px;
  color: #56678A;
  font-weight: 600;
}
.slick-dots li button:before {
  color: #FFCBC7;
  width: 40px;
  height: 40px;
  font-size: 10px;
}
.slick-dots li.slick-active button:before {
  color: #FF7F76;
}
.slick-dots {
  bottom: -40px;
}
.slick-dotted.slick-slider {
  margin-bottom: 40px;
}
.slick-next:before, .slick-prev:before {
  color: #3E4C67;
  font-weight: bold;
}
::placeholder { /* Most modern browsers support this now. */
  font: normal normal normal 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #C9C9C9;
}
input:focus {
  outline:none;
}
.category-block {
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
.slider-product-block {
  width: 227px;
}
.category-block:hover, .slider-product-block:hover {
  /* box-shadow: 0px 0px 1px #FF4B34; */
  /* box-shadow: 0px 0px 1px rgba(255, 75, 52, 1); */
  /* border: 2px solid #FF4B34; */
  box-shadow: 0px 0px 2px rgba(255, 75, 52, 1);
}
/* .category-block:hover::after, .slider-product-block:hover::after {
  opacity: 1;
} */
.category-image {
  width: 140px;
  height: 128px;
  max-width: fill-available;
  max-width: -webkit-fill-available;
}
.category-name {
  font: normal normal bold 14px/25px Open Sans; 
  letter-spacing: 0px; 
  color: #3E4C67;
}
.img-container {
  background-color: #ffffff;
  width: 94%;
}
.view-all-link {
  font: normal normal bold 14px/19px Open Sans; 
  letter-spacing: 0px; 
  color: #FF4B34;
  text-decoration: none;
}
.separator-label-container {
  font: normal normal 600 16px/22px Open Sans; 
  letter-spacing: 0px; 
  color: #3D4961;
}
.h-separator {
  border-top: 1px solid #99A6BF; 
  width: 100%;
}
.h-separator-end {
  background-color: #99A6BF; 
  height: 9px; 
  width: 9px;
  right: 0;
  top: -5px;
}
.product-name {
  font: normal normal 600 14px/19px Open Sans; 
  letter-spacing: 0px; 
  color: #3D4961; 
  text-decoration: none;
  line-height: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-name-container {
  height: 50px;
}
.product-sku {
  font: normal normal normal 12px/17px Open Sans;
  color: #7A8AAC;
}
.product-price, .product-quantity {
  font: normal normal 600 12px/17px Open Sans;
}
.product-total {
  font: normal normal 600 14px/19px Open Sans;
}
.product-imprint-link {
  font: normal normal 600 14px/19px Open Sans;
}
#promo-code::placeholder {
  font-size: 12px;
}
.product-quantity-box {
  background: #FFFFFF 0% 0% no-repeat padding-box; border: 1px solid #D6D6D6; border-radius: 4px; width: 5rem;
}
.sale-price {
  font-weight: bold; 
  font-size: 20px; 
  letter-spacing: 0px; 
  color: #56678A;
}
.original-price {
  letter-spacing: 0px;
  color: #AEB8CC;
  font-weight: 600;
  font-size: 20px;
}
.multi-item-slider {
  box-shadow: 0px 0px 15px #0000001a;
}
.frequent-products {
  border: 1px solid #E2E2E2;
  width: 64px;
  height: 64px;
}
.username-container a {
  color: #3E4C67;
}
.username-container ul {
  box-shadow: 0px 0px 11px #0000001A!important;
  border-radius: 4px;
  padding-top: 0;
  padding-bottom: 0;
  max-width: fit-content;
}
.username-container ul li {
  padding-left: 0;
  margin-bottom: 0;
}
.username-container ul li a {
  font: normal normal normal 14px/19px Open Sans;
  color: #3D4961;
}
.username-container ul li a:focus, .username-container ul li a:hover {
  text-shadow: 0 0 0.01px #3D4961;
  color: #3D4961;
  background-color: #FFEDEB;
}
.mw-fc {
  max-width: fit-content!important;
}
.you-save-text {
  color: #7A8AAC;
}
.frequent-products-btn {
  background: #FF6F5C 0% 0% no-repeat padding-box; 
  border-radius: 4px; 
  border: 1px solid #FF6F5C; 
  font: normal normal bold 12px/17px Open Sans; 
  letter-spacing: 0px; color: #FFFFFF;
  width: 151px;
  /* height: 24px; */
  padding: inherit;
}
/* .product-img {
  transition: transform .2s;
  overflow: visible;
} */
.page-heading {
  font: normal normal bold 20px/27px Open Sans;
  color: #3D4961;
}
.separator {
  display: flex;
  text-align: center;
  align-items: center;
  color: #99A6BF;
}
.separator::before, .separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #DEE2E6;
}
.separator:not(:empty)::before {
  margin-right: 1em;
}
.separator:not(:empty)::after {
  margin-left: 1em;
}
.input-label {
  color: #3D4961;
  font: normal normal normal 14px/19px Open Sans;
}
.input-label::placeholder {
  color: #99A6BF;
}
.signin-more-options {
  color: #3D4961;
  font: normal normal 600 14px/19px Open Sans;
}
.signin-more-options a {
  color: #FF4B34;
  text-decoration: none;
  font-weight: bold;
}
.with-social-btn, .customGPlusSignIn {
  border: 1px solid #E2E2E2!important;
  border-radius: 4px;
  color: #3D4961;
  font: normal normal bold 14px/19px Open Sans;
  display: inline-flex;
  padding: 0.6rem 0.7rem;
  width: 153px;
}
.customGPlusSignIn {
  color: #3D4961!important;
}
.with-social-btn {
  color: #1877F2!important;
}
.with-social-btn:hover, .customGPlusSignIn:hover {
  border-color: #99A6BF!important;
}
.with-social-btn:hover {
  color: #1877F2!important;
}
.customGPlusSignIn:hover {
  color: #3D4961!important;
}
.with-social-btn img, .customGPlusSignIn img {
  height: 21px;
}
.cart-product-header {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 25;
  display: none;
}
.slider-product-image {
  border: 1px solid #707070;
  width: 160px;
  max-width: 160px;
}
.product-quantity-box {
  background: #FFFFFF 0% 0% no-repeat padding-box; border: 1px solid #D6D6D6; border-radius: 4px; width: 5rem;
}
.sale-price {
  font-weight: bold; 
  font-size: 20px; 
  letter-spacing: 0px; 
  color: #56678A;
}
.original-price {
  font: normal normal 600 16px/22px Open Sans; 
  letter-spacing: 0px; 
  color: #AEB8CC;
}
.flex-container {
  display: flex;
}
.size-16px {
  font-size: 16px;
}
.size-14px {
  font-size: 14px;
}
.size-13px {
  font-size: 13px;
}
.size-12px {
  font-size: 12px;
}
.size-10px {
  font-size: 10px;
}
.font-semi-bold {
  font-weight: 600;
}
.font-italic {
  font-style: italic;
}
.dark-grey-font {
  color: #3D4961;
}
.light-grey-font {
  color: #7A8AAC;
}
.fixed-bottom-bar {
  height: 64px;
  z-index: 50;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 8px #0000008D;
}
.continue-shopping-link {
  display: flex!important;
}
.font-semi-bold {
  font-weight: 600;
}
.orange-font {
  color: #FF6F5C;
}
.green-font {
  color: #01B76B;
}
.red-font, .redtext {
  color: #F5222D;
}
.blank-space-footer {
  height: 65px;
}
.btn-primary {
  color: #fff;
  background-color: #FF6F5C;
  border-radius: 4px; 
  border: 1px solid #FF6F5C; 
  color: #FFFFFF;
  line-height: initial;
}
.btn-primary:hover {
  background-color: #FF4B34;
  border-color: #FF4B34;
  color: #FFFFFF!important;
}
.btn-outline-primary {
  color: #FF6F5C;
  border-radius: 4px; 
  border: 1px solid #FF6F5C;
  line-height: initial;
}
.btn-outline-primary:hover {
  color: #FF4B34;
  border-color: #FF4B34;
  background-color: transparent;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ADADAD!important;
  background-color: #E8E8E8!important;
  border-color:#D9D9D9!important;
}
.btn-primary-small, .btn-outline-primary-small {
  padding: 2px 16px!important;
  height: 24px!important;
}
.btn-primary-medium, .btn-outline-primary-medium {
  padding: 6px 16px!important;
  height: 32px!important;
}
.btn-primary-large, .btn-outline-primary-large {
  padding: 10px 16px!important;
  height: 40px!important;
}
.product-block {
  box-shadow: 0px 0px 11px #0000001A;
}
.product-thumb {
  width: 147px;
  height: 143px;
}
.ml-negative-5px {
  margin-left: -5px;
}
.filter-scroll {
  overflow-x: auto;
  white-space: nowrap;
}
.filter-scroll::-webkit-scrollbar {
  display: none;
}
.filter-scroll {
  -ms-overflow-style: none;
}
.filter-option {
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  color: #99A6BF;
  font-size: 14px;
  width: 123px;
  height: 32px;
  padding-left: 6px;
}
.filter-md-row {
  display: none!important;
}
.billing-address-container {
  border: none;
}
.verify-details-header {
  font: normal normal bold 16px/22px Open Sans;
  color: #3E4C67;
}
.inner-content-label {
  font: normal normal 600 14px/19px Open Sans;
  color: #7A8AAC;
}
.inner-content-value {
  font: normal normal 600 14px/19px Open Sans;
  color: #3E4C67;
}
.input-field-info {
  font-size: 12px;
  color: #7A8AAC;
}
.hr-separator {
  background-color: #E8E8E8!important;
  opacity: 1!important;
}
.order-summary-row {
  margin-left: 0;
  margin-right: 0;
}
.go-to-cart-md, .go-to-cart-xl {
  display: none;
}
.promo-code-apply {
  position: absolute;
  right: 0.75rem;
  top: 0px;
  padding: 0.420rem 0.6rem;
  font: normal normal 600 12px/17px Open Sans;
  letter-spacing: 0px;
  color: #FF6F5C;
  border: 1px solid #FF6F5C;
  border-radius: 4px;
}
.payment-option-container {
  border: none; 
  border-radius: 0; 
  background: #FAFAFA 0% 0% no-repeat padding-box; 
  width: 100%;
}
.card-type {
  opacity: 0.25;
  max-width: 36px;
}
.visa {
  width: 36px;
  height: 15px;
}
.mastercard {
  width: 36px;
  height: 29px;
}
.discover {
  width: 36px;
  height: 29px;
}
.confim-img {
  width: 85px;
}
.customize-add-btn, .customize-del-btn {
  width: 150px;
  border: none;
}
.customize-add-btn {
  background: #01B76B;
}
.customize-del-btn {
  background: #F5222D;
}
.roster-import {
  border: 1px solid rgb(174, 184, 204);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: -webkit-fill-available;
  height: 225px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.calendar .table-heading {
  color: #7A8AAC;font-size: 14px; background: #FAFAFA;
}
.calendar .event-link {
  font: normal normal 600 14px/19px Open Sans;
  color: #FF4B34;
  text-decoration: none;
}
.calendar .event-date, .calendar .event-day {
  color: #3D4961;font-weight: 600;font-size: 14px;
}
.calendar .nav-link {
  transition: none;
  padding-left: 0!important;
  padding-right: 0!important;
}
.calendar .nav-link.active {
  background: #E8E8E8;
  font: normal normal bold 14px/19px Open Sans;
  color: #FF4B34;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
}
.calendar .nav-link:hover {
  border: none;
}
.calendar .first-tab {
  border-top-left-radius: .25rem!important;
}
.calendar .last-tab {
  border-top-right-radius: .25rem!important;
}
.calendar .nav-link {
  font: normal normal 600 14px/19px Open Sans!important;
  text-decoration: none;
  color: #7A8AAC;
  text-transform: uppercase;
  width: calc(100% / 13);
  margin-bottom: 0;
}
.ui-widget.ui-widget-content {
  border: none;
}
.ui-datepicker-year {
  display: none;
}
.ui-widget-header {
  border: none;
  background: none;
  font: normal normal bold 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #3E4C67;
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: none;
}
.ui-datepicker-prev {
  background: transparent url('/images/left.svg') 0% 0% no-repeat padding-box;
}
.ui-datepicker-next {
  background: transparent url('/images/right.svg') 0% 0% no-repeat padding-box;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 auto;
  max-width: 50%;
}
.ui-datepicker-next {
  right: 20%!important;
  top: 33%!important;
}
.ui-datepicker-prev {
  left: 20%!important;
  top: 33%!important;
}
.home-calendar .ui-datepicker-next, .home-calendar .ui-datepicker-prev {
  display: none!important;
}
.ui-datepicker {
  text-align: center;
  width: 100%;
  padding: 0;
  background: none;
}
.ui-datepicker-calendar th {
  background: #E6E6E6 0% 0% no-repeat padding-box!important;
  padding: 3px 8px!important;
  width: 44px!important;
  border-right: 1px solid #fff!important;
  font: normal normal 600 12px/17px Open Sans!important;
  color: #7A8AAC!important;
}
.ui-datepicker-calendar th:first-of-type {
  border-radius: 4px 0px 0px 4px;
}
.ui-datepicker-calendar th:last-of-type {
  border-radius: 0px 4px 4px 0px;
  border: none;
}
.ui-datepicker-calendar td a {
  text-decoration: none;
}
.ui-datepicker-calendar td {
  position: relative!important;
}
.ui-state-highlight::after {
  content: '\2022';
  color: #FF4B34;
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  font-size: larger;
}
.ui-state-default {
  border: none!important;
  background: none!important;
  text-align: center!important;
  font: normal normal 600 14px/40px Open Sans!important;
  color: #3E4C67!important;
  padding: 0!important;
}
.ui-state-disabled {
  opacity: 1!important;
}
.ui-state-disabled .ui-state-default {
  color: #7A8AAC!important;
}
.page-number {
  border-radius: 4px;
  height: 32px;
  width: 32px;
  border: 1px solid #D6D6D6; 
  text-decoration: none; 
  color: #56678A;
  font-weight: 600;
}
.page-number-active, .page-number:hover {
  box-shadow: 0px 0px 10px #FF4B3441!important;
  border: 1px solid #FF4B34!important;
  color: #FF4B34!important;
}
.badge {
  background-repeat: no-repeat;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  width: 69px;
  right: -0.5rem;
  top: -0.55rem;
  height: 18.24px;
  border-radius: 9px;
}
.on-sale-badge {
  color: #F5222D;
  border: 1px solid #F5222D;
  background-color: #FFF1F0;
}
.best-seller-badge {
  color: #0486FF;
  border: 1px solid #0486FF;
  background-color: #f1f8ff;
}
.review-product-name {
  width: max-content; max-width: 200%;
}
.review-product-quantity {
  margin-top: 38px;
}
.review-cart {
  font: normal normal bold 16px/22px Open Sans;
}
.main-search-form {
  width: 100%;
}
.customize-accordian-btn {
  border: none; background: transparent;
}
.customize-accordian-btn:not(:first-of-type) {
  margin-top: 1rem!important;
}
.customize-accordian-body {
  padding-left: 0!important;
  padding-right: 0!important;
}
.offers-link {
  display: none;
}
.po-file-upload {
  width: 285px;
}
.order-confirm-img {
  width: 85px;
  height: 73px;
}
.offer-container {
  height: 180px!important;
  box-shadow: 0px 0px 10px #0000001A;
  border-radius: 8px;
}
.offer-btn {
  background: transparent linear-gradient(269deg, #FFCA1C 0%, #F59902 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  font: normal normal bold 18px/24px Open Sans;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #00000029;
  width: 100%;
  height: 40px;
  border: none;
}
.offer-buy-now-txt {
  font: normal normal 600 14px/19px Open Sans;
  color: #FF4B34;
}
.offer-txt-container {
  height: 101px;
  border-radius: 8px;
  background-size: contain!important;
}
.discount-txt-1 {
  font: normal normal bold 18px/24px Open Sans;
  color: #273041;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-top: 11px;
}
.discount-txt-2 {
  font: normal normal 600 20px/27px Open Sans;
  color: #273041;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-top: 4px;
}
.discount-txt-3 {
  font: normal normal normal 10px/14px Open Sans;
  color: #273041;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-top: 4px;
}
.buy-price {
  font: normal normal bold 20px/27px Open Sans;
  color: #56678A;
}
.discount-price {
  text-decoration: line-through;
  font: normal normal 600 16px/22px Open Sans;
  color: #7A8AAC;
}
.import-roster {
  border: 1px solid rgb(174, 184, 204);
  border-radius: 4px;
  width: -webkit-fill-available;
  height: 267px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.full-width-image {
  max-width: 90%;
}
.buy-btn {
  width: 100%!important;
  font: normal normal bold 14px/19px Open Sans;
}
.buy-btn:hover {
  color: #FFFFFF!important;
}
.buy-btn-container {
  padding-left: 0;
  padding-right: 0;
}
.dot {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  margin-right: 8px;
}
.impcolh {
  font: normal normal 600 12px/17px Open Sans;
  color: #7A8AAC;
}
.skupc {
  font: normal normal bold 16px/22px Open Sans;
  color: #56678A;
}
.privacy-heading {
  font: normal normal 600 14px/19px Open Sans;
  color: #3E4C67;
}
p.privacy-heading ~ p.privacy-heading {
  margin-top: 32px;
}
.privacy-content {
  font: normal normal normal 14px/19px Open Sans;
  letter-spacing: -0.07px;
  color: #3E4C67;
}
.page-title {
  font: normal normal bold 16px/22px Open Sans;
  display: flex!important;
  align-items: center!important;
}
.review-price, .review-quantity {
  font: normal normal 600 12px/17px Open Sans; color: #3E4C67;
}
.review-subtotal {
  font: normal normal bold 14px/19px Open Sans; color: #3E4C67;
}
.order-product-list-table-row > .product-price, .product-subtotal, .product-quantity {
  color: #3D4961;
  font-weight: 600;
}
.password-reset-success {
  height: 100px;
}
.themes-link {
  border: 1px solid #AEB8CC;
  border-radius: 4px;
  background: none;
  width: 190px;
  color: #3D4961;
  font-size: 14px;
  padding: 10px;
}
.themes-link:hover {
  color: #3D4961;
}

/* payment-overlay for Adyen */
#adyen-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0,0,0, 0.75);
  overflow-x: hidden;
  background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,1) 1%, rgba(0,0,0,0.75) 100%);
  color: #fff;
}
.overlay-modal {
  font-size: 14px;
  box-sizing: border-box;
  max-width: 280px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
  text-align: center;
}
.overlay-continue-link {
  font-size: 15px;
  line-height: 1.35;
  padding: 10px 0;
  font-weight: bold;
  text-decoration: underline;
}
.overlay-logo {
  cursor: pointer;
  margin-bottom: 30px;
  filter: brightness(0) invert(1);
}
.overlay-message {
  font-size: 15px;
  line-height: 1.5;
  padding: 10px 0;
}
.overlay-closebtn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  text-decoration: none;
  font-size: 30px;
  color:#ffff;
}
#error-msg-adyen{
  display:none;
  color:red;
}
.product-pricing-table>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: #EDEFF3;
}

.submit-btn {
	width: 100%!important;
	text-align: left;
	border: none;
	color: #3D4961;
	padding-top: .6rem;
	padding-bottom: .6rem;
	background-color: white;
	padding-left: 1rem;
	padding-right: 1rem;
  font: normal normal normal 14px / 19px Open Sans;
}
.submit-btn:hover {
	color: #FF4B34 !important;
	text-shadow: 0 0 0.01px #3D4961;
	background-color: #FFEDEB;
}

/* Loader specific  css **/
.lds-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.2);
  z-index: 1400;
}
.lds-overlay-fixed{
  position: fixed !important;
}
.lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 30%;
  left: 50%;
  z-index: 1400;
  margin-left: -48px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #0087e7;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis3 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis4 0.6s infinite;
}
.lds-ellipsis div:nth-child(5) {
  left: 63px;
  animation: lds-ellipsis4 0.6s infinite;
}
.lds-ellipsis div:nth-child(6) {
  left: 82px;
  animation: lds-ellipsis5 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis5 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis4 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

/* Loader specific css ends here*/

/************ footer ***********/
.subscription-container {
  background-color: #FAFAFA;
  color: #7A8AAC;
  font: normal normal normal 14px/19px Open Sans;
  margin: 0 auto;
}
.subscribe-btn {
  color: #ffffff; 
  background-color: #FF6F5C; 
  border-radius: 4px; 
  border: none; 
  font-size: 14px;
  /* right: 4.8%;  */
  right: 16px;
  top: 10%;
}
.subscribe-txt-box {
  padding-right: 120px;
}
.question-container {
  background-color: #F5F5F5;
  font: normal normal normal 20px/24px;
  color: #7A8AAC;
}
.question-container a{
  text-decoration: none;
  color: #3E4977;
}
.footer-container {
  background-color: #EDEFF3;
}
.footer-container a {
  text-decoration: none!important;
  cursor: pointer!important;
}
.copyright-container {
  background-color: #F5F5F5;
  color: #707070;
  font-size: 14px;
}
.footer-menu-heading {
  font: normal normal bold 16px/22px Open Sans; 
  color: #3E4C67;
}
.footer-menu-link {
  font: normal normal normal 14px/19px Open Sans; 
  letter-spacing: 0px; 
  color: #3E4C67; 
  text-decoration: none; 
  display: block;
  width: max-content;
  max-width: fit-content;
}
a:hover {
  color: #FF4B34!important;
}
svg:hover .social-media-icon {
  fill: #FF4B34;
}
footer .container {
  background-color: transparent!important;
}
@media (max-width: 767px) {
  .navbar-collapse {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    background-color: #FFFFFF;
    width: 85%;
    overflow-y: scroll;
    z-index: 1000;
  }
  .calendar-img-container {
    margin-left: 0;
    margin-right: 0;
  }
  .cart-table-header {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    top: 0;
    background-color: #fff;
    width: 100%;
    left: 0;
    height: 115px;
    margin-right: 0!important;
  }
  .nav .nav-link {
    font: normal normal bold 16px/20px Open Sans;
  }
  .navbar-light .navbar-nav .nav-link.active {
    color: #FF4B34!important;
    position: relative;
    font-weight: bold!important;
  }
  .top-menu-link:hover, .sub-menu-link:hover {
    color: #FF4B34!important;
    transition: none!important;
  }
  /* .navbar-light .navbar-nav .nav-link.active:after, .top-menu-link:hover::after, .dropdown-toggle::after { */
  .navbar-light .navbar-nav .nav-link.active:after, .dropdown-toggle::after {
    content: '';
    width: 1.5rem;
    border-bottom: 5px solid #FF4B34;
    position: absolute;
    bottom: 10%;
    left: 0;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    border: none;
    box-shadow: 0px 3px 6px #00000026;
    border-radius: 8px;
  }
  .dropdown-item {
    font: normal normal normal 14px/19px Open Sans;
    color: #525252;
    background: none;
  }
  .dropdown-toggle::after {
    background-image: none!important;
    display: none!important;
  }
  .dropdown-toggle.active::after {
    border-bottom: 5px solid #FF4B34!important;
  }
  .dropdown-toggle.active::after {
    content: '';
    width: 1.5rem;
    background-image: none;
    border-bottom: 5px solid #FF4B34!important;
    position: absolute;
    bottom: 10%;
    left: 0;
  }
  .hide-for-mobile {
    display: block!important;
  }
  .search-container {
    position: relative;
    background-color: #ffffff;
    top: auto;
    width: auto;
    width: 38%!important;
    background-color: transparent!important;
  }
  .logo-img {
    width: 240px;
  }
  .full-width-bg {
    flex-wrap: wrap!important;
  }
  .container {
    padding-right: 0!important;
    padding-left: 0!important;
  }
  .username-container {
    width: 25%!important;
  }
  .username-container a:hover .bi-person-fill path, .username-container a:hover svg .b-dd, .offers-link:hover svg #Path_3657, .offers-link:hover svg #Path_3648, .cart-icon-container a:hover svg path, .page-number:hover svg .b-right-arrow-1 {
    fill: #FF4B34!important;
  }
  .cart-icon-container {
    width: 5%!important;
  }
  .hide-for-desktop {
    display: none;
  }
  .offer-banner {
    margin-top: 15px;
  }
  .multi-item-slider {
    box-shadow: none;
  }
  .separator-label-container {
    padding-left: 0!important;
  }
  .view-all-link-container {
    padding-right: 0!important;
  }
  .you-save-text {
    display: block;
  }
  .frequent-products {
    width: 159px;
    height: 159px;
    padding: 20px 15px;
  }
  .continue-shopping-link {
    display: none!important;
  }
  .product-block {
    box-shadow: none;
  }
  .product-block:hover {
    box-shadow: 0px 0px 11px #0000001A;
  }
  .product-thumb {
    width: 180px;
    height: 180px;
  }
  .filter-md-row {
    display: flex!important;
  }
  .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cdefs%3e%3cstyle%3e.a-plus{fill:none;}.b-plus{fill:%2356678a;}%3c/style%3e%3c/defs%3e%3cpath class='a-plus' d='M0,0H16V16H0Z'/%3e%3cpath class='b-plus' d='M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Zm3,6.6H8.6V11H7.4V8.6H5V7.4H7.4V5H8.6V7.4H11Z'/%3e%3c/svg%3e");
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cdefs%3e%3cstyle%3e.a-minus{fill:none;}.b-minus{fill:%23ff4b34;}%3c/style%3e%3c/defs%3e%3cpath class='a-minus' d='M0,0H16V16H0Z'/%3e%3cpath class='b-minus' d='M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Zm3,6.6H5V7.4h6Z'/%3e%3c/svg%3e");
  }
  .accordion-button {
    font: normal normal bold 14px/19px Open Sans;
    background-color: #ffffff!important;
    padding: 0.5rem 0.6rem;
  }
  .accordion-button.collapsed {
    color: #56678A;
  }
  .accordion-button:not(.collapsed) {
    color: #FF4B34;
  }
  .accordion-button:focus {
    outline: none!important;
  }
  .sidebar {
    padding: 0;
  }
  .sidebar .form-check {
    margin-bottom: 0;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    font: normal normal normal 14px/19px Open Sans;
    color: #56678A;
    padding-left: 1.8em;
  }
  .sidebar .form-check .form-check-input {
    border: none;
    box-shadow: none;
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3e%3cdefs%3e%3cstyle%3e.a-unchk{fill:none;}.b-unchk{fill:%2356678a;}%3c/style%3e%3c/defs%3e%3cpath class='a-unchk' d='M0,0H18V18H0Z'/%3e%3cpath class='b-unchk' d='M13.667,4.333v9.333H4.333V4.333h9.333m0-1.333H4.333A1.337,1.337,0,0,0,3,4.333v9.333A1.337,1.337,0,0,0,4.333,15h9.333A1.337,1.337,0,0,0,15,13.667V4.333A1.337,1.337,0,0,0,13.667,3Z' transform='translate(0 0)'/%3e%3c/svg%3e");
  }
  .sidebar .form-check .form-check-input:checked[type=checkbox] {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3e%3cdefs%3e%3cstyle%3e.a-chk{fill:none;}.b-chk{fill:%23ff4b34;}%3c/style%3e%3c/defs%3e%3cpath class='a-chk' d='M0,0H18V18H0Z'/%3e%3cpath class='b-chk' d='M13.667,3H4.333A1.333,1.333,0,0,0,3,4.333v9.333A1.333,1.333,0,0,0,4.333,15h9.333A1.333,1.333,0,0,0,15,13.667V4.333A1.333,1.333,0,0,0,13.667,3Zm-6,9.333L4.333,9l.94-.94,2.393,2.387,5.06-5.06.94.947Z' transform='translate(0 0)'/%3e%3c/svg%3e");
  }
  .sidebar.collapse, .sidebar.collapsing {
    -webkit-transition: height 0s ease;
    -moz-transition: height 5s ease;
    -o-transition: height 5s ease;
    transition: height 5s ease;
  }
  .billing-address-container {
    border-right: 1px solid #E8E8E8;
  }
  .sm-labels, .hide-for-desktop, .fixed-checkout-btn, .cart-btn-sm-container {
    display: none;
  }
  .product-sku {
    font: normal normal normal 14px/19px Open Sans;
  }
  .payment-option-container {
    border: 1px solid #DEE2E6;
    border-radius: 4px;
    background-color: #ffffff;
  }
  .card-type {
    max-width: 60px;
  }
  .product-name-container {
    height: 38px;
  }
  .verify-details-header {
    border-bottom: 1px solid #DEE2E6;
  }
  .verify-details .billing-address {
    border-left: 1px solid #E8E8E8;
  }
  .cart-product-img {
    height: 75px;
    width: 75px;
  }
  .review-product-name {
    width: auto; max-width: 100%;
  }
  .review-product-quantity {
    margin-top: 0;
  }
  .visa {
    width: 60px;
    height: 25px;
  }
  .mastercard {
    width: 50px;
    height: 41px;
  }
  .discover {
    width: 50px;
    height: 32px;
  }
  .dropdown-menu {
    width: auto;
  }
  .dropdown-menu li {
    padding-left: 0;
  }
  .customize-accordian-btn {
    border: none; background: transparent;
  }
  .po-file-upload {
    width: 514px;
  }
  .full-width-image {
    max-width: 100%;
  }
  .buy-btn-container {
    padding-right: calc(var(--bs-gutter-x)/ 2)!important;
  }
  .review-price, .review-quantity, .review-subtotal {
    font: normal normal 600 14px/19px Open Sans;
  }
  .password-reset-success {
    height: 380px;
  }
  .product-name {
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .navbar-brand {
    height: 101px;
  }
  .nav-link {
    padding-right: 16px!important;
  }
  .navbar-light .navbar-nav .nav-link.active {
    color: #FF4B34!important;
    position: relative;
    font-weight: bold!important;
  }
  .container {
    max-width: 700px;
    padding-left: 0!important;
    padding-right: 0!important;
    position: relative;
  }
  .logo-img {
    width: 160px;
  }
  .cart-quantity {
    right: 10%;
  }
  .username-container {
    font-size: 14px!important;
  }
  .offers-link {
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #3E4C67;
    display: flex!important;
    align-items: center!important;
  }
  .offers-link svg {
    transform: scale(0.8);
  }
  .cart-product-header {
    display: block;
  }
  .blank-space-footer, .fixed-bottom-bar {
    display: none!important;
  }
  .order-summary-row {
    margin-left: calc(var(--bs-gutter-x)/ -2);
    margin-right: calc(var(--bs-gutter-x)/ -2);
  }
  .go-to-cart-md {
    display: flex;
  }
  .customize-add-btn, .customize-del-btn {
    width: 145px;
  }
  .category-image {
    width: 136px;
    height: 123px;
  }
  .cart-table-header {
    display: none;
  }
  .order-summary-container {
    margin-left: calc(-1.5rem/2)!important;
    margin-right: calc(-1.5rem/2)!important;
  }
  .review-cart svg {
    transform: scale(1.2);
    margin-left: 0.4rem;
  }
  .order-confirm-img {
    width: 95px;
    height: 81px;
  }
  .offer-container {
    height: 127px!important;
    border-radius: 20px!important;
  }
  .offer-btn {
    font: normal normal bold 20px/27px Open Sans;
    width: 80%;
  }
  .offer-txt-container {
    height: 127px!important;
  }
  .discount-txt-1 {
    margin-top: 40px;
  }
  .discount-txt-3 {
    margin-top: 12px;
  }
  .import-roster {
    height: 143px;
  }
  .buy-btn {
    width: 60px!important;
    height: 32px!important;
  }
}
@media (min-width: 1279px) {
  .container {
    position: relative;
    max-width: 1216px;
  }
  .cart-quantity {
    right: 45%;
  }
  .username-container {
    font-size: 16px!important;
  }
  .offers-link {
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #3E4C67;
    display: flex!important;
    align-items: center!important;
  }
  .nav-link {
    padding-right: 20px!important;
  }
  .offer-banner p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  .category-name {
    font: normal normal bold 16px/25px Open Sans; 
  }
  .subscribe-btn {
    right: 5px;
  }
  .you-save-text {
    display: inline-block;
    margin: auto!important;
  }
  .you-save-container {
    display: flex;
    align-items: center;
  }
  .navbar-light .navbar-nav .nav-link.active {
    color: #FF4B34!important;
    position: relative;
    font-weight: bold!important;
  }
  .signin-image svg {
    transform: scale(1.5);
  }
  .signin-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .with-social-btn, .customGPlusSignIn {
    width: 215px;
    display: flex;
    justify-content: center;
  }
  .cart-product-header {
    display: block;
  }
  .blank-space-footer, .fixed-bottom-bar {
    display: none!important;
  }
  .verify-details-header {
    font-size: 18px;
  }
  .go-to-cart-xl {
    display: block;
  }
  .promo-code-apply {
    padding: 0.41rem 0.6rem;
  }
  .receipt-download {
    display: none;
  }
  .roster-import {
    height: 309px!important;
  }
  .category-image {
    width: 245px;
    height: 245px;
  }
  .review-cart svg {
    transform: scale(1.5);
    margin-left: 0.4rem;
  }
  .review-cart {
    font: normal normal bold 22px/30px Open Sans;
  }
  .order-confirm-img {
    width: 145px;
    height: 124px;
  }
  .offer-container {
    height: 226px!important;
    border-radius: 20px!important;
  }
  .offer-btn {
    font: normal normal bold 32px/43px Open Sans;
    width: 80%;
    height: 64px;
  }
  .offer-buy-now-txt {
    font: normal normal bold 20px/27px Open Sans;
    color: #FF4B34;
  }
  .offer-txt-container {
    height: 226px!important;
  }
  .discount-txt-1 {
    font: normal normal bold 38px/52px Open Sans;
    margin-top: 64px;
  }
  .discount-txt-2 {
    font: normal normal 600 20px/27px Open Sans;
    margin-top: 19px;
  }
  .discount-txt-3 {
    font: normal normal normal 14px/19px Open Sans;
    margin-top: 12px;
  }
  .import-roster {
    height: 268px;
  }
  .dot {
    height: 20px;
    width: 20px;
  }
  .buy-btn {
    width: 60px!important;
    height: 40px!important;
  }
  .privacy-heading {
    font: normal normal 600 18px/24px Open Sans;
  }
  .privacy-content {
    font: normal normal normal 16px/22px Open Sans;
    letter-spacing: -0.08px;
  }
  .page-title {
    font: normal normal bold 22px/30px Open Sans;
  }
  .page-title svg {
    transform: scale(1.4);
  }
}