@charset "UTF-8";

@font-face {
  font-family: "Spartan";
  src: url("../fonts/Spartan-Thin.woff2") format("woff2"), url("../fonts/Spartan-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Spartan";
  src: url("../fonts/Spartan-ExtraLight.woff2") format("woff2"), url("../fonts/Spartan-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Spartan";
  src: url("../fonts/Spartan-Light.woff2") format("woff2"), url("../fonts/Spartan-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Spartan";
  src: url("../fonts/Spartan-Regular.woff2") format("woff2"), url("../fonts/Spartan-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Spartan";
  src: url("../fonts/Spartan-Medium.woff2") format("woff2"), url("../fonts/Spartan-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Spartan";
  src: url("../fonts/Spartan-SemiBold.woff2") format("woff2"), url("../fonts/Spartan-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Spartan";
  src: url("../fonts/Spartan-Bold.woff2") format("woff2"), url("../fonts/Spartan-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Spartan";
  src: url("../fonts/Spartan-ExtraBold.woff2") format("woff2"), url("../fonts/Spartan-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Spartan";
  src: url("../fonts/Spartan-Black.woff2") format("woff2"), url("../fonts/Spartan-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-blue: #2c3c8b;
  --color-red: #eb2028;
  --color-background: #fcfcff;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: "Spartan";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  width: 100%;
  min-height: 100%;
  color: var(--color-black);
  color: rgb(132, 135, 153);
  background-color: var(--color-background);
}

a,
button,
input {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

p,
li {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

*:focus {
  outline: none;
}

.content-wrapper {
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile-tablet {
  display: block;
}

.only-mobile-tablet {
  display: none;
}

@media (max-width: 1023px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hide-mobile-tablet {
    display: none;
  }

  .only-mobile-tablet {
    display: block;
  }
}

@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .desk-visible {
    display: none;
  }

  .only-mobile {
    display: block;
  }
}

.fb-product-info__tocart-qty label {
  left: 40px;
}

.fb-product-info__tocart-qty table {
  height: 100%;
}

.fb-product-info__tocart-qty table tbody {
  display: flex;
  align-items: center;
  height: 100%;
}

.fb-product-info__tocart-qty table tbody input.dxeEditArea.dxeEditAreaSys {
  padding-left: 10px;
}

.fb-product-info__tocart-qty table tbody .dxeButton.dxeButtonEditButton {
  height: 15px !important;
  display: inline-flex;
  align-items: center;
  border: 0;
}

.fb-product-info__tocart-qty table tbody .dxeButton.dxeButtonEditButton:hover {
  border: none;
}

.fb-product-info__tocart-qty table tbody .dxeButton.dxeButtonEditButton img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.fb-product-info__tocart-qty table tbody .dxic {
  top: 8px;
}

.fb-carttable .fb-product-info__tocart-qty {
  border: none !important;
}

.fb-carttable .fb-featured__dropdown {
  width: 75px !important;
  padding-left: 20px;
  margin-top: -10px;
  margin-left: 16px;
}

.fb-header-nav__megamenu-cnts {
  align-items: flex-start;
}

.fb-product-tile__weight {
  min-height: 13px;
}

.fb-monthly-promo__promo-img {
  height: 50px !important;
  width: 75px !important;
}

.fb-pl3 {
  padding-left: 50px !important;
}

.fb-pl3 option {
  max-height: 80px;
  overflow: scroll !important;
}

.fb-modal-footer {
  flex-wrap: nowrap !important;
  justify-content: left !important;
}

.fb-modal-footer .cancel {
  width: 92px;
}

.fb-modal-footer .delete {
  width: 80px;
}

.fb-prdct-list-outer__view .dxeListBoxItem {
  color: #848799;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.55px;
  padding: 8px 10px;
}

.fb-prdct-list-outer__view .dxpc-mainDiv {
  margin-top: 30px;
}

.fb-prdct-list-outer__view .dxeListBoxItem:hover {
  background: #f7f8fc;
}

.fb-prdct-list-outer__view #ctl17_drpSort_DDD_L_LBT {
  max-height: 200px !important;
}

.dxpcDropDown {
  margin-top: -18px !important;
}

.fb-prdct-list-outer__viewlink.active {
  background: #f0f1f5;
  border: 1px solid #f0f1f5;
}

.fb-recent-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.fb-recent-list .fb-recent__product {
  margin: 8px;
}

.fb-product-info__tocart-label {
  left: 65px !important;
}

.fb-prdct-list-outer__grid .fb-featured__dropdown {
  border-radius: 5px !important;
  border-radius: 5px !important;
  padding-left: 60px !important;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 10px;
}

.fb-checkout-recipie {
  background-color: #f0f1fa;
  margin-bottom: 20px;
}

.fb-featured .slick-dots li button:before {
  content: "";
  background-color: #fff;
}

.fb-checkout-recipes .fb-checkout-recipes-tile {
  padding: 14px !important;
}

.fb-checkout-recipes .fb-checkout-recipes-tile__desc .fb-title-head {
  font-size: 14px !important;
  padding-bottom: 0 !important;
}

.fb-recipie-head .fb-title-head {
  padding-top: 40px;
  padding-bottom: 0 !important;
}

.fb-cart-price {
  padding-left: 7px;
}

.fb-recipe__filters {
  display: flex;
  justify-content: center;
}

.fb-product-horizontal .fb-product-horizontal-outer {
  width: 25%;
}

.fb-product-horizontal .fb-product-horizontal-outer .fb-product-tile__tile-img {
  width: 100%;
}

.fb-prdct-list-outer__view.dropdown table {
  padding: 4px !important;
}

.fb-prdct-list-outer__view.dropdown .dxic input {
  color: #6e7080;
  font-weight: 500;
  font-size: 13px;
}

.fb-prdct-list-outer__view.dropdown .dxeButton.dxeButtonEditButton {
  border: 0;
  background: none;
}

.fb-prdct-list-outer__view.dropdown .dxeListBoxItemSelected {
  background-color: transparent !important;
}

.fb-move-selected {
  position: relative;
}

.fb__cart-label-outer {
  position: relative;
}

.fb__cart-label-outer .fb-product-info__tocart-label {
  left: 26px !important;
  top: 16px;
}

.fb-product-info__tocart .fb-product-info__tocart-qty,
.fb-product-info__tocart .fb-product-info__tocart-buynow {
  margin-left: 10px !important;
}

.fb-register__outer span {
  margin-top: 10px !important;
}

.fb-register__dropdown {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fb-register__dropdown select {
  width: 100%;
  max-width: 60px;
  height: 40px;
  font-size: 12px;
  font-weight: 500;
  font-family: Spartan;
  text-align: center;
  color: #848799;
  padding: 8px;
  background: #fff;
  border: 1px solid #c1c3c9;
  border-radius: 3px;
  outline: none;
  margin-right: 8px;
}

.fb-register__dropdown select option {
  padding: 8px;
}

.fb-register__dropdown .fb-input__text {
  flex: 1;
}

.fb-register__label-outer {
  padding: 4px 0 !important;
}

.fb-cdc-list .fb-click-drop__link {
  background-color: transparent;
  border: none;
  padding-left: 0 !important;
}

.fb__cart-label-outer .dxeButtonEditButton {
  border: none !important;
  background: none !important;
}

.fb-input__box .fb-input>span {
  color: #eb2028 !important;
  font-weight: 500 !important;
}

.error {
  border-color: #eb2028 !important;
}

.fb-recipe__filters .dxeButtonEdit {
  border-radius: 5px !important;
}

.fb-recipe__filters .dxeButtonEditButton {
  background: none !important;
  border: none !important;
}

.fb-recipe__filters .dxeButtonEditButton:hover {
  background: none !important;
  border: none !important;
}

.fb-recipe__filters .dxeButtonEdit .dxeEditArea {
  color: #848799 !important;
  font-family: "Spartan" !important;
  font-style: normal !important;
  font-weight: 600 !important;
}

.fb-product-tile__cta .dxeButtonEditButton {
  background: none !important;
  border: none;
}

.fb-product-tile__cta .dxeButtonEditButton:hover {
  border: none !important;
}

.fb-input__text-wrap2 {
  width: 100%;
  background: #fff;
  border: 1px solid #c1c3c9;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.fb-md-modal .btn-close {
  float: right;
  padding: 10px !important;
}

.fb-cart-qnty .fb-featured__dropdown {
  padding: 12px 18px 10px 54px !important;
}

.fb-cart-qnty .dxeButtonEditButton {
  background: none !important;
  border: none !important;
}

.fb-product-tile.horizontal .fb-product-tile__tile-img {
  width: 100% !important;
}

.fb-modal-footer .delete {
  background: #2c3c8b !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .fb-product-info__tocart-qty label {
    left: 20px;
  }

  .fb-product-info__tocart-qty table tbody td:first-child {
    padding-left: 70px !important;
  }

  .fb-product-info__tocart-qty table tbody input.dxeEditArea.dxeEditAreaSys {
    min-width: 20px;
    padding-left: 0 !important;
  }

  .fb-product-info__tocart-qty table tbody .dxic {
    left: -18px;
  }

  .fb-recent-list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .fb-recent-list .fb-recent__product {
    margin: 16px 0;
    width: 50%;
    display: block;
  }

  .fb-recent-list .fb-recent__product img {
    max-height: 150px;
  }

  .ae-benefit-tile {
    display: none;
  }
}

.fb-header__action-wrap .fb-header__action-text a {
  color: #464c69 !important;
  font-weight: 600;
}

.fb-header__action-wrap:hover .fb-header__action-text a {
  color: #eb2028 !important;
}

.fb-review-rating__maincontent {
  display: contents;
}

.highcharts-label {
  visibility: hidden;
}

.fb-message_noproducts {
  display: block;
  width: 100%;
}

.fb-message_noproducts .fb-message {
  font-size: 14px !important;
  justify-content: center;
}

.fb-message_noproducts .fb-message img {
  width: 35px;
  height: 36px;
}

.fb-fulfillment__radio-sec table td {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.fb-fulfillment__radio-sec table td input {
  margin-right: 16px;
}

.fb-fulfillment__radio-sec table td span {
  display: flex;
  align-items: flex-start;
}

#panelsStayOpen-headingOne.accordion-header {
  pointer-events: all;
}

.fb-checkout-formout {
  padding-top: 120px;
}

.fb-checkout-formout .fb-your-addinfo__details {
  padding: 40px 0;
  display: flex;
  justify-content: center;
}

.fb-checkout-formout .fb-Ai {
  width: 60%;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
}

.fb-checkout-formout .fb-Ai .btn-close {
  position: absolute;
  right: -12px;
  top: -12px;
  z-index: 99;
  width: 15px;
  height: 15px;
  background-color: #eb2028;
  border: 1px solid #e82430;
  color: #fff;
  border-radius: 50%;
  background-size: 35%;
  opacity: 1;
  transition: 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.99 12.01'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_3' data-name='Layer 3'%3E%3Cpolygon class='cls-1' points='11.45 0 7 4.67 2.54 0 0 0 5.72 6 0 12.01 2.54 12.01 7 7.34 11.45 12.01 13.99 12.01 8.27 6 13.99 0 11.45 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.fb-checkout-formout .fb-Ai .btn-close:hover {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.99 12.01'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e82430;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_3' data-name='Layer 3'%3E%3Cpolygon class='cls-1' points='11.45 0 7 4.67 2.54 0 0 0 5.72 6 0 12.01 2.54 12.01 7 7.34 11.45 12.01 13.99 12.01 8.27 6 13.99 0 11.45 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.fb-checkout-formout .fb-input__box {
  max-width: unset !important;
}

@media (max-width: 767px) {
  .fb-checkout-formout .fb-Ai {
    width: 90%;
  }
}

.fb-upproductinfo .fb-mailed-gift .fb-input {
  flex-direction: column;
}

.fb-upproductinfo .fb-mailed-gift {
  align-items: normal;
  flex-direction: column;
  margin-left: 6px;
}

.fb-carttable__item .fb-input-checkbox-wrap {
  margin-right: 16px;
}

.fb-carttable__item .fb-carttable__itemcnt {
  display: flex;
  align-items: center;
}

.fb-carttable__item .fb-carttable__itemcnt a {
  margin-bottom: 0;
}

.fb-carttable__item .fb-carttable__itemcnt.prdct {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.fb-product-tile__cta .dxeButtonEditSys td.dxic {
  padding: 0px 2px 2px;
}

.fb-header__search {
  padding: 6px 8px !important;
}

.fb-header__search-input table {
  border: 0;
}

.fb-header__search-input table .dxeToken {
  background: #fff;
  border-color: #2c3c8b;
  font-size: 14px;
}

.fb-header__search-icon {
  margin-right: 4px;
}

#ctl13_rdlpaymentMethods tr:first-child {
  display: none;
}

@media (max-width: 767px) {

  #ctl13_rdlpaymentMethods tr td,
  #ctl13_rblFulfilment tr td {
    padding-left: 0 !important;
  }
}

.fb-prdct-lstng__pagination #ctl18_btnNext {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23a7aabe' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.fb-prdct-lstng__pagination #ctl18_btnNext:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.fb-prdct-lstng__pagination #ctl18_btnPrev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 6L9 12L15 18' stroke='%23a7aabe' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.fb-prdct-lstng__pagination #ctl18_btnPrev:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 6L9 12L15 18' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.fb-header__search {
  position: relative;
}

.fb-header__search #ctl13_tknProducts_DDD_PW-1 {
  margin-top: 20px !important;
  left: 0px !important;
  bottom: auto;
}

.fb-header__search-icon a {
  width: 100%;
  height: 100%;
}

.fb-header__search-icon a img {
  width: 100%;
  height: 100%;
}

.fb-header__search-input table td {
  border: 0 !important;
}

.fb-ac-dash-myaddress__ship-bill .address-box .address-box-item span {
  overflow-wrap: break-word;
}

.fb-product-tile__price span {
  font-size: 10px;
  color: #848799;
  text-decoration-line: line-through;
  text-decoration-style: double;
  font-weight: 500;
  margin-left: 8px;
}

.fb-login_popup__form-field .fb-input__text-wrap {
  position: relative;
}

.fb-login_popup__form-field .fb-input__text-wrap .fb-register__pass-icon {
  top: 50%;
}

.fb-product-info__price-box s {
  font-size: 12px;
}

.fb-product-info__overview .fb-product-info__shotD-list::before {
  content: none;
}

.fb-product-info__overview .fb-product-info__shotD-list span li {
  position: relative;
  padding-left: 8px;
  padding-bottom: 8px;
}

.fb-product-info__overview .fb-product-info__shotD-list span li::before {
  content: "";
  background-color: #eb2028;
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: -10px;
  top: 3px;
  border-radius: 50%;
}

.fb-login_popup__form-field .fb-register__pass-icon {
  top: 50%;
  transform: translateY(-50%);
}

.fb-product-media .dx-contentBox {
  width: 100% !important;
  height: 450px !important;
}

.fb-product-media .dxeImage {
  height: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fb-product-media .dx-contentBox {
    width: 100% !important;
    height: 320px !important;
  }
}

@media (max-width: 767px) {
  .fb-product-media .dx-contentBox {
    width: 100% !important;
    height: 300px !important;
  }
}

.fb-product-info__price-main--rev {
  margin-top: 16px;
}

.fb-product-info__price-main--rev .fb-product-info__price-wrap {
  margin-right: 16px;
  flex-direction: column;
}

.fb-product-info__price-main--rev .fb-product-info__price-wrap p {
  font-size: 12px;
  margin-bottom: 4px;
}

.fb-product-info__price-main--rev .fb-product-info__price-wrap .fb-product-info__price {
  color: #eb2028;
}

.fb-product-info__price-main--rev .fb-product-info__price-wrap--grey p,
.fb-product-info__price-main--rev .fb-product-info__price-wrap--grey div,
.fb-product-info__price-main--rev .fb-product-info__price-wrap--grey span {
  color: #c1c3c9 !important;
}

.fb-product-info__bulkout {
  padding: 10px;
  display: inline-block;
  border: 1px dashed;
  border-radius: 5px;
}

.fb-product-info__bulkout h4 {
  font-size: 18px;
  font-weight: 600;
  color: #2c3c8b;
  text-decoration: underline;
}

.fb-product-info__bulkout .fb-product-info__price-main {
  margin-top: 10px;
}

.fb-product-info__bulkout .fb-product-info__price-main .fb-product-info__priceoffer {
  font-size: 15px;
  font-weight: 500;
  color: #eb2028;
}

.fb-product-info__bulkout .fb-product-info__price-main {
  justify-content: space-between;
}

.fb-ac-ad-address__checkwrap {
  padding: 8px 0;
}

.fb-ac-ad-address__checkwrap>div {
  margin-bottom: 4px;
}

.fb-ac-ad-address__checkwrap label {
  margin-left: 8px;
}

.fb-ac-ad-address__checkwrap .fb-ac-ad-address__box-link {
  padding-left: 0;
  margin-left: 0;
  border: 0;
}

.fb-register__dropdown select {
  min-width: 75px;
}

.product-d__list li::after {
  top: 6px !important;
}

.fb-pages__faq {
  min-height: calc(100vh - 400px);
}

.fb-sbar__nav-item:first-child svg {
  width: 20px !important;
}

.fb-sbar__nav-item .fb-sbar__nav-link svg {
  margin-right: 16px;
  width: 20px;
}

.fb-sbar__nav-item .fb-sbar__nav-link.active svg path {
  fill: #3b4780;
}

.dxpcLite.dxpclW,
.dxpcModalBackLite {
  display: none !important;
}

.fb-your-addinfo__details .fb-input {
  position: relative;
}

.fb-your-addinfo__details .fb-add-drpdown {
  position: absolute;
  right: 0;
  top: 35px;
}

@media (max-width: 767px) {
  .fb-MainBanner {
    margin-top: 8px !important;
  }

  .fb-MainBanner .fb-MainBanner__tile-wrap {
    max-height: 400px;
  }

  .fb-MainBanner .fb-MainBanner__tile-wrap .fb-MainBanner__tile {
    max-height: 400px;
  }

  .fb-MainBanner .fb-MainBanner__tile-wrap .fb-MainBanner-img {
    height: 100%;
  }
}

.fb-login_popup__form-field .fb-input span {
  color: #eb2028;
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 500;
  margin-top: 8px;
}

.fb-cartpage__cnt .fb-order {
  overflow: unset;
}

.fb-header-nav__link.active {
  color: #fff;
  background-color: #eb2028;
}

.fb-carttable__itemcnt.select .fb-featured__dropdown {
  margin-top: 0;
}

.fb-carttable__itemcnt:nth-child(2) p {
  transform: translateX(10px);
}

.fb-carttable__itemcnt:nth-child(4) p {
  transform: translateX(24px);
}

@media (max-width: 767px) {
  .fb-carttable__itemcnt:nth-child(2) p {
    transform: translateX(0px);
  }

  .fb-carttable__itemcnt:nth-child(4) p {
    transform: translateX(0px);
  }
}

.fb-dropdown-outer {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.fb-dropdown-outer .fb-dropdown {
  width: calc(50% - 16px) !important;
  margin: 0 8px 16px;
}

@media (max-width: 767px) {
  .fb-dropdown-outer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
  }

  .fb-dropdown-outer .fb-dropdown {
    width: calc(100% - 16px) !important;
    margin: 0 8px 16px;
  }
}

.fb-featured__dropdown.fb-featured__dropdown--select {
  padding-left: 8px;
}

.fb-featured__dropdown.fb-featured__dropdown--select option {
  padding: 8px;
}

#ctl18_divbalance {
  padding: 0 !important;
}

#ctl18_rewardpointbalancegrid_DXMainTable td {
  color: #848799 !important;
  font-weight: 600 !important;
  font-size: 12px;
  padding: 8px;
}

#ctl18_lnkbtnCheckOut {
  font-size: 9px;
  font-weight: 800;
}

#ctl18_lnkbtnCheckOut img {
  width: 82% !important;
}

.fb-mailed-gift {
  margin: 0 !important;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  #kt_content .fb-giftcard-update {
    padding: 0 !important;
  }
}

.fb-product-tile-btn {
  padding: 12px 10px !important;
  font-size: 12px !important;
}

.fb-product-tile__price {
  width: 130px !important;
}

.fb-carttable_dlticon svg {
  margin-left: 18px;
}

.fb-shipping-adress-item.active {
  background-color: rgba(227, 227, 227, 0.8705882353);
  background-color: rgba(43, 60, 138, 0.11);
  border-radius: 6px;
}

.fb-shipping-adress-item.active .fb-shipping-adress-item__box {
  border-radius: 6px;
  border: 1px solid #2B3C8A;
}

.fb-input {
  width: 100%;
  margin-left: 10px;
}

.fb-input__box {
  display: flex;
}

.fb-input__box label {
  font-weight: 600;
  color: #6e7080;
  font-size: 11px;
  margin-bottom: 4px;
}

.fb-input__box span {
  font-size: 10px;
  color: #a7aabe;
  font-weight: 600;
}

.fb-input__box textarea {
  height: 100px;
  resize: none;
}

.fb-input:first-child {
  margin-left: 0;
}

.fb-input__text-wrap {
  width: 100%;
  background: #fff;
  border: 1px solid #c1c3c9;
  border-radius: 3px;
  overflow: hidden;
}

.fb-input__text-wrap input[type=text],
.fb-input__text-wrap input[type=email],
.fb-input__text-wrap input[type=password],
.fb-input__text-wrap input[type=number],
.fb-input__text-wrap .fb-input__text {
  width: 100%;
  height: 40px;
  font-size: 11px;
  font-weight: 500;
  font-family: Spartan;
  color: #848799;
  padding: 8px 16px;
  background: #fff;
  border: none;
  outline: none;
}

.fb-input__text-wrap input[type=text]:focus,
.fb-input__text-wrap input[type=email]:focus,
.fb-input__text-wrap input[type=password]:focus,
.fb-input__text-wrap input[type=number]:focus,
.fb-input__text-wrap .fb-input__text:focus {
  border: none;
  outline: none;
}

.fb-input__text-wrap input[type=text]::placeholder,
.fb-input__text-wrap input[type=email]::placeholder,
.fb-input__text-wrap input[type=password]::placeholder,
.fb-input__text-wrap input[type=number]::placeholder,
.fb-input__text-wrap .fb-input__text::placeholder {
  font-size: 11px;
  font-weight: 500;
  font-family: Spartan;
  color: #848799;
}

.fb-input__text-wrap.error {
  border-color: #eb2028;
}

.fb-input__text {
  width: 100%;
  background: #fff;
  border: 1px solid #c1c3c9;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  height: 40px;
  font-size: 11px;
  font-weight: 500;
  font-family: Spartan;
  color: #848799;
  padding: 8px 16px;
  background: #fff;
  outline: none;
}

.fb-input__text::placeholder {
  opacity: 0.5;
}

.fb-input__text-dob {
  background-image: url(../images/date-icn.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 10px top 10px;
}

.fb-input__text.error {
  border-color: #eb2028;
}

.fb-input-checkbox-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fb-input-checkbox-wrap input[type=checkbox],
.fb-input-checkbox-wrap .fb-input-checkbox {
  display: inline-block;
  appearance: none;
  position: relative;
  width: 18px;
  height: 18px;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  box-shadow: inset 0px 0px 0px 1.5px #d9d9d9;
  transition: background-color 0.3s ease-in-out;
  border-radius: 3px;
}

.fb-input-checkbox-wrap input[type=checkbox]::after,
.fb-input-checkbox-wrap .fb-input-checkbox::after {
  content: "✓";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  font-size: 0.6em;
  font-weight: 600;
  visibility: hidden;
  opacity: 0;
  color: #d9d9d9;
  transition: opacity 0.1s ease;
}

.fb-input-checkbox-wrap input[type=checkbox]:checked,
.fb-input-checkbox-wrap .fb-input-checkbox:checked {
  box-shadow: inset 0px 0px 0px 1.5px #2c3c8b;
  background-color: #2c3c8b;
}

.fb-input-checkbox-wrap input[type=checkbox]:checked::after,
.fb-input-checkbox-wrap .fb-input-checkbox:checked::after {
  visibility: visible;
  opacity: 1;
}

.fb-input-checkbox-wrap input[type=checkbox]:disabled,
.fb-input-checkbox-wrap .fb-input-checkbox:disabled {
  cursor: auto;
  box-shadow: inset 0px 0px 0px 1.5px #2c3c8b;
}

.fb-input-checkbox-wrap input[type=checkbox]:disabled:checked,
.fb-input-checkbox-wrap .fb-input-checkbox:disabled:checked {
  background-color: #2c3c8b;
}

.fb-input-checkbox-wrap input[type=checkbox]:disabled:checked::after,
.fb-input-checkbox-wrap .fb-input-checkbox:disabled:checked::after {
  visibility: visible;
  opacity: 1;
}

.fb-input-checkbox-wrap label,
.fb-input-checkbox-wrap-label {
  font-size: 11px;
  font-weight: 500;
  color: #848799;
  padding: 4px 8px 0;
  cursor: pointer;
}

.fb-input__label--req {
  position: relative;
}

.fb-input__label--req::after {
  content: "*";
  color: #eb2028;
  font-weight: 600;
  margin: 0;
  font-size: 11px;
}

.fb-input__label--tooltip-icn svg {
  width: 10px;
}

.fb-input__hide {
  display: none;
}

.fb-input__box-delete {
  position: relative;
}

.fb-input__box-delete-icn {
  position: absolute;
  width: 13px;
  right: -20px;
  top: 8px;
}

.fb-input__box-delete-icn svg {
  width: 100%;
}

.fb-input__box-message {
  margin-top: 20px;
}

.fb-input__box-message img {
  height: 20px;
  width: 14px;
}

.fb-input__box-message span {
  margin-left: 20px;
}

.fb-input__box-message.notice {
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 20px 20px 18px;
  font-weight: 500;
  font-size: 12px;
  border: 1px solid;
  background: #f7f8fc;
  border-color: #e4e6ed;
  color: #6e7080;
  padding-left: 20px;
  position: relative;
  width: 100%;
}

.fb-discover-btn {
  background: #eb2028;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  padding: 16px 8px;
  width: 150px;
  vertical-align: middle;
  text-align: center;
  border-radius: 3px;
  transition: 0.3s;
}

.fb-discover-btn:hover {
  transition: 0.3s;
  background: #c31920;
  border: 0;
  color: #fff;
}

.fb-product-tile-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2c3c8b;
  border-radius: 5px;
  width: 100%;
  padding: 12px 18px;
  color: #2c3c8b;
  font-size: 11px;
  font-weight: 500;
  transition: 0.3s;
}

.fb-product-tile-btn:hover {
  background-color: #2c3c8b;
  color: #ffffff;
}

.fb-title-head {
  font-size: 26px;
  font-weight: 700;
  color: #3b4780;
  text-align: center;
  padding-bottom: 16px;
}

.fb-product-tile-btn--red {
  background-color: #eb2028;
  border: none;
  color: #ffffff;
}

.fb-product-tile-btn--red:hover {
  background-color: #c31920;
  color: #ffffff;
  border: none;
}

.fb-product-tile-btn--orange {
  background-color: #ff884a;
  border: none;
  color: #ffffff;
}

.fb-product-tile-btn--orange:hover {
  background-color: #e67c43;
  color: #ffffff;
  border: none;
}

.fb-product-tile-btn--cancel {
  background: #f7f8fc;
  border: 1px solid #dadce3;
  color: #51535d;
}

.fb-product-tile-btn--cancel:hover {
  background: #dadce3;
  color: #51535d;
  border: 1px solid #dadce3;
}

.fb-product-tile-btn--apple {
  width: 100%;
  display: flex;
  border: 1px solid #51535d;
}

.fb-product-tile-btn--apple-img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #000000;
  padding: 10px;
  width: 20%;
}

.fb-product-tile-btn--apple-img img {
  width: 20px;
  height: auto;
}

.fb-product-tile-btn--apple .fb-product-tile-btn {
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: #000000;
  color: #ffffff;
  font-size: 15px;
}

.fb-product-tile-btn--apple .fb-product-tile-btn:hover {
  background-color: #ffffff;
  color: #000000;
}

.fb-tohome-btn {
  height: 40px !important;
}

.fb-tooltip {
  font-size: 12px;
  position: relative;
}

.fb-tooltip:hover .fb-tooltip__wrap {
  visibility: visible;
}

.fb-tooltip__wrap {
  visibility: hidden;
  position: absolute;
  left: 63%;
  top: 12px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
  padding-top: 10px;
}

.fb-tooltip__wrap:after {
  content: "";
  background: #ffffff;
  border-bottom: 1px solid #c1c3c9;
  border-right: 1px solid #c1c3c9;
  position: absolute;
  left: 49%;
  top: 5px;
  width: 10px;
  height: 10px;
  transform: rotate(225deg);
}

.fb-tooltip__body {
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 12px 16px;
  border: 1px solid #c1c3c9;
  display: flex;
  border-radius: 3px;
}

.fb-tooltip .fb-footer__icons {
  width: 25px;
  height: 25px;
  transition: 0s;
  border: 1px solid #c1c3c9;
  margin: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fb-tooltip .fb-footer__icons svg {
  fill: #c1c3c9;
}

.fb-tooltip .fb-footer__icons svg:hover {
  fill: #000;
}

.fb-tooltip .fb-footer__icons:hover {
  background: none;
  border: 1px solid #c31920;
}

.fb-tooltip .fb-footer__icons:hover svg {
  fill: #eb2028;
}

.fb-tooltip .fb-footer__icons:hover svg path {
  fill: #c31920;
}

.fb-select {
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 0.55px;
  border: 1px solid rgb(218, 220, 227);
  color: hsl(231, 9%, 56%);
  padding: 8px 24px 8px 4px;
}

.fb-select--custome {
  appearance: none;
  width: 100%;
  border: 1px solid #c1c3c9;
  border-radius: 3px;
  font-family: Spartan;
  font-size: 11px;
  font-weight: 500;
  height: 40px;
  color: #848799;
  padding: 10px 16px 6px 16px;
  background: url(../images/down-arrow.svg) no-repeat;
  background-size: 9px;
  background-position: 97% 17px;
  position: relative;
  z-index: 6;
}

/* The container <div> - needed to position the dropdown content */
.fb-click-drop {
  position: relative;
  display: inline-block;
}

.fb-click-drop__body {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 16px;
  min-width: 240px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
}

.fb-click-drop__body:after {
  content: "";
  background: #ffffff;
  border-bottom: 1px solid #c1c3c9;
  border-right: 1px solid #c1c3c9;
  position: absolute;
  left: 8px;
  top: -6px;
  width: 10px;
  height: 10px;
  transform: rotate(225deg);
  z-index: -1;
}

.fb-click-drop__item {
  color: #848799;
  padding: 4px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.fb-click-drop__item:hover {
  background-color: #ddd;
  color: #848799;
}

.fb-click-drop__link {
  font-weight: 500;
  font-size: 11px;
  color: #848799;
  display: flex;
  align-items: center;
  padding-top: 2px;
}

.fb-click-drop__link:hover {
  color: #848799;
}

.fb-click-drop__link span {
  font-size: 14px;
  margin-right: 4px;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show1 {
  display: block;
}

.fb-message {
  border-radius: 5px;
  padding: 20px 20px 17px;
  line-height: 20px;
  border: 1px solid;
  background: #f7f8fc;
  border-color: #e4e6ed;
  color: #6e7080;
  position: relative;
  font-weight: 500;
  font-size: 11px;
  display: flex;
  align-items: center;
}

.fb-message img {
  margin-right: 16px;
}

.fb-add-drpdown {
  position: relative;
  float: right;
  top: -30px;
  width: 10px;
  height: 20px;
  margin-right: 10px;
}

.fb-ph-verification a {
  color: #eb2028;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  justify-content: end;
}

.fb-product-tile {
  display: block;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  margin: 8px !important;
  position: relative;
}

.fb-product-tile__close {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  background-position: 54% 50%;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  top: -10px;
  right: -4px;
  box-shadow: 0px 5px 20px #c8cde3;
}

.fb-product-tile .fb-product-tile__fav {
  display: none;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  width: 28px;
  height: 28px;
  padding: 1px 6px;
  top: 10px;
  right: 10px;
  box-shadow: 0px 0px 8px #c8cde3;
  transition: 0.3s;
}

.fb-product-tile .fb-product-tile__fav svg {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.fb-product-tile .fb-product-tile__fav:hover svg {
  transition: 0.3s;
}

.fb-product-tile .fb-product-tile__fav:hover svg path {
  fill: #eb2028;
}

.fb-product-tile .fb-click-drop__body {
  top: 36px;
  right: 8px;
}

.fb-product-tile .fb-click-drop__body ul {
  padding: 8px 0;
}

.fb-product-tile .fb-click-drop__body.fav_active {
  display: block;
}

.fb-product-tile .fb-click-drop__body::after {
  left: unset;
  right: 16px;
}

.fb-product-tile--new {
  margin: 8px 0;
}

.fb-product-tile--new .fb-product-tile__new-product-outer {
  display: block;
}

.fb-product-tile--new.blue-tag .fb-product-tile__new-product {
  z-index: 9;
  top: 17px !important;
  background-color: #77b8c4;
}

.fb-product-tile--new.blue-tag .fb-product-tile__new-product-outer::before {
  top: 37px !important;
  border-top: 6px solid #b8dfe6;
  border-right: 0px solid #b8dfe6;
}

.fb-product-tile--new.gray-tag .fb-product-tile__new-product {
  z-index: 9;
  top: 17px !important;
  background-color: #a7aabe;
}

.fb-product-tile--new.gray-tag .fb-product-tile__new-product-outer::before {
  top: 37px !important;
  border-top: 6px solid #c5c8d9;
  border-right: 0px solid #c5c8d9;
}

.fb-product-tile__new-product-outer {
  position: relative;
  display: none;
}

.fb-product-tile__new-product-outer::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 20px;
  left: -6px;
  border-top: 6px solid #ff7d82;
  border-right: 0px solid #ff7d82;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}

.fb-product-tile__new-product {
  position: absolute;
  width: auto;
  height: auto;
  top: -1px;
  left: -6px;
  background-color: #eb2028;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
}

.fb-product-tile__new-product span {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
}

.fb-product-tile__tile-img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 160px;
  border-radius: 5px;
  overflow: hidden;
  padding: 16px;
  position: relative;
}

.fb-product-tile__tile-img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
}

.fb-product-tile__tile-cont {
  text-align: center;
  padding: 8px 16px;
}

.fb-product-tile__title {
  font-size: 12px;
  font-weight: 600;
  color: #3b4780;
  margin-bottom: 8px;
  transition: 0.3s;
  min-height: 45px;
  display: block;
}

.fb-product-tile__title:hover {
  color: #3b4780;
}

.fb-product-tile__weight {
  font-size: 10px;
  font-weight: 600;
  color: #eb2028;
  margin-bottom: 8px;
}

.fb-product-tile__price {
  font-size: 12px;
  font-weight: 600;
  color: #3b4780;
  margin-bottom: 8px;
}

.fb-product-tile__price-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  color: #848799;
  margin-bottom: 16px;
}

.fb-product-tile__price-divider span {
  min-height: 30px;
}

.fb-product-tile__price-divider img {
  width: 66px;
  height: auto;
  display: block;
}

.fb-product-tile .product-d {
  display: none;
}

.fb-product-tile__cta {
  display: inline-block;
  margin-bottom: 8px;
}

.fb-product-tile:hover {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
}

.fb-product-tile:hover .fb-product-tile__fav {
  display: block;
  transition: 0.3s;
}

.fb-product-tile.horizontal {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-direction: row !important;
  margin: 8px !important;
  padding: 16px;
}

.fb-product-tile.horizontal .fb-product-tile__tile-img {
  width: 20%;
  height: auto;
  max-height: 170px;
}

.fb-product-tile.horizontal .fb-product-tile__tile-img {
  padding: 0 24px 0 0;
}

.fb-product-tile.horizontal .fb-product-tile__price-divider {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.fb-product-tile.horizontal .fb-product-tile__price-divider img {
  margin-left: 4px;
}

.fb-product-tile.horizontal .fb-product-tile__price-divider span {
  min-height: 0;
}

.fb-product-tile.horizontal .fb-product-tile__title,
.fb-product-tile.horizontal .fb-product-tile__weight {
  display: none;
}

.fb-product-tile.horizontal .fb-product-tile__tile-cont {
  text-align: right;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.fb-product-tile.horizontal .fb-product-tile__price {
  font-size: 16px;
}

.fb-product-tile.horizontal .product-d {
  display: block;
  width: 60%;
  height: 100%;
  padding-top: 8px;
}

.fb-product-tile.horizontal .product-d .fb-product-tile__title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 4px;
  margin: 0;
  min-height: 32px;
}

.fb-product-tile.horizontal .product-d__weight {
  font-size: 12px;
  color: #848799;
  padding-bottom: 16px;
}

.fb-product-tile.horizontal .product-d__list {
  padding-left: 15px;
  font-size: 12px;
  color: #848799;
}

.fb-product-tile.horizontal .product-d__list li {
  line-height: 22px;
  position: relative;
}

.fb-product-tile.horizontal .product-d__list li::after {
  position: absolute;
  content: "";
  top: 10%;
  left: -13px;
  width: 5px;
  height: 5px;
  background-color: #eb2028;
  border-radius: 50%;
}

@media (max-width: 1023px) {
  .fb-product-tile__tile-img {
    min-height: 160px;
  }

  .fb-product-tile__title {
    min-height: 62px;
  }
}

.fb-review-box {
  padding: 40px 0;
}

.fb-review-box__outer {
  padding: 30px;
  display: flex;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.03);
  width: 70%;
  margin: 0 auto;
}

.fb-review-box__content {
  width: 100%;
  font-size: 15px;
  line-height: 18px;
  color: #51535d;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.fb-review-box__write-review .fb-product-tile-btn {
  background: #fff !important;
  font-size: 10px !important;
  border: 1px solid #2c3c8b !important;
  line-height: 13px !important;
  padding: 9px 15px 8px !important;
  border-radius: 3px;
  letter-spacing: 0.5px !important;
  color: #2c3c8b;
  font-weight: 700;
  font-size: 10px !important;
  line-height: 13px !important;
  text-transform: uppercase;
  width: 135px;
  transition: 0.3s;
}

.fb-review-box__write-review .fb-product-tile-btn:hover {
  background-color: #2c3c8b !important;
  color: #ffffff;
}

@media (max-width: 767px) {
  .fb-review-box__content {
    font-size: 12px;
    justify-content: center;
  }

  .fb-review-box__outer {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .fb-review-box .fb-product-tile-btn {
    margin-top: 16px;
  }
}

@media (max-width: 320px) {
  .fb-review-box__content {
    font-size: 8px;
    font-weight: 800;
  }
}

.fb-discover-tile {
  border-radius: 5px;
  overflow: hidden;
}

.fb-discover-tile a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fb-discover-tile img {
  width: 100%;
  transition: 0.3s;
}

.fb-discover-tile:hover img {
  scale: 1.1;
  transition: 0.3s;
}

.fb-discover-tile2 {
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s;
}

.fb-discover-tile2 a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fb-discover-tile2 img {
  width: 100%;
}

.fb-discover-tile2:hover {
  opacity: 0.4;
  transition: 0.3s;
}

.fb-discover-tile3 {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.fb-discover-tile3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(44, 60, 139, 0) 58.36%, #000000 90.07%);
  opacity: 0.7;
  transition: 0.3s;
}

.fb-discover-tile3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -38.1%, rgb(0, 0, 0) 58.99%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0.7;
  transition: 0.3s;
}

.fb-discover-tile3__outer {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.fb-discover-tile3__content1 {
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  z-index: 2;
  transition: 0.3s;
  position: absolute;
  left: 0%;
  bottom: 3%;
  transition: 0.3s;
}

.fb-discover-tile3__content2 {
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  z-index: 1;
  transition: 0.5s;
  position: absolute;
  left: 0%;
  bottom: -10%;
  transition: 0.3s;
}

.fb-discover-tile3:hover::before {
  bottom: 0%;
}

.fb-discover-tile3:hover .fb-discover-tile3__content1 {
  bottom: 50%;
}

.fb-discover-tile3:hover .fb-discover-tile3__content2 {
  bottom: 43%;
  transition: 0.3s;
}

.fb-discover-chef__img-outer {
  margin-bottom: 8px;
  width: 259px;
  height: 114px;
  margin: 0 auto;
  display: block;
}

.fb-discover-chef__img-outer img {
  width: 100%;
}

.fb-discover-chef__img-icon {
  width: 33px;
  height: 23px;
  margin: 0 auto;
  display: block;
}

.fb-discover-chef__img-icon img {
  width: 100%;
}

.fb-discover-chef__subtext {
  font-size: 18px;
  color: #3b4780;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-top: -16px;
  padding-bottom: 32px;
}

.fb-discover-chef__dicription {
  color: #848799;
  font-size: 12px;
  text-align: center;
  padding-bottom: 16px;
  padding-top: 32px;
}

.fb-discover-chef__btn-outer {
  display: flex;
  justify-content: center;
}

@media (max-width: 1023px) {
  .fb-discover-chef__subtext {
    padding-bottom: 16px;
    font-size: 14px;
  }

  .fb-discover-chef__dicription {
    padding-top: 16px;
  }
}

.fb-toplinks {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.fb-toplinks__wrap {
  width: 100%;
  border-bottom: 1px solid #ededed;
}

.fb-toplinks__left {
  width: 70%;
  margin-right: 8px;
}

.fb-toplinks__text {
  font-size: 10px;
  font-weight: 400;
  color: #848799;
}

.fb-toplinks__right {
  flex: 1;
  margin-right: 8px;
}

.fb-toplinks__right ul {
  display: flex;
  align-items: center;
  list-style: none;
}

.fb-toplinks__right ul li {
  padding: 0 8px;
  border-left: 1px solid #ededed;
  text-align: center;
  min-width: 70px;
}

.fb-toplinks__right ul .fb-toplink {
  font-size: 10px;
  font-weight: 400;
  color: #848799;
  text-decoration: none;
}

.fb-toplinks__right ul .fb-toplink:hover,
.fb-toplinks__right ul .fb-toplink.active {
  font-weight: 700;
  color: #eb2028;
}

@media (max-width: 1023px) {
  .fb-toplinks {
    display: none;
  }
}

.fb-login_popup {
  width: 100%;
  padding: 16px 24px;
  background: #fff;
  border: 1px solid #c1c3c9;
  border-radius: 3px;
  overflow: hidden;
}

.fb-login_popup__title {
  color: #51535d;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.fb-login_popup__form {
  width: 100%;
}

.fb-login_popup__form form {
  width: 100%;
  border: none;
  outline: none;
  padding-bottom: 4px;
  border-bottom: 1px solid #c1c3c9;
}

.fb-login_popup__form-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}

.fb-login_popup__form--or {
  flex-direction: column;
}

.fb-login_popup__form--or .fb-login_popup__text {
  width: 100%;
  font-size: 14px;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
}

.fb-login_popup__form--or .fb-login_popup__text::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 40%;
  height: 1px;
  background-color: #51535d;
  transform: translateY(-50%);
}

.fb-login_popup__form--or .fb-login_popup__text::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 40%;
  height: 1px;
  background-color: #51535d;
  transform: translateY(-50%);
}

.fb-login_popup .fb-input__text-wrap input {
  height: 35px;
}

.fb-login_popup__link {
  font-size: 11px;
  font-weight: 600;
  color: #eb2028;
  text-decoration: none;
}

.fb-login_popup__link:hover {
  color: #eb2028;
}

.fb-login_popup__text {
  font-size: 11px;
  font-weight: 500;
  color: #848799;
}

.fb-login_popup__btn-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fb-login_popup__btn {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #eb2028;
  cursor: pointer;
  padding: 12px 16px;
  text-align: center;
  border-radius: 3px;
}

.fb-login_popup__btn:hover {
  background: #c31920;
  border: 0;
  color: #fff;
}

.fb-login_popup__social {
  width: 100%;
  padding-top: 16px;
}

.fb-login_popup__socialbtn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f8fc;
  border: 1px solid #e1e1e3;
  border-radius: 3px;
  padding: 12px 16px;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}

.fb-login_popup__socialbtn-text {
  font-size: 11px;
  font-weight: 600;
  font-family: "Spartan";
  text-decoration: none;
  color: #51535d;
  text-align: center;
  text-decoration: none;
}

.fb-login_popup__socialbtn-logo {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.fb-login_popup__socialbtn:hover {
  background: #ededed;
}

.fb-cart_popup {
  width: 100%;
  padding: 16px;
  background: #fff;
  border: 1px solid #c1c3c9;
  border-radius: 3px;
  overflow: hidden;
}

.fb-cart_popup__header {
  width: 100%;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #f5f5f5;
}

.fb-cart_popup__header-text {
  font-size: 15px;
  font-weight: 600;
  color: #51535d;
  text-align: center;
  text-transform: capitalize;
}

.fb-cart_popup__product-contns {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f5f5f5;
}

.fb-cart_popup__product-contns ol,
.fb-cart_popup__product-contns ul {
  width: 100%;
  list-style: none;
}

.fb-cart_popup__product-contns ol li,
.fb-cart_popup__product-contns ul li {
  width: 100%;
}

.fb-cart_popup__product-contns ol li:last-child .fb-cart_popup__product,
.fb-cart_popup__product-contns ul li:last-child .fb-cart_popup__product {
  margin-bottom: 0;
}

.fb-cart_popup__product-contns.scroll {
  overflow-y: scroll;
  max-height: 250px;
}

.fb-cart_popup__product {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 8px 0;
  margin-bottom: 4px;
  border-radius: 3px;
  overflow: hidden;
}

.fb-cart_popup__product-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.fb-cart_popup__product-img_wrap {
  width: 20%;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 8px;
}

.fb-cart_popup__product-img img {
  width: 100%;
}

.fb-cart_popup__product-cnt {
  flex: 1;
}

.fb-cart_popup__product-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fb-cart_popup__product-title {
  font-size: 10px;
  font-weight: 600;
  color: #51535d;
  margin-bottom: 4px;
  text-decoration: none;
  cursor: pointer;
}

.fb-cart_popup__product-title:hover {
  color: #51535d;
  text-decoration: none;
}

.fb-cart_popup__product-text {
  font-size: 10px;
  font-weight: 400;
  color: #848799;
  margin-bottom: 8px;
}

.fb-cart_popup__product-dlt {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.fb-cart_popup__product-dlt svg {
  width: 100%;
}

.fb-cart_popup__product:hover {
  background-color: #f7f8fc;
}

.fb-cart_popup__subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0;
}

.fb-cart_popup__subtotal-text {
  font-size: 13px;
  font-weight: 600;
  color: #c31920;
}

.fb-cart_popup__btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fb-cart_popup__btn-wrap .fb-cart_popup__btn {
  margin-left: auto;
}

.fb-cart_popup__btn {
  width: calc(50% - 8px);
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #eb2028;
  cursor: pointer;
  padding: 12px 16px;
  text-align: center;
  border: 1px solid #eb2028;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  margin-right: 8px;
}

.fb-cart_popup__btn:hover {
  background: #c31920;
  color: #fff;
}

.fb-cart_popup__btn--inv {
  background-color: #f7f8fc;
  border: 1px solid #e1e1e3;
  color: #51535d;
  margin-right: 0;
  margin-left: 8px;
}

.fb-cart_popup__btn--inv:hover {
  background-color: #ededed;
  color: #51535d;
}

.fb-product-tile {
  display: block;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  margin: 8px !important;
  position: relative;
}

.fb-product-tile__close {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  background-position: 54% 50%;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  top: -10px;
  right: -4px;
  box-shadow: 0px 5px 20px #c8cde3;
}

.fb-product-tile .fb-product-tile__fav {
  display: none;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  width: 28px;
  height: 28px;
  padding: 1px 6px;
  top: 10px;
  right: 10px;
  box-shadow: 0px 0px 8px #c8cde3;
  transition: 0.3s;
}

.fb-product-tile .fb-product-tile__fav svg {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.fb-product-tile .fb-product-tile__fav:hover svg {
  transition: 0.3s;
}

.fb-product-tile .fb-product-tile__fav:hover svg path {
  fill: #eb2028;
}

.fb-product-tile .fb-click-drop__body {
  top: 36px;
  right: 8px;
}

.fb-product-tile .fb-click-drop__body ul {
  padding: 8px 0;
}

.fb-product-tile .fb-click-drop__body.fav_active {
  display: block;
}

.fb-product-tile .fb-click-drop__body::after {
  left: unset;
  right: 16px;
}

.fb-product-tile--new {
  margin: 8px 0;
}

.fb-product-tile--new .fb-product-tile__new-product-outer {
  display: block;
}

.fb-product-tile--new.blue-tag .fb-product-tile__new-product {
  z-index: 9;
  top: 17px !important;
  background-color: #77b8c4;
}

.fb-product-tile--new.blue-tag .fb-product-tile__new-product-outer::before {
  top: 37px !important;
  border-top: 6px solid #b8dfe6;
  border-right: 0px solid #b8dfe6;
}

.fb-product-tile--new.gray-tag .fb-product-tile__new-product {
  z-index: 9;
  top: 17px !important;
  background-color: #a7aabe;
}

.fb-product-tile--new.gray-tag .fb-product-tile__new-product-outer::before {
  top: 37px !important;
  border-top: 6px solid #c5c8d9;
  border-right: 0px solid #c5c8d9;
}

.fb-product-tile__new-product-outer {
  position: relative;
  display: none;
}

.fb-product-tile__new-product-outer::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 20px;
  left: -6px;
  border-top: 6px solid #ff7d82;
  border-right: 0px solid #ff7d82;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}

.fb-product-tile__new-product {
  position: absolute;
  width: auto;
  height: auto;
  top: -1px;
  left: -6px;
  background-color: #eb2028;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
}

.fb-product-tile__new-product span {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
}

.fb-product-tile__tile-img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 160px;
  border-radius: 5px;
  overflow: hidden;
  padding: 16px;
  position: relative;
}

.fb-product-tile__tile-img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
}

.fb-product-tile__tile-cont {
  text-align: center;
  padding: 8px 16px;
}

.fb-product-tile__title {
  font-size: 12px;
  font-weight: 600;
  color: #3b4780;
  margin-bottom: 8px;
  transition: 0.3s;
  min-height: 45px;
  display: block;
}

.fb-product-tile__title:hover {
  color: #3b4780;
}

.fb-product-tile__weight {
  font-size: 10px;
  font-weight: 600;
  color: #eb2028;
  margin-bottom: 8px;
}

.fb-product-tile__price {
  font-size: 12px;
  font-weight: 600;
  color: #3b4780;
  margin-bottom: 8px;
}

.fb-product-tile__price-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  color: #848799;
  margin-bottom: 16px;
}

.fb-product-tile__price-divider span {
  min-height: 30px;
}

.fb-product-tile__price-divider img {
  width: 66px;
  height: auto;
  display: block;
}

.fb-product-tile .product-d {
  display: none;
}

.fb-product-tile__cta {
  display: inline-block;
  margin-bottom: 8px;
}

.fb-product-tile:hover {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
}

.fb-product-tile:hover .fb-product-tile__fav {
  display: block;
  transition: 0.3s;
}

.fb-product-tile.horizontal {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-direction: row !important;
  margin: 8px !important;
  padding: 16px;
}

.fb-product-tile.horizontal .fb-product-tile__tile-img {
  width: 20%;
  height: auto;
  max-height: 170px;
}

.fb-product-tile.horizontal .fb-product-tile__tile-img {
  padding: 0 24px 0 0;
}

.fb-product-tile.horizontal .fb-product-tile__price-divider {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.fb-product-tile.horizontal .fb-product-tile__price-divider img {
  margin-left: 4px;
}

.fb-product-tile.horizontal .fb-product-tile__price-divider span {
  min-height: 0;
}

.fb-product-tile.horizontal .fb-product-tile__title,
.fb-product-tile.horizontal .fb-product-tile__weight {
  display: none;
}

.fb-product-tile.horizontal .fb-product-tile__tile-cont {
  text-align: right;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.fb-product-tile.horizontal .fb-product-tile__price {
  font-size: 16px;
}

.fb-product-tile.horizontal .product-d {
  display: block;
  width: 60%;
  height: 100%;
  padding-top: 8px;
}

.fb-product-tile.horizontal .product-d .fb-product-tile__title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 4px;
  margin: 0;
  min-height: 32px;
}

.fb-product-tile.horizontal .product-d__weight {
  font-size: 12px;
  color: #848799;
  padding-bottom: 16px;
}

.fb-product-tile.horizontal .product-d__list {
  padding-left: 15px;
  font-size: 12px;
  color: #848799;
}

.fb-product-tile.horizontal .product-d__list li {
  line-height: 22px;
  position: relative;
}

.fb-product-tile.horizontal .product-d__list li::after {
  position: absolute;
  content: "";
  top: 10%;
  left: -13px;
  width: 5px;
  height: 5px;
  background-color: #eb2028;
  border-radius: 50%;
}

@media (max-width: 1023px) {
  .fb-product-tile__tile-img {
    min-height: 160px;
  }

  .fb-product-tile__title {
    min-height: 62px;
  }
}

.fb-breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: -16px;
  padding: 24px 0;
}

.fb-breadcrumb__outer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fb-breadcrumb__outer li {
  position: relative;
}

.fb-breadcrumb__outer li:last-child .fb-breadcrumb__link {
  color: #848799;
  pointer-events: none;
}

.fb-breadcrumb__outer li::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(22deg);
  width: 1px;
  height: 60%;
  background-color: #c1c3c9;
}

.fb-breadcrumb__outer li:first-child::after {
  transform: translateY(-50%) rotate(0deg);
}

.fb-breadcrumb__link {
  margin: 0 16px;
  color: #2c3c8b;
  font-size: 12px;
  font-weight: 600;
  transition: 0.3s;
}

.fb-breadcrumb__link:hover {
  transition: 0.3s;
  color: #eb2028;
}

.fb-breadcrumb__back .fb-breadcrumb__link {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.fb-breadcrumb__back .fb-breadcrumb__link::after {
  content: none;
}

.fb-breadcrumb__back .fb-breadcrumb__link:hover .fb-breadcrumb__arrow svg {
  transition: 0.3s;
}

.fb-breadcrumb__back .fb-breadcrumb__link:hover .fb-breadcrumb__arrow svg path {
  stroke: #eb2028;
}

.fb-breadcrumb__arrow {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}

.fb-breadcrumb__arrow svg {
  transition: 0.3s;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .fb-breadcrumb__outer {
    display: none;
  }
}

.fb-login_popup.fb-login_popup-ac {
  padding: 0;
  max-width: 210px;
  display: none;
}

.fb-login_popup.fb-login_popup-ac .fb-login_popup__socialbtn {
  margin-bottom: 0;
  justify-content: left !important;
  background-color: #ffffff;
  border: 0 !important;
  transition: 0.3s;
  padding: 14px 16px;
}

.fb-login_popup.fb-login_popup-ac .fb-login_popup__socialbtn:hover {
  background-color: #f7f8fc;
  transition: 0.3s;
}

.fb-login_popup.fb-login_popup-ac .fb-header__action-icon {
  margin-right: 16px;
}

.fb-login_popup.fb-login_popup-ac .fb-header__action-icon {
  width: 16px !important;
  height: 16px !important;
}

.fb-login_popup.fb-login_popup-ac .fb-header__action-icon::after {
  content: none !important;
}

.fb-login_popup.fb-login_popup-ac .fb-header__action-icon svg path {
  fill: #3b4780 !important;
}

.fb-login_popup.fb-login_popup-ac .fb-header__action-text {
  color: #3b4780 !important;
}

@media (max-width: 767px) {
  .fb-login_popup.fb-login_popup-ac {
    display: none;
  }
}

.fb-fulfillment {
  padding: 0 24px 24px 24px;
  background-color: #ffffff;
}

.fb-fulfillment__heading {
  font-size: 20px;
  color: #51535d;
  font-weight: 700;
  padding-bottom: 16px;
}

.fb-fulfillment__sub-heading {
  font-size: 12px;
  font-weight: 500;
  color: #848799;
  padding-bottom: 16px;
}

.fb-fulfillment__radio-sec {
  padding-bottom: 16px;
}

.fb-fulfillment__space-left {
  padding-left: 4px;
}

.fb-fulfillment__radio-txt {
  font-size: 12px;
  font-weight: 600;
  color: #6e7080;
  padding-bottom: 8px;
}

.fb-fulfillment__radio-sub-txt {
  font-size: 12px;
  line-height: 2;
  font-weight: 500;
  color: #848799;
}

.fb-fulfillment .form-check {
  margin-bottom: 16px;
}

.fb-fulfillment .form-check-input {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-top: 0;
}

.fb-fulfillment .form-check-input:checked {
  background-color: #2c3c8b;
}

.fb-fulfillment .form-check-input:focus {
  border-color: rgba(0, 0, 0, 0.25);
  outline: none;
  box-shadow: none;
}

.fb-fulfillment__cta {
  background-color: #eb2028;
  padding: 8px 16px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  width: 50%;
}

.fb-fulfillment__cta p {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  margin-left: 16px;
}

.fb-fulfillment__cta:hover {
  background-color: #c31920;
  transition: 0.3s;
}

.fb-fulfillment__cta-img {
  width: 15px;
  height: auto;
}

.fb-fulfillment__cta-img img {
  width: 100%;
  height: 100%;
}

.fb-fulfillment__cod {
  padding: 8px 16px;
}

.fb-fulfillment .fb-input-checkbox-wrap {
  margin-bottom: 16px;
}

.fb-fulfillment__btnout {
  width: 50%;
  display: flex;
  align-items: center;
  margin: 24px -8px 16px;
}

.fb-fulfillment__btnout button {
  display: inline-block;
  width: auto;
  margin: 0 8px;
  padding: 8px;
}

.fb-fulfillment__link {
  color: #2c3c8b;
  font-weight: 600;
  font-size: 14px;
}

.fb-fulfillment__link:hover {
  color: #2c3c8b;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .fb-fulfillment {
    padding: 24px 16px;
  }

  .fb-fulfillment__cta {
    width: 100%;
  }
}

.fb-order {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 3px;
  overflow: hidden;
}

.fb-order__heading {
  color: #51535d;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}

.fb-order__outer {
  margin: 24px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #ebebeb;
}

.fb-order__inner {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
}

.fb-order__inner-left {
  color: #848799;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.fb-order__inner-left--center {
  text-align: center;
  margin-bottom: 4px;
}

.fb-order__total-txt {
  color: #c31920;
  font-size: 13px;
  font-weight: 600;
}

.fb-order__total-txt--right {
  text-align: right;
}

.fb-order__free {
  background: #77b8c4;
  padding: 5px 7px 3px 7px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
}

.fb-order .btn-secondary {
  background-color: transparent !important;
  border: 0;
  padding: 0;
  color: #848799;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.fb-order__outer-reward {
  display: flex;
  margin-bottom: 32px;
  justify-content: space-between;
  position: relative;
}

.fb-order__reward {
  display: flex;
  position: relative;
  cursor: pointer;
}

.fb-order__reward::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 0;
  background-color: #ffffff;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  left: 85%;
  top: 20px;
  z-index: 1;
  transform: rotate(47deg);
  opacity: 0;
}

.fb-order__reward::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: -20px;
  left: 0;
  display: none;
}

.fb-order__pop {
  position: absolute;
  width: 65%;
  min-width: 200px;
  max-height: 0;
  opacity: 0;
  display: none;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 24px 8px;
  top: 30px;
  left: 0;
  color: #848799;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.fb-order__ques-img {
  width: 10px;
  height: auto;
  margin-left: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fb-order__ques-img svg {
  width: 100%;
  height: auto;
}

.fb-order__blue-text {
  color: #2c3c8b;
  font-weight: 500;
}

.fb-order__blue-text:hover {
  color: #c31920;
}

.fb-order .fb-order__reward:hover::after {
  height: 20px;
  opacity: 1;
  z-index: 2;
}

.fb-order .fb-order__reward:hover::before {
  display: block;
}

.fb-order .fb-order__reward:hover .fb-order__pop {
  max-height: 130px;
  opacity: 1;
  display: block;
  z-index: 1;
}

.fb-order .fb-order__reward:hover .fb-order__ques-img svg circle {
  fill: #77b8c4;
}

.fb-order__cta {
  background-color: #eb2028;
  color: #fff;
  padding: 16px 16px 13px 16px;
  font-size: 12px;
  font-weight: 600;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  position: relative;
  margin-bottom: 24px;
  transition: 0.3s;
}

.fb-order__cta p {
  padding-top: 6px;
}

.fb-order__cta:hover {
  opacity: 0.7;
  color: #fff;
  transition: 0.3s;
}

.fb-order__atome {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.fb-order__atome img {
  width: 100%;
}

.fb-order__lock {
  width: 23px;
  height: 24px;
  margin-right: 6px;
}

.fb-order__lock img {
  width: 100%;
}

.fb-order__accordionedit {
  padding: 4px 0 0;
  font-size: 10px;
  font-weight: 600;
  color: #848799;
  transition: 0.3s;
  display: block;
  margin-top: 16px;
}

.fb-order__accordionedit:hover {
  transition: 0.3s;
  color: #eb2028;
}

.fb-order__summarydrop {
  margin-bottom: 16px;
}

.fb-order__summarydrop-item {
  border: 1px solid #dadce3;
}

.fb-order__summarydrop-body.accordion-body {
  padding: 0;
}

.fb-order__summarydrop-btn.accordion-button {
  justify-content: space-between;
  padding: 0 0 8px;
  font-size: 12px;
  background-color: #ffffff;
  border-bottom: 1px solid #dadce3;
  box-shadow: none !important;
}

.fb-order__summarydrop-btn.accordion-button::after {
  position: absolute;
  background-size: cover;
  width: 15px;
  height: 15px;
  margin-left: 150px;
}

.fb-order__summarydrop-btn.accordion-button:not(.collapsed) {
  color: #000000;
}

.fb-order__summarydrop-head.accordion-header {
  display: none;
  padding: 16px;
  color: #000000;
}

.fb-order__summarydrop-head.accordion-header .fb-order__accordionedit {
  margin-top: 8px;
}

.fb-order__summarydrop-head.accordion-header span {
  color: #eb2028;
  font-size: 12px;
}

.fb-order__summarydrop-head.accordion-header:hover {
  background-color: #ffffff;
}

@media (max-width: 1023px) {
  .fb-order {
    padding: 0 16px 16px;
    display: flex;
    flex-direction: column-reverse;
  }

  .fb-order__heading {
    display: none;
  }

  .fb-order__summarydrop .accordion-header {
    display: block;
  }

  .fb-order .fb-dropdown {
    border: none;
    padding: 0;
  }

  .fb-order .fb-dropdown .accordion-item {
    border: none;
  }

  .fb-order .fb-dropdown .accordion-button {
    display: none;
  }

  .fb-order .fb-dropdown .fb-order__accordionedit {
    display: none;
  }
}

.modal.fade .modal-dialog {
  transform: translate(0, 0);
}

.fb-modal__atome-dialog {
  max-width: 760px;
}

.fb-modal__atome-content {
  border-radius: 0;
}

.fb-modal__atome .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
}

.fb-modal__atome-logo {
  display: flex;
  justify-content: center;
}

.fb-modal__atome-logo img {
  width: 180px;
  margin: 24px 0 16px 0;
}

.fb-modal__atome-head {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.fb-modal__atome-head h2 {
  font-size: 20px;
  font-weight: 500;
  font-size: 18px;
  color: #141c30;
  line-height: 30px;
}

.fb-modal__atome-head span {
  font-size: 16px;
  color: #878d9c;
  line-height: 30px;
  text-align: center;
}

.fb-modal__atome-desc {
  display: flex;
  justify-content: space-evenly;
  padding: 24px 0 24px;
}

.fb-modal__atome-desc-item {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.fb-modal__atome-desc-text {
  font-size: 16px;
  color: #878d9c;
}

.fb-modal__atome-desc-text b {
  color: #141c30;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.fb-modal__atome-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}

.fb-modal__atome-footer a:first-child {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  color: #131f37;
}

.fb-modal__atome-footer a:last-child {
  width: 240px;
  height: 48px;
  margin-top: 20px;
  border-radius: 4px;
  background-color: #f6ff7e;
  color: #131f37;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}

.fb-modal__fav-list .btn-close {
  position: absolute;
  right: -12px;
  top: -12px;
  z-index: 99;
  width: 15px;
  height: 15px;
  background-color: #eb2028;
  color: #fff;
  border-radius: 50%;
  background-size: 35%;
  opacity: 1;
  transition: 0.3s;
  background-image: url('data:image/svg+xml,<svg width="56" height="57" viewBox="0 0 56 57" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M32.5002 28.5L54.9002 5.99999C56.1002 4.79999 56.1002 2.89999 54.9002 1.79999C53.7002 0.599994 51.8002 0.599994 50.7002 1.79999L28.3002 24.3L5.80019 1.79999C4.60019 0.599994 2.7002 0.599994 1.6002 1.79999C0.400195 2.99999 0.400195 4.89999 1.6002 5.99999L24.0002 28.5L1.6002 51C0.400195 52.2 0.400195 54.1 1.6002 55.2C2.2002 55.8 3.0002 56.1 3.7002 56.1C4.4002 56.1 5.20019 55.8 5.80019 55.2L28.3002 32.7L50.8002 55.2C51.4002 55.8 52.2002 56.1 52.9002 56.1C53.6002 56.1 54.4002 55.8 55.0002 55.2C56.2002 54 56.2002 52.1 55.0002 51L32.5002 28.5Z" fill="white"/></svg>');
}

.fb-modal__fav-list .btn-close:hover {
  transition: 0.3s;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml,<svg width="56" height="57" viewBox="0 0 56 57" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M32.5002 28.5L54.9002 5.99999C56.1002 4.79999 56.1002 2.89999 54.9002 1.79999C53.7002 0.599994 51.8002 0.599994 50.7002 1.79999L28.3002 24.3L5.80019 1.79999C4.60019 0.599994 2.7002 0.599994 1.6002 1.79999C0.400195 2.99999 0.400195 4.89999 1.6002 5.99999L24.0002 28.5L1.6002 51C0.400195 52.2 0.400195 54.1 1.6002 55.2C2.2002 55.8 3.0002 56.1 3.7002 56.1C4.4002 56.1 5.20019 55.8 5.80019 55.2L28.3002 32.7L50.8002 55.2C51.4002 55.8 52.2002 56.1 52.9002 56.1C53.6002 56.1 54.4002 55.8 55.0002 55.2C56.2002 54 56.2002 52.1 55.0002 51L32.5002 28.5Z" fill="red"/></svg>');
}

.fb-modal__fav-list-head {
  text-align: center;
}

.fb-modal__fav-list-head h2 {
  color: #51535d;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.fb-modal__fav-list-dialog {
  max-width: 400px;
}

.fb-modal__fav-list-content {
  border-radius: 0;
}

.fb-modal__fav-list-fields {
  margin-bottom: 16px;
}

.fb-modal__fav-list-label {
  color: #6e7080;
  font-weight: 600;
  line-height: 14px;
  font-size: 10px;
}

.fb-modal__fav-list-textarea {
  width: 100%;
  border: none;
  font-size: 10px;
  height: 40px;
}

.fb-modal__fav-list-footer {
  padding: 0;
  border: none;
  flex-wrap: nowrap;
  margin: 0 -0.25rem;
}

.fb-modal__fav-list-footer button {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 13px;
}

.fb-modal__ingrd .modal-dialog {
  max-width: 700px;
}

.fb-modal__ingrd .fb-carttable__headitem.product {
  width: 70%;
}

.fb-modal__ingrd .fb-carttable__itemcnt.logo {
  width: 8%;
}

.fb-modal__ingrd .fb-carttable__itemcnt.prdct {
  width: 63%;
}

.fb-modal__ingrd .fb-carttable {
  border: 0;
}

.fb-modal__ingrd .fb-carttable__outer {
  padding: 0;
}

.fb-modal__ingrd .fb-carttable__item {
  margin-bottom: 16px;
}

.fb-modal__ingrd .fb-carttable__item:last-child {
  margin-bottom: 0;
}

.fb-modal__ingrd .fb-modal__fav-list-footer {
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #dee2e6;
}

.fb-modal__ingrd .fb-modal__fav-list-footer .fb-product-tile-btn {
  width: 30%;
}

.fb-modal__add-cart-outer {
  display: flex;
  margin-bottom: 16px;
}

.fb-modal__add-cart-sec-1 {
  width: 40%;
}

.fb-modal__add-cart-sec-1 img {
  width: 100%;
  height: auto;
}

.fb-modal__add-cart-sec-2 {
  width: 60%;
  padding: 16px;
}

.fb-modal__add-cart-head {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 16px;
}

.fb-modal__add-cart-des {
  font-size: 13px;
  margin-bottom: 16px;
}

.fb-modal__add-cart-qty {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fb-modal__add-cart-title {
  font-size: 13px;
  margin-right: 16px;
}

.fb-modal__add-cart .fb-select {
  padding: 4px 16px;
}

.fb-modal__gift .modal-header {
  padding: 8px;
  border-bottom: 0;
}

.fb-modal__gift .modal-dialog {
  max-width: 400px;
}

.fb-modal__gift-heading {
  font-size: 16px;
  color: #51535d;
  font-weight: 600;
  margin-bottom: 16px;
}

.fb-modal__gift__txt {
  font-size: 13px;
  color: #51535d;
  font-weight: 400;
  margin-bottom: 24px;
}

.fb-modal__gift__image {
  margin-bottom: 24px;
  width: 100%;
  height: 100%;
}

.fb-modal__gift__image img {
  width: 100%;
  height: 100%;
}

.fb-modal__gift .fb-input {
  margin-bottom: 16px;
  margin-left: 0;
  display: flex;
  flex-direction: column;
}

.fb-modal__gift .fb-input textarea {
  border: 1px solid #c1c3c9;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  height: 60px;
  font-size: 11px;
  font-weight: 400;
  color: #848799;
  padding: 8px 16px;
}

.fb-modal__gift .fb-input label {
  font-size: 11px;
  margin-bottom: 8px;
  font-weight: 600;
}

.fb-modal__gift .fb-input label em {
  font-weight: 400;
}

.fb-modal__adult .modal-body {
  padding: 40px 24px 24px;
}

.fb-modal__adult-img {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.fb-modal__adult h2 {
  margin: 20px 0;
  color: #51535d;
  font-weight: 700;
  line-height: 20px;
  font-size: 18px;
}

.fb-modal__adult p {
  font-size: 13px;
  text-align: center;
}

.fb-modal__adult p a {
  color: #2c3c8b;
  font-weight: 600;
}

.fb-modal__adult p a:hover {
  text-decoration: underline;
}

.fb-modal__adult .fb-modal__fav-list-footer {
  margin-top: 24px;
}

.fb-modal__terms .modal-body {
  max-height: 520px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #dadce3 #f5f5f7;
}

.fb-modal__terms .modal-content {
  padding: 20px 4px;
}

.fb-modal__terms .fb-modal__fav-list-body {
  font-size: 12px;
  line-height: 19px;
  font-weight: 500;
}

.fb-giftdatasave-outer {
  display: flex;
}

.fb-giftdatasave-outer .fb-product-tile-btn {
  margin-right: 5px;
}

.modal-body.fav-list .fb-product-tile-btn--red {
  width: 100%;
}

.modal-body.fav-list .fb-modal__fav-list-footer button {
  padding-top: 8px;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .fb-modal__atome-desc {
    flex-direction: column;
  }
}

.fb-filter-cnt {
  width: 100%;
  border: none;
  border-top: 1px solid #dadce3 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  padding: 12px 0;
}

.fb-filter-cnt__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
}

.fb-filter-cnt__title {
  font-size: 17px;
  font-weight: 700;
  color: #51535d;
  text-transform: capitalize;
}

.fb-filter-cnt__clr {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fb-filter-cnt__clr-btn {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #2c3c8b;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  text-transform: capitalize;
  outline: none;
  border: none;
}

.fb-filter-cnt__clr-btn:hover {
  color: #eb2028;
  text-decoration: none;
  text-transform: capitalize;
  outline: none;
  border: none;
}

.fb-filter-cnt .fb-filter-opns {
  width: 100%;
}

.fb-filter-cnt .fb-filter-opns__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.fb-filter-cnt .fb-filter-opns__list-item {
  width: 100%;
  margin-bottom: 10px;
  display: none;
}

.fb-filter-cnt .fb-filter-opns__list-item .fb-input-checkbox-wrap {
  margin-bottom: 8px;
}

.fb-filter-cnt .fb-filter-opns__list-item .fb-input-checkbox-wrap label:hover {
  color: #eb2028;
}

.fb-filter-cnt .fb-filter-opns__list-item.show-item {
  display: block;
}

.fb-filter-cnt .fb-filter-opns__current {
  width: 100%;
  padding: 16px 0;
}

.fb-filter-cnt .fb-filter-opns__current-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.fb-filter-cnt .fb-filter-opns__current-item {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

.fb-filter-cnt__selected {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fb-filter-cnt__selected-btn {
  width: 11px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 2px;
  margin-right: 8px;
}

.fb-filter-cnt__selected-btn-logo {
  width: 100%;
}

.fb-filter-cnt__selected-btn-logo svg {
  width: 100%;
  height: auto;
}

.fb-filter-cnt__selected-btn-logo svg path {
  stroke: #2c3c8b;
}

.fb-filter-cnt__selected-btn:hover .fb-filter-cnt__selected-btn-logo svg path {
  stroke: #eb2028;
}

.fb-filter-cnt__selected-text {
  font-size: 12px;
  font-weight: 500;
  color: #848799;
  padding-left: 8px;
}

@media (max-width: 1023px) {
  .fb-filter-cnt .fb-filter-opns__current-item {
    width: auto;
    display: inline-block;
    margin-right: 30px;
  }
}

.fb-dropdown {
  padding: 8px;
  background-color: #fff;
  border: 1px solid #dadce3;
  border-radius: 3px;
  overflow: hidden;
  transition: 0.3s;
}

.fb-dropdown__outer-text {
  text-align: center;
  color: #6e7080;
  font-weight: 500;
  line-height: 14px;
  font-size: 12px;
  padding-right: 16px;
}

.fb-dropdown .accordion-button::after {
  content: none;
}

.fb-dropdown .accordion-item {
  background-color: transparent;
}

.fb-dropdown .accordion-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px;
  background-color: transparent;
  padding: 4px !important;
}

.fb-dropdown .accordion-header {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fb-dropdown__down-arrow {
  width: 15px;
  height: 15px;
  transition: 0.3s;
}

.fb-dropdown__down-arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}

.fb-dropdown .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: 1px solid #dadce3;
}

.fb-dropdown .accordion-button:focus {
  box-shadow: none;
  border-color: #dadce3;
}

.fb-dropdown .accordion-button[aria-expanded=true] .fb-dropdown__down-arrow {
  transition: 0.3s;
  transform: rotate(180deg);
}

.fb-dropdown .accordion-body {
  padding: 16px 8px;
}

.fb-dropdown__outer-in {
  display: flex;
  padding-bottom: 16px;
  align-items: center;
  width: 100%;
}

.fb-dropdown__product-img {
  width: 20%;
  margin-right: 24px;
}

.fb-dropdown__product-img img {
  width: 100%;
  height: auto;
}

.fb-dropdown__prdct-text {
  width: 80%;
}

.fb-dropdown__inner-text1 {
  color: #2c3c8b;
  font-size: 11px;
  padding-bottom: 4px;
  font-weight: 600;
}

.fb-dropdown__inner-text2 {
  color: #848799;
  font-size: 10px;
}

.fb-dropdown__inner-text2 span {
  padding-right: 5px;
  border-right: 1px solid #dadce3;
}

.fb-dropdown__inner-text2 span:last-child {
  border: none;
}

.fb-dropdown:hover {
  transition: 0.3s;
  background-color: #f7f8fc;
}

.fb-dropdown:hover .fb-dropdown__down-arrow svg {
  fill: #c31920;
}

.fb-checkout-heade {
  background-color: #ffffff;
  padding: 16px 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.fb-checkout-heade--default {
  position: relative !important;
}

.fb-checkout-heade__outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fb-checkout-heade__logo {
  width: 130px;
  height: 40px;
}

.fb-checkout-heade__logo img {
  width: 100%;
  height: 100%;
}

.fb-checkout-heade__heading {
  color: #51535d;
  font-weight: 700;
  font-size: 20px;
}

.fb-checkout-heade__right-outer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fb-checkout-heade__head-right {
  position: relative;
  margin-right: 50px;
}

.fb-checkout-heade__head-right img {
  width: 35px;
  height: 35px;
  display: block;
  margin: auto;
  margin-bottom: 4px;
}

.fb-checkout-heade__head-right p {
  color: #51535d;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
}

.fb-checkout-heade__head-right::after {
  position: absolute;
  content: "";
  width: 55px;
  height: 2px;
  top: 20px;
  left: 61px;
  background-image: url(/assets/images/dash-line.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fb-checkout-heade__head-right:last-child::after {
  display: none;
}

.fb-checkout-heade__line-img {
  width: 40px;
  height: auto;
  margin: 0 8px;
}

.fb-checkout-heade__line-img img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1023px) {
  .fb-checkout-heade__heading {
    display: none;
  }

  .fb-checkout-heade__head-right {
    margin-right: 8px;
  }

  .fb-checkout-heade__head-right::after {
    width: 20px;
    top: 13px;
    left: 47px;
  }

  .fb-checkout-heade__head-right img {
    width: 22px;
    height: 22px;
  }

  .fb-checkout-heade__head-right p {
    font-size: 10px;
  }
}

.fb-checkout-footer {
  background: #2d3765;
  padding: 24px 8px;
}

.fb-checkout-footer__text {
  color: #dde2fc;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  padding: 8px 0;
}

.fb-shipping-adress-item {
  position: relative;
  background-color: #ffffff;
}

.fb-shipping-adress-item input:checked+.fb-shipping-adress-item__box {
  border: 1px solid #2c3c8b;
  color: #2c3c8b !important;
  background-color: #f6f7fc;
}

.fb-shipping-adress-item input:checked+.fb-shipping-adress-item__box .info-checked {
  display: block;
}

.fb-shipping-adress-item__box {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: 1px solid #c1c3c9;
  background: transparent;
  padding: 30px;
  border-radius: 6px;
  padding: 16px;
}

.fb-shipping-adress-item__box .info-checked {
  display: none;
  height: 15px;
  width: 15px;
  font-size: 27px;
  padding-top: 2px;
  position: absolute;
  text-align: center;
  top: 10px;
  right: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.fb-shipping-adress-item__box .info-checked img {
  width: 100%;
  display: block;
}

.fb-shipping-adress-item__name {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2c3c8b;
  display: flex;
  justify-content: space-between;
}

.fb-shipping-adress-item__adress {
  font-size: 12px;
  margin-bottom: 4px;
  color: #2c3c8b;
}

.fb-cart-out.empty-show .fb-empty {
  display: block;
}

.fb-cart-out.empty-show .fb-carttable__msgbox {
  display: none;
}

.fb-cart-out.empty-show .fb-checkout__outer {
  display: none;
}

.fb-empty {
  display: none;
  padding: 56px 0 80px 0;
}

.fb-empty.show {
  display: block;
  width: 100%;
}

.fb-empty__inner-empty {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fb-empty__cta {
  width: 190px;
}

.fb-empty .fb-product-tile-btn {
  font-size: 11px;
  padding: 16px 8px 12px 8px;
}

.fb-empty__icon {
  width: 90px;
  height: auto;
  margin-bottom: 24px;
}

.fb-empty__icon svg path {
  fill: #848799;
}

.fb-empty__text {
  color: #848799;
  font-weight: 500;
  font-size: 12px;
  padding-bottom: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .fb-empty {
    padding: 8px 0 24px 0;
  }
}

.fb-search-result {
  padding: 16px 0 32px 0;
  display: none;
  margin: 0 -16px;
  align-items: center;
}

.fb-search-result__left {
  width: calc(70% - 32px);
  margin: 0 16px;
  color: #3b4780;
  font-weight: 700;
  font-size: 20px;
}

.fb-search-result__right {
  width: calc(30% - 32px);
  margin: 0 16px;
}

.fb-search-result__sub-head {
  color: #707070;
  font-weight: 400;
  font-size: 13px;
  padding-bottom: 4px;
}

.fb-search-result__products {
  color: #848799;
  font-weight: 500;
  font-size: 13px;
  padding-bottom: 4px;
  transform: 0.3s;
}

.fb-search-result__products:hover {
  color: #eb2028;
  transform: 0.3s;
}

.fb-search-result.show {
  display: flex;
}

@media (max-width: 1023px) {
  .fb-search-result {
    padding: 0 16px;
    display: block;
  }

  .fb-search-result__left {
    width: 100%;
    margin: 0;
    padding-bottom: 16px;
  }

  .fb-search-result__right {
    width: 100%;
    margin: 0;
    padding-bottom: 24px;
  }
}

.fb-faq-ac__content {
  color: #848799;
  font-weight: 500;
  font-size: 13px;
  padding: 0 0 32px 8px;
}

.fb-faq-ac__read-more {
  color: #2c3c8b;
  font-weight: 600;
  font-size: 13px;
  transition: 0.3s;
}

.fb-faq-ac__read-more:hover {
  color: #eb2028;
  transition: 0.3s;
}

.fb-faq-ac .accordion-button {
  color: #6e7080;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
  padding: 24px 30px;
}

.fb-faq-ac .accordion-button:hover {
  background-color: #f7f8fc !important;
  transition: 0.3s;
}

.fb-faq-ac .accordion-body {
  padding: 32px 16px;
}

.fb-faq-ac .accordion-item {
  border-bottom: 1px solid #ededed !important;
  border: none;
}

.fb-faq-ac .accordion-item:first-child {
  border-top: 1px solid #ededed !important;
}

.fb-faq-ac .accordion-item:first-of-type {
  border-radius: 0 !important;
}

.fb-faq-ac .accordion-button:not(.collapsed) {
  background-color: #f7f8fc !important;
  box-shadow: none;
}

.fb-faq-ac .accordion-button:not(.collapsed)::after {
  background-image: url(/assets/images/accordion-down.svg) !important;
}

.fb-faq-ac .accordion-button::after {
  background-image: url(/assets/images/accordion-down.svg) !important;
  width: 15px;
  background-size: 15px;
  height: 15px;
}

.fb-faq-ac .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.fb-faq-ac:hover {
  background-color: #f7f8fc;
}

@media (max-width: 767px) {
  .fb-faq-ac .accordion-button {
    font-size: 13px;
  }
}

.fb-alert-popup .modal-header {
  border: 0 !important;
  padding: 16px 24px;
  margin-top: 10px;
}

.fb-alert-popup .modal-footer {
  justify-content: flex-start;
  border: 0 !important;
  padding: 16px 24px;
}

.fb-alert-popup .modal-body {
  padding: 16px 24px;
}

.fb-alert-popup__text {
  color: #9193a4;
  font-size: 14px;
}

.fb-alert-popup .btn-secondary,
.fb-alert-popup .btn-primary {
  background-color: #fff;
  border: 1px solid #2c3c8b;
  color: #2c3c8b;
  font-size: 13px;
  font-weight: 500;
}

.fb-alert-popup .btn-primary:focus {
  box-shadow: none;
}

.fb-alert-popup .btn-check:focus+.btn-secondary,
.fb-alert-popup .btn-secondary:focus {
  box-shadow: none;
}

.fb-alert-popup .btn-close:focus {
  box-shadow: none;
}

.fb-alert-popup .btn {
  padding: 8px 16px;
}

.fb-alert-popup .modal-footer>* {
  margin: 6px;
}

.fb-alert-popup .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.99 12.01'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23d9d9d9;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_3' data-name='Layer 3'%3E%3Cpolygon class='cls-1' points='11.45 0 7 4.67 2.54 0 0 0 5.72 6 0 12.01 2.54 12.01 7 7.34 11.45 12.01 13.99 12.01 8.27 6 13.99 0 11.45 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  padding: 0;
  width: 12px;
  height: 12px;
}

.fb-alert-popup .btn-close:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1.5L20 19.5' stroke='%233B4780' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M2 19.5L20 1.5' stroke='%233B4780' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}

.fb-alert-popup--attention .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1.5L20 19.5' stroke='%233B4780' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M2 19.5L20 1.5' stroke='%233B4780' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}

.fb-alert-popup--attention .btn-close:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.99 12.01'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e82430;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_3' data-name='Layer 3'%3E%3Cpolygon class='cls-1' points='11.45 0 7 4.67 2.54 0 0 0 5.72 6 0 12.01 2.54 12.01 7 7.34 11.45 12.01 13.99 12.01 8.27 6 13.99 0 11.45 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}

.fb-alert-popup--attention .modal-dialog {
  max-width: 425px;
}

.fb-alert-popup--attention .modal-content {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: none;
}

.fb-alert-popup--attention .modal-header {
  position: relative;
  padding: 24px;
}

.fb-alert-popup--attention .modal-header::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  background-color: #c1c3c9;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%);
}

.fb-alert-popup--attention .modal-header h3 {
  width: 100%;
  text-align: center;
  color: #eb2028;
  font-weight: 600;
}

.fb-alert-popup--attention .modal-body {
  padding: 24px;
}

.fb-alert-popup--attention .modal-body p {
  text-align: center;
}

.fb-alert-popup--attention .btn {
  width: 100%;
}

.fb-askquestion__body {
  display: none;
}

.fb-askquestion__body.show {
  display: block !important;
}

.fb-askquestion__togglebtn {
  display: none;
}

.fb-askquestion__text {
  font-size: 12px;
  margin-bottom: 16px;
  font-weight: 500;
}

.fb-askquestion__link {
  cursor: pointer;
  padding-left: 8px;
  font-weight: 500;
  color: #2c3c8b;
  transition: 0.3s;
}

.fb-askquestion__link:hover {
  transition: 0.3s;
  color: #eb2028;
}

.fb-askquestion .fb-modal__fav-list-label {
  font-size: 12px;
  margin-bottom: 8px;
  color: #6e7080;
  font-weight: 600;
}

.fb-askquestion .fb-modal__fav-list-label span {
  color: #eb2028;
}

.fb-askquestion .fb-modal__fav-list-textarea {
  height: 100px;
}

.fb-askquestion .fb-input-checkbox-wrap {
  display: block;
  position: relative;
}

.fb-askquestion .fb-input-checkbox-wrap .fb-askquestion__checkbox {
  position: absolute;
}

.fb-askquestion .fb-input-checkbox-wrap .fb-askquestion__checkbox:checked~.fb-askquestion__mail {
  display: block;
}

.fb-askquestion__mail {
  display: none;
  margin-top: 16px;
}

.fb-askquestion__checklabel {
  padding-left: 24px !important;
}

.fb-askquestion .fb-product-tile-btn {
  margin-top: 16px;
  max-width: 200px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 18px 10px;
}

@media (max-width: 767px) {
  .fb-askquestion {
    margin-bottom: 32px !important;
  }

  .fb-askquestion__text {
    text-align: center;
  }

  .fb-askquestion .fb-product-tile-btn {
    width: 100%;
    max-width: 100%;
  }
}

.fb-f-shipping .modal-header {
  border: 0 !important;
  display: block;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  position: relative;
}

.fb-f-shipping .modal-content {
  max-width: 380px;
}

.fb-f-shipping .modal-title {
  color: #51535d;
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 16px;
  text-align: center;
}

.fb-f-shipping__van {
  display: block;
  width: 100px;
  margin: 0 auto;
  padding-bottom: 16px;
}

.fb-f-shipping__txt {
  color: #848799;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  font-weight: 500;
  max-width: 340px;
  display: block;
  margin: 0 auto;
}

.fb-f-shipping__close {
  position: absolute;
  right: -3%;
  top: -3%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  box-shadow: -1px 1px 3px #d5d5d5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fb-f-shipping__close svg {
  width: 10px;
  height: 10px;
}

.fb-f-shipping .modal-dialog {
  margin-top: 130px;
}

.fb-fav-popup {
  position: relative;
  margin-bottom: 16px;
}

.fb-fav-popup .fb-click-drop__body {
  max-height: 100px;
  display: block;
  border: 0;
  position: static;
  margin-top: 0;
}

.fb-fav-popup .fb-click-drop__body::after {
  display: none;
}

.fb-fav-popup .fb-click-drop__body.scroll {
  overflow-y: scroll;
}

.fb-recent {
  padding: 24px 0;
}

.fb-recent__outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fb-recent__product {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 16px;
  transition: 0.3s;
}

.fb-recent__product img {
  width: 100%;
  height: 100%;
}

.fb-recent__product:hover {
  transition: 0.3s;
  box-shadow: 0 5px 20px #c8cde3;
}

.fb-seemore-more {
  display: none;
}

.fb-seemore-more__btn {
  color: #3b4780;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}

.fb-seemore-more__img {
  width: 15px;
  height: 13px;
  margin-left: 5px;
}

.fb-seemore-more img {
  width: 100%;
}

.fb-seemore-more--show {
  display: block;
}

.fb-seemore-more--arrow .fb-seemore-more__img {
  transform: rotateZ(180deg) translateY(-3px);
}

.fb-addcartbubble {
  position: relative;
  width: 144px;
  height: 72px;
  padding: 5px;
  color: #32557f;
  border: 3px solid #848799;
  margin: top;
  margin-top: 20px;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.fb-addcartbubble::before,
.fb-addcartbubble::after {
  content: " ";
  display: block;
  position: absolute;
  top: -14px;
  left: 26px;
  z-index: 2;
  width: 0;
  height: 0;
  border: solid 16px transparent;
  border-top: 0;
  border-bottom-color: #fff;
}

.fb-addcartbubble::before {
  top: -18px;
  z-index: 1;
  border-bottom-color: #848799;
}

.fb-modified-fav {
  display: none;
  position: absolute;
}

.fb-modified-fav .fb-fav-popup {
  position: absolute;
  margin-bottom: 16px;
  left: 2%;
  top: 12px;
  transform: translateX(-50%);
  z-index: 9;
  padding-top: 10px;
}

.fb-modified-fav .fb-fav-popup::after {
  content: "";
  background: #ffffff;
  border-bottom: 1px solid #c1c3c9;
  border-right: 1px solid #c1c3c9;
  position: absolute;
  left: 88%;
  top: 5px;
  width: 10px;
  height: 10px;
  transform: rotate(225deg);
}

.fb-modified-fav .fb-fav-popup .fb-click-drop__item {
  position: relative;
  z-index: 1;
}

.fb-modified-fav .fb-fav-popup .fb-click-drop__body {
  max-height: 100px;
  display: block;
  border: 0;
  position: static;
  margin-top: 0;
  border: 1px solid #c1c3c9;
}

.fb-modified-fav .fb-fav-popup .fb-click-drop__body.scroll {
  overflow-y: scroll;
}

.active .fb-modified-fav {
  display: block;
}

.fb-scrolldiv {
  height: 100px;
  margin-top: -100px;
}

.fb-footer {
  background-color: #2d3765;
}

.fb-footer__outer {
  padding-top: 40px;
}

.fb-footer__main {
  display: flex;
  margin: 0 -8px;
  padding-bottom: 32px;
}

.fb-footer__logosec {
  width: calc(25% - 16px);
  margin: 0 8px;
}

.fb-footer__logo {
  width: 170px;
  height: auto;
  margin-bottom: 24px;
}

.fb-footer__logo img {
  width: 100%;
  height: auto;
}

.fb-footer__social {
  display: flex;
  align-items: center;
  margin: 8px -16px;
}

.fb-footer__icons {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 16px;
  transition: 0.3s;
}

.fb-footer__icons svg {
  width: 100%;
  height: 100%;
}

.fb-footer__icons:hover {
  transition: 0.3s;
  background-color: #eb2028;
}

.fb-footer__icons:hover svg path {
  fill: #ffffff;
}

.fb-footer__icons:hover svg path:nth-child(2) {
  fill: #eb2028;
}

.fb-footer__linksec {
  width: calc(50% - 16px);
  margin: 0 8px;
}

.fb-footer__linksec .accordion-item {
  width: 50%;
  background-color: transparent;
  border: none;
}

.fb-footer__linksec .accordion-button {
  padding: 0 20px;
  background-color: transparent;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  pointer-events: none;
}

.fb-footer__linksec .accordion-button::after {
  display: none;
  width: 14px;
  height: 10px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999116 1.00001L1.00001 0.999115L1.00042 0.999531L6.64642 6.64653L7.00001 7.00018L7.35359 6.64653L12.9996 0.999562L12.9996 0.999531L12.9998 0.999425L13 0.999377L13.0003 0.999425L13.0005 0.999562L13.0006 0.999767L13.0006 1.00001L13.0006 1.00025L13.0005 1.00046L7.00045 7.00045L7.00001 7.0009L6.99956 7.00046L0.999563 1.00046L0.999116 1.00001Z' fill='white' stroke='white'/%3E%3C/svg%3E%0A");
}

.fb-footer__linksec .accordion-button:focus,
.fb-footer__linksec .accordion-button:not(.collapsed) {
  box-shadow: none;
  outline: none;
}

.fb-footer__linksec .accordion {
  display: flex;
}

.fb-footer__link {
  margin-bottom: 16px;
}

.fb-footer__link a {
  color: #abb9ff;
  display: block;
  font-size: 12px;
  transition: 0.3s;
  font-weight: 500;
}

.fb-footer__link a:hover {
  color: #eb2028;
  transition: 0.3s;
}

.fb-footer__contact {
  width: calc(25% - 16px);
  margin: 0 8px;
}

.fb-footer__contact h3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 16px;
}

.fb-footer__contactlink {
  display: flex;
  align-items: center;
  color: #9dbff5;
  font-size: 15px;
  font-weight: 800;
  transition: 0.3s;
  margin-bottom: 8px;
}

.fb-footer__contactlink svg path {
  transition: 0.3s;
}

.fb-footer__contactlink:hover {
  color: #f8383f;
  transition: 0.3s;
}

.fb-footer__contactlink:hover svg path {
  transition: 0.3s;
  fill: #f8383f;
  stroke: #f8383f;
}

.fb-footer__contacticon {
  width: 30px;
  height: 30px;
  margin-right: 16px;
}

.fb-footer__contacttext {
  color: #b8c2f2;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 16px;
}

.fb-footer__copy {
  border-top: 1px solid #676f95;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
}

.fb-footer__copyimgouter {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.fb-footer__copyimg {
  margin: 0 8px;
  max-width: 46px;
}

.fb-footer__copyimg img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fb-footer__main {
    flex-direction: column;
    padding-bottom: 4px;
  }

  .fb-footer__logosec {
    width: calc(100% - 16px);
    order: 1;
  }

  .fb-footer__logo {
    margin: 0 auto 16px;
  }

  .fb-footer__social {
    justify-content: center;
    margin: 8px -8px 16px;
  }

  .fb-footer__icons {
    margin: 0 8px;
  }

  .fb-footer__linksec {
    order: 2;
    width: calc(100% - 16px);
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .fb-footer__linksec .accordion {
    flex-direction: column;
  }

  .fb-footer__linksec .accordion-button {
    font-size: 15px;
    padding: 16px 0;
    pointer-events: all;
  }

  .fb-footer__linksec .accordion-button::after {
    display: block;
  }

  .fb-footer__linksec .accordion-item {
    width: 100%;
    border-radius: 0;
    border: 0;
  }

  .fb-footer__contact {
    order: 3;
    width: calc(100% - 16px);
  }

  .fb-footer__contact h3 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 24px;
  }

  .fb-footer__contactcont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .fb-footer__contactlink {
    margin: 0 8px 16px;
    font-size: 14px;
  }

  .fb-footer__contacttext {
    width: 40%;
    text-align: left;
    line-height: 1.5;
    margin: 16px 0;
  }

  .fb-footer__copy {
    text-align: center;
    font-size: 10px;
  }

  .fb-footer__copyimgouter {
    justify-content: flex-start;
    margin-left: 24px;
  }

  .fb-footer__copyimg {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .fb-footer__main {
    flex-direction: column;
    padding-bottom: 4px;
  }

  .fb-footer__logosec {
    width: calc(100% - 16px);
    order: 3;
  }

  .fb-footer__logo {
    display: none;
  }

  .fb-footer__social {
    justify-content: center;
    margin: 8px -8px 16px;
  }

  .fb-footer__icons {
    margin: 0 8px;
  }

  .fb-footer__linksec {
    order: 2;
    width: calc(100% - 16px);
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .fb-footer__linksec .accordion {
    flex-direction: column;
  }

  .fb-footer__linksec .accordion-button {
    font-size: 15px;
    padding: 16px 20px;
    pointer-events: all;
  }

  .fb-footer__linksec .accordion-button::after {
    display: block;
  }

  .fb-footer__linksec .accordion-item {
    width: 100%;
    border-radius: 0;
    border-top: 1px solid #676f95;
    border-bottom: 1px solid #676f95;
  }

  .fb-footer__linksec .accordion-item:nth-child(2) {
    border-top: 0;
  }

  .fb-footer__contact {
    order: 1;
    width: calc(100% - 16px);
  }

  .fb-footer__contact h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 24px;
  }

  .fb-footer__contactcont {
    display: flex;
    justify-content: space-between;
  }

  .fb-footer__contactlink {
    flex-direction: column;
    margin: 0 8px;
    font-size: 14px;
  }

  .fb-footer__contactlink:nth-child(3) {
    order: 1;
  }

  .fb-footer__contactlink:nth-child(2) {
    order: 3;
  }

  .fb-footer__contactlink:nth-child(1) {
    order: 2;
  }

  .fb-footer__contacttext {
    text-align: center;
    line-height: 1.5;
    margin: 24px 0 16px;
  }

  .fb-footer__contacticon {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .fb-footer__copy {
    flex-direction: column-reverse;
    text-align: center;
    border: 0;
    font-size: 10px;
  }

  .fb-footer__copyimgouter {
    justify-content: center;
    margin-bottom: 24px;
  }

  .fb-footer__copyimg {
    margin-bottom: 8px;
  }

  .fb-footer__contactcont {
    flex-direction: column;
  }

  .fb-footer__contactlink {
    padding-bottom: 16px;
  }
}

.fb-monthly-promo {
  padding: 16px 0;
}

.fb-monthly-promo__grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.fb-monthly-promo__promo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(20% - 32px);
  padding: 0px 0;
  margin: 0 16px;
  transition: 0.3s;
}

.fb-monthly-promo__promo:hover {
  transition: 0.3s;
  background-color: rgba(217, 217, 217, 0.6);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.fb-monthly-promo__promo-img {
  height: 60px;
  width: 60px;
}

.fb-monthly-promo__promo-img img {
  width: 100%;
  height: 100%;
}

.fb-monthly-promo__promo a {
  user-select: none;
  font-size: 13px;
  font-weight: 600;
  color: rgb(98, 104, 131);
  margin-left: 8px;
}

.fb-monthly-promo__promo a:hover {
  color: #eb2028;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fb-monthly-promo__grid {
    margin: 0 -8px;
    justify-content: center;
  }

  .fb-monthly-promo__promo {
    width: calc(33.33% - 16px);
    margin: 0 8px;
  }
}

@media (max-width: 767px) {
  .fb-monthly-promo__grid {
    margin: 0 -8px;
    justify-content: center;
  }

  .fb-monthly-promo__promo {
    width: calc(50% - 16px);
    margin: 0 8px;
  }

  .fb-monthly-promo__promo-img {
    height: 45px;
    width: 45px;
  }

  .fb-monthly-promo__promo a {
    font-size: 12px;
  }
}

.fb-cookie-ntc {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  background-color: rgb(255, 239, 158);
  padding: 24px 0;
}

.fb-cookie-ntc__policy {
  margin-bottom: 12px;
}

.fb-cookie-ntc__policy b {
  font-weight: 700;
}

.fb-cookie-ntc__policy a {
  color: rgb(132, 135, 153);
  transition: all 0.3s ease-in-out;
}

.fb-cookie-ntc__policy a:hover {
  color: rgb(235, 32, 40);
}

.fb-newslettier {
  background-color: #fcfcff;
}

.fb-newslettier__top-head {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: rgb(59, 71, 128);
  padding: 50px 0;
}

.fb-newslettier__bot {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.fb-newslettier__bot-content {
  display: flex;
  align-items: center;
}

.fb-newslettier__bot-imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
}

.fb-newslettier__form-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: rgb(59, 71, 128);
  margin-bottom: 24px;
}

.fb-newslettier__form {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 0;
}

.fb-newslettier__form input {
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: rgb(167, 170, 190);
  min-width: 250px;
  padding: 8px 0;
  padding-right: 16px;
  background-color: transparent;
}

.fb-newslettier__form input::placeholder {
  font-size: 13px;
  color: rgb(167, 170, 190);
}

.fb-newslettier__form .fb-newslettier__form-submit {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: rgb(235, 32, 40);
  padding: 0;
}

.fb-newslettier__form-inpwrap {
  display: flex;
  border-bottom: 1px solid rgb(185, 208, 229);
  margin-bottom: 3px;
  align-items: center;
}

.fb-newslettier__tost-message {
  opacity: 0;
  font-size: 13px;
  font-weight: 500;
  color: rgb(235, 32, 40);
}

.fb-newslettier__tost-message--active {
  opacity: 1;
}

@media (max-width: 767px) {
  .fb-newslettier__top-head {
    font-size: 18px;
    padding: 8px 0;
  }

  .fb-newslettier__bot-imgs {
    display: none;
  }

  .fb-newslettier__form-title {
    font-size: 16px;
  }
}

.fb-hotdeals {
  background-color: #fcfcff;
  padding: 40px 0;
}

.fb-hotdeals__head {
  font-size: 40px;
  font-weight: 700;
  color: #3b4780;
  text-align: center;
  margin-bottom: 32px;
}

.fb-hotdeals__deal-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -8px;
}

.fb-hotdeals__deal {
  user-select: none;
  display: inline-block;
  width: calc(33.33% - 16px);
  margin: 0 8px;
  margin-bottom: 16px;
  transition: 0.3s;
  border: 3px solid transparent;
  border-radius: 7px;
}

.fb-hotdeals__deal:hover {
  transition: 0.3s;
  transform: scale(1.02);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(234, 78, 78, 0.3) 0px 8px 16px -8px;
  border: 3px solid #eb2028;
}

.fb-hotdeals__deal-img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fb-hotdeals__head {
    font-size: 35px;
  }

  .fb-hotdeals__deal {
    width: calc(50% - 16px);
  }
}

@media (max-width: 767px) {
  .fb-hotdeals {
    padding: 0;
  }

  .fb-hotdeals__head {
    font-size: 30px;
  }

  .fb-hotdeals__deal {
    width: calc(100% - 16px);
  }
}

.fb-customer {
  background-color: #fcfcff;
}

.fb-customer__outer {
  padding: 10px 0;
}

.fb-customer__outer .slick-prev,
.fb-customer__outer .slick-next {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' transform='matrix(-1 0 0 1 40 0)' fill='white'/%3E%3Cpath d='M23 13L16.1707 19.8293L23 26.4198' stroke='%23EB2028' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}

.fb-customer__outer .slick-prev::before,
.fb-customer__outer .slick-prev::after,
.fb-customer__outer .slick-next::before,
.fb-customer__outer .slick-next::after {
  content: "";
}

.fb-customer__outer .slick-prev:hover,
.fb-customer__outer .slick-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' transform='matrix(-1 0 0 1 40 0)' fill='%23EB2028'/%3E%3Cpath d='M23 13L16.1707 19.8293L23 26.4198' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.fb-customer__outer .slick-prev:focus,
.fb-customer__outer .slick-next:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' transform='matrix(-1 0 0 1 40 0)' fill='%23EB2028'/%3E%3Cpath d='M23 13L16.1707 19.8293L23 26.4198' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.fb-customer__outer .slick-prev {
  left: -60px;
}

.fb-customer__outer .slick-next {
  right: -60px;
  transform: translate(0, -50%) rotate(180deg);
}

.fb-customer__item {
  padding: 85px 30px 40px;
  margin: 10px;
  width: 380px;
  color: #000000;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: relative;
  transition: 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.fb-customer__item::before {
  position: absolute;
  content: "“";
  left: 20px;
  top: 12px;
  font-size: 170px;
  color: #dfeaf4;
}

.fb-customer__item:hover {
  transition: 0.3s;
  transform: scale(1.04);
  border: 1px solid #eb2028;
}

.fb-customer__feed-back {
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.33px;
  min-height: 168px;
  color: #848799;
}

.fb-customer__author {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.fb-customer__author .image {
  width: 45px;
  height: 45px;
}

.fb-customer__author .image img {
  width: 100%;
}

.fb-customer__author .name {
  color: #51535d;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.33px;
  font-weight: 600;
  margin-left: 22px;
  margin-top: 5px;
}

.fb-customer__title {
  font-size: 28px;
  font-weight: 700;
  color: #3b4780;
  text-align: center;
  margin-bottom: 32px;
}

@media (min-width: 768px) and (max-width: 1023px) {

  .fb-customer__outer .slick-prev,
  .fb-customer__outer .slick-next {
    width: 35px;
    height: 35px;
  }

  .fb-customer__outer .slick-prev {
    left: -20px;
  }

  .fb-customer__outer .slick-next {
    right: -20px;
  }
}

@media (max-width: 767px) {

  .fb-customer__outer .slick-prev,
  .fb-customer__outer .slick-next {
    width: 35px;
    height: 35px;
  }

  .fb-customer__outer .slick-prev {
    left: 0px;
  }

  .fb-customer__outer .slick-next {
    right: 0px;
  }

  .fb-customer__title {
    margin: 24px 0;
  }
}

.fb-MainBanner__tile-wrap {
  position: relative;
  margin-bottom: 0 !important;
}

.fb-MainBanner-img {
  width: 100%;
  object-fit: cover;
}

.fb-MainBanner .slick-prev,
.fb-MainBanner .slick-next {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' transform='matrix(-1 0 0 1 40 0)' fill='white'/%3E%3Cpath d='M23 13L16.1707 19.8293L23 26.4198' stroke='%23EB2028' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}

.fb-MainBanner .slick-prev::before,
.fb-MainBanner .slick-prev::after,
.fb-MainBanner .slick-next::before,
.fb-MainBanner .slick-next::after {
  content: "";
}

.fb-MainBanner .slick-prev:hover,
.fb-MainBanner .slick-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' transform='matrix(-1 0 0 1 40 0)' fill='%23EB2028'/%3E%3Cpath d='M23 13L16.1707 19.8293L23 26.4198' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.fb-MainBanner .slick-prev:focus,
.fb-MainBanner .slick-next:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' transform='matrix(-1 0 0 1 40 0)' fill='%23EB2028'/%3E%3Cpath d='M23 13L16.1707 19.8293L23 26.4198' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.fb-MainBanner .slick-prev {
  left: 32px;
}

.fb-MainBanner .slick-next {
  right: 32px;
  transform: translate(0, -50%) rotate(180deg);
}

.fb-MainBanner .slick-dots {
  bottom: 16px;
}

.fb-MainBanner .slick-dots li {
  height: auto;
}

.fb-MainBanner .slick-dots li button {
  border: 0;
  background: #ffffff;
  display: block;
  height: 10px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  padding: 5px;
  cursor: pointer;
  border-radius: 10px;
}

.fb-MainBanner .slick-dots li button:hover,
.fb-MainBanner .slick-dots li button:focus {
  outline: none;
  border: none;
  background-color: #eb2028;
}

.fb-MainBanner .slick-dots li button::before {
  display: none;
}

.fb-MainBanner .slick-dots li.slick-active button {
  background-color: #eb2028;
}

@media (max-width: 1023px) {
  .fb-MainBanner {
    margin-top: 73px;
  }
}

.fb-youtube__wrap {
  background: #d9d9d9;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.fb-youtube iframe {
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  border-radius: 10px;
  border: 10px solid #d9d9d9;
}

.fb-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 16px 0;
}

.fb-header-wrap {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
  z-index: 5;
}

.fb-header__controller {
  width: 0;
  height: auto;
  min-height: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.fb-header__controller span {
  display: block;
  width: 44px;
  height: 4px;
  margin-bottom: 8px;
  position: relative;
  background-color: #3b4780;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.fb-header__controller span:last-child {
  margin-bottom: 0;
}

.fb-header__controller:hover span {
  background-color: #eb2028;
}

.fb-header__controller--checked span:nth-child(1) {
  transform: rotate(45deg) translate(0px, -3px);
  transform-origin: 20% 90%;
  transition: all 0.3s ease-in-out;
}

.fb-header__controller--checked span:nth-child(2) {
  display: none;
}

.fb-header__controller--checked span:nth-child(3) {
  transform: rotate(-45deg) translate(3px, -1px);
  transform-origin: 40% 90%;
  transition: all 0.3s ease-in-out;
}

.fb-header__left {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fb-header__right {
  flex: 1 1 85px;
}

.fb-header__right ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}

.fb-header__logo {
  width: auto;
  max-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}

.fb-header__logo a {
  text-decoration: none;
  outline: none;
}

.fb-header__logo a:hover {
  text-decoration: none;
  outline: none;
}

.fb-header__logo img {
  width: 100%;
}

.fb-header__search {
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #c1c3c9;
  border-radius: 3px;
  padding: 4px 8px;
}

.fb-header__search-wrap {
  flex: 1;
}

.fb-header__search-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fb-header__search-icon--mob {
  margin: 0;
  display: none;
}

.fb-header__search-icon svg {
  width: 100%;
}

.fb-header__search-input {
  flex: 1;
}

.fb-header__search-input input {
  width: 100%;
  font-size: 12px;
  color: #848799;
  font-weight: 500;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 8px 16px;
}

.fb-header__search-input input::placeholder {
  font-size: 12px;
}

.fb-header__action {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 4;
}

.fb-header__action-wrap {
  position: relative;
  width: 100%;
  margin: 0 8px;
  z-index: 3;
}

.fb-header__action-wrap::after {
  content: none;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -30px;
  left: 0;
  cursor: pointer;
  z-index: 3;
}

.fb-header__action-wrap:hover::after {
  content: "";
}

.fb-header__action-wrap:hover .fb-header__action-cnt {
  transition: all 0.3s ease-in-out;
  height: auto;
  opacity: 1;
  min-height: 400px;
}

.fb-header__action-wrap:hover .fb-header__action-cnt.empty .fb-cart_popup {
  display: none;
}

.fb-header__action-wrap:hover .fb-header__action-cnt.empty .fb-empty-out .fb-cart_popup {
  display: block;
}

.fb-header__action-wrap:hover .fb-header__action-cnt .fb-empty-out__close {
  display: block;
  text-align: right;
}

.fb-header__action-wrap:hover .fb-header__action-cnt .fb-empty-out .fb-empty__icon {
  width: 75px;
}

.fb-header__action-wrap:hover .fb-header__action-cnt .fb-empty-out .fb-empty__text {
  font-size: 11px;
}

.fb-header__action-wrap:hover .fb-header__action-cnt .fb-empty-out .fb-cart_popup {
  display: none;
}

.fb-header__action-wrap:hover .fb-header__action-cnt .fb-empty-out .fb-cart_popup .fb-close {
  display: flex;
  justify-content: flex-end;
}

.fb-header__action-wrap:hover .fb-header__action-cnt .fb-empty-out .fb-cart_popup .fb-close a {
  width: 15px;
  height: 15px;
}

.fb-header__action-wrap:hover .fb-header__action-cnt .fb-empty-out .fb-cart_popup .fb-close a svg {
  width: 100%;
  height: 100%;
}

.fb-header__action-wrap:hover .fb-header__action-icon svg path {
  transition: all 0.3s ease-in-out;
  fill: #eb2028;
}

.fb-header__action-wrap:hover .fb-header__action-icon::after {
  content: "";
}

.fb-header__action-wrap:hover .fb-header__action-text {
  transition: all 0.3s ease-in-out;
  color: #eb2028;
}

.fb-header__action-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  position: relative;
}

.fb-header__action-icon svg {
  width: 100%;
}

.fb-header__action-icon svg path {
  fill: #3b4780;
}

.fb-header__action-icon::after {
  content: none;
  position: absolute;
  width: 15px;
  height: 15px;
  top: calc(100% + 1px);
  left: 50%;
  transform: translate(-50%, 0) rotate(225deg);
  background: #fff;
  border-bottom: 1px solid #c1c3c9;
  border-right: 1px solid #c1c3c9;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.fb-header__action-text {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #464c69;
}

.fb-header__action-cnt {
  opacity: 0;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 280px;
  height: 0;
  overflow: hidden;
}

.fb-header__action-cnt.logged {
  left: -40px;
}

.fb-header__action-cnt.logged .fb-login_popup.fb-login_popup-ac {
  display: block;
}

.fb-header__action-cnt.logged .fb-login_popup {
  display: none;
}

.fb-header__action--fav {
  display: block;
}

.fb-header__action--fav.fb-header__action-wrap:hover::after {
  content: none;
}

.fb-header__action--fav.fb-header__action-wrap:hover .fb-header__action-icon::after {
  content: none;
}

.fb-header__action--cart .fb-header__action-cnt {
  right: 0;
  left: unset;
}

@media (max-width: 1023px) {
  .fb-header {
    justify-content: flex-start;
  }

  .fb-header__left {
    width: 45%;
  }

  .fb-header__controller {
    width: 45px;
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  .fb-header__logo {
    margin: 0;
  }

  .fb-header__right ul {
    justify-content: flex-end;
  }

  .fb-header__left {
    flex-direction: row-reverse;
  }

  .fb-header__search {
    position: absolute;
    left: 0;
    bottom: -44px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    background-color: #fff;
  }

  .fb-header__search-wrap {
    flex: 0 1 25px;
  }

  .fb-header__search-icon--mob {
    display: flex;
    position: relative;
    z-index: 2;
  }

  .fb-header__search--active {
    transition: all 0.3s ease-in-out;
    height: auto;
    opacity: 1;
  }

  .fb-header__action-wrap {
    padding: 0;
  }

  .fb-header__action-text {
    display: none;
  }

  .fb-header__action-cnt {
    display: none;
  }

  .fb-header__action--fav {
    display: none;
  }

  .fb-header__controller {
    width: 30px;
    margin-right: 24px;
  }

  .fb-header__controller--checked span:nth-child(1) {
    transform: rotate(45deg) translate(1px, -5px);
  }
}

.fb-page-header {
  position: relative;
  background-color: #ffffff;
  z-index: 10;
}

.fb-page-header--sticky .fb-header-wrap,
.fb-page-header--sticky .fb-header-nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.fb-page-header--sticky .fb-header__controller {
  width: 45px;
  margin-right: 40px;
}

.fb-page-header--sticky .fb-header-nav__active {
  top: 73px;
}

@media (max-width: 1023px) {
  .fb-page-header .fb-header-nav-wrap {
    display: none;
  }

  .fb-page-header--sticky .fb-header-megamenu__outer {
    top: 73px;
    right: 100%;
    left: unset;
  }

  .fb-page-header--sticky .fb-header-megamenu__active {
    right: 0;
  }
}

@media (max-width: 767px) {
  .fb-page-header--sticky .fb-header__controller {
    width: 30px;
    height: 30px;
    min-height: unset;
    margin-right: 24px;
  }
}

.fb-dicover {
  padding: 40px 0 24px 0;
}

.fb-dicover__outer {
  display: flex;
  margin: 0 -8px;
  padding-bottom: 32px;
  position: relative;
}

.fb-dicover__outer::after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: -6%;
  left: 23%;
  width: 498px;
  height: 248px;
  background-image: url(https://www.frabellemarketplace.ph/static/version1672902296/frontend/Kemana/frabelle/en_US/images/recipes-bg-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fb-dicover__module-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(35% - 16px);
  margin: 0 8px;
}

.fb-dicover__module-right {
  position: relative;
  z-index: 2;
  width: calc(65% - 16px);
  margin: 0 8px;
  position: relative;
}

.fb-dicover__right-inner {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}

.fb-dicover__right-one {
  width: calc(50% - 20px);
  margin: 0 10px 20px 10px;
}

.fb-dicover__right-one--second-tile {
  width: calc(25% - 20px);
}

.fb-dicover--grey {
  background-color: #fcfcff;
  position: relative;
  z-index: 3;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fb-dicover {
    padding-top: 0px;
  }

  .fb-dicover__outer {
    display: block;
  }

  .fb-dicover__module-left {
    width: 100%;
    padding-bottom: 24px;
    margin: 0;
  }

  .fb-dicover__module-left::after {
    display: none;
  }

  .fb-dicover__module-right {
    width: 100%;
    margin: 0;
  }

  .fb-dicover__right-inner {
    margin: 0;
  }

  .fb-dicover__right-one--second-tile {
    width: calc(50% - 20px);
  }

  .fb-dicover__outer {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .fb-dicover {
    padding: 0;
  }

  .fb-dicover__outer {
    display: block;
    padding-bottom: 0;
  }

  .fb-dicover__outer::after {
    display: none;
  }

  .fb-dicover__module-right {
    width: 100%;
    margin: 0;
  }

  .fb-dicover__right-inner {
    margin: 0;
  }

  .fb-dicover__right-one {
    width: 100%;
  }

  .fb-dicover__right-one--second-tile {
    width: 100%;
    margin: 8px 0;
  }

  .fb-dicover__module-left {
    width: 100%;
    padding-bottom: 24px;
  }

  .fb-dicover__module-left::after {
    display: none;
  }
}

.fb-featured {
  padding: 0 0 32px 0;
}

.fb-featured__product-slick {
  width: 100%;
  margin: 0 -16px;
}

.fb-featured__product-slick .fb-product-tile {
  flex: 1;
}

.fb-featured .fb-product-info__tocart-label {
  left: 70px !important;
}

.fb-featured__dropdown {
  padding: 10px 18px;
  font-size: 12px;
  width: 110px;
  padding-left: 55px;
  border-radius: 3px;
  border: 1px solid #2c3c8b;
}

.fb-featured__dropdown--numonly {
  padding-left: 35px;
}

.fb-featured .nav {
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

.fb-featured .nav-link {
  width: 60px;
  color: #ffffff;
  font-weight: 700;
  font-size: 11px;
  padding: 8px;
  border: 1px solid #eb2028;
  color: #eb2028;
}

.fb-featured .nav-link.active {
  color: #ffffff;
  background-color: #eb2028;
}

.fb-featured .nav-item:nth-child(1) .nav-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.fb-featured .nav-item:nth-child(2) .nav-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.fb-featured .slick-dots-container {
  width: 50%;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0.625rem auto;
  position: relative;
}

.fb-featured .slick-dots-container>ul {
  padding: 0;
  display: flex;
  justify-content: center;
  transition: all 0.25s;
  position: relative;
  margin: 0;
  list-style: none;
  transform: translateX(0);
  align-items: center;
  bottom: unset;
  height: 100%;
}

.fb-featured .slick-dots li button {
  height: 10px;
}

.fb-featured .slick-dots li button:before {
  content: "";
  width: 20px;
  height: 8px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background-color: #d9d9d9;
  opacity: 1;
  transition: 0.3s;
}

.fb-featured .slick-dots li button:hover:before {
  transition: 0.3s;
  background-color: #eb2028;
}

.fb-featured .slick-dots li.slick-active button:before {
  background-color: #eb2028;
}

.fb-featured .tab-content {
  position: relative;
  min-height: 415px;
}

.fb-featured__loader {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}

.fb-featured__loader.load {
  display: block;
}

.fb-featured__loadouter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.fb-featured__loadouter .loader {
  width: 48px !important;
  height: 48px !important;
  border: 3px solid #eb2028;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.fb-featured__loadouter .loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #2c3c8b transparent;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fb-dropitems {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fb-featured__product-slick {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .fb-featured__product-slick {
    margin: 0;
  }

  .fb-featured .slick-dots-container>ul {
    justify-content: flex-start;
  }
}

.fb-header-nav {
  width: 100%;
  position: relative;
}

.fb-header-nav-wrap {
  width: 100%;
  background-color: #2c3c8b;
  transition: all 0.3s ease-in-out;
}

.fb-header-nav__cnts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}

.fb-header-nav__item {
  display: inline-block;
}

.fb-header-nav__item:hover .fb-header-nav__megamenu {
  display: block;
}

.fb-header-nav__link {
  padding: 10px 32px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}

.fb-header-nav__link:hover,
.fb-header-nav__link.active-link {
  color: #fff;
  background-color: #eb2028;
}

.fb-header-nav__link:last-child {
  margin-right: 0;
}

.fb-header-nav__megamenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 150px);
  overflow-y: scroll;
  padding: 32px;
  background-color: #fff;
}

.fb-header-nav__megamenu-cnts {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.fb-header-nav__megamenu-block {
  width: 25%;
  padding: 0 16px;
}

.fb-header-nav__megamenu-block:first-child {
  padding-left: 0;
}

.fb-header-nav__megamenu-block:last-child {
  padding-right: 0;
}

.fb-header-nav__megamenu-block_img-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.fb-header-nav__megamenu-block_img-wrap img {
  width: 100%;
  object-fit: contain;
}

.fb-header-nav__megamenu-item {
  width: 100%;
  list-style: none;
  margin-bottom: 16px;
}

.fb-header-nav__megamenu-title {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #3b4780;
  text-decoration: none;
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}

.fb-header-nav__megamenu-title:hover {
  color: #eb2028;
}

.fb-header-nav__submenu {
  width: 100%;
  list-style: none;
}

.fb-header-nav__submenu-item {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #848799;
  text-decoration: none;
  margin-bottom: 4px;
  transition: all 0.3s ease-in-out;
}

.fb-header-nav__submenu-item:hover {
  color: #eb2028;
}

@media (max-width: 1023px) {
  .fb-header-nav__cnts {
    flex-direction: column;
  }

  .fb-header-nav__item {
    width: 100%;
  }

  .fb-header-nav__megamenu {
    display: none;
    position: static;
  }

  .fb-header-nav__megamenu-cnts {
    flex-wrap: wrap;
  }

  .fb-header-nav__megamenu-block {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .fb-header-nav__megamenu-block {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.test {
  width: 100%;
  min-height: 2000px;
  background-color: aqua;
}

.fb-header-megamenu {
  width: 100%;
}

.fb-header-megamenu__outer {
  width: 100%;
  position: fixed;
  background-color: #fff;
  min-height: calc(100vh - 73px);
  display: none;
}

.fb-header-megamenu__outer .content-wrapper {
  padding: 0;
}

.fb-header-megamenu__link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border-bottom: 1px solid #ebebeb;
}

.fb-header-megamenu__link-text {
  font-size: 12px;
  font-weight: 700;
  color: #3b4780;
  text-decoration: none;
  text-transform: uppercase;
}

.fb-header-megamenu__link-logo {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fb-header-megamenu__link-logo img,
.fb-header-megamenu__link-logo svg {
  width: 100%;
}

.fb-header-megamenu__link-logo svg {
  width: 6px;
  height: 17px;
}

.fb-header-megamenu__link .fb-header__action-text {
  display: block;
}

.fb-header-megamenu__home {
  width: 100%;
  background-color: #fff;
}

.fb-header-megamenu__home-list {
  list-style: none;
}

.fb-header-megamenu__home-inner {
  width: 100%;
}

.fb-header-megamenu__home-room {
  width: 100%;
}

.fb-header-megamenu__sub {
  width: 100%;
  background-color: #fff;
}

.fb-header-megamenu__sub-wrap {
  width: 100%;
}

.fb-header-megamenu__sub-two {
  width: 100%;
  background-color: #0b0b0b;
}

.fb-header-megamenu__sub-list {
  list-style: none;
  height: calc(100vh - 73px);
  overflow-y: auto;
}

.fb-header-megamenu__back {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 20px;
  border-bottom: 1px solid #ebebeb;
}

.fb-header-megamenu__back-text {
  font-size: 12px;
  font-weight: 700;
  color: #3b4780;
  text-decoration: none;
  text-transform: uppercase;
}

.fb-header-megamenu__back-logo {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fb-header-megamenu__back-logo svg,
.fb-header-megamenu__back-logo img {
  width: 100%;
}

.fb-header-megamenu__back-logo svg {
  width: 6px;
  height: 17px;
  transform: rotateZ(180deg);
}

.fb-header-megamenu__active {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1023px) {
  .fb-header-megamenu__outer {
    display: block;
  }
}

.fb-product-badge {
  margin-bottom: 11px;
}

.fb-product-badge__box {
  padding: 5px 8px 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
  position: relative;
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  font-size: 8px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.fb-product-badge__box--new {
  background: #77b8c4;
}

.fb-product-badge__box--sold-out {
  background: #a7aabe;
}

.fb-product-info {
  width: 50%;
  padding-left: 32px;
}

.fb-product-info .fb-title-head {
  text-align: left;
  margin-bottom: 16px;
  padding-bottom: 0;
}

.fb-product-info__atributs {
  display: flex;
  font-size: 11px;
  margin-bottom: 24px;
}

.fb-product-info__atributs-weight {
  padding-left: 0 !important;
}

.fb-product-info__atributs-weight,
.fb-product-info__atributs-stock,
.fb-product-info__atributs-review,
.fb-product-info__atributs-share {
  padding: 0 16px;
  display: flex;
  align-self: center;
  align-items: center;
  border-right: 1px solid #dadce3;
}

.fb-product-info__atributs-weight a,
.fb-product-info__atributs-stock a,
.fb-product-info__atributs-review a,
.fb-product-info__atributs-share a {
  display: flex;
}

.fb-product-info__atributs-share {
  border-right: 0 !important;
  padding-right: 0;
}

.fb-product-info__atributs-share-link {
  position: relative;
  display: flex;
}

.fb-product-info__atributs-icn {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  display: flex;
}

.fb-product-info__atributs-icn img {
  width: 100%;
}

.fb-product-info__atributs-icn svg {
  width: 100%;
  fill: #c1c3c9;
}

.fb-product-info__atributs-link {
  color: #2c3c8b;
  font-weight: 600;
}

.fb-product-info__atributs-link:hover {
  color: #c31920;
}

.fb-product-info__overview {
  margin-bottom: 24px;
  font-size: 11px;
  color: #6e7080;
  font-weight: 500;
}

.fb-product-info__shotD-list {
  position: relative;
  margin-bottom: 8px;
  padding-left: 12px;
  color: #6e7080;
}

.fb-product-info__shotD-list::before {
  content: "";
  background-color: #eb2028;
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 50%;
}

.fb-product-info__price {
  color: #2c3c8b;
  font-weight: 600;
  font-size: 20px;
}

.fb-product-info__price-main {
  display: flex;
}

.fb-product-info__price-main--units {
  flex-direction: column;
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer and Edge */
}

.fb-product-info__price-main--units::-webkit-scrollbar {
  display: none;
}

.fb-product-info__price-main--units .fb-product-info__price-box.active .fb-product-info__price {
  color: #eb2028;
}

.fb-product-info__price-main--units .fb-product-info__price-box.active .fb-product-info__price span {
  color: #848799;
}

.fb-product-info__price-main--units .fb-product-info__price-box.active .fb-product-info__price-units {
  color: #6e7080;
}

.fb-product-info__price-main--units .fb-product-info__price {
  color: #c1c3c9;
  font-size: 17px;
}

.fb-product-info__price-main--units .fb-product-info__price span {
  color: #c1c3c9;
}

.fb-product-info__price-main--units .fb-product-info__price-units {
  color: #c1c3c9;
}

.fb-product-info__price-main--units .fb-product-info__price-box {
  margin-right: 24px;
  min-width: 130px;
}

.fb-product-info__price span {
  font-weight: 500;
  font-size: 12px;
  color: #848799;
}

.fb-product-info__price-wrap {
  display: flex;
  margin-bottom: 16px;
}

.fb-product-info__price-box {
  margin-right: 20px;
}

.fb-product-info__price-units {
  font-size: 12px;
  color: #6e7080;
  font-weight: 600;
  margin-bottom: 4px;
}

.fb-product-info__rwdpoints {
  color: #eb2028;
}

.fb-product-info__rwdpoints-box {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.25px;
  background-image: linear-gradient(to right, #f4edff, #e8f9ff);
  padding: 7px 10px;
  border-radius: 5px;
  display: flex;
  line-height: 1;
  align-items: center;
  align-self: flex-start;
  position: relative;
}

.fb-product-info__rwdpoints-label {
  color: #bac5f5;
  padding: 0 3px 0 3px;
}

.fb-product-info__rwdpoints-icn {
  width: 8px;
  height: 8px;
}

.fb-product-info__rwdpoints-icn svg {
  width: 100%;
  fill: #bac5f5;
  margin-top: -3px;
}

.fb-product-info__rwdpoints-icn .fb-tooltip__wrap {
  top: 8px;
}

.fb-product-info__rwdpoints-icn .fb-tooltip__body {
  display: flex;
  flex-direction: column;
  width: 240px;
  text-align: center;
  color: #848799;
}

.fb-product-info__rwdpoints-icn .fb-tooltip__body p {
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-weight: 500;
  margin-bottom: 8px;
}

.fb-product-info__rwdpoints-icn .fb-tooltip__body a {
  font-size: 11px;
  color: #2c3c8b;
}

.fb-product-info__atome {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 11px;
  color: #848799;
  font-style: italic;
}

.fb-product-info__atome img {
  width: 55px;
  margin-left: 4px;
}

.fb-product-info__atome .fb-product-info__price {
  font-size: 11px;
  color: #848799;
  font-weight: normal;
}

.fb-product-info__tocart {
  display: flex;
  margin-bottom: 16px;
}

.fb-product-info__tocart-qty,
.fb-product-info__tocart-buynow {
  margin-right: 10px;
}

.fb-product-info__tocart .fb-product-tile-btn {
  max-width: 145px;
  width: 145px;
  height: 40px;
  padding: 4px 0 0 0;
  text-transform: uppercase;
}

.fb-product-info__tocart-qty {
  width: 110px;
  font-size: 11px;
  border: 1px solid #c1c3c9;
  border-radius: 3px;
  display: flex;
  align-items: center;
  position: relative;
}

.fb-product-info__tocart-qty label {
  left: 13px !important;
}

.fb-product-info__tocart-label {
  position: absolute;
  left: 10px;
  font-weight: 700;
  font-size: 11px;
  z-index: 1;
}

.fb-product-info__tocart-select {
  width: 100%;
  height: 39px;
  border: none;
  border-radius: 3px;
  padding: 0;
  background: url(../images/down-arrow.svg) no-repeat;
  background-size: 8px;
  background-position: 88% 17px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-expand: none;
  z-index: 5;
  padding-left: 50%;
}

.fb-product-info .fb-product-info__tocart-qty table tbody input.dxeEditArea.dxeEditAreaSys {
  padding-left: 40px !important;
}

.fb-product-info__bottom {
  display: flex;
}

.fb-product-info__bottom-link {
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #51535d;
  font-weight: 600;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  padding-top: 2px;
}

.fb-product-info__bottom-link:hover {
  color: #c31920;
}

.fb-product-info__bottom-link:hover svg path {
  fill: #c31920;
}

.fb-product-info__bottom-link:first-child {
  margin-right: 15px;
}

.fb-product-info__bottom-link svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-top: -4px;
}

.fb-product-info__bottom-link svg path {
  fill: #c1c3c9;
  transition: all 0.5s ease;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fb-product-info__tocart-buynow {
    margin-right: 10px;
    width: 30%;
  }

  .fb-product-info__tocart-addtocart {
    width: 30%;
  }

  .fb-product-info__tocart .fb-product-tile-btn {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .fb-product-info {
    width: 100%;
    padding-left: 0;
  }

  .fb-product-info__atributs-weight,
  .fb-product-info__atributs-stock,
  .fb-product-info__atributs-review,
  .fb-product-info__atributs-share {
    flex-direction: column;
    padding: 0 8px;
    align-self: stretch;
    justify-content: center;
    text-align: center;
  }

  .fb-product-info__atributs-weight .fb-product-info__atributs-icn,
  .fb-product-info__atributs-stock .fb-product-info__atributs-icn {
    width: 20px;
    height: 20px;
  }

  .fb-product-info__atributs-weight .fb-product-info__atributs-icn svg,
  .fb-product-info__atributs-stock .fb-product-info__atributs-icn svg {
    margin-bottom: 5px;
  }

  .fb-product-info__atributs .fb-tooltip__wrap {
    left: 30%;
  }

  .fb-product-info__tocart {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
  }

  .fb-product-info__tocart-qty,
  .fb-product-info__tocart-buynow {
    margin-right: 0px;
  }

  .fb-product-info__tocart .fb-product-tile-btn {
    width: 100%;
    max-width: 100%;
  }

  .fb-product-info__tocart .fb-product-tile-btn--red {
    margin-bottom: 10px;
  }

  .fb-product-info__tocart-qty {
    margin-bottom: 10px;
  }

  .fb-product-info__rwdpoints-icn .fb-tooltip__wrap {
    left: -40px;
  }

  .fb-product-info__rwdpoints-icn .fb-tooltip__wrap::after {
    left: 69%;
  }
}

.fb-product-media {
  width: 50%;
}

.fb-product-media img {
  width: 100%;
  display: block;
}

.fb-product-media__left {
  width: calc(20% - 16px);
  margin: 0 8px;
}

.fb-product-media__right {
  width: calc(80% - 16px);
  margin: 0 8px;
}

.fb-product-media__leftitem {
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  border: 2px solid #d9d9d9;
}

.fb-product-media__leftitem.active {
  border-color: #c31920;
}

.fb-product-media__leftitem img {
  width: 100%;
  display: block;
}

.fb-product-media__rightitem {
  display: none;
}

.fb-product-media__rightitem.active {
  display: block;
}

.fb-product-media__rightitem img {
  width: 100%;
  display: block;
}

@media (max-width: 1023px) {
  .fb-product-media {
    flex-direction: column-reverse;
    width: 100%;
  }

  .fb-product-media__left {
    display: flex;
    width: calc(100% - 16px);
    margin: 16px 8px;
  }

  .fb-product-media__right {
    width: calc(100% - 16px);
    margin: 0 8px;
  }

  .fb-product-media__leftitem {
    max-width: 70px;
    margin-bottom: 0;
    margin-right: 8px;
  }
}

.fb-prdct-list-outer__head {
  display: flex;
  justify-content: space-between;
}

.fb-prdct-list-outer__head .fb-title-head {
  padding: 0;
}

.fb-prdct-list-outer__filter {
  display: flex;
}

.fb-prdct-list-outer__view {
  display: flex;
  align-items: center;
}

.fb-prdct-list-outer__view label {
  font-size: 12px;
  font-weight: 600;
}

.fb-prdct-list-outer__view .fb-select {
  margin: 0 4px;
}

.fb-prdct-list-outer__view:last-child {
  margin-left: 40px;
}

.fb-prdct-list-outer__viewclick {
  display: flex;
}

.fb-prdct-list-outer__viewlink {
  padding: 4px;
  width: 33px;
  height: 33px;
  margin: 0 4px;
  border: 1px solid #dadce3;
  border-radius: 3px;
  cursor: pointer;
}

.fb-prdct-list-outer__viewlink svg {
  width: 100%;
  height: 100%;
}

.fb-prdct-list-outer__viewlink svg path {
  fill: #a7aabe;
}

.fb-prdct-list-outer__viewinput {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}

.fb-prdct-list-outer__viewinput:checked+.fb-prdct-list-outer__viewlink {
  background-color: #f0f1f5;
}

.fb-product-info__main {
  display: flex;
  flex-direction: row;
}

.fb-product-info__main-wrap {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .fb-product-info__main {
    flex-direction: column;
  }
}

.fb-product-d {
  padding: 32px 0;
  background-color: #f7f7fc;
}

.fb-product-d__outer {
  display: flex;
  margin: 0 -24px;
}

.fb-product-d__inner {
  width: calc(35% - 58px);
  margin: 0 24px;
}

.fb-product-d__heading {
  color: #51535d;
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: 700;
}

.fb-product-d__heading--Specs {
  border-bottom: 1px solid #dadce3;
  margin-bottom: 0;
  padding-bottom: 24px;
}

.fb-product-d__text {
  color: #848799;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 16px;
}

.fb-product-d__row-outer {
  display: flex;
  padding: 8px 0;
  border-bottom: 1px solid #dadce3;
}

.fb-product-d__row-right {
  width: 50%;
  text-align: left;
  color: #51535d;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
}

.fb-product-d__row-right--left {
  color: #6e7080;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fb-product-d__outer {
    display: flex;
    margin: 0 -16px;
  }

  .fb-product-d__inner {
    width: calc(50% - 32px);
    margin: 0 16px;
  }
}

@media (max-width: 767px) {
  .fb-product-d__outer {
    display: block;
    margin: 0;
  }

  .fb-product-d__inner {
    width: 100%;
    margin: 0;
  }

  .fb-product-d__text {
    margin-bottom: 24px;
  }
}

.fb-carttable {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
}

.fb-carttable__outer {
  padding: 16px;
  width: 100%;
}

.fb-carttable__head {
  display: flex;
  padding-bottom: 16px;
  border-bottom: 1px solid #ebebeb;
}

.fb-carttable__headitem {
  font-size: 11px;
  color: #848799;
  font-weight: 600;
  width: 15%;
}

.fb-carttable__headitem.product {
  width: 51%;
}

.fb-carttable__headitem.blank {
  width: 5%;
}

.fb-carttable__tile {
  padding: 16px 0;
}

.fb-carttable__item {
  display: flex;
}

.fb-carttable__itemwrap {
  display: flex;
  width: 100%;
}

.fb-carttable__itemcnt {
  width: 15%;
  text-align: center;
  font-size: 12px;
}

.fb-carttable__itemcnt.logo {
  width: 10%;
}

.fb-carttable__itemcnt.logo img {
  width: 100%;
}

.fb-carttable__itemcnt.prdct {
  font-weight: 600;
  width: 44%;
  text-align: left;
  padding-left: 32px;
}

.fb-carttable__itemcnt.prdct a {
  display: block;
  color: #51535d;
  margin-bottom: 16px;
}

.fb-carttable__itemcnt.prdct a:hover {
  color: #eb2028;
}

.fb-carttable__itemcnt.select {
  width: 20%;
}

.fb-carttable__itemcnt.dlt {
  width: 10%;
}

.fb-carttable__itemcnt .fb-select {
  max-width: 50%;
}

.fb-carttable_dlticon {
  display: inline-flex;
  transition: 0.3s;
}

.fb-carttable_dlticon:hover {
  transition: 0.3s;
  transform: scale(1.1);
}

.fb-carttable_dlticon:hover svg path {
  transition: 0.3s;
  fill: #eb2028;
}

.fb-carttable_dlticon svg {
  transition: 0.3s;
  width: 100%;
  height: 100%;
}

.fb-carttable_dlticon svg path {
  transition: 0.3s;
}

.fb-carttable__dltimg {
  width: 20px;
  height: 20px;
}

.fb-carttable__label {
  display: none;
}

.fb-carttable__msgbox {
  margin: 8px 0;
  display: inline-flex;
  padding: 16px;
  background-color: #fff7f7;
  color: #b17577;
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
  border-radius: 5px;
  border: 1px solid #eddddd;
}

.fb-carttable__msgbox img {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

.fb-carttable__msgbox--top {
  width: 100%;
  align-items: center;
  margin: 16px 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fb-carttable__headitem.product {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .fb-carttable__head {
    display: none;
  }

  .fb-carttable__tile {
    border-bottom: 1px solid #ebebeb;
  }

  .fb-carttable__tile:last-child {
    border-bottom: none;
  }

  .fb-carttable__item {
    align-items: flex-start;
  }

  .fb-carttable__itemcnt {
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
  }

  .fb-carttable__itemcnt.prdct {
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .fb-carttable__itemcnt.prdct a {
    margin-bottom: 0;
  }

  .fb-carttable__itemcnt.logo {
    width: 25%;
  }

  .fb-carttable__itemcnt.dlt {
    width: 100%;
  }

  .fb-carttable__itemwrap {
    padding: 0 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .fb-carttable__weight {
    display: none;
  }

  .fb-carttable__label {
    display: block;
    min-width: 100px;
  }

  .fb-carttable_dlticon .fb-carttable__label {
    line-height: 2;
    color: #848799;
    margin-left: 8px;
  }
}

.fb-checkout {
  padding: 120px 0 60px 0;
  background-color: #f6f7fc;
}

.fb-checkout__outer {
  display: flex;
  flex-direction: row;
  margin: 0 -16px;
}

.fb-checkout__left {
  width: calc(65% - 32px);
  margin: 0 16px;
}

.fb-checkout__right {
  width: calc(35% - 32px);
  margin: 0 16px;
}

.fb-checkout .fb-fav__msgbox p {
  line-height: 1.3;
}

@media (max-width: 1023px) {
  .fb-checkout {
    padding: 90px 0 30px 0;
  }

  .fb-checkout__outer {
    margin: 0;
    flex-direction: column-reverse;
  }

  .fb-checkout__left {
    width: 100%;
    margin: 0;
  }

  .fb-checkout__right {
    width: 100%;
    margin: 0;
  }
}

.fb-prdct-list-outer__head {
  display: flex;
  justify-content: space-between;
}

.fb-prdct-list-outer__head .fb-title-head {
  padding: 0;
}

.fb-prdct-list-outer__filter {
  display: flex;
}

.fb-prdct-list-outer__view {
  display: flex;
  align-items: center;
}

.fb-prdct-list-outer__view label {
  font-size: 12px;
  font-weight: 600;
}

.fb-prdct-list-outer__view .fb-select {
  margin: 0 4px;
}

.fb-prdct-list-outer__view:last-child {
  margin-left: 40px;
}

.fb-prdct-list-outer__viewclick {
  display: flex;
}

.fb-prdct-list-outer__viewlink {
  padding: 4px;
  width: 33px;
  height: 33px;
  margin: 0 4px;
  border: 1px solid #dadce3;
  border-radius: 3px;
  cursor: pointer;
}

.fb-prdct-list-outer__viewlink svg {
  width: 100%;
  height: 100%;
}

.fb-prdct-list-outer__viewlink svg path {
  fill: #a7aabe;
}

.fb-prdct-list-outer__viewinput {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}

.fb-prdct-list-outer__viewinput:checked+.fb-prdct-list-outer__viewlink {
  background-color: #f0f1f5;
}

.fb-sidebar__controller {
  width: 100%;
  max-width: 112px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  border: 1px solid #dadce3;
  border-radius: 3px;
}

.fb-sidebar__controller-logo {
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fb-sidebar__controller-logo-img {
  width: 100%;
}

.fb-sidebar__controller-logo-img svg {
  width: 100%;
}

.fb-sidebar__controller-text {
  font-size: 10px;
  font-weight: 600;
  color: #848799;
  text-transform: uppercase;
  margin-left: 4px;
}

.fb-sidebar__body {
  position: static;
  top: 0;
  left: -100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

.fb-sidebar__body--active {
  left: 0;
  transition: all 0.3s ease-in-out;
  z-index: 12;
}

.fb-sidebar__head {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: flex-start;
  padding: 12px;
  margin-bottom: 8px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.fb-sidebar__head-logo {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fb-sidebar__head-logo-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.fb-sidebar__head-logo-img svg {
  width: 100%;
}

.fb-sidebar__head-logo-img svg path {
  stroke: #2c3c8b;
  stroke-width: 1px;
}

.fb-sidebar__title {
  font-size: 17px;
  font-weight: 700;
  color: #51535d;
  padding-left: 12px;
}

.fb-sidebar .fb-filter-cnt {
  padding: 12px;
}

.fb-sidebar .fb-filter-cnt .accordion-header {
  pointer-events: none;
}

.fb-sidebar .fb-filter-cnt .accordion-header .accordion-button:not(.collapsed),
.fb-sidebar .fb-filter-cnt .accordion-header .accordion-button:focus {
  background-color: transparent;
  border: none;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

.fb-sidebar .fb-filter-cnt .accordion-header .accordion-button::after {
  opacity: 0;
  display: none;
}

.fb-sidebar .fb-filter-cnt__head {
  margin-bottom: 0;
}

.fb-sidebar .fb-filter-cnt .accordion-body {
  padding: 0;
}

.fb-sidebar .fb-filter-cnt .accordion-body .fb-filter__opns {
  padding: 16px 0;
}

.fb-sidebar .fb-filter-cnt .collapse:not(.show) {
  display: block;
}

.fb-sidebar .accordion-button {
  padding: 0;
}

@media (max-width: 1023px) {
  .fb-sidebar__controller {
    display: flex;
  }

  .fb-sidebar__head {
    display: flex;
  }

  .fb-sidebar__body {
    position: absolute;
  }

  .fb-sidebar .accordion {
    max-height: calc(100vh - 50px);
    overflow-y: scroll;
  }

  .fb-sidebar .fb-filter-cnt {
    padding: 12px;
  }

  .fb-sidebar .fb-filter-cnt .accordion-header {
    pointer-events: all;
  }

  .fb-sidebar .fb-filter-cnt .accordion-header .accordion-button:not(.collapsed),
  .fb-sidebar .fb-filter-cnt .accordion-header .accordion-button:focus {
    background-color: transparent;
    border: none;
    outline: none;
    border-radius: 0;
    box-shadow: none;
  }

  .fb-sidebar .fb-filter-cnt .accordion-header .accordion-button::after {
    display: block;
    width: 15px;
    height: 16px;
    background-size: cover;
    opacity: 1;
  }

  .fb-sidebar .fb-filter-cnt__head {
    margin-bottom: 0;
  }

  .fb-sidebar .fb-filter-cnt__title {
    font-size: 15px;
  }

  .fb-sidebar .fb-filter-cnt .accordion-body {
    padding: 0;
  }

  .fb-sidebar .fb-filter-cnt .accordion-body .fb-filter__opns {
    padding: 16px 0;
  }

  .fb-sidebar .fb-filter-cnt .collapse:not(.show) {
    display: none;
  }

  .fb-sidebar .accordion-button {
    padding: 0;
  }
}

.fb-sbar {
  background: #fff;
  padding: 15px 0;
  border: 1px solid #ededed;
  border-radius: 5px;
}

.fb-sbar__nav {
  flex-direction: column !important;
  width: 100%;
}

.fb-sbar__nav-item.active {
  border-color: #2c3c8b;
  color: #3b4780;
}

.fb-sbar__nav-item:first-child svg {
  width: 15px;
}

.fb-sbar__nav-item svg {
  width: 16px;
  fill: #c1c3c9;
  margin-right: 10px;
}

.fb-sbar__nav-link {
  font-size: 11px;
  line-height: 18px;
  color: #c1c3c9;
  font-weight: 600;
  border-left: 4px solid transparent;
  display: block;
  padding: 13px 0px 10px 20px !important;
  display: flex;
  align-items: center;
  letter-spacing: 0.28px;
}

.fb-sbar__nav-link:hover,
.fb-sbar__nav-link:focus {
  text-decoration: none;
  background: #f7f8fc;
  color: #3b4780;
}

.fb-sbar__nav-link:hover svg,
.fb-sbar__nav-link:focus svg {
  fill: #3b4780;
}

.fb-sbar__nav-link.active {
  border-color: #2c3c8b;
  color: #3b4780;
}

.fb-sbar__nav-link.active svg {
  fill: #3b4780;
}

.fb-sbar__toggler {
  text-align: left;
  color: #6e7080;
  font-size: 11px;
  line-height: 1;
  width: 100%;
  padding: 15px 0 13px 15px;
  text-transform: uppercase;
  font-weight: 500;
}

.fb-sbar__toggler:focus {
  box-shadow: none !important;
}

.fb-sbar__search {
  margin-bottom: 16px;
}

.fb-sbar__search input {
  height: 37px !important;
  position: relative;
  padding-left: 35px !important;
}

.fb-sbar__search .fb-input__text-wrap {
  position: relative;
}

.fb-sbar__search .fb-input__text-wrap::after {
  position: absolute;
  content: "";
  left: 10px;
  top: 9px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.3612 18.2168L14.6012 13.2662C15.8251 11.8113 16.4956 9.9807 16.4956 8.07499C16.4956 3.62251 12.8731 0 8.42069 0C3.96821 0 0.345703 3.62251 0.345703 8.07499C0.345703 12.5275 3.96821 16.15 8.42069 16.15C10.0922 16.15 11.6851 15.6458 13.0469 14.6888L17.8431 19.677C18.0436 19.8852 18.3132 20 18.6022 20C18.8757 20 19.1351 19.8957 19.3321 19.7061C19.7506 19.3034 19.7639 18.6357 19.3612 18.2168ZM8.42069 2.10652C11.7117 2.10652 14.3891 4.78391 14.3891 8.07499C14.3891 11.3661 11.7117 14.0435 8.42069 14.0435C5.12961 14.0435 2.45222 11.3661 2.45222 8.07499C2.45222 4.78391 5.12961 2.10652 8.42069 2.10652Z' fill='%233B4780'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 20px;
}

.fb-sbar__search-mod .fb-input__text-wrap::after {
  left: unset;
  right: 10px;
}

.fb-sbar__search-mod .fb-input__text-wrap input.fb-input__text {
  padding-left: 16px !important;
  padding-right: 35px !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fb-sbar {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .fb-sbar {
    padding: 0;
  }
}

.fb-product-d {
  padding: 32px 0;
  background-color: #f7f7fc;
}

.fb-product-d__outer {
  display: flex;
  margin: 0 -24px;
}

.fb-product-d__inner {
  width: calc(35% - 58px);
  margin: 0 24px;
}

.fb-product-d__heading {
  color: #51535d;
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: 700;
}

.fb-product-d__heading--Specs {
  border-bottom: 1px solid #dadce3;
  margin-bottom: 0;
  padding-bottom: 24px;
}

.fb-product-d__text {
  color: #848799;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 16px;
}

.fb-product-d__row-outer {
  display: flex;
  padding: 8px 0;
  border-bottom: 1px solid #dadce3;
}

.fb-product-d__row-right {
  width: 50%;
  text-align: left;
  color: #51535d;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
}

.fb-product-d__row-right--left {
  color: #6e7080;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fb-product-d__outer {
    display: flex;
    margin: 0 -16px;
  }

  .fb-product-d__inner {
    width: calc(50% - 32px);
    margin: 0 16px;
  }
}

@media (max-width: 767px) {
  .fb-product-d__outer {
    display: block;
    margin: 0;
  }

  .fb-product-d__inner {
    width: 100%;
    margin: 0;
  }

  .fb-product-d__text {
    margin-bottom: 24px;
  }
}

.fb-your-addinfo {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 3px;
  overflow: hidden;
}

.fb-your-addinfo__mainsec .info-header {
  color: #51535d;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  font-size: 20px;
  letter-spacing: 0;
}

.fb-your-addinfo__mainsec .info-desc p {
  margin-top: 12px;
  margin-bottom: 8px;
  color: #848799;
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
}

.fb-your-addinfo .info-shipping-address {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  margin-bottom: 30px;
}

.fb-your-addinfo .info-shipping-address .box {
  width: calc(50% - 40px);
  margin: 0 20px;
  margin-top: 10px;
}

.fb-your-addinfo .info-shipping-address--scroll {
  max-height: 215px;
  overflow-x: auto;
}

.fb-your-addinfo__add-new-address {
  color: #2c3c8b;
  font-weight: 600;
  line-height: 20px;
  font-size: 13px;
}

.fb-your-addinfo__add-new-address ::before {
  content: "+";
  padding-right: 5px;
  font-size: 19px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .fb-your-addinfo {
    padding: 24px 16px 0 16px;
  }

  .fb-your-addinfo .info-shipping-address {
    margin: 0;
    flex-direction: column;
  }

  .fb-your-addinfo .info-shipping-address .box {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .fb-your-addinfo .info-shipping-address--scroll {
    overflow-y: unset;
    max-height: unset;
  }
}

.fb-ac-dash-myaddress__header {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
}

.fb-ac-dash-myaddress__header .my-address {
  color: #51535d;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0;
}

.fb-ac-dash-myaddress__header .manage-address {
  margin-left: 30px;
  color: #2c3c8b;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
}

.fb-ac-dash-myaddress__header .manage-address:hover {
  transition: 0.3s;
  color: #eb2028;
}

.fb-ac-dash-myaddress--info {
  margin-top: 20px;
}

.fb-ac-dash-myaddress__ship-bill {
  display: flex;
  flex-wrap: wrap;
  margin: 24px -8px;
}

.fb-ac-dash-myaddress__ship-bill .default-shipping-address,
.fb-ac-dash-myaddress__ship-bill .default-billing-address {
  font-size: 16px;
  color: #6e7080;
  font-weight: 600;
  display: block;
  width: calc(50% - 16px);
  margin: 0 8px;
}

.fb-ac-dash-myaddress__ship-bill .title {
  font-weight: 600;
  font-size: 15px;
}

.fb-ac-dash-myaddress__ship-bill .address-box {
  margin: 16px 0;
  font-size: 13px;
  color: #848799;
  font-weight: 500;
}

.fb-ac-dash-myaddress__ship-bill .address-box .address-box-item {
  margin-top: 10px;
}

.fb-ac-dash-myaddress__ship-bill .noaddress {
  width: 100%;
}

.fb-ac-dash-myaddress__ship-bill .edit-address {
  color: #2c3c8b;
  font-weight: 600;
  line-height: 28px;
  font-size: 14px;
  transition: all 0.5s ease;
}

.fb-ac-dash-myaddress__ship-bill .edit-address:hover {
  color: #eb2028;
}

.fb-ac-dash-myaddress__ship-bill .edit-address.changepass {
  border-left: 1px solid #ededed;
  padding-left: 10px;
  margin-left: 10px;
}

.fb-ac-ad-address__head {
  color: #51535d;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0;
  align-items: baseline;
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
}

.fb-ac-ad-address__wrap {
  display: flex;
  margin: 0 -8px;
  flex-wrap: wrap;
}

.fb-ac-ad-address__box {
  width: calc(50% - 16px);
  margin: 24px 8px 0;
}

.fb-ac-ad-address__box p {
  margin: 0 0 16px 0;
  font-size: 13px;
  color: #848799;
  font-weight: 500;
  line-height: 26px;
}

.fb-ac-ad-address__box-link {
  color: #2c3c8b;
  font-weight: 600;
  line-height: 28px;
  font-size: 14px;
  transition: all 0.5s ease;
  border-left: 1px solid #ededed;
  padding-left: 10px;
  margin-left: 10px;
}

.fb-ac-ad-address__box-link:first-child {
  border: none;
  margin: 0;
  padding: 0;
}

.fb-ac-ad-address__box-link:hover {
  color: #eb2028;
}

.fb-ac-ad-address__box-noaddress {
  width: 100%;
}

.fb-ac-ad-address .fb-product-tile-btn--red {
  width: auto;
  padding: 14px 18px 10px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .fb-ac-dash-myaddress__ship-bill {
    flex-direction: column;
    margin-bottom: 0;
  }

  .fb-ac-dash-myaddress__ship-bill .default-shipping-address,
  .fb-ac-dash-myaddress__ship-bill .default-billing-address {
    width: calc(100% - 16px);
    margin-bottom: 32px;
  }

  .fb-ac-dash-myaddress__ship-bill .default-billing-address {
    margin-bottom: 0;
  }

  .fb-ac-ad-address {
    margin-top: 24px;
  }

  .fb-ac-ad-address__wrap {
    flex-direction: column;
  }

  .fb-ac-ad-address__box {
    width: 100%;
  }
}

.fb-pages__account {
  padding: 40px 0;
}

.fb-pages__account .fb-my-ac__sidebarmain {
  order: 1;
}

.fb-pages__account .fb-my-ac__maincolum {
  order: 2;
  margin-bottom: 24px;
}

.fb-my-ac {
  display: flex;
  flex-wrap: wrap;
}

.fb-my-ac__maincolum-wrap {
  border: 1px solid #ededed;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
}

.fb-my-ac .fb-title-head {
  text-align: left;
}

.fb-my-ac .fb-askquestion {
  width: 100%;
  margin: 20px 0 0;
}

.fb-my-ac .fb-askquestion__body {
  width: 50%;
}

.fb-my-ac__coming {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fb-my-ac__coming .fb-title-head {
  font-size: 35px;
  margin-top: 16px;
}

.fb-my-ac__comingimg {
  width: 40%;
}

.fb-my-ac__comingimg img {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fb-page-header {
    height: 72px;
  }

  .fb-my-ac__coming .fb-title-head {
    font-size: 30px;
  }

  .fb-my-ac__comingimg {
    width: 40%;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .fb-page-header {
    height: 72px;
  }
}

@media (max-width: 767px) {
  .fb-page-header {
    height: 72px;
  }

  .fb-my-ac__coming .fb-title-head {
    font-size: 25px;
  }

  .fb-my-ac__comingimg {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .fb-my-ac {
    justify-content: space-between;
  }

  .fb-my-ac__sidebarmain {
    width: 100%;
    max-width: 260px;
  }

  .fb-my-ac__maincolum {
    width: calc(100% - 300px);
  }
}

@media (max-width: 991.98px) {
  .fb-my-ac {
    flex-direction: column;
  }

  .fb-my-ac__sidebarmain {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .fb-my-ac__maincolum {
    width: 100%;
  }

  .fb-my-ac .fb-askquestion {
    width: 100%;
  }

  .fb-my-ac .fb-askquestion__body {
    width: 100%;
  }
}

.fb-storecredit__box {
  max-width: 303px;
  background-color: #548b2c;
  background-image: url(../images/icon-store-credit.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  border-radius: 5px;
  padding: 20px 20px 22px;
  margin-bottom: 13px;
}

.fb-storecredit__head {
  color: #dcffc3;
  font-size: 13px;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.33px;
}

.fb-storecredit__balance {
  font-weight: 700;
  color: #fff;
  font-size: 38px;
}

.fb-storecredit__body {
  letter-spacing: 0.3px;
  font-size: 12px;
  font-weight: 500;
}

.fb-storecredit__body a {
  color: #2c3c8b;
  font-weight: 600;
  transition: all 0.5s ease;
}

.fb-storecredit__body a:hover {
  color: #eb2028;
}

.fb-giftcard__fields {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
}

.fb-giftcard__fields label {
  color: #6e7080;
  font-weight: 600;
  line-height: 14px;
  font-size: 12px;
  margin-bottom: 12px;
  letter-spacing: 0.3px;
}

.fb-giftcard__fields .fb-input__text-wrap {
  max-width: 340px;
}

.fb-giftcard__footer {
  display: flex;
  align-items: center;
}

.fb-giftcard__footer-link {
  color: #2c3c8b;
  font-weight: 600;
  margin: 0;
  font-size: 12px;
  transition: all 0.5s ease;
}

.fb-giftcard__footer-link:hover {
  color: #eb2028;
}

.fb-giftcard .fb-product-tile-btn {
  margin-right: 15px;
  width: auto;
  padding: 14px 18px 10px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .fb-giftcard__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .fb-product-tile-btn {
    margin-bottom: 10px;
  }
}

.fb-reward__info {
  margin-bottom: 24px;
}

.fb-reward__balance {
  padding: 18px 20px 21px;
  max-width: 220px;
  background-color: #842c8b;
  background-image: url(../images/icon-reward-points-account.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  border-radius: 5px;
  margin-bottom: 16px;
}

.fb-reward__balance-head {
  color: #fbc3ff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.33px;
  text-transform: capitalize;
}

.fb-reward__balance-points {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 4px;
  margin-bottom: 8px;
  line-height: 40px;
}

.fb-reward__points-price {
  color: #fbc3ff;
  line-height: 14px;
  letter-spacing: 0.28px;
  font-size: 11px;
}

.fb-reward__rates {
  margin-bottom: 32px;
}

.fb-reward__rates-head {
  font-size: 14px;
  color: #6e7080;
  line-height: 16px;
  letter-spacing: 0.35px;
  margin-bottom: 16px;
  font-weight: 700;
}

.fb-reward__rates-body p {
  position: relative;
  padding-left: 16px;
  letter-spacing: 0.3px;
  font-size: 12px;
}

.fb-reward__rates-body p::before {
  content: "";
  background-color: #eb2028;
  position: absolute;
  top: 3px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.fb-reward__rates-body p:first-child {
  margin-bottom: 16px;
}

.fb-reward__history {
  margin-bottom: 32px;
}

.fb-reward__history-message {
  border-radius: 5px;
  padding: 20px 20px 17px;
  line-height: 20px;
  border: 1px solid;
  background: #f7f8fc;
  border-color: #e4e6ed;
  color: #6e7080;
  position: relative;
  font-weight: 500;
  font-size: 11px;
  display: flex;
  align-items: center;
}

.fb-reward__history-message img {
  margin-right: 16px;
}

.fb-reward__setting {
  margin-bottom: 32px;
}

.fb-reward__setting-body {
  padding: 16px 0 0;
}

.fb-reward__setting-body .fb-input-checkbox-wrap {
  margin-bottom: 16px;
}

.fb-reward__setting-body label {
  padding-top: 3px;
  color: #848799;
  font-weight: 500;
}

.fb-reward__setting .fb-product-tile-btn {
  width: auto;
  padding: 14px 18px 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.fb-reward__setting p {
  color: #848799;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 24px;
}

.fb-reward__redeeming-body {
  padding-top: 16px;
}

.fb-reward__redeeming-body p {
  line-height: 24px;
  letter-spacing: 0.3px;
  font-size: 12px;
  color: #848799;
  font-weight: 500;
}

.fb-invitation .fb-message {
  margin-bottom: 24px;
}

.fb-invitation .fb-product-tile-btn {
  width: auto;
  padding: 14px 18px 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.fb-invitation__addemail {
  margin-top: -3px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #2c3c8b;
  font-size: 11px;
  padding: 0;
}

.fb-invitation__note {
  letter-spacing: 0.3px;
  margin-bottom: 10px;
  color: #848799;
  font-weight: 500;
  font-size: 12px;
}

.fb-invitation .fb-resTable {
  margin-bottom: 24px;
}

.fb-invitation .fb-resTable th {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .fb-resTable__MyInvitations td:nth-of-type(1):before {
    content: "Email:";
  }

  .fb-resTable__MyInvitations td:nth-of-type(2):before {
    content: "Status:";
  }
}

.fb-cartpage {
  background-color: #fcfcff;
  padding: 0;
}

.fb-cartpage__cnt {
  margin-top: 32px;
}

.fb-cartpage__title {
  font-size: 28px;
  font-weight: 700;
  color: #3b4780;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.fb-cartpage__outer {
  padding: 16px 0 32px;
  flex-wrap: wrap;
}

.fb-cartpage__outer .fb-order {
  border: 1px solid #ebebeb;
}

.fb-cartpage__outer .fb-product-tile-btn {
  margin: 16px 16px 0;
  width: calc(20% - 32px);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fb-cartpage {
    padding: 0;
  }

  .fb-cartpage__outer {
    flex-direction: column;
  }

  .fb-cartpage__outer .fb-order__heading {
    display: block;
  }

  .fb-cartpage__outer .fb-order {
    margin-top: 24px;
    padding-top: 24px;
    flex-direction: column;
  }

  .fb-cartpage__outer .fb-checkout__left {
    order: 1;
  }

  .fb-cartpage__outer .fb-product-tile-btn {
    order: 2;
    width: 30%;
    margin: 16px 0 0;
  }

  .fb-cartpage__outer .fb-checkout__right {
    order: 3;
  }
}

@media (max-width: 767px) {
  .fb-cartpage {
    padding: 0;
  }

  .fb-cartpage__outer {
    flex-direction: column;
  }

  .fb-cartpage__outer .fb-order__heading {
    display: block;
  }

  .fb-cartpage__outer .fb-order {
    margin-top: 24px;
    padding-top: 24px;
    flex-direction: column;
  }

  .fb-cartpage__outer .fb-checkout__left {
    order: 1;
  }

  .fb-cartpage__outer .fb-checkout__right {
    order: 2;
  }

  .fb-cartpage__outer .fb-product-tile-btn {
    order: 2;
    width: 100%;
    margin: 16px 0 0;
  }
}

.fb-viewOrder__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.fb-viewOrder__head span {
  font-size: 11px;
  color: #848799;
  font-weight: 500;
  min-width: 54px;
  display: inline-block;
  margin-bottom: 8px;
}

.fb-viewOrder__head small {
  font-size: 11px;
  color: #848799;
  font-weight: 500;
}

.fb-viewOrder .fb-product-tile-btn {
  width: auto;
  padding: 14px 18px 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.fb-viewOrder__historyDetail .nav-link {
  border-radius: 0;
  padding: 18px 20px;
  font-weight: 700;
  color: #51535d;
}

.fb-viewOrder__historyDetail .tab-pane {
  border: 1px solid #ebebeb;
  margin-bottom: 5px;
  padding: 20px;
  border-top: 0;
}

.fb-viewOrder .fb-resTable__product {
  display: flex;
}

.fb-viewOrder .fb-resTable__product-image {
  margin-right: 10px;
}

.fb-viewOrder .fb-resTable__product-details {
  display: flex;
  flex-direction: column;
}

.fb-viewOrder .fb-resTable__product-name {
  margin-bottom: 8px;
  font-size: 11px;
  color: #51535d;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.fb-viewOrder .fb-resTable__product-wt {
  color: #848799;
  font-size: 11px;
  font-weight: 500;
}

.fb-viewOrder .fb-resTable__price,
.fb-viewOrder .fb-resTable__qty {
  text-align: center;
}

.fb-viewOrder .fb-resTable__total {
  text-align: right;
}

.fb-viewOrder .fb-resTable__viewOrder thead th:first-child {
  padding-left: 15px;
}

.fb-viewOrder .fb-resTable__viewOrder tbody td:first-child {
  padding-left: 15px;
}

.fb-viewOrder .fb-resTable__viewOrder thead {
  background: #f7f8fc;
  border-bottom: none;
}

.fb-viewOrder .fb-resTable__viewOrder thead th {
  border-bottom: none;
}

.fb-viewOrder .fb-resTable__viewOrder tbody tr:last-child td {
  padding-bottom: 20px !important;
}

.fb-viewOrder .fb-resTable__viewOrder tfoot {
  border-top: 1px solid #ededed;
}

.fb-viewOrder .fb-resTable__viewOrder tfoot th {
  border: none;
  text-align: right;
  background: none;
  padding: 20px 15px 0;
  font-weight: 500;
  text-transform: none;
  font-size: 12px;
}

.fb-viewOrder .fb-resTable__viewOrder tfoot td {
  text-align: right;
  font-size: 12px;
  font-weight: 500;
}

.fb-viewOrder .fb-resTable__viewOrder tfoot tr {
  margin-bottom: 0 !important;
}

.fb-viewOrder .fb-resTable__viewOrder tfoot .grand-total td,
.fb-viewOrder .fb-resTable__viewOrder tfoot .grand-total th {
  color: #c31920;
  font-weight: 600;
  font-size: 15px;
  position: relative;
  padding-top: 30px;
}

.fb-viewOrder .fb-resTable__viewOrder tfoot .grand-total th:before {
  width: 100%;
  max-width: 125px;
  height: 1px;
  background: #ebebeb;
  position: absolute;
  content: "";
  top: 15px;
  right: 0;
}

.fb-viewOrder .fb-resTable__viewOrder tfoot .grand-total td:before {
  width: 100%;
  max-width: 150px;
  height: 1px;
  background: #ebebeb;
  position: absolute;
  content: "";
  top: 15px;
  right: 0;
}

.fb-orderInfo {
  display: flex;
  margin: 16px -10px 0;
}

.fb-orderInfo__box {
  width: 25%;
  padding: 0 10px;
}

.fb-orderInfo__head {
  font-size: 14px;
  color: #6e7080;
  font-weight: 600;
  margin-bottom: 8px;
}

.fb-orderInfo__txt {
  margin: 0;
  font-size: 12px;
  color: #848799;
  font-weight: 500;
  line-height: 26px;
}

@media (max-width: 767px) {
  .fb-resTable__product {
    padding-left: 0 !important;
  }

  .fb-resTable td {
    vertical-align: top;
  }

  .fb-resTable__OrderHistory td:nth-of-type(1):before {
    content: "Order Number:";
  }

  .fb-resTable__OrderHistory td:nth-of-type(2):before {
    content: "Date:";
  }

  .fb-resTable__OrderHistory td:nth-of-type(3):before {
    content: "Ship To:";
  }

  .fb-resTable__OrderHistory td:nth-of-type(4):before {
    content: "Order Total:";
  }

  .fb-resTable__OrderHistory td:nth-of-type(5):before {
    content: "Status";
  }

  .fb-resTable__OrderHistory td:nth-of-type(6):before {
    content: "Action:";
  }

  .fb-resTable__viewOrder td:nth-of-type(1):before {
    content: "";
  }

  .fb-resTable__viewOrder td:nth-of-type(2):before {
    content: "PRICE:";
  }

  .fb-resTable__viewOrder td:nth-of-type(3):before {
    content: "QTY:";
  }

  .fb-resTable__viewOrder td:nth-of-type(4):before {
    content: "SUBTOTAL:";
  }

  .fb-resTable__viewOrder tfoot th {
    border: none;
    text-align: left !important;
    background: none;
  }

  .fb-resTable__viewOrder tfoot td {
    text-align: right !important;
  }

  .fb-resTable__viewOrder tfoot tr,
  .fb-resTable__viewOrder tfoot td {
    padding: 0px;
    border: none;
  }

  .fb-resTable__viewOrder tfoot tr {
    display: flex;
  }

  .fb-resTable__viewOrder tfoot td,
  .fb-resTable__viewOrder tfoot th {
    width: 50%;
    padding: 15px 17px;
    text-align: right;
  }

  .fb-resTable__viewOrder tfoot th {
    text-align: left !important;
  }

  .fb-resTable__viewOrder tfoot .grand-total {
    overflow: hidden;
  }

  .fb-resTable__viewOrder tfoot .grand-total th:before,
  .fb-resTable__viewOrder tfoot .grand-total td:before {
    max-width: 100% !important;
    left: 0;
  }

  .fb-resTable__viewOrder tfoot .grand-total td {
    padding-bottom: 0;
  }

  .fb-resTable__price {
    margin-top: -20px;
  }
}

@media (max-width: 767px) {
  .fb-orderInfo {
    flex-direction: column;
    margin: 16px 0 0;
  }

  .fb-orderInfo__box {
    width: 100%;
    padding: 0 0;
    margin-bottom: 24px;
  }

  .fb-orderInfo__box:last-child {
    margin-bottom: 0;
  }
}

.fb-resTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}

.fb-resTable th {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 17px 15px;
  text-transform: uppercase;
  color: #848799;
  vertical-align: top;
  font-size: 10px;
}

.fb-resTable td {
  padding: 20px 15px 0;
  font-size: 10px;
  font-weight: 600;
  vertical-align: top;
}

.fb-resTable thead th:first-child {
  padding-left: 0;
}

.fb-resTable tbody td:first-child {
  padding-left: 0;
}

.fb-resTable__action {
  display: flex;
}

.fb-resTable__action-link {
  font-size: 11px;
  color: #2c3c8b;
  font-weight: 600;
  border-left: 1px solid #ededed;
  padding-left: 10px;
  margin-left: 10px;
  transition: all 0.5s ease;
}

.fb-resTable__action-link:first-child {
  margin: 0;
  padding: 0;
  border: none;
}

.fb-resTable__action-link:hover {
  color: #eb2028;
}

.fb-resTable__order {
  text-align: right;
}

@media (max-width: 767px) {

  .fb-resTable table,
  .fb-resTable thead,
  .fb-resTable tbody,
  .fb-resTable th,
  .fb-resTable td,
  .fb-resTable tr {
    display: block;
  }

  .fb-resTable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .fb-resTable tr {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
  }

  .fb-resTable tr:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0px;
  }

  .fb-resTable td {
    border: none;
    border-bottom: 0px solid #eee;
    position: relative;
    padding: 7px 0 7px 140px;
    text-align: left !important;
    font-weight: 600;
    color: #848799;
    vertical-align: top;
  }

  .fb-resTable td:before {
    position: absolute;
    top: 7px;
    left: 6px;
    padding-right: 10px;
    white-space: nowrap;
    color: #454545;
    font-weight: 700;
  }

  .fb-resTable.fb-resTable__viewOrder td:before {
    left: 62px;
  }

  thead th:first-child {
    padding-left: 140px !important;
  }

  tbody td:first-child {
    padding-left: 140px !important;
  }
}

.fb-favorites__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.fb-favorites__head--sub {
  font-size: 14px;
  margin-bottom: 16px;
}

.fb-favorites--edit {
  display: flex !important;
  justify-content: flex-start;
}

.fb-favorites--edit-icon {
  width: 18px;
  height: 18px;
  margin: auto 0;
  margin-left: 8px;
}

.fb-favorites--edit-icon img {
  width: 100%;
  height: 100%;
}

.fb-favorites--edit-icon svg {
  display: block;
}

.fb-favorites .fb-title-head {
  padding-bottom: 0;
}

.fb-favorites .fb-product-tile-btn--red {
  width: auto;
  padding: 14px 18px 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 0;
}

.fb-favorites__table-desc {
  font-weight: 500;
  margin-top: 4px;
}

.fb-favorites .fb-carttable {
  border: 0;
}

.fb-favorites .fb-carttable__outer {
  padding: 0;
}

.fb-favorites .fb-carttable__head {
  padding: 16px 0;
}

.fb-favorites .fb-carttable__head--check .fb-carttable__headitem {
  width: 18%;
  margin: 0 8px;
}

.fb-favorites .fb-carttable__head--check .fb-carttable__headitem.product {
  width: 51%;
  margin: 0;
  margin-right: 8px;
}

.fb-favorites .fb-carttable__head--check .fb-carttable__headitem a {
  color: #2c3c8b;
  font-size: 12px;
}

.fb-favorites .fb-carttable__head--check .fb-carttable__headitem a:hover {
  color: #c31920;
}

.fb-favorites .fb-carttable__headitem.blank {
  width: 0;
}

.fb-favorites .fb-input-checkbox-wrap {
  margin-right: 24px;
}

.fb-favorites__btnwrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-top: 1px solid #c1c3c9;
}

.fb-favorites__btnwrap .fb-product-tile-btn {
  width: 25%;
}

.fb-favorites__btnwrap .fb-product-tile-btn.disabled {
  pointer-events: none !important;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .fb-favorites__table td:nth-of-type(1):before {
    content: "Name & Description";
  }

  .fb-favorites__table td:nth-of-type(2):before {
    content: "Items";
  }

  .fb-favorites__table td:nth-of-type(3):before {
    content: "Latest Activity";
  }

  .fb-favorites__table td:nth-of-type(4):before {
    content: "Action";
  }

  .fb-favorites .fb-carttable__head--check {
    display: flex;
    flex-wrap: wrap;
  }

  .fb-favorites .fb-carttable__head--check .fb-carttable__headitem {
    width: 44%;
    margin: 0px;
    margin-bottom: 8px;
  }

  .fb-favorites .fb-carttable__head--check .fb-carttable__headitem.product {
    order: 4;
  }

  .fb-favorites .fb-carttable__itemwrap {
    width: 70%;
  }

  .fb-favorites .fb-input-checkbox-wrap {
    margin-right: 8px;
  }

  .fb-favorites .fb-carttable__itemcnt.logo {
    width: 15%;
  }

  .fb-favorites__btnwrap {
    flex-direction: column;
  }

  .fb-favorites__btnwrap .fb-product-tile-btn {
    width: 100%;
    margin-bottom: 16px;
  }
}

.fb-Ai .fb-input__box {
  margin-bottom: 16px;
  max-width: 340px;
}

.fb-Ai__surprise {
  font-size: 10px;
  font-weight: 500;
  color: #a7aabe;
  margin-bottom: 16px;
  margin-top: 8px;
}

.fb-Ai .fb-input-checkbox-wrap {
  margin-bottom: 16px;
}

.fb-Ai .fb-product-tile-btn {
  width: auto;
  padding: 14px 18px 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.fb-Ai .fb-message {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .fb-Ai .fb-input__box {
    flex-direction: column;
  }

  .fb-Ai .fb-input__box .fb-input {
    margin-left: 0 !important;
  }

  .fb-Ai .fb-input__scnd {
    margin-top: 16px;
  }
}

.fb-page-wrapper {
  background-color: #fcfcff;
  min-height: calc(100vh - 50px);
}

.fb-page-wrapper__cnt {
  margin-top: 16px;
}

.fb-page-wrapper__title {
  font-size: 28px;
  font-weight: 700;
  color: #3b4780;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.fb-page-wrapper__title--left {
  justify-content: flex-start;
}

@media (max-width: 1023px) {
  .fb-page-wrapper {
    min-height: calc(50vh - 50px);
  }
}

.fb-comparison__outer {
  overflow-x: scroll;
}

.fb-comparison__tileouter {
  display: flex;
  align-items: center;
  padding: 32px 0;
  margin: 0 -8px;
}

.fb-comparison__tileouter .fb-product-tile {
  width: calc(25% - 16px);
  min-width: 268px;
  margin: 0 8px;
}

.fb-comparison__table {
  display: block;
  margin-bottom: 32px;
}

.fb-comparison__table-row {
  display: inline-block;
  border: 1px solid #d9d9d9;
}

.fb-comparison__table-row:last-child {
  border-bottom: 1px solid #d9d9d9;
}

.fb-comparison__table-items {
  display: inline-flex;
}

.fb-comparison__table-head {
  background-color: #f7f8fc;
  padding: 16px;
  color: #51535d;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #d9d9d9;
}

.fb-comparison__table-body {
  width: calc(25% - 16px);
  min-width: 285px;
  max-width: 285px;
  padding: 24px 16px;
  font-size: 14px;
}

.fb-comparison__table-list {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
}

.fb-comparison__table-list li {
  position: relative;
}

.fb-comparison__table-list li::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #848799;
  border-radius: 50%;
  left: -14px;
  top: 8px;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .fb-comparison__tileouter .fb-product-tile {
    min-width: 200px;
  }

  .fb-comparison__table-body {
    min-width: 215px;
  }
}

.fb-prdct-lstng__secout {
  display: flex;
  width: 100%;
}

.fb-prdct-lstng__pagination {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}

.fb-prdct-lstng__pagination input {
  position: relative;
  margin: 0 6px;
  border-radius: 5px;
  font-weight: 600;
  border: 1px solid #dadce3;
  padding: 8px 16px;
  color: #a7aabe;
  width: 40px;
  font-size: 13px;
  background-color: #fff;
}

.fb-prdct-lstng__pagination input:hover {
  background-color: #eb2028;
  border: 1px solid #eb2028;
  color: #fff;
  text-decoration: none;
}

.fb-prdct-lstng__pagination .aspNetDisabled.active {
  background-color: #f0f1f5;
  border: 0;
  pointer-events: none;
}

.fb-prdct-lstng__pagination #ctl17_btnNext {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.61 21.82'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23848799;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_3' data-name='Layer 3'%3E%3Cpolygon class='cls-1' points='12.61 10.91 1.4 0 0 1.43 9.75 10.91 0.05 20.39 1.45 21.82 12.61 10.91'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20%;
  width: 40px;
}

.fb-prdct-lstng__pagination #ctl17_btnNext:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.61 21.82'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_3' data-name='Layer 3'%3E%3Cpolygon class='cls-1' points='12.61 10.91 1.4 0 0 1.43 9.75 10.91 0.05 20.39 1.45 21.82 12.61 10.91'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.fb-prdct-lstng__pagination #ctl17_btnPrev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.61 21.82'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23848799;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_3' data-name='Layer 3'%3E%3Cpolygon class='cls-1' points='0 10.91 11.22 0 12.61 1.43 2.87 10.91 12.56 20.39 11.17 21.82 0 10.91'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20%;
  width: 40px;
}

.fb-prdct-lstng__pagination #ctl17_btnPrev:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.61 21.82'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_3' data-name='Layer 3'%3E%3Cpolygon class='cls-1' points='0 10.91 11.22 0 12.61 1.43 2.87 10.91 12.56 20.39 11.17 21.82 0 10.91'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.fb-prdct-lstng .fb-sidebar {
  width: 100%;
  max-width: 300px;
  padding-right: 24px;
}

.fb-prdct-lstng .fb-prdct-list-outer {
  flex: 1;
}

.fb-prdct-lstng .fb-prdct-list-outer__head {
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.fb-prdct-lstng .fb-prdct-list-outer__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.fb-prdct-lstng .fb-prdct-list-outer__grid .fb-product-tile {
  display: flex;
  flex-direction: column;
  width: calc(25% - 16px);
  margin: 0 8px;
}

.fb-prdct-lstng .fb-prdct-list-outer__filter {
  display: flex;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fb-prdct-list-outer__grid .fb-product-tile {
    width: calc(25% - 16px) !important;
  }
}

@media (max-width: 1023px) {
  .fb-prdct-lstng .fb-sidebar {
    display: none;
  }

  .fb-prdct-lstng .fb-title-head {
    width: 100%;
  }

  .fb-prdct-lstng .fb-prdct-list-outer__view {
    display: none;
  }

  .fb-prdct-lstng .fb-prdct-list-outer__filter {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .fb-prdct-lstng .fb-prdct-list-outer__grid .fb-product-tile {
    width: calc(50% - 16px);
  }
}

.fb-faq__head-body {
  font-size: 12px;
  color: #848799;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.3px;
  padding-bottom: 24px;
}

.fb-faq__body {
  font-size: 12px;
  color: #848799;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.3px;
}

.fb-pages {
  padding: 0 0 40px 0;
}

.fb-pages__faq {
  padding: 0 0 40px 0;
}

.fb-pages__faq .fb-sbar {
  padding: 0 0 15px;
}

.fb-pages__faq .fb-sbar .fb-sbar__nav .fb-sbar__nav-item:first-child .fb-sbar__nav-link {
  padding: 24px 20px !important;
  color: #51535d;
  font-weight: 700;
  line-height: 20px;
  font-size: 17px;
}

.fb-pages__faq .fb-faq-ac {
  margin-bottom: -30px;
}

.fb-pages__faq .fb-faq-ac .accordion-item {
  margin: 0px -30px;
}

.fb-pages__faq-head {
  width: 35.5%;
  margin: 0 auto 32px auto;
}

.fb-pages__faq-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fb-pages__faq-items {
  width: 49%;
  border-radius: 5px;
  border: 1px solid #ededed;
  background: #fff;
  margin-bottom: 24px;
}

.fb-pages__faq-items:first-child {
  border: 1px solid #ededed;
}

.fb-pages__faq-items-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.fb-pages__faq-items-head h2 {
  color: #51535d;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
}

.fb-pages__faq-items-head .fb-product-tile-btn {
  width: auto;
  padding: 14px 18px 10px;
}

.fb-pages__faq-items .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.fb-pages__faq-items .accordion-button:hover {
  background-color: #f7f8fc !important;
  transition: 0.3s;
}

.fb-pages__faq-items .accordion-button:not(.collapsed) {
  background-color: #f7f8fc !important;
  box-shadow: none;
}

.fb-pages__faq-items .accordion-button {
  color: #6e7080;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
  padding: 24px 30px;
}

.fb-pages__faq-items .accordion-button::after {
  background-image: url(/assets/images/accordion-up.svg) !important;
  width: 15px;
  background-size: 15px;
  height: 15px;
}

.fb-pages__faq-items .accordion-button:not(.collapsed)::after {
  background-image: url(/assets/images/accordion-up.svg) !important;
}

@media (min-width: 992px) {
  .fb-pages__faq .fb-my-ac__sidebarmain {
    order: 1;
  }

  .fb-pages__faq .fb-my-ac__maincolum {
    order: 2;
  }
}

@media (max-width: 991.98px) {
  .fb-pages__faq .fb-my-ac__sidebarmain {
    order: 2;
  }

  .fb-pages__faq .fb-my-ac__maincolum {
    order: 1;
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .fb-pages__faq-wrap {
    flex-direction: column;
  }

  .fb-pages__faq-items {
    width: 100%;
  }
}

.fb-recipe__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 600px;
  padding: 42px 0;
  margin: 0 auto;
}

.fb-recipe__title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 24px;
  color: rgb(59, 71, 128);
}

.fb-recipe__desc {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  color: rgb(110, 112, 129);
}

.fb-recipe__chef-card {
  width: 280px;
  margin: 32px 0 0 0;
  transition: 0.3s;
}

.fb-recipe__chef-card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fb-recipe__chef-card:hover {
  transition: 0.3s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.fb-recipe__body {
  text-align: center;
  padding: 24px 0 40px;
}

.fb-recipe__body .fb-product-tile-btn {
  display: inline-flex;
  font-size: 14px;
  line-height: 13px;
  width: auto;
  padding: 14px 18px;
  margin-top: 24px;
}

.fb-recipe__filters .fb-select {
  min-width: 180px;
  padding: 12px 8px;
  margin: 12px 12px 0 12px;
}

.fb-recipe__sub-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  color: rgb(59, 71, 128);
}

.fb-recipe__recipe-grid {
  margin-top: 24px;
}

.fb-recipe__recipe-grid img {
  width: 100%;
}

.fb-recipe .fb-featured {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .fb-recipe__title {
    font-size: 32px;
  }
}

.fb-faq-general {
  margin-bottom: 16px;
  background-color: #ffffff;
  border: 1px solid #ededed;
}

.fb-faq-general__block1 {
  padding: 32px 24px 24px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
}

.fb-faq-general__general {
  color: #51535d;
  font-weight: 700;
  font-size: 18px;
}

.fb-faq-general__cta {
  width: 100px;
}

.fb-faq-general .fb-product-tile-btn {
  font-weight: 600;
}

.fb-recipes__main {
  display: flex;
}

.fb-recipes__media {
  width: 45%;
}

.fb-recipes__media img {
  width: 100%;
}

.fb-recipes-info {
  width: 55%;
  padding-left: 32px;
}

.fb-recipes-info .fb-title-head {
  text-align: left;
  margin-bottom: 16px;
  padding-bottom: 0;
}

.fb-recipes-info__atributs {
  display: flex;
  font-size: 11px;
  margin-bottom: 16px;
}

.fb-recipes-info__atributs-weight {
  padding-left: 0 !important;
}

.fb-recipes-info__atributs-people,
.fb-recipes-info__atributs-time {
  padding: 0 16px;
  display: flex;
  align-self: center;
  align-items: center;
  border-left: 1px solid #dadce3;
}

.fb-recipes-info__atributs-people a,
.fb-recipes-info__atributs-time a {
  display: flex;
}

.fb-recipes-info__atributs-writer {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  position: relative;
}

.fb-recipes-info__atributs-writer img {
  border-radius: 50%;
  width: 100%;
}

.fb-recipes-info__atributs-writer:hover {
  border-radius: 10%;
}

.fb-recipes-info__atributs-writer:hover .fb-tooltip__wrap {
  visibility: visible;
  left: 45%;
  top: 34px;
}

.fb-recipes-info__atributs-writer:hover .fb-tooltip__wrap .fb-tooltip__body {
  width: 240px;
}

.fb-recipes-info__atributs-icn {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  display: flex;
}

.fb-recipes-info__atributs-icn img {
  width: 100%;
}

.fb-recipes-info__atributs-icn svg {
  width: 100%;
  fill: #c1c3c9;
}

.fb-recipes-info__atributs span {
  padding-top: 5px;
}

.fb-recipes-info__shotD p {
  color: #6e7080;
  font-weight: 400;
  line-height: 20px;
  font-size: 12px;
  letter-spacing: 0.3px;
}

.fb-recipes-info__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.fb-recipes-info__bottom-lft {
  display: flex;
  align-items: center;
}

.fb-recipes-info__share {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.fb-recipes-info__share .fb-footer__icons {
  width: 25px;
  height: 25px;
  transition: 0s;
  border: 1px solid #c1c3c9;
  margin: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fb-recipes-info__share .fb-footer__icons svg {
  fill: #c1c3c9;
}

.fb-recipes-info__share span {
  color: #848799;
  font-weight: 500;
  line-height: 14px;
  font-size: 11px;
  padding-top: 3px;
}

.fb-recipes-info__print {
  display: flex;
  flex: none;
  align-items: center;
}

.fb-recipes-info__print a {
  color: #3b4780;
  font-weight: 600;
  line-height: 30px;
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
}

.fb-recipes-info__print a:hover {
  color: #eb2028;
}

.fb-recipes-info__print a:hover svg {
  fill: #eb2028;
}

.fb-recipes-info__print svg {
  width: 15px;
  margin-right: 5px;
  fill: #3B4780;
}

.fb-recipes-info .fb-product-tile-btn {
  margin-right: 32px;
  padding: 14px 18px 10px 18px;
  font-weight: 600;
  width: auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fb-recipes__main {
    flex-direction: column;
    align-items: center;
  }

  .fb-recipes__media {
    width: 70%;
  }

  .fb-recipes-info {
    width: 100%;
    padding: 16px 0;
  }
}

@media (max-width: 767px) {
  .fb-recipes__main {
    display: flex;
    flex-direction: column;
  }

  .fb-recipes__media {
    width: 100%;
    justify-content: center;
    display: flex;
    margin-bottom: 32px;
  }

  .fb-recipes__media img {
    width: auto;
  }

  .fb-recipes-info {
    width: 100%;
    padding-left: 0;
  }

  .fb-recipes-info__atributs-writer:hover .fb-tooltip__wrap {
    left: 5px !important;
    top: 34px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .fb-recipes-info__atributs-writer:hover .fb-tooltip__wrap:after {
    left: 5px !important;
  }
}

@media only screen and (max-width: 460px) {
  .fb-recipes-info__bottom {
    flex-wrap: wrap;
  }

  .fb-recipes-info .fb-product-tile-btn {
    width: 100%;
    margin-right: 0;
  }

  .fb-recipes__media img {
    width: 100%;
  }
}

.fb-gift-detail {
  padding: 16px 0 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fb-gift-detail__card-icon {
  width: 425px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-bottom: 16px;
}

.fb-gift-detail__card-icon img {
  width: 100%;
  height: 100%;
}

.fb-gift-detail .fb-storecredit__body {
  max-width: 580px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 32px;
}

.fb-gift-detail .fb-storecredit__body {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #6e7080;
  line-height: 20px;
}

.fb-gift-detail__cta-out {
  display: flex;
  justify-content: center;
}

.fb-gift-detail__cta {
  min-width: 220px;
  width: auto;
  margin-right: 16px;
}

.fb-gift-detail__cta a {
  font-weight: 600;
}

.fb-gift-detail .fb-title-head {
  font-size: 28px;
}

@media (max-width: 767px) {
  .fb-gift-detail {
    padding: 8px 0;
  }

  .fb-gift-detail__card-icon {
    width: 100%;
  }

  .fb-gift-detail .fb-title-head {
    font-size: 20px !important;
  }

  .fb-gift-detail__cta {
    width: 100%;
    margin-right: 0 !important;
  }

  .fb-gift-detail__cta-out {
    display: block;
  }
}

.fb-mailed-gift {
  display: flex;
  margin: 0 -16px;
  padding: 8px 0 40px 0;
  align-items: center;
}

.fb-mailed-gift__inner {
  width: calc(50% - 32px);
  margin: 0 16px;
}

.fb-mailed-gift__input-out {
  display: flex;
}

.fb-mailed-gift__fade-txt {
  font-size: 12px;
  color: #a7aabe;
  font-weight: 600;
}

.fb-mailed-gift .fb-title-head {
  text-align: left;
}

.fb-mailed-gift .fb-product-info__atributs-stock {
  padding: 0 16px 0 0;
}

.fb-mailed-gift .fb-product-info__atributs-link {
  color: #51535d;
}

.fb-mailed-gift .fb-input {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  margin-left: 0;
  padding-bottom: 24px;
  margin-right: 16px;
}

.fb-mailed-gift .fb-input label {
  padding-bottom: 4px;
}

.fb-mailed-gift .fb-input select {
  width: 50%;
  width: 236px;
}

.fb-mailed-gift .fb-input em {
  color: #eb2028;
}

.fb-mailed-gift .fb-input__text {
  height: 35px;
  padding: 10px 16px;
}

.fb-mailed-gift .fb-input__text--msg {
  height: 80px;
}

.fb-mailed-gift .fb-select {
  padding: 10px 24px 10px 4px;
}

.fb-mailed-gift .fb-select {
  padding: 10px 24px 10px 8px;
}

.fb-mailed-gift .fb-product-info__tocart-label {
  left: 6px;
  top: 13px;
}

.fb-mailed-gift .fb-product-info__bottom-link:first-child {
  margin-left: 10px;
  margin-right: 0;
}

.fb-mailed-gift .fb-product-info__tocart-qty option {
  text-align: center;
}

@media (max-width: 1023px) {
  .fb-mailed-gift {
    margin: 0;
    display: block;
  }

  .fb-mailed-gift__inner {
    width: 100%;
    margin: 0;
  }

  .fb-mailed-gift .fb-input select {
    width: 100%;
  }

  .fb-mailed-gift__input-out {
    display: block;
  }

  .fb-newslettier__form-inpwrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .fb-newslettier__form input {
    text-align: center;
  }
}

.fb-aboutus {
  width: 100%;
}

.fb-aboutus__outer {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.fb-aboutus__outer .fb-title-head {
  font-size: 28px;
}

.fb-aboutus__outer .fb-title-head--sub {
  text-align: left;
  font-size: 20px;
  color: #51535d;
}

.fb-aboutus__cont {
  font-size: 12px;
  line-height: 1.5;
  color: #6e7080;
  padding-bottom: 24px;
}

.fb-aboutus__img {
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 24px;
}

.fb-aboutus__img img {
  width: 100%;
  height: auto;
}

.fb-aboutus__img-flex {
  display: flex;
  margin: -8px;
}

.fb-aboutus__img-flex .fb-aboutus__img {
  margin: 8px;
}

@media (max-width: 767px) {
  .fb-aboutus__outer {
    padding-bottom: 24px;
  }

  .fb-aboutus__img-flex {
    display: block;
    margin: 0;
  }

  .fb-aboutus__img-flex .fb-aboutus__img {
    margin: 0;
  }
}

.fb-privacy {
  width: 100%;
}

.fb-privacy__outer {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.fb-privacy__outer .fb-page-wrapper__title--left {
  font-size: 25px;
}

.fb-privacy__outer .fb-title-head {
  font-size: 20px;
  color: #51535d;
  text-align: left;
}

.fb-privacy__cont {
  font-size: 12px;
  line-height: 1.5;
  color: #6e7080;
  padding-bottom: 24px;
}

.fb-privacy__cont span {
  font-weight: bold;
}

.fb-privacy__cont--bottom {
  padding-bottom: 0;
}

.fb-privacy__list-alpha,
.fb-privacy__list-num {
  margin-left: 16px;
  padding-bottom: 24px;
}

.fb-privacy__list-alpha li,
.fb-privacy__list-num li {
  list-style: lower-alpha;
  font-size: 12px;
  color: #6e7080;
}

.fb-privacy__list-num {
  padding-bottom: 0;
}

.fb-privacy__list-num li {
  list-style: numbers;
}

@media (max-width: 767px) {
  .fb-privacy__outer {
    padding-bottom: 24px;
  }

  .fb-privacy__outer .fb-page-wrapper__title--left {
    font-size: 20px;
  }
}

.fb-beour-vip {
  margin-bottom: 50px;
}

.fb-beour-vip .fb-title-head {
  font-size: 42px !important;
  text-align: left !important;
}

.fb-beour-vip__subhead {
  color: #3b4780;
  font-weight: 600;
  font-size: 25px;
  margin-top: 0;
}

.fb-beour-vip__list {
  margin-left: 20px;
  margin-bottom: 20px;
}

.fb-beour-vip__list ul {
  list-style: inside;
}

.fb-beour-vip__list ul li {
  font-size: 13px;
  margin-top: 16px;
  font-weight: 450;
  color: #6e7080;
}

.fb-beour-vip__paragraph {
  font-size: 13px;
  font-weight: 450;
  color: #6e7080;
}

.fb-beour-vip__paragraph p {
  margin-bottom: 25px;
}

.fb-beour-vip__paragraph p b {
  font-weight: 700;
}

.fb-beour-vip__paragraph p a {
  color: #2c3c8b;
  transition: 0.2s;
}

.fb-beour-vip__paragraph p a:hover {
  color: #eb2028;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .fb-beour-vip {
    margin-bottom: 40px;
  }

  .fb-beour-vip .fb-title-head {
    font-size: 32px !important;
  }

  .fb-beour-vip__subhead {
    font-size: 17px;
  }

  .fb-beour-vip__list {
    margin-left: 16px;
  }

  .fb-beour-vip__list ul li {
    font-size: 12px;
  }

  .fb-beour-vip__paragraph {
    font-size: 13px;
  }
}

.fb-termsandcondition {
  margin-bottom: 40px;
}

.fb-termsandcondition__wrapper {
  max-width: 820px;
  margin: 0 auto;
}

.fb-termsandcondition .fb-title-head {
  font-size: 42px !important;
  text-align: left !important;
}

.fb-termsandcondition__subhead {
  color: #51535d;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 23px;
}

.fb-termsandcondition__tinyhead {
  font-weight: 700;
  font-size: 12px;
  color: #6e7080;
  margin-bottom: 20px;
}

.fb-termsandcondition__paragraph {
  font-weight: 450;
  color: #6e7080;
}

.fb-termsandcondition__paragraph p {
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 1.5;
}

.fb-termsandcondition__paragraph a {
  text-decoration: none;
  color: #2c3c8b;
}

.fb-termsandcondition__paragraph a:hover {
  color: #eb2028;
  transition: 0.2s;
}

.fb-termsandcondition__paragraph span {
  color: #eb2028;
}

.fb-termsandcondition__norder {
  font-weight: 450;
  color: #6e7080;
  margin-top: 20px;
}

.fb-termsandcondition__norder p {
  font-size: 12px;
  margin-bottom: 8px;
}

.fb-termsandcondition__norder p a {
  text-decoration: none;
  color: #2c3c8b;
}

.fb-termsandcondition__norder p a:hover {
  color: #eb2028;
}

.fb-termsandcondition__norder ul li {
  font-size: 12px;
  margin-bottom: 8px;
}

.fb-termsandcondition__list {
  margin-left: 20px;
  margin-bottom: 20px;
}

.fb-termsandcondition__list ol li {
  list-style: lower-latin;
  font-size: 13px;
  margin-top: 16px;
  font-weight: 450;
  color: #6e7080;
}

.fb-login-page .fb-page-wrapper__title {
  font-size: 20px;
  color: #51535d;
}

.fb-login-page__outer {
  width: 50%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 32px 24px;
}

.fb-login-page__wrap {
  display: flex;
  margin: 0 -16px;
}

.fb-login-page__left,
.fb-login-page__right {
  width: calc(50% - 32px);
  margin: 0 16px;
  position: relative;
}

.fb-login-page__left::after,
.fb-login-page__right::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: -16px;
  top: 0;
  background-color: #ededed;
}

.fb-login-page__left:last-child::after,
.fb-login-page__right:last-child::after {
  content: none;
}

.fb-login-page .fb-login_popup__social {
  padding-top: 0;
}

.fb-login-page .fb-login_popup__form form {
  border-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fb-login-page__outer {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .fb-login-page .fb-page-wrapper__title {
    font-size: 18px;
  }

  .fb-login-page__outer {
    width: 100%;
  }

  .fb-login-page__wrap {
    flex-direction: column;
    margin: 0 -16px;
  }

  .fb-login-page__left,
  .fb-login-page__right {
    width: calc(100% - 32px);
  }

  .fb-login-page__left::after,
  .fb-login-page__right::after {
    content: none;
  }

  .fb-login-page .fb-login_popup__social {
    padding-top: 0;
  }
}

.fb-register__outer {
  width: 50%;
  margin: 0 auto;
  border: 1px solid #ededed;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 32px;
}

.fb-register__outer .fb-page-wrapper__title {
  font-size: 20px;
  color: #51535d;
}

.fb-register__outer .fb-login_popup__btn {
  margin-bottom: 16px;
}

.fb-register__name-wrap {
  display: flex;
  margin: 0 -8px;
}

.fb-register__name {
  margin: 8px;
}

.fb-register__label {
  font-size: 12px;
  color: #6e7080;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 8px;
}

.fb-register__label span {
  font-size: 10px;
  color: #a7aabe;
}

.fb-register__label-outer {
  width: 100%;
  padding: 8px 0;
  position: relative;
}

.fb-register__pass-icon {
  position: absolute;
  content: "";
  width: 18px;
  height: auto;
  top: 50px;
  right: 12px;
}

.fb-register__small-txt {
  font-size: 10px;
  color: #a7aabe;
  padding-bottom: 16px;
}

@media (max-width: 767px) {
  .fb-register__outer {
    width: 100%;
    padding: 16px;
  }
}

.fb-contact {
  display: flex;
  justify-content: center;
  padding-bottom: 24px;
  margin: 0 -16px;
}

.fb-contact__form {
  width: calc(35% - 32px);
  margin: 0 16px;
  border: 1px solid #ededed;
  padding: 24px;
  border-radius: 5px;
}

.fb-contact__right-mod {
  width: calc(35% - 32px);
  margin: 0 16px;
  padding-top: 16px;
}

.fb-contact .fb-title-head {
  text-align: center;
  color: #51535d;
  padding-bottom: 24px;
  font-size: 20px;
}

.fb-contact .fb-input {
  padding-bottom: 16px;
  margin: 0;
}

.fb-contact .fb-input label {
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 4px;
  color: #6e7080;
}

.fb-contact .fb-input label em {
  color: #eb2028;
}

.fb-contact .fb-input textarea {
  height: 80px;
}

.fb-contact__text {
  font-size: 12px;
  color: #848799;
  font-weight: 500;
  padding-bottom: 16px;
}

.fb-contact__list {
  padding: 0 0 24px 16px;
}

.fb-contact__list li {
  font-size: 12px;
  color: #848799;
  font-weight: 500;
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
}

.fb-contact__list li::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #848799;
  border-radius: 50%;
  left: 0;
  top: 26%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fb-contact__form {
    width: calc(50% - 32px);
  }

  .fb-contact__right-mod {
    width: calc(50% - 32px);
  }
}

@media (max-width: 767px) {
  .fb-contact {
    display: block;
    margin: 0;
  }

  .fb-contact__form {
    width: 100%;
    margin: 0;
    padding: 16px;
  }

  .fb-contact__right-mod {
    width: 100%;
    margin: 0;
    padding-top: 24px;
  }

  .fb-contact .fb-title-head {
    font-size: 18px;
  }
}

.fb-forgot-page .fb-login-page__outer {
  width: 35%;
}

.fb-forgot-page .fb-login-page__left {
  width: calc(100% - 32px);
}

.fb-forgot-page .fb-page-wrapper__title-sub {
  text-align: center;
  font-size: 12px;
  margin-bottom: 16px;
}

.fb-forgot-page .fb-input label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
}

.fb-forgot-page .fb-input label em {
  color: #eb2028;
}

@media (max-width: 767px) {
  .fb-forgot-page .fb-login-page__outer {
    width: 100%;
  }
}

.fb-review {
  background-color: #fff;
}

.fb-review .fb-review__cnt {
  margin-bottom: 24px;
}

.fb-review .fb-product-d__inner:last-child {
  width: calc(65% - 58px);
}

.fb-review .fb-input label {
  font-size: 14px;
  margin-bottom: 8px;
}

.fb-review .fb-input label em {
  color: #eb2028;
}

.fb-review .fb-input img {
  display: block;
  width: 120px;
}

.fb-review .fb-input textarea {
  height: 100px;
}

.fb-review .fb-product-tile-btn {
  margin-top: 24px;
  width: auto !important;
}

.fb-review__excellent {
  color: #6e7080;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 8px;
}

.fb-review__description {
  color: #6e7080;
  font-weight: 500;
  font-size: 12px;
  padding-bottom: 8px;
}

.fb-review__date {
  color: #a7aabe;
  font-style: normal;
  font-size: 11px;
}

.fb-review__date span {
  color: #6e7080;
  font-style: normal;
  font-weight: 600;
}

.fb-review__rate {
  width: 60px;
  height: auto;
  padding-bottom: 8px;
}

.fb-review__rate img {
  width: 100%;
  height: 100%;
}

.fb-review__line {
  border-bottom: 1px solid #ededed;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .fb-product-d__outer {
    display: flex;
    flex-direction: column-reverse;
  }

  .fb-product-d__inner {
    margin-bottom: 24px;
  }

  .fb-product-d__heading {
    margin-bottom: 16px;
  }
}

.fb-ingrds-method {
  color: rgb(110, 112, 128);
  background-color: rgb(247, 247, 252);
  padding: 42px 0;
}

.fb-ingrds-method__in {
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  line-height: 1.4;
}

.fb-ingrds-method__recipe-table {
  width: 300px;
}

.fb-ingrds-method__recipe-table ul li {
  position: relative;
  font-size: 11px;
  font-weight: 500;
  padding-left: 16px;
  margin-bottom: 14px;
}

.fb-ingrds-method__recipe-table ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgb(235, 32, 40);
}

.fb-ingrds-method__recipe-table ul li a {
  font-weight: 600;
  color: rgb(44, 60, 139);
  transition: color 300ms ease;
}

.fb-ingrds-method__recipe-table ul li a:hover {
  color: rgb(235, 32, 40);
}

.fb-ingrds-method__recipe-table .fb-product-tile-btn {
  width: auto;
  font-weight: 600;
  line-height: 1;
  padding: 12px 16px;
}

.fb-ingrds-method__method-table {
  flex: 1;
}

.fb-ingrds-method__method-table ol li {
  list-style: decimal;
  font-weight: 500;
  margin-left: 16px;
  margin-bottom: 14px;
}

.fb-ingrds-method__table-head {
  font-size: 18px;
  font-weight: 700;
  color: rgb(81, 83, 93);
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .fb-ingrds-method__in {
    flex-direction: column;
  }

  .fb-ingrds-method__recipe-table {
    width: 100%;
    margin-bottom: 24px;
  }
}

.fb-checkout-recipes .fb-checkout-recipes-tile {
  padding: 24px;
  background-color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  display: block;
  transition: 0.3s;
  width: 100%;
}

.fb-checkout-recipes .fb-checkout-recipes-tile__img {
  height: 235px;
  border-radius: 5px;
  margin-bottom: 16px;
  overflow: hidden;
  display: flex;
}

.fb-checkout-recipes .fb-checkout-recipes-tile__img img {
  width: 100%;
  height: 100%;
}

.fb-checkout-recipes .fb-checkout-recipes-tile__desc .fb-title-head {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 16px;
}

.fb-checkout-recipes .fb-checkout-recipes-tile__sub-desc {
  display: flex;
}

.fb-checkout-recipes .fb-checkout-recipes-tile__cooking {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fb-checkout-recipes .fb-checkout-recipes-tile__cooking p {
  color: #848799;
  font-size: 11px;
  font-weight: 400;
  font-family: "Spartan";
  font-style: normal;
}

.fb-checkout-recipes .fb-checkout-recipes-tile__cooking p::after {
  color: #848799;
  font-family: "Spartan";
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
}

.fb-checkout-recipes .fb-checkout-recipes-tile__vertical {
  border-left: 1px solid #848799;
  height: 16px;
  margin: 16px auto;
}

.fb-checkout-recipes .fb-checkout-recipes-tile__icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.fb-checkout-recipes .fb-checkout-recipes-tile__icon img {
  width: 100%;
  height: 100%;
}

.fb-checkout-recipes .fb-checkout-recipes-tile:hover {
  box-shadow: 0 5px 20px #c8cde3;
  transition: 0.3s;
}

.fb-checkout-recipes .slick-dots {
  bottom: -38px !important;
}

.fb-checkout-recipes-slick div {
  margin: 8px;
}

.fb-checkout-recipes .slick-prev,
.fb-checkout-recipes .slick-next {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' transform='matrix(-1 0 0 1 40 0)' fill='white'/%3E%3Cpath d='M23 13L16.1707 19.8293L23 26.4198' stroke='%23EB2028' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}

.fb-checkout-recipes .slick-prev::before,
.fb-checkout-recipes .slick-prev::after,
.fb-checkout-recipes .slick-next::before,
.fb-checkout-recipes .slick-next::after {
  content: "";
}

.fb-checkout-recipes .slick-prev:hover,
.fb-checkout-recipes .slick-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' transform='matrix(-1 0 0 1 40 0)' fill='%23EB2028'/%3E%3Cpath d='M23 13L16.1707 19.8293L23 26.4198' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.fb-checkout-recipes .slick-prev:focus,
.fb-checkout-recipes .slick-next:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' transform='matrix(-1 0 0 1 40 0)' fill='%23EB2028'/%3E%3Cpath d='M23 13L16.1707 19.8293L23 26.4198' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.fb-checkout-recipes .slick-prev {
  left: -60px;
}

.fb-checkout-recipes .slick-next {
  right: -60px;
  transform: translate(0, -50%) rotate(180deg);
}

.fb-singed-out {
  background-color: #fcfcff;
  margin-top: 100px;
}

.fb-singed-out__top-head {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: rgb(59, 71, 128);
  padding: 36px 0;
}

.fb-singed-out__txt {
  text-align: center;
  margin-bottom: 40px;
  color: #848799;
}

.fb-singed-out__btn-outer {
  display: flex;
  justify-content: center;
}

.fb-singed-out-btn {
  background: #eb2028;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  padding: 16px 8px;
  width: 185px;
  vertical-align: middle;
  text-align: center;
  border-radius: 3px;
  transition: 0.3s;
}

.fb-singed-out-btn:hover {
  background-color: #c31920;
  color: #ffffff;
  border: none;
}

@media (max-width: 767px) {
  .fb-singed-out__top-head {
    font-size: 18px;
    padding: 8px 0;
  }
}

.fb-cart-itemsum {
  position: absolute;
  left: 26px;
  top: -8px;
}

.fb-cart-itemsum span.red {
  background: #eb2028;
  color: #ffffff;
  text-align: center;
  padding: 7px 8px;
  border-radius: 50%;
  font-size: 8px;
  font-weight: bold;
}

.fb-fav__msgbox {
  margin: 8px 0;
  display: flex;
  align-items: center;
  padding: 20px;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #eddddd;
  background: #f0faf0;
  border-color: #cfe6cf;
  color: #649b83;
  width: 100%;
}

.fb-fav__msgbox img {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

.fb-recipie-wt {
  display: flex;
  flex-wrap: wrap;
}

.fb-recipie-wt .fb-checkout-recipes-tile {
  background-color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  padding: 24px 24px 32px 24px;
  width: calc(33.3% - 16px);
  margin: 24px 8px;
}

.fb-recipie-wt .fb-title-head {
  font-size: 16px !important;
}

.fb-recipie-wt .fb-checkout-recipes-tile__img {
  min-height: 200px;
  border-radius: 5px;
  margin-bottom: 16px;
  overflow: hidden;
  display: flex;
}

.fb-recipie-wt .fb-checkout-recipes-tile__img img {
  width: 100%;
  height: 100%;
}

.fb-recipie-wt .fb-checkout-recipes-tile__sub-desc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fb-recipie-wt .fb-checkout-recipes-tile__sub-desc p {
  color: #848799;
  font-size: 11px;
  font-weight: 400;
  font-family: "Spartan";
  font-style: normal;
}

.fb-recipie-wt .fb-checkout-recipes .fb-checkout-recipes-tile__cooking {
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fb-recipie-wt .fb-checkout-recipes-tile__cooking {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
}

.fb-recipie-wt .fb-checkout-recipes-tile__icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.fb-recipie-wt .fb-checkout-recipes-tile__icon img {
  width: 100%;
  height: 100%;
}

.fb-recipie-wt .fb-checkout-recipes-tile__vertical {
  border-left: 1px solid #848799;
  height: 16px;
  margin: 0px 24px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fb-recipie-wt .fb-checkout-recipes-tile__img {
    min-height: unset;
  }
}

@media (max-width: 767px) {
  .fb-recipie-wt .fb-checkout-recipes-tile {
    width: calc(100% - 16px);
  }

  .fb-recipie-wt .fb-checkout-recipes-tile__img {
    min-height: unset;
  }
}

.fb-notfound__title {
  text-align: center;
  width: 100%;
  color: #848799;
  font-family: "Spartan";
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  font-size: 20px;
}

.fb-review-rating__inner {
  border-bottom: 1px solid #f1f1f1;
  display: flex;
}

.fb-review-rating__inner .fb-product-tile-btn {
  width: 144px;
  height: 34px;
}

.fb-review-rating__outer {
  margin: 40px auto;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: 72%;
  padding: 20px;
}

.fb-review-rating__showcase {
  width: 35%;
  display: flex;
}

.fb-review-rating__sum-reviews {
  font-size: 14px;
  line-height: 18px;
  color: #51535d;
  font-weight: 600;
  vertical-align: top;
  display: inline-block;
  padding-top: 6px;
  padding-right: 20px;
}

.fb-review-rating__indication {
  width: 60%;
  padding-left: 20px;
  border-left: 1px solid #f1f1f1;
  margin-bottom: 18px;
}

.fb-review-rating__indication .star-imges {
  width: 17px;
  height: auto;
  padding: 2px;
}

.fb-review-rating__indication .five-star,
.fb-review-rating__indication .four-star,
.fb-review-rating__indication .three-star,
.fb-review-rating__indication .two-star,
.fb-review-rating__indication .one-star {
  display: flex;
  justify-content: space-evenly;
}

.fb-review-rating__indication .five-star img,
.fb-review-rating__indication .four-star img,
.fb-review-rating__indication .three-star img,
.fb-review-rating__indication .two-star img,
.fb-review-rating__indication .one-star img {
  width: 100%;
}

.fb-review-rating__indication .five-star .five-rated-count,
.fb-review-rating__indication .four-star .five-rated-count,
.fb-review-rating__indication .three-star .five-rated-count,
.fb-review-rating__indication .two-star .five-rated-count,
.fb-review-rating__indication .one-star .five-rated-count {
  margin-left: 19%;
  font-size: 15px;
}

.fb-review-rating__indication .progress-container {
  display: flex;
  width: 26%;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  margin-right: 34%;
  height: 15px;
  margin-top: 3px;
}

.fb-review-rating__indication .progress-bar {
  width: 100%;
  height: 14px;
  transition: width 0.5s ease-in-out;
}

.fb-review-rating__starrating {
  width: 62%;
  padding-right: 10px;
}

.fb-review-rating__starrating img {
  width: 100%;
}

.fb-review-rating__summary {
  display: flex;
  justify-content: space-between;
}

.fb-review-rating__summary .detailed-summary .content-tiltle {
  color: #6e7080;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.35px;
  font-weight: 600;
  margin-bottom: 8px;
}

.fb-review-rating__summary .detailed-summary .content-review {
  font-size: 14px;
  color: #848799;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.887;
}

.fb-review-rating__summary .summery-intrections {
  display: flex;
  align-items: center;
}

.fb-review-rating__summary .summery-intrections .interaction-txt {
  font-size: 12px;
  color: #a7aabe;
  font-weight: 500;
  letter-spacing: 0.28px;
  line-height: 1.1818;
  text-transform: initial;
  margin-right: 16px;
}

.fb-review-rating__summary .summery-intrections .interaction-type {
  display: flex;
}

.fb-review-rating__summary .summery-intrections .interaction-type .like-interaction {
  margin-right: 15px;
  display: flex;
}

.fb-review-rating__summary .summery-intrections .interaction-type .like-interaction a svg path:hover {
  fill: red;
}

.fb-review-rating__summary .summery-intrections .interaction-type .like-interaction-sum {
  margin-left: 10px;
  font-size: 12px;
  padding-top: 5px;
}

.fb-review-rating__summary .summery-intrections .interaction-type .like-interaction a svg {
  width: 20px;
  height: 16px;
}

.fb-review-rating__summary .summery-intrections .interaction-type .dislike-interaction {
  display: flex;
}

.fb-review-rating__summary .summery-intrections .interaction-type .dislike-interaction a svg {
  transform: rotate(180deg);
  width: 20px;
  height: 16px;
}

.fb-review-rating__summary .summery-intrections .interaction-type .dislike-interaction a svg path:hover {
  fill: red;
}

.fb-review-rating__summary .summery-intrections .interaction-type .dislike-interaction-sum {
  margin-left: 10px;
  font-size: 12px;
  padding-top: 5px;
}

.fb-review-rating__customer-smry {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-direction: column;
}

.fb-review-rating__customer-smry .review-author {
  position: relative;
  color: #6A6C77;
}

.fb-review-rating__customer-smry .review-author .author-name {
  font-size: 12px;
  color: #6e7080;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.fb-review-rating__customer-smry .review-author .rated-stars {
  width: 85px;
  margin-bottom: 15px;
}

.fb-review-rating__customer-smry .review-author .rated-stars img {
  width: 100%;
}

.fb-review-rating__customer-smry .review-date {
  font-size: 11px;
  color: #a7aabe;
  font-weight: 500;
  letter-spacing: 0.28px;
  line-height: 1.1818;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .fb-review-rating__outer {
    width: 100%;
  }

  .fb-review-rating__inner {
    flex-direction: column;
  }

  .fb-review-rating__write {
    display: none;
  }

  .fb-review-rating__showcase {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }

  .fb-review-rating__starrating {
    width: 54%;
  }

  .fb-review-rating__indication {
    width: 100%;
    border: none;
    padding-left: 0;
  }

  .fb-review-rating__indication .progress-container {
    width: 64%;
  }
}

.fb-wrt-review {
  max-height: 0px;
  transition: 0.3s;
  overflow: hidden;
}

.fb-wrt-review.active {
  max-height: 100%;
  transition: 0.3s;
}

.fb-wrt-review .fb-product-d__outer {
  justify-content: center;
}

.fb-wrt-review .fb-product-d__heading {
  display: flex;
  justify-content: center;
}

.fb-wrt-review .fb-product-d__inner {
  width: 35% !important;
}

.fb-wrt-review .fb-product-d__inner .fb-input {
  display: flex;
  justify-content: center;
}

.fb-wrt-review .fb-product-d__inner .fb-input img {
  width: 170px;
  height: auto;
}

.fb-wrt-review .fb-product-d__inner .fb-product-tile-btn {
  margin-top: 0;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 3px;
}

.fb-enterotp-page .fb-login-page__outer {
  width: 35%;
}

.fb-enterotp-page .fb-login-page__left {
  width: calc(100% - 32px);
}

.fb-enterotp-page .fb-page-wrapper__title-sub {
  text-align: center;
  font-size: 12px;
  margin-bottom: 16px;
}

.fb-enterotp-page .fb-input label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
}

.fb-enterotp-page .fb-input label em {
  color: #eb2028;
}

@media (max-width: 767px) {
  .fb-enterotp-page .fb-login-page__outer {
    width: 100%;
  }
}

.fb-resetpassword-page .fb-login-page__outer {
  width: 35%;
}

.fb-resetpassword-page .fb-login-page__left {
  width: calc(100% - 32px);
}

.fb-resetpassword-page .fb-page-wrapper__title-sub {
  text-align: center;
  font-size: 12px;
  margin-bottom: 16px;
}

.fb-resetpassword-page .fb-input label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
}

.fb-resetpassword-page .fb-input label em {
  color: #eb2028;
}

@media (max-width: 767px) {
  .fb-resetpassword-page .fb-login-page__outer {
    width: 100%;
  }
}

.fb-payment {
  padding: 100px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fb-payment__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
  margin: 24px -8px 16px;
}

.fb-payment__btn .fb-product-tile-btn {
  width: calc(50% - 16px);
  margin: 0 8px;
}

.fb-payment__img {
  margin-bottom: 24px;
  width: 25%;
}

.fb-payment__img img {
  width: 100%;
}

.fb-payment .fb-page-wrapper__title {
  margin-bottom: 8px;
}

.fb-payment__ordernum {
  color: #3b4780;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}

.fb-payment__ordernum a {
  font-size: 16px;
  font-weight: 600;
  color: #3b4780;
}

.fb-payment__ordernum a:hover {
  color: #eb2028;
}

.fb-payment__ordertext {
  text-align: center;
}

.fb-payment__ordertext a {
  font-weight: 600;
  color: #3b4780;
}

.fb-payment__ordertext a:hover {
  color: #eb2028;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fb-payment {
    padding: 80px 0 40px;
  }

  .fb-payment__btn {
    width: 50%;
  }

  .fb-payment__img {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .fb-payment {
    padding: 60px 0 40px;
  }

  .fb-payment__btn {
    width: 100%;
  }

  .fb-payment__img {
    width: 75%;
  }

  .fb-payment__img img {
    width: 100%;
    height: 100%;
  }
}

.fb-optional {
  padding: 40px 0;
  border-top: 1px solid #51535d;
}

.fb-optional__head {
  font-size: 12px;
  color: #51535d;
  font-weight: 700;
  padding-bottom: 16px;
}

.fb-optional .fb-dropdown {
  width: 50%;
  margin-bottom: 16px;
}

.fb-optional .accordion-button {
  justify-content: space-between;
}

.fb-optional__inputout {
  display: flex;
}

.fb-optional__inputout.error~.fb-optional__required {
  display: block;
}

.fb-optional__inputout .fb-product-tile-btn {
  width: 25%;
  margin-left: 8px;
}

.fb-optional__inputout--inv {
  flex-direction: column;
}

.fb-optional__inputout--inv .fb-input {
  width: 75%;
}

.fb-optional__inputout--inv .fb-product-tile-btn {
  margin-top: 0px;
  margin-left: 0;
}

.fb-optional__required {
  display: none;
  color: #c31920;
  font-size: 13px;
  font-weight: 600;
  margin-top: 4px;
}

.fb-optional__link {
  color: #2c3c8b;
  font-weight: 600;
  line-height: 20px;
  font-size: 13px;
  margin-top: 16px;
  display: block;
}

@media (max-width: 1023px) {
  .fb-optional .fb-dropdown {
    width: 100%;
  }
}

.fb-loader {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fb-loader h2 {
  color: #6e7080;
  font-size: 22px;
  font-weight: 600;
}

.fb-loader .spinner {
  border: 8px solid lightgray;
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
  border-top: 8px solid #2c3c8b;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  .fb-loader h2 {
    font-size: 20px;
  }
}

.fb-error-page {
  padding-top: 60px;
}

.fb-error-page__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.fb-error-page__img {
  width: 580px;
  height: auto;
}

.fb-error-page__img img {
  width: 100%;
}

.fb-error-page .fb-aboutus__cont {
  padding-bottom: 16px;
}

.fb-error-page .fb-empty__cta {
  padding-top: 8px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .fb-error-page br {
    display: none;
  }

  .fb-error-page__img {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */