/* @font-face {
  font-family: 'avenir';
  font-weight: 400;
  src: url('/lbs/fonts/avenir/AvenirLTStd-Book.otf') format('truetype');
}
@font-face {
  font-family: 'avenir-mid';
  font-weight: 700;
  src: url('/lbs/fonts/avenir/AvenirLTStd-Roman.otf') format('truetype');
}
@font-face {
  font-family: 'avenir-bold';
  font-weight: 700;
  src: url('/lbs/fonts/avenir/AvenirLTStd-Black.otf') format('truetype');
} */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
  font-family: 'Open Sans',Arial, sans-serif;
}
body {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  color: #000;
  width: 100%;
  min-height: 100vh;
}

::-moz-selection { background: #000; color: #fff; }
::selection { background: #000; color: #fff; }

.i-pay {
  display: flex;
  align-items: center;
  background-color: #000;
  color: #fff;
  padding: 5px 15px;
}
.i-pay:hover {
  color: #fff;
}
.i-pay span {
  margin-right: 10px;
}
.i-pay i {
  font-size: 30px;
}
.c-pointer {
  cursor: pointer;
}

.iframe {
  height: 550px;
}
.img-container {
  max-width: 700px;
}
.percent-container {
  width: 25%;
}
li * {
  vertical-align: top;
}
b, .font-weight-bold, .fw-bold{
  font-weight: 600 !important;
}
.profile-image img{
  height: 100px;
  width: 100px;
  object-fit: contain;
  border-radius: 100%;
  margin-right: 15px;
}
.bg-grey {
  background-color: #246206;
  color: #fff;
}
footer{
  margin-top: auto;
}
footer .header {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 22px;
}
img{
  /* width: 100%; */
}

.navbar-brand img{
  object-fit: contain;
}
.center {
  display: grid;
  place-items: center;
}
.top {
  /* text-align: center; */
  display: grid;
  place-items: center;
  padding-block:70px;
}
.inner {
  padding-block: 60px;
}
.inner-sm {
  padding-block: 40px;
}

strong, b, .fw-bold {
  font-weight: 500;
}
a {
  color: var(--pry-color);
}
.title {
  font-size: 37px;
  font-family: "avenir-mid", sans-serif;
}
.md-title {
  font-size: 30px;
  font-weight: 500;
}
.subtitle {
  font-size: 28px;
  font-weight: 500;

}
.header {
  font-size: 25px;
  font-weight: 500;
}
.subheader {
  font-size: 22px;
  font-weight: 500;
}
.btn-pry.shadow-lg:hover {
  transform: scale(1.1);
  transition: .5s;
}
.rounded-bottom-0 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fixed-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: 1;
}
.no-pointer {
  cursor: default;
}
.dashed {
  outline:1px dashed #333;
}
a {
  text-decoration: none;
  color: var(--sec-color);
}
p {
  font-size: 16px;
  margin-bottom: 3px;
  word-spacing: 0px;
}
.btn-pry {
  background-color: var(--pry-color);
  color: #fff !important;
}
.btn-outline-pry {
  border: 1px solid;
  border-color: var(--pry-color);
  color: var(--pry-color);
  border-radius: 0;
}
.btn-pry:hover, .btn-outline-pry:hover {
  transition: .5s;
  box-shadow: 0px 15px 15px rgb(11 28 91 / 10%);
}
.trademark {
    position: relative;
    white-space: nowrap;
}
.trademark:after {
    content: '®';
    position: absolute;
    top: -.1em;
    font-size: 50%;
    font-weight: 300;
}
.trademark-inline {
    padding-right: 0.5em;
}
.gc-img {
  width: 95%;
}
.pr-popup {
  background-color: #353F47;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pr-popup .circ-1,
.pr-popup .circ-2
 {
  background-color: #dfdfdf;
  height: 350px;
  width: 350px;
  left: -100px;
  top: -30px;
  border-radius: 100%;
  position: absolute;
}
.pr-popup .circ-2 {
  background-color: #045e63;
  left: -70px;
  top:-35px;
}
.pr-popup .gc-images {
  position: relative;
  z-index: 1;
  padding: 20px;
}
.gc-img.min {
  margin-top: -20px;
  margin-left: 50px;
}
.btn-outline-social {
  color: #000 !important;
  border:1px solid rgba(255,255,255,.8);
  padding: 12px 28px;
  font-size: 15px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.btn-outline-social.dark {
  color: #fff !important;
  background-color: #000;
}
.btn-outline-social img{
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.btn-outline-social:hover {
  transition: .5s;
  box-shadow: 0px 15px 15px rgba(11, 28, 91, 0.101961);
  color: rgba(255,255,255,.8);
}
.social-login {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.auth-divider {
  border-top:1px solid #ccc;
  margin-top: 40px;
  margin-bottom: 20px;
  display: grid;
  place-items: center
}
.auth-divider span {
  display: block;
  text-align: center;
  background-color: #ffffff;
  width: 200px;
  margin-top: -12px;
}
.password {
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
.password input {
  height: 48px;
  width: 100%;
  padding: 12px;
}
.password input:focus{
  outline: 0;
  border: 0;
}
.socials {
	display: grid;
	place-items: center;
	height: 35px;
	width: 35px;
  border-radius: 100%;
	font-size: 15px;
	background-color: #F3F3F3;
	color: #A9A9A9;
	margin-right: 5px;
	transition: 0.7s;
}

.socials:hover {
	background-color: var(--pry-color);
	border-color: var(--pry-color);
	color: #fff;
}

.linkedin {
	background-color: #E7F1F3;
	border-color: #E7F1F3;
	color: #5F9EB2;
}

.twitter {
	background-color: #E6F7FA;
	border-color: #E6F7FA;
	color: #51D1E3;
}

.fb {
	background-color: #E2F0F9;
	border-color: #E2F0F9;
	color: #3D8FD9;
}

.whatsapp {
	background-color: #E2F3E0;
	border-color: #E2F3E0;
	color: #42B33D;
}

.link {
	background-color: #FFE9DE;
	border-color: #FFE9DE;
	color: #FE9150 !important;
}

.form-control {
  border-radius: 5px;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.form-control[datepicker][readonly] {
  background-color: #fff;
}
.form-control.form-control-sm {
  border-radius: 5px;
  font-size: 14px;
  color: #000000;
  padding: 10px;
}
.checker {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  font-size: 17px;
  line-height: 26px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checker input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.checker input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark.checkbox{
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border:1px solid #ccc;
}
.checkmark.radio{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border:1px solid #ccc;
  border-radius: 50%;
}
.checker:hover input ~ .checkmark {
  background-color: #ccc;
}
.checker input:checked ~ .checkmark {
  background-color: #256ebb;
  border:1px solid #ccc;
}

.checker:hover .checkmark.checkbox {
    background-color: #ccc;
}
.checker.checked .checkmark {
    background-color: #256ebb;
    border:1px solid #ccc;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checker input:checked ~ .checkmark:after, .checker.checked .checkmark:after {
  display: block;
}

.checker .checkbox:after, .checker.checked .checkbox::after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checker .radio:after {
  top: 2px;
	left: 2px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #256ebb;
}

.payment-divider:not(:first-child) {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 10px;
}

.header {
  font-size: 38px;
  font-weight: 500;
  width: 70%;
  letter-spacing: -1px
}
.careers-img {
    margin-top: 80px;
    margin-left: -20%;
    width: 130%;
}
.list, .check {
    margin-bottom: 0;
    padding-left: 10px;
    list-style: none;
}

.list li, .check li {
    margin-bottom: 12px;
    font-size: 16px;
    display: flex;
    align-items: flex-start;
}

.list li::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f069";
    color: var(--sec-color);
    margin-right: 8px;
}

.check li::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f00c";
    color: var(--sec-color);
    margin-right: 8px;
}
.grey-payment {
  width: 100%;
  height:60px;
  display: grid;
  place-items:center;
  background-color: #F5F5F5;
  border:1px solid #eee;
  border-radius: 6.33px;
}
.grey-payment img {
  max-width: 50px;
  object-fit: contain;
}
.thumbnails {
  margin-top: 10px;
}
.add-img {
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
	margin-right: 10px;
	display: grid;
	place-items:center;
	background: #fff;
	overflow: hidden;
	border: 2px solid #eee;
}
.additional {
  display: flex;
  width: 100%;
}
.additional_images {
	height: 50px;
	object-fit: contain;
}

.add-img.active {
	border-color: var(--pry-color);
}
.zoom {
	display: block;
	position: relative;
	cursor: zoom-in;
}

.my-account-top-nav a {
  padding: 1rem;
  border-color: transparent;
  color: #666;
  font-weight: 700;
  font-size: 1rem;
  flex: 1;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.my-account-top-nav a:not(:last-child){
  border-right: 1px solid #ddd;
}
.my-account-top-nav a:hover {
  border-bottom-color: #333;
}
.my-account-top-nav a.active {
  border-color: #5b90b3;
  border-right-color: #ddd;
  border-bottom-width: 2px;
  color: #5b90b3;
  background-color: #E3ECF2;
}
.text-grey {
  color: #666;
}
.text-secondary-grey {
  color: #bebebe;
}
.text-small {
  font-size: .875rem;
}
.text-light-dark {
  color: #4a4a4a;
}
.my-account-sidenav {
  background-color: #dce0e3;
}
.sidenav-title {
  font-size: 1.2rem;
  font-weight: 500;
}
.my-account-nav-pills a {
  color: #666;
  font-weight: 700;
  border: 0;
  box-shadow: 0 2px 5px #7878784d;
  background-color: #fff;
  padding: 10px 15px;
  flex: 1;
  text-align: center;
  border-radius: 15px;
}
.my-account-nav-pills a:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.my-account-nav-pills a:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.my-account-nav-pills a.active {
 background-color: var(--pry-color);
 color: #fff;
}
.my-order-card {
  border-radius: 10px;
}
.my-order-card .card-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 .125em .25em #0000001a;
  border-bottom: 0;
}
.my-order-card .card-header {
  background-color: #e3ecf2;
  padding: 1rem 1.5rem;
  color: #666;
}
.my-order-card.active {
  border: 2px solid var(--pry-color);
  position: relative;
  overflow: hidden;
  padding-right: 40px;
}
.my-order-card.active::after {
  content: "";
  position: absolute;
  width: 40px;
  background-color: var(--pry-color);
  height: 100%;
  right: 0;
}
.my-order-card.active::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f105";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 1;
  font-size: 45px;
}
.payment-status-bar {
  padding: 5px;
  border-radius: 10px;
  border: 2px solid;
  text-align: center;
  text-transform: uppercase;
}
.empty-records-text {
  font-size: 1.4rem;
  text-align: center;
}

.my-account-info-card,
.my-account-info-card .card-header {
  border: none;
}
.my-account-info-card {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}
.my-account-info-card .card-header {
  background-color: transparent;
  font-size: 1.5rem;
  font-weight: 700;
  color: #4a4a4a;
}
.test-list-item {
  box-shadow: 0 0 3px rgba(120, 120, 120, 0.4);
  border-radius: 5px;
}

.sidebar-single-link {
  font-weight: 700;
  border: 0;
  box-shadow: 0 .5em 1em -.125em rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
  color: #4a4a4a;
  background-color: #fff;
  padding: 20px 25px;
  border-radius: 15px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.sidebar-single-link.active {
  border: 2px solid var(--pry-color);
  position: relative;
}
.sidebar-single-link.active::after {
  content: "";
  position: absolute;
  width: 40px;
  background-color: var(--pry-color);
  height: 100%;
  right: 0;
  top:0;
}
.sidebar-single-link.active::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 1;
  font-size: 30px;
}

@media screen and (min-width:992px) {
  .singleProduct {
    position: sticky;
    top: 10px;
  }
}
.singleProduct span {
	height: 500px;
	width: 100%;
	margin-bottom: 0;
	display: grid;
	place-items: center;
}

.selectedImage {
  height: 460px;
  object-fit: contain;
}
.product-title {
  font-size: 40px;
  font-weight: 600;
  font-family: 'Nunito Sans', sans-serif;
  /* text-transform: uppercase; */
}
.text-pry {
  color: var(--pry-color);
}
.header-cart {
  position: relative;
}
.cart-qty {
  position: absolute;
  height: 22px;
  width: 22px;
  font-size: .45em;
  display: grid;
  place-items: center;
  border-radius: 100%;
  background-color: var(--pry-color);
  color: #fff;
  bottom: -10px;
  right: -8px;
}
.qty {
  display: flex;
  width: auto;
}
.qty > * {
  display: block;
  height: 45px;
  width: 45px;
  display: grid;
  place-items:center;
  text-align: center;
  border:1px solid #eee;
}
.qty input {
  border-inline:none;
}
.qty a {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}
.accordion-button, .accordion-item {
    background: transparent;
}

.accordion-button img {
    height: 50px;
    width: 50px;
    object-fit: contain;
    width: auto;
    margin-right: 10px;
}

.accordion-body p:last-child {
    margin-bottom: 0;
}

.accordion-item:not(:first-child) {
    border-top: 1px solid #ccc !important;
}

.accordion-item:last-child {
    border-bottom: 1px solid #ccc !important;
}

.accordion-button::after{
  background-image: url('/img/plus.svg');
}
.accordion-button:not(.collapsed)::after {
  background-image: url('/img/minus.svg');
  margin-top: -10px;
}

.accordion-button:focus {
    outline: 0;
    border-color: #ccc !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background: transparent;
    color: var(--pry-color);
    box-shadow: none !important;
    font-weight: 600;
}

.accordion-item {
    border: 0;
}

.darker .accordion-item, .darker .accordion-button:not(.collapsed), .darker .accordion-item {
    border-color: var(--pry-color) !important;
}

.accordion-item:last-of-type, .accordion-item:first-of-type {
    border-radius: 0;
}
.form-group {
  margin-bottom: 15px;
}
.label {
  font-size: 20px;
}
.h-fill {
  min-height: 100vh;
}
.w-content {
  width: 55.8%;
}
.w-summary {
  width: 45%;
  background-color: #fafafa;
}
.w-summary-sm {
  width: 35%;
  background-color: #fafafa;
}
.checkout-links {
  font-size: 13px;
  color: #737373;
  font-weight: 400;
}
.checkout-links.active {
  font-weight: 500;
  color: #000000;
}
.selector {
  position: relative;
}
.select-dropdown {
  position: absolute;
  top: 50%;
  inset-inline-end: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  width: 3rem;
  height: 30%;
  transform: translateY(-50%);
  border-left:1px solid #ccc;
}
.selector label {
  position: absolute;
  top: 4px;
  left: 12px;
  inset-inline-end: 1px;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  font-size: 13px;
  color: #696969;
}
.selector input {
  padding-top: 20px;
}
.hidden {
  display: none;
}
.selector .form-control {
  border-radius: 5px;
  font-size: 15px;
  padding-top: 22px;
  padding-bottom: 10px;
}
.selector input {
  height: 48px;
}
.selector .form-control:focus {
  box-shadow: none;
}
.selector .clear-field {
  padding-top: 12px;
}
.btn-checkout {
  background-color: var(--pry-color);
  border-color: var(--pry-color);
  font-weight: 500;
}
h6 {
  font-weight: 400;
  color: #000;
}
.pp-container {
  height: 70px;
  width: 70px;
  border-radius: 10px;
  border:1px solid #ccc;
  position: relative;
  background-color: #ffffff;
  display: grid;
  place-items: center;
}
.pp-container img {
  height: 60px;
  width: 100%;
  object-fit: contain;
}
.pp-container span {
  position: absolute;
  top: -12px;
  right: -12px;
  height: 20px;
  width: 20px;
  display: grid;
  place-items: center;
  border-radius: 100%;
  background-color: #777;
  font-size: 12px;
  color: #fff;
}
.cards {
  max-width: 100px;
}
.payment-card {
  background-image: url(/img/cards.png);
  background-position: 4px 6px;
  background-size: 50px;
  background-repeat: no-repeat;
  padding-left: 60px;
  height: 48px;
  border-radius: 5px;
}
.payment-card.visa {
  background-position: 4px -40px;
}
.payment-card.visa_electron {
  background-position: 4px -86px;
}
.payment-card.mastercard {
  background-position: 4px -132px;
}
.payment-card.maestro {
  background-position: 4px -179px;
}
.payment-card.discover {
  background-position: 4px -226px;
}
.payment-card.amex, .payment-card.american_express {
  background-position: 4px -274px;
}
[moe] [url]:not([show]) {
  left:0;
  right:0;
  max-width: 25%;
  margin: auto !important;
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #ddd;
  position: fixed;
  top:50%;
  transform: translateY(-50%);
  z-index: 10000;
}
.no-box:focus {
  box-shadow: none;
}
.bg-pry {
  background-color: var(--pry-color);
  color: #fff;
}
.info-card {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.info-card .subtitle {
    font-size: 25px;
}
.text-light-sec {
  color: #ffbdbd;
}
.border-rounded {
  border-radius: 15px;
}
.num {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  background-color: #000;
  color: #fff;
  border-radius: 100%;
  display: grid;
  place-items: center;
  font-size: 20px;
}
.cc-tp {
    border: 1px solid rgba(112, 112, 112, 0.2);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.160784);
    border-radius: 8px;
    background-color: #ffffff;
}
.my-lg {
    margin-block: 80px;
}

.bc-arrow img {
    position: absolute;
    width: 30%;
    left: -165px;
    top: -160px;
}

.how-works {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
}

.how-works>div {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.my-account-nav {
  width: 100%;
}
.my-account-nav span {
  display: none;
}
.my-account-nav a {
  display: block;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  color: var(--sec-color);
}
.my-account-nav a.active {
  background-color: var(--pry-color);
  color: #fff;
  font-weight: 500;
}
.moe-icon {
  font-size: 35px;
  line-height: 20px;
  color: var(--pry-color);
}
.cart-flex {
  display: flex;
}
.cart-pp-container {
  height: 100px;
  width: 100px;
  border-radius: 10px;
  border: 1px solid #ccc;
  display: grid;
  place-items: center;
}
.cart-pp-container img {
  height: 90px;
  object-fit: contain;
}
.crt-mg {
  margin-right: 20px;
}
.bd-end {
  border-right: 1px solid #eee;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button  {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}
@media screen and (max-width:1700px) {
  .w-summary {
    width: 50%;
  }
}
@media screen and (max-width:1599px) {

  .w-summary {
    width: 55%;
  }
}
@media screen and (max-width:991px) {
  .social-login {
    flex-direction: column;
    gap:10px;
  }
  .mb-65 {
    margin-bottom: 65px;
  }
  .web-border{
    border: none !important;
  }
  .gc-images {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pr-popup .circ-1,
  .pr-popup .circ-2
  {
    width: 100%;
    height: 190px;
    border-radius: 0;
    left: 0;
    top: 0;
  }
  .pr-popup .circ-2 {
    top: 20px;
  }
  .gc-img {
    max-height: 150px;
    object-fit: contain;
  }
  .gc-img.min {
    margin: auto;
    margin-left: 15px;
  }
  .info-card .title {
      font-size: 35px;
  }
  .info-card .subtitle {
      font-size: 25px;
  }
  .w-content, .w-summary-sm {
    width: 100%;
  }
  .w-summary-sm {
    background-color: #ffffff !important;
  }
  .my-account-nav {
    border: 1px solid #ddd;
    padding: 5px 15px;
    margin-bottom: 15px;
    position: relative;
  }
  .my-account-nav span {
    display: block;
    position: absolute;
    top:10px;
    right: 15px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
  }
  .my-account-nav a {
    display: none;
    border-bottom: none;
  }
  .my-account-nav a.active {
    display: block;
  }
  [moe] [url]:not([show]) {
    max-width: 70%;
  }
  .web {display: none;}
}
@media screen and (max-width:767px) {
  .top .title {
    font-size: 32px;
  }
  .pp-container {
    height: 50px;
    width: 50px;
  }
  .pp-container img {
    height: 50px;
  }
  .singleProduct span {
    height: 300px;
  }
  .selectedImage {
    height: 280px;
  }
  .zoomImg {
    display: none !important;
  }
}
@media screen and (max-width:1199px) {

  .careers-img {
        margin-left: 0;
        width: 100%;
        margin-top: 40px;
    }

    .tab-center {
        display: grid;
        place-items: center
    }
}
@media screen and (max-width:575px) {
  .bd-end {
    border: none;
  }
  .info-card .title, .md-title {
    font-size: 29px;
  }
  .percent-container {
    width: 50%;
  }
  .product-title {
    font-size: 35px;
  }
  .header {
    font-size: 30px;
  }
  .navbar-brand img{
    max-width: 170px;
  }
  [moe] [url]:not([show]) {
    max-width: 90%;
  }
  .inner, .inner-sm {
    padding-top: 0;
  }
  .mw-100 {
    width: 100%;
  }
  a.mw-100 {
    display: block;
  }
  .cart-pp-container {
    height: 70px;
    width: 70px;
  }
  .cart-pp-container img {
    height: 60px;
  }
  .iframe {
    height: 300px;
  }
}

.width-45px {
  min-width: 45px;
  max-width: 45px;
}
.width-200px {
  min-width: 200px;
  max-width: 200px;
}
.width-100px {
  min-width: 100px;
  max-width: 100px;
}
.fw-500 {
  font-weight: 500;
}
.fw-bold, th {
  font-weight: 500 !important;
}
.text-sm {
  font-size: 80%;
}
.bg-aliceblue {
  background: aliceblue;
}
.font-size-26 {
  font-size: 26px;
}
.active-stat {
  box-shadow: 0px 15px 15px rgb(11 28 91 / 10%);
  outline: 6px solid #777A;
}
.on-hover-show {
  position: relative;
}
.on-hover-show:hover .on-hover-content {
  opacity: 1;
  pointer-events: all;
}
.on-hover-show .on-hover-content {
  position: absolute;
  max-width: 300px;
  right: 0;
  top: 100%;
  background: #fff;
  opacity: 0;
  padding: 0 0.75rem;
  padding-bottom: 0.5rem;
  box-shadow: 0 0 2px #999;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.on-hover-show.left .on-hover-content {
  right: auto;
  left: 0;
}
.free-sample-text {
  font-size: 1.3rem;
}
tr.cancelled-order td {
  background-color: rgba(255,207,207,.8);
}
.success-pill {
  background-color: #caf3e0;
  border-radius: 15px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: 500;
}
.title.work-with-us {
  font-size: 35px;
}
.underlined-text {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 0px;
  min-width: 200px;
  text-align: center;
  font-weight: bold;
}
