@media screen and (min-width: 900px) {
	.main-div {
		margin-top:25px;
	}

	.related-main {
		float:left;
		width:100%;
	}
	
	.product-div {
		float:left;
		width:24%;
		border:1px solid black;
		border-radius:20px;
		margin-right:12px;
	}
}

.popup-options .popup-inner-body {
  height: unset !important;
  min-height: 257px;
}

.product-layout.out-of-stock .product-thumb .caption .buttons-wrapper {
  display: none !important;
}
.product-layout .product-thumb .image .product-labels .product-label-28 {
  display: none !important;
}
.product-layout .product-thumb .caption .price-old {
  display: none !important;
}

.search-result .price-old {
  display: none;
}

.main-products .price-old {
  display: none;
}

.text-message-banner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  z-index: 10000;
}
.text-message-banner p {
  margin-bottom: 0px;
}
.text-message-banner .inner-wrapper {
  max-width: 1370px;
  margin: 0px auto;
  display: flex;
  padding: 0px 10px;
}
.text-message-banner .inner-wrapper .left {
  min-width: 220px;
  border-right: 1px solid white;
  line-height: 25px;
  margin-right: 20px;
  padding-left: 20px;
  font-weight: bold;
  position: relative;
}
.text-message-banner .inner-wrapper .left i {
  font-size: 30px;
  display: inline;
  line-height: 25px;
  position: absolute;
  top: -1px;
  left: 0;
}
.text-message-banner .inner-wrapper .right {
  max-width: calc(100% - 200px); /* Set max width to 100% minus 200px */
  overflow: hidden; /* Hide overflowing content */
  white-space: nowrap; /* Prevent text from wrapping */
  text-overflow: ellipsis; /* Add ellipsis for overflowing text (optional) */
}
.text-message-banner .inner-wrapper .right p {
  line-height: 25px;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .text-message-banner {
    position: relative;
  }
}

.cart-out-of-stock td {
  background-color: #ffa1a4 !important;
}

.section-shipping .section-body > div::before {
  content: "\eab8" !important;
  font-family: icomoon !important;
}

.clear-cart-section {
  order: 1;
  margin: 10px auto;
}
.clear-cart-section .btn {
  background-color: #FFCA00 !important;
  opacity: 1;
  transition-duration: 250ms;
}
.clear-cart-section .btn:hover {
  background-color: #FFCA00 !important;
  opacity: 0.8;
}

.route-checkout-cart #modal-shipping .modal-body .radio input[type=radio] {
  margin-top: 4px;
}
.route-checkout-cart #modal-shipping .modal-body p {
  margin-bottom: 10px;
  margin-top: 15px;
}
.route-checkout-cart #checkout-cart #paypal_button, .route-checkout-cart #checkout-cart #paypal_message {
  display: none;
}
@media screen and (max-width: 600px) {
  .route-checkout-cart #checkout-cart .cart-bottom .buttons {
    display: block;
  }
  .route-checkout-cart #checkout-cart .cart-bottom .buttons > div {
    display: block;
    width: 100%;
  }
  .route-checkout-cart #checkout-cart .cart-bottom .buttons > div a {
    width: 100%;
  }
}

.quick-checkout-wrapper .shipping-payment .shippings p {
  display: block !important;
}

.home-search.tt-menu {
  max-height: 400px;
  overflow: scroll;
  box-shadow: 0 20px 50px 0 rgba(25, 29, 33, 0.1);
  border-radius: 5px;
}
.home-search.tt-menu .price-old {
  display: none;
}
.home-search.tt-menu > div {
  border-radius: unset;
}

@media screen and (min-width: 1024px) {
  .route-product-product .product-left {
    padding-left: 15px !important;
  }
  .route-product-product .product-right {
    padding-right: 15px !important;
  }
}
.route-product-product #product-product .product-info .product-right #product {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .route-product-product #product-product .product-info .product-right #product .product-price-group {
    margin: 0px auto;
  }
}
.route-product-product #product-product .product-info .product-right #product .product-options-buttons {
  display: grid;
  grid-template-columns: 1fr;
}
.route-product-product #product-product .product-info .product-right #product .product-options-buttons .button-group-page {
  width: 100%;
}
.route-product-product #product-product .product-info .product-right #product .product-options-buttons .button-group-page .buttons-wrapper .cart-group {
  display: grid;
  grid-template-columns: 3fr 2fr;
}
@media screen and (max-width: 1023px) {
  .route-product-product #product-product .product-info .product-right #product .product-options-buttons .button-group-page .buttons-wrapper .cart-group {
    width: 100%;
    grid-template-columns: 5fr 1fr;
  }
}
@media screen and (max-width: 964px) {
  .route-product-product #product-product .product-info .product-right #product .product-options-buttons .button-group-page .buttons-wrapper .cart-group {
    width: 100%;
    grid-template-columns: 4fr 1fr;
  }
}
@media screen and (max-width: 785px) {
  .route-product-product #product-product .product-info .product-right #product .product-options-buttons .button-group-page .buttons-wrapper .cart-group {
    width: 100%;
    grid-template-columns: 3fr 2fr;
  }
}
.route-product-product #product-product .product-info .product-right #product .product-options-buttons .product-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  grid-gap: 20px;
  padding-bottom: 10px;
}
.route-product-product #product-product .product-info .product-right #product .product-options-buttons .product-options .control-label {
  font-size: 13px;
  font-weight: bold;
  padding-left: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.route-product-product #product-product .product-info .product-right #product .product-options-buttons .product-options .control-label .checkbox {
  width: 100%;
}
.route-product-product #product-product .product-info .product-right #product .product-options-buttons .product-options .control-label:after {
  margin-top: -3px;
}
.route-product-product #product-product .product-info .product-right #product .product-options-buttons .product-options .text-danger {
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: #F42545;
  display: block;
  margin-top: 0;
}
.route-product-product #product-product .product-info .product-right #product .product-options-buttons .product-options .product-option-checkbox .checkbox input[type=checkbox] {
  display: block;
  top: 9px;
  left: 28px;
  width: 20px;
  height: 20px;
}
.route-product-product #product-product .product-info .product-right #product .product-options-buttons .product-options .product-option-checkbox .checkbox input[type=checkbox]:checked + .option-value {
  background-color: #25B860;
  color: white;
  border: 0 !important;
}
.route-product-product #product-product .product-info .product-right #product .product-options-buttons .product-options .product-option-checkbox .checkbox .option-value {
  margin-bottom: 0;
  padding-left: 35px;
  font-size: 13px;
  height: 36px;
}
@media screen and (max-width: 1023px) {
  .route-product-product #product-product .product-info .product-right #product .product-options-buttons .product-options .product-option-checkbox .checkbox label {
    max-width: unset;
    width: 100%;
  }
  .route-product-product #product-product .product-info .product-right #product .product-options-buttons .product-options .product-option-checkbox .checkbox label .option-value {
    width: 100%;
    max-width: unset;
  }
}
@media screen and (max-width: 525px) {
  .route-product-product #product-product .product-info .product-right #product .product-options-buttons .product-options {
    grid-template-columns: 1fr;
  }
  .route-product-product #product-product .product-info .product-right #product .product-options-buttons .product-options .product-option-checkbox .control-label {
    text-align: center;
    display: block;
  }
}
.route-product-product #product-product .product-info .product-right #product .product-top-info {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  text-align: center;
}
.route-product-product #product-product .product-info .product-right #product .product-top-info .product-sku {
  margin-bottom: 10px;
}
.route-product-product #product-product .product-info .product-right #product .product-top-info .rating {
  width: auto;
  margin: 0px auto;
  padding-top: 10px;
}
.route-product-product #product-product .product-info .product-right #product .product-price-group .product-price-old {
  display: none !important;
}
.route-product-product #product-product #paypal_button {
  display: none;
}
.route-product-product #product-product #paypal_message {
  display: none;
}

#q-form {
  display: grid;
}
#q-form #qa-title {
  padding-left: 15px;
  padding-right: 15px;
}
#q-form > div {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#q-form > div > .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
#q-form > div .form-group {
  display: block;
  margin-bottom: 0;
}
#q-form > div .form-group .buttons {
  margin-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
#q-form > div .form-group input {
  width: 100%;
  max-width: unset;
}

.account-list .view-balance > div {
  width: 100%;
  text-align: center;
  border: 1px solid rgb(226, 226, 226);
  font-size: 13px;
  color: rgb(105, 105, 115);
}
.account-list .view-balance > div:before {
  content: "\e227" !important;
  font-family: icomoon !important;
  font-size: 45px;
  color: rgb(105, 105, 115);
  margin: 0;
  width: 100%;
  display: block;
  line-height: 45px;
  padding-top: 15px;
}

.bfi-account-balance {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 50px;
}
.bfi-account-balance.notfetched {
  display: none;
}

.search-result .price-old {
  display: none !important;
}

.product-tax {
  display: none !important;
}

.btn-cart {
  border-radius: 4px !important;
}
.btn-cart.kit-product-only {
  width: 100%;
  max-width: unset !important;
  min-width: 100%;
  grid-column: span 2;
  margin-left: 0px !important;
}

body > .mobile-main-menu-container {
  overflow: scroll;
}

#banner-search1 {
  min-height: 500px;
}

.module-products.module-products-grid div.swiper-slide {
  height: unset;
  min-height: 400px;
}

.blog-sec .blog-inner {
  padding-bottom: 60px;
}

#paypal_message {
  display: none !important;
}

.route-common-home .module-products-27 .module-item.module-item-2 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.route-common-home .grid-row.grid-row-top-3 {
  padding-bottom: 0px !important;
}
.route-common-home #bottom {
  margin-top: 0 !important;
}

#main-menu .main-item button {
  cursor: pointer !important;
}

.header-lg .desktop-main-menu-wrapper .main-menu .main-menu-item > button {
  height: 100%;
}

.desktop-main-menu-wrapper .main-menu .main-menu-item > button {
  border-width: 0 0 0 1px;
  justify-content: center;
}
.desktop-main-menu-wrapper .main-menu .main-menu-item:last-of-type > button {
  border-right-width: 0;
  border-radius: inherit;
}

.main-menu > .j-menu > li > button {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 15px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  padding: 10px;
  padding-right: 15px;
  background: transparent;
  padding-left: 15px;
  background-color: t;
  display: flex;
  align-items: center;
}

.mobile-main-menu-wrapper li.menu-item > button {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  position: relative;
}

.mobile-header-active .mobile-wrapper-header > button {
  background: transparent;
  width: 45px;
  height: 100%;
  color: #000000 !important;
  font-size: 25px;
  z-index: 100000;
}
.mobile-header-active .mobile-wrapper-header > button::before {
  content: "\e981" !important;
  font-family: icomoon !important;
  margin-right: 3px;
  content: "\e981" !important;
  font-family: icomoon !important;
  color: #000000 !important;
  margin-right: 3px;
}

.product-layout button.btn.btn-cart {
  transition-duration: 0.25s;
}
.product-layout:hover button.btn.btn-cart {
  opacity: 1 !important;
  font-size: 25px !important;
}

.link-text {
  cursor: pointer;
}
.link-text.small {
  font-family: Roboto;
  font-size: 13px;
  color: #545c64;
}
.link-text:hover {
  text-decoration: underline;
}

.site-wrapper > .notice-module {
  z-index: 1000;
}

/*# sourceMappingURL=bfi_fixes.css.map */