@charset "UTF-8";
body {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
}
@media only screen and (min-width: 1400px) {
  body {
    font-size: 18px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
}

h1, .h1 {
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 27px;
  }
}
@media only screen and (min-width: 1400px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2, .h2 {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  h2, .h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1400px) {
  h2, .h2 {
    font-size: 26px;
  }
}

h3, .h3 {
  font-size: 17px;
}
@media only screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1200px) {
  h3, .h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1400px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  h4, .h4 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  h4, .h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  h4, .h4 {
    font-size: 20px;
  }
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #132bbb;
  transition: all 0.3s;
}
a:hover {
  color: #00083b;
  text-decoration: underline;
}

input[type=text], input[type=email], input[type=password], input[type=number], input[type=tel], select {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 15px;
  height: 42px;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=number]:focus, input[type=tel]:focus, select:focus {
  outline: 1px solid #132bbb;
}
@media only screen and (min-width: 768px) {
  input[type=text], input[type=email], input[type=password], input[type=number], input[type=tel], select {
    height: 46px;
    padding: 10px 12px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  input[type=text], input[type=email], input[type=password], input[type=number], input[type=tel], select {
    height: 50px;
    padding: 12px 14px;
  }
}

textarea {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 15px;
}
textarea:focus {
  outline: 1px solid #132bbb;
}
@media only screen and (min-width: 768px) {
  textarea {
    padding: 10px 12px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  textarea {
    padding: 12px 14px;
  }
}

input[type=submit] {
  background-color: #2a2a2a;
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s;
}
input[type=submit]:hover {
  background-color: #00083b;
}
@media only screen and (min-width: 576px) {
  input[type=submit] {
    padding: 14px 24px;
  }
}
@media only screen and (min-width: 992px) {
  input[type=submit] {
    font-size: 18px;
    padding: 14px 26px;
  }
}

.btn-primary {
  display: inline-block;
  min-width: 160px;
  background-color: #132bbb;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  padding: 12px;
}
@media only screen and (min-width: 768px) {
  .btn-primary {
    min-width: 190px;
    font-size: 16px;
    padding: 14px 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .btn-primary {
    min-width: 220px;
    padding: 16px 20px;
  }
}
.btn-primary:hover {
  background-color: #00083b;
  color: #ffffff;
  text-decoration: none;
}
.btn-primary span {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1220px;
  }
}

.headerMain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 15px;
}
@media only screen and (min-width: 768px) {
  .headerMain {
    padding: 8px 0 20px;
  }
}

.logosSec {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 480px) {
  .logosSec {
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .logosSec {
    width: 42%;
  }
}
@media only screen and (min-width: 1200px) {
  .logosSec {
    gap: 45px;
  }
}
.logosSec img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logosSec a {
  display: block;
}

.mainLogo {
  width: 70px;
}
@media only screen and (min-width: 576px) {
  .mainLogo {
    width: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .mainLogo {
    width: 95px;
  }
}
@media only screen and (min-width: 992px) {
  .mainLogo {
    width: 115px;
  }
}

.scndLogo {
  flex-grow: 1;
  width: 50%;
  height: 40px;
  max-width: 150px;
}
@media only screen and (max-width: 424px) {
  .scndLogo {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) {
  .scndLogo {
    max-width: 200px;
  }
}
@media only screen and (min-width: 1400px) {
  .scndLogo {
    max-width: 260px;
    height: 80px;
  }
}

.hdrActionsSec {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .hdrActionsSec {
    width: 50%;
    gap: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .hdrActionsSec {
    gap: 15px;
  }
}

.headerContact {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .headerContact {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .headerContact strong {
    display: none;
  }
}
.headerContact i {
  font-size: 80%;
  color: #132bbb;
}

.hdrActions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 40px;
}
@media only screen and (max-width: 1399px) {
  .hdrActions .bcSearch {
    display: none;
  }
}

.bcSearch {
  flex-grow: 1;
}
.bcSearch.mobile {
  flex-grow: 0;
  width: 80%;
  max-width: 400px;
}
@media only screen and (min-width: 1400px) {
  .bcSearch.mobile {
    display: none;
  }
}
.bcSearch .aws-search-form {
  overflow: hidden;
  height: 42px;
  border: 2px solid #132bbb;
  border-radius: 100px;
  margin-bottom: 0;
}
.bcSearch .aws-search-form input {
  font-size: 16px;
  color: #282828;
  padding-left: 16px;
  border: none;
}
@media only screen and (min-width: 768px) {
  .bcSearch .aws-search-form {
    height: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .bcSearch .aws-search-form input {
    font-size: 18px;
    padding-left: 20px;
  }
}
.bcSearch .aws-search-btn {
  background-color: #fff !important;
  border: none !important;
}
.bcSearch .aws-search-btn svg {
  fill: #132bbb;
}

.aws-search-result {
  padding: 15px;
  background-color: #ffffff;
  border: 2px solid #132bbb;
  border-radius: 10px !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-top: 5px;
}
.aws-search-result .aws_result_item {
  font-size: 16px;
}
.aws-search-result .aws_result_item .aws_result_title {
  font-weight: 500;
  color: #282828;
}
.aws-search-result .aws_search_more a {
  color: #00083b;
}
.aws-search-result .aws_no_result {
  text-align: center;
  font-size: 16px;
  color: red;
  font-weight: 600;
}
.aws-search-result .aws_result_price {
  font-weight: 600;
}
.aws-search-result .aws_result_price ins {
  text-decoration: none;
}
.aws-search-result .aws_onsale {
  background-color: #da0000;
}

.aws-mobile-fixed {
  padding-top: 30px;
}
.aws-mobile-fixed .aws-mobile-fixed-close {
  display: block;
  width: fit-content;
  float: unset;
  margin-right: unset;
  margin-left: auto;
}
.aws-mobile-fixed .aws-search-form {
  max-width: 600px;
  margin: auto;
}

#aws-search-result-2 {
  min-width: 300px;
  max-width: 600px;
  left: 10px;
}

.hdrClicks {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (min-width: 992px) {
  .hdrClicks {
    gap: 25px;
  }
}
.hdrClicks a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #132bbb;
  font-size: 14px;
  text-decoration: none;
}
.hdrClicks a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media only screen and (min-width: 992px) {
  .hdrClicks a img {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hdrClicks a span:not(.cartCount) {
    display: none;
  }
}
.hdrClicks a .cartCount {
  position: absolute;
  top: 2px;
  right: -6px;
  width: 20px;
  height: 20px;
  background-color: #ffd229;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  color: #132bbb;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .hdrClicks a .cartCount {
    width: 23px;
    height: 23px;
    font-size: 14px;
  }
}

.menuWrapper {
  background-color: #132bbb;
  padding: 5px 0;
}
.menuWrapper.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media only screen and (min-width: 1400px) {
  .menuWrapper {
    padding: 0;
  }
}

.deskMenu {
  width: 100%;
}
@media only screen and (max-width: 1399px) {
  .deskMenu {
    display: none;
  }
}

#mega-menu-desk_menu > .mega-menu-item > .mega-menu-link {
  padding: 0 !important;
  font-weight: 600 !important;
}
#mega-menu-desk_menu > .mega-menu-item > .mega-menu-link .mega-indicator {
  display: unset !important;
}
#mega-menu-desk_menu > .mega-menu-item > .mega-sub-menu {
  overflow: hidden !important;
  min-height: 280px !important;
  padding: 12px !important;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

@media only screen and (min-width: 1400px) {
  .mmenuNavDiv {
    display: none;
  }
}

.mmenuButton {
  color: #ffffff;
  font-size: 25px;
}
.mmenuButton:hover {
  color: #ffd229;
}
@media only screen and (min-width: 768px) {
  .mmenuButton {
    font-size: 30px;
  }
}

#bc_mmenu:not(.mm-spn) {
  display: none;
}

.mm-ocd--open {
  z-index: 100000;
}

#bc_mmenu {
  background-color: #f1f1f1;
  color: #000000;
}

.mm-spn--open a {
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.mm-spn--open a::after {
  color: #444;
}
.mm-spn--open li:hover > a, .mm-spn--open li:active > a {
  background-color: #ededed;
  color: #00083b;
}
.mm-spn--open li.current-menu-item > a {
  color: #00083b;
  background-color: #ffd229;
}

footer {
  background-color: #ffd229;
  color: #00083b;
  font-size: 14px;
  font-weight: 600;
  padding: 30px 0 8px;
}
@media only screen and (min-width: 768px) {
  footer {
    font-size: 15px;
    padding: 40px 0 8px;
  }
}
@media only screen and (min-width: 1200px) {
  footer {
    font-size: 16px;
    padding: 50px 0 10px;
  }
  footer .container {
    max-width: 1350px;
  }
}

.crText {
  text-align: center;
  padding-top: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .crText {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .crText {
    padding-top: 40px;
  }
}
.crText strong {
  font-weight: 700;
}

.ftrInfo {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) {
  .ftrInfo {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .ftrInfo {
    margin-bottom: 0;
  }
}
.ftrInfo p {
  margin-bottom: 0;
}
.ftrInfo hr {
  border-color: #00083b;
  opacity: 1;
  max-width: 170px;
}
.ftrInfo .ftrLogo {
  width: 120px;
}
.ftrInfo .fInfoText {
  flex-grow: 1;
  width: 100%;
}
@media only screen and (min-width: 420px) {
  .ftrInfo .fInfoText {
    width: 50%;
  }
}
.ftrInfo .fInfoText a {
  color: inherit;
  text-decoration: none;
}
.ftrInfo .fInfoText img {
  width: 100%;
  max-width: 280px;
}

.ftrMenu {
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) {
  .ftrMenu {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ftrMenu {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .ftrMenu {
    padding-left: 40px;
  }
}
.ftrMenu::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 10px;
  width: 1px;
  height: 80%;
  background-color: #00083b;
}
@media only screen and (min-width: 992px) {
  .ftrMenu::before {
    left: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .ftrMenu::before {
    left: 10px;
  }
}
.ftrMenu::after {
  content: "";
  position: absolute;
  top: -14px;
  left: 30px;
  width: 175px;
  height: 1px;
  background-color: #00083b;
}
.ftrMenu h4 {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ftrMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
}
@media only screen and (min-width: 768px) {
  .ftrMenu ul {
    column-count: 1;
  }
}
@media only screen and (min-width: 992px) {
  .ftrMenu ul {
    column-count: 2;
  }
}
.ftrMenu ul li {
  text-transform: uppercase;
  line-height: 1.6;
}
.ftrMenu ul a {
  color: #00083b;
  text-decoration: none;
}
.ftrMenu ul a:hover {
  color: #132bbb;
  text-decoration: underline;
}

.newsLetter {
  background-color: #00083b;
  color: #ffffff;
  padding: 18px 0;
  border-top: 1px solid #ffd229;
  border-bottom: 1px solid #ffd229;
}
@media only screen and (min-width: 768px) {
  .newsLetter {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 992px) {
  .newsLetter {
    padding: 28px 0;
  }
}
.newsLetter .container {
  gap: 12px;
}
.newsLetter h3 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.newsLetter form {
  position: relative;
}
.newsLetter form p {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) {
  .newsLetter form p {
    gap: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .newsLetter form p {
    gap: 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .newsLetter form p {
    margin-left: 40px;
  }
}
.newsLetter form p .wpcf7-form-control-wrap {
  width: 290px;
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .newsLetter form p .wpcf7-form-control-wrap {
    width: 190px;
  }
}
@media only screen and (min-width: 992px) {
  .newsLetter form p .wpcf7-form-control-wrap {
    width: 290px;
  }
}
.newsLetter form p .wpcf7-form-control-wrap span {
  width: fit-content;
  font-size: 14px;
  margin-top: 3px;
}
.newsLetter form p .wpcf7-spinner {
  position: absolute;
  margin: 0;
  right: 10px;
  bottom: 0;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .newsLetter form p .wpcf7-spinner {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.newsLetter form .wpcf7-response-output {
  width: fit-content;
  font-size: 14px;
  margin: 10px auto 0;
}
.newsLetter input {
  background-color: #ffffff;
  border-radius: 5px;
  border: none;
  padding: 10px 15px;
  height: 42px;
}
@media only screen and (min-width: 768px) {
  .newsLetter input {
    height: 50px;
  }
}
.newsLetter input::placeholder {
  color: #00083b;
}
.newsLetter input[type=submit] {
  width: 175px;
  background-color: #ff296a;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  padding: 10px 15px;
  flex-grow: 1;
  font-weight: 700;
  transition: all 0.3s;
}
.newsLetter input[type=submit]:hover {
  background-color: #da1b54;
}
@media only screen and (min-width: 768px) {
  .newsLetter input[type=submit] {
    height: 50px;
  }
}

.ourExcelents {
  background-color: #f1f2f8;
  color: #282828;
  padding: 10px 0;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .ourExcelents {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .ourExcelents {
    margin-bottom: 13px;
  }
}

.exlList {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .exlList {
    gap: 0;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .exlList .exlItemWrap {
    min-width: fit-content;
  }
}
@media only screen and (min-width: 992px) {
  .exlList .exlItemWrap {
    width: 25%;
  }
}
.exlList .exlItem {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: auto;
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .exlList .exlItem {
    width: fit-content;
    gap: 20px;
  }
}
.exlList .exlItem img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.exlList .exlItem p {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .oferButtons .container {
    overflow-x: auto;
    flex-wrap: nowrap !important;
    gap: 6px;
  }
}

.offerBtn {
  overflow: hidden;
  width: calc(33.33% - 4px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #132bbb;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .offerBtn {
    min-width: 280px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .offerBtn {
    min-width: 380px;
  }
}
@media only screen and (min-width: 768px) {
  .offerBtn {
    font-size: 16px;
  }
}
.offerBtn:hover {
  background-color: #00083b;
  color: #ffffff;
  text-decoration: none;
}
.offerBtn:not(.beeOffer) {
  padding: 12px;
}
@media only screen and (min-width: 768px) {
  .offerBtn:not(.beeOffer) {
    padding: 18px 20px;
  }
}
.offerBtn:not(.beeOffer) span {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-left: 5px;
}
@media only screen and (min-width: 1200px) {
  .offerBtn {
    font-size: 18px;
  }
}
.offerBtn.beeOffer {
  background-color: #F8C815;
  color: #383838;
  font-size: 14px;
  gap: 10px;
}
.offerBtn.beeOffer small {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .offerBtn.beeOffer {
    font-size: 16px;
  }
  .offerBtn.beeOffer small {
    font-size: 14px;
  }
}
.offerBtn u {
  text-underline-position: under;
  margin: 0 5px;
}

.latestNewsWrapper {
  background-color: #f1f2f8;
  padding: 40px 0 50px;
}
@media only screen and (min-width: 768px) {
  .latestNewsWrapper {
    padding: 60px 0 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .latestNewsWrapper {
    padding: 80px 0 100px;
  }
}
.latestNewsWrapper h2 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .latestNewsWrapper h2 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .latestNewsWrapper h2 {
    margin-bottom: 70px;
  }
}

.latestNews {
  display: flex;
  overflow-x: auto;
  gap: 12px;
}
@media only screen and (min-width: 992px) {
  .latestNews {
    overflow-x: unset;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.latestNews .newsItem {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .latestNews .newsItem {
    min-width: 280px;
  }
}
.latestNews .newsItem div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.latestNews .newsItem img {
  width: 100%;
  aspect-ratio: 16/7;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
  border: 1px solid #c4c4c4;
}
.latestNews .newsItem h4 {
  font-weight: 600;
  margin-bottom: 15px;
}
.latestNews .newsItem h4 a {
  text-decoration: none;
  color: #282828;
}
.latestNews .newsItem .btn-primary {
  width: fit-content;
}

.topCatWrapper {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .topCatWrapper {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .topCatWrapper {
    padding: 50px 0;
  }
}

.secTag {
  width: fit-content;
  font-size: 18px;
  padding: 8px 25px;
  background-color: #f5f5f5;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .secTag {
    font-size: 22px;
    padding: 10px 32px;
    margin-left: 12px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .secTag {
    font-size: 24px;
    padding: 12px 42px;
    margin-left: 15px;
    margin-bottom: 30px;
  }
}

.slick-slider {
  position: relative;
}
.slick-slider .slick-arrow {
  position: absolute;
  width: 25px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0;
  background-color: #f5f5f5;
  padding: 0;
  border: none;
  transition: all 0.3s;
}
.slick-slider .slick-arrow:hover {
  background-color: #dbdeed;
}
.slick-slider .slick-arrow::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 1px solid #132bbb;
  border-left: 1px solid #132bbb;
}
@media only screen and (min-width: 1200px) {
  .slick-slider .slick-arrow {
    width: 33px;
    height: 55px;
  }
}
.slick-slider .slick-arrow.slick-prev {
  left: 0px;
}
.slick-slider .slick-arrow.slick-prev::after {
  transform: rotate(-45deg);
  margin-left: 8px;
}
@media only screen and (min-width: 576px) {
  .slick-slider .slick-arrow.slick-prev {
    left: -10px;
  }
}
@media only screen and (min-width: 1200px) {
  .slick-slider .slick-arrow.slick-prev::after {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .slick-slider .slick-arrow.slick-prev {
    left: -40px;
  }
}
.slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 0px;
}
.slick-slider .slick-arrow.slick-next::after {
  transform: rotate(135deg);
  margin-left: 2px;
}
@media only screen and (min-width: 576px) {
  .slick-slider .slick-arrow.slick-next {
    right: -10px;
  }
}
@media only screen and (min-width: 1400px) {
  .slick-slider .slick-arrow.slick-next {
    right: -40px;
  }
}

.topCatList {
  margin: 0 -10px;
}

.topCatItem {
  background-color: #f5f5f5;
  border: 1px solid #eeeeee;
  padding: 20px;
  margin: 0 10px;
  text-align: center;
}
.topCatItem .tcImg {
  margin-bottom: 10px;
}
.topCatItem img {
  width: 100%;
  aspect-ratio: 10/8;
  object-fit: contain;
}
.topCatItem h4 {
  font-weight: 600;
  color: #282828;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .topCatItem h4 {
    font-size: 18px;
  }
}
.topCatItem .btn-primary {
  width: 100%;
  background-color: #ffd229;
  color: #282828;
}
.topCatItem .btn-primary:hover {
  background-color: #e5ba1f;
}

.products {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.products:not(.bcom_list) .piExcerpt {
  display: none;
}
.products.bcom_list .onsale {
  right: auto !important;
  left: 12px !important;
}
@media only screen and (min-width: 576px) {
  .products.bcom_list .onsale {
    top: 80% !important;
  }
}
.products.bcom_list .productBadge {
  right: auto;
  left: 12px;
}
.products.bcom_list .product .productTitle {
  font-size: 18px !important;
}
.products .product {
  width: 100%;
  border: 1px solid #eeeeee;
  margin-bottom: 12px;
  transition: all 0.3s;
}
.products .product:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.products .product .productCard {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
}
@media only screen and (min-width: 1200px) {
  .products .product .productCard {
    padding: 30px;
  }
}
.products .product .productCard:hover .productImage img {
  transform: scale(1.05);
}
.products .product .productImage {
  width: 100%;
  aspect-ratio: 10/8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 12px;
}
.products .product .productImage img {
  object-fit: contain;
  transition: all 0.3s;
}
.products .product .productTitle {
  font-size: 16px !important;
  font-weight: 700;
  color: #282828;
  margin-bottom: 12px !important;
  padding: 0 !important;
}
@media only screen and (min-width: 768px) {
  .products .product .productTitle {
    font-size: 17px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .products .product .productTitle {
    font-size: 18px !important;
  }
}
.products .product .productTitle a {
  color: inherit;
  text-decoration: none;
}
.products .product .productTitle a:hover {
  text-decoration: underline;
}
.products .product .price {
  font-weight: 900 !important;
  font-size: 18px !important;
  color: #282828 !important;
  line-height: normal !important;
}
@media only screen and (min-width: 768px) {
  .products .product .price {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .products .product .price {
    font-size: 22px !important;
  }
}
.products .product .price ins {
  text-decoration: none !important;
}
.products .product .price del {
  opacity: 1 !important;
  color: #da0000 !important;
  text-decoration-thickness: 1px !important;
  margin-right: 5px !important;
}
.products .product .productInfo {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}
@media only screen and (min-width: 576px) {
  .products .product .productInfo {
    gap: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .products .product .productInfo {
    gap: 15px;
  }
}
.products .product .piDitails {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.products .product .piActions a {
  display: inline-block !important;
  width: 100% !important;
  min-width: unset !important;
  background-color: #132bbb !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: center !important;
  text-decoration: none !important;
  line-height: 1 !important;
  padding: 10px 12px !important;
  margin-top: 0 !important;
}
.products .product .piActions a:hover {
  background-color: #00083b !important;
}
@media only screen and (min-width: 768px) {
  .products .product .piActions a {
    min-width: 190px !important;
    font-size: 16px !important;
    padding: 14px 18px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .products .product .piActions a {
    min-width: 220px !important;
    padding: 16px 20px !important;
  }
}
.products .product .piActions a:not(:last-child) {
  margin-bottom: 6px !important;
}
.products .product .piActions a.buy-now-button {
  background-color: #00083b !important;
}
.products .product .piActions a.buy-now-button:hover {
  background-color: #132bbb !important;
}
.products .product .piActions a.added_to_cart {
  display: none !important;
}
.products .onsale {
  min-width: 70px !important;
  min-height: unset !important;
  width: fit-content !important;
  height: fit-content !important;
  background-color: #da0000 !important;
  padding: 2px !important;
  font-size: 14px !important;
  line-height: normal !important;
  border-radius: 50px !important;
  top: 40% !important;
  right: 20px !important;
}
@media only screen and (min-width: 1200px) {
  .products .onsale {
    min-width: 80px !important;
    padding: 4px !important;
    font-size: 16px !important;
  }
}
.products .productBadge {
  position: absolute;
  display: block;
  min-width: 70px;
  min-height: unset;
  width: fit-content;
  height: fit-content;
  background-color: #12b06b;
  color: #ffffff;
  padding: 1px 2px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  border-radius: 50px;
  top: 4%;
  right: 12px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .products .productBadge {
    min-width: 80px;
    padding: 3px 4px;
    font-size: 16px;
  }
}

.anywhereProducts {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .anywhereProducts {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .anywhereProducts {
    padding: 50px 0;
  }
}

.smItem {
  width: 100%;
  aspect-ratio: 16/6.2;
  display: flex;
  align-items: center;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 20px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
  .smItem {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .smItem {
    padding: 22px;
    width: 49%;
  }
}
@media only screen and (min-width: 1200px) {
  .smItem {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1400px) {
  .smItem {
    font-size: 30px;
  }
}
.smItem a {
  color: inherit;
}
.smItem.itemFst {
  justify-content: flex-end;
}
.smItem.itemFst div {
  width: 42%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.smItem.itemFst div a {
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-position: under;
}
.smItem.itemFst div img {
  max-width: 170px;
  width: 100%;
}
.smItem.itemScnd {
  position: relative;
}
.smItem.itemScnd div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .smItem.itemScnd div {
    width: 35%;
  }
}
@media only screen and (min-width: 768px) {
  .smItem.itemScnd div {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .smItem.itemScnd div {
    width: 35%;
  }
}
.smItem.itemScnd .btn-primary {
  width: 100%;
  min-width: auto;
  background-color: #092a35;
  text-transform: uppercase;
  font-size: 12px;
}
.smItem.itemScnd .btn-primary:hover {
  background-color: #00083b;
}
@media only screen and (min-width: 1200px) {
  .smItem.itemScnd .btn-primary {
    font-size: 18px;
  }
}
.smItem.itemScnd img {
  position: absolute;
  width: 40%;
  max-width: 200px;
  max-height: 90%;
  bottom: 0;
  right: 5%;
  object-fit: contain;
}
@media only screen and (min-width: 576px) {
  .smItem.itemScnd img {
    right: 18%;
  }
}
@media only screen and (min-width: 768px) {
  .smItem.itemScnd img {
    right: 15%;
  }
}
@media only screen and (min-width: 1200px) {
  .smItem.itemScnd img {
    right: 22%;
  }
}
@media only screen and (min-width: 1400px) {
  .smItem.itemScnd img {
    max-width: 235px;
    right: 18%;
  }
}

.infoSecWraper {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .infoSecWraper {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .infoSecWraper {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .infoSecWraper .container {
    max-width: 1480px;
  }
}

.infoSecWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #ffd229;
  border-radius: 5px;
  color: #21252a;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .infoSecWrap {
    padding: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .infoSecWrap {
    padding: 60px;
  }
}
.infoSecWrap .beeInfo {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .infoSecWrap .beeInfo {
    width: 70%;
  }
}
@media only screen and (min-width: 1200px) {
  .infoSecWrap .beeInfo {
    width: 35%;
  }
}
.infoSecWrap .beeInfo > img {
  width: 65px;
  margin-bottom: 20px;
}
.infoSecWrap .beeInfo h2 {
  font-size: 22px;
  margin-bottom: 12px;
  line-height: 1;
}
@media only screen and (min-width: 576px) {
  .infoSecWrap .beeInfo h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .infoSecWrap .beeInfo h2 {
    font-size: 32px;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .infoSecWrap .beeInfo h2 {
    font-size: 38px;
    margin-bottom: 25px;
  }
}
.infoSecWrap .beeInfo p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .infoSecWrap .beeInfo p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .infoSecWrap .beeInfo p {
    font-size: 24px;
  }
}
.infoSecWrap .beeVisit {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .infoSecWrap .beeVisit {
    width: 45%;
  }
}
@media only screen and (min-width: 1200px) {
  .infoSecWrap .beeVisit {
    width: 25%;
  }
}
.infoSecWrap .beeVisit img {
  width: 70px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .infoSecWrap .beeVisit img {
    width: 85px;
    height: 65px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .infoSecWrap .beeVisit img {
    width: 100px;
    height: 80px;
    margin-bottom: 30px;
  }
}
.infoSecWrap .beeVisit h3 {
  font-size: 19px;
  text-decoration: underline;
  text-underline-position: under;
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) {
  .infoSecWrap .beeVisit h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .infoSecWrap .beeVisit h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .infoSecWrap .beeVisit h3 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
.infoSecWrap .beeVisit a {
  display: flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.infoSecWrap .beeVisit a:hover img {
  transform: translateX(10px);
}
.infoSecWrap .beeVisit a img {
  width: 40px;
  height: auto;
  margin-bottom: 0;
  transition: all 0.3s;
}

.heroBannerWrapper {
  margin-bottom: 7px;
}

.heroBanner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .heroBanner {
    min-height: 455px;
  }
}
.heroBanner .hbnrPartFst {
  width: 100%;
  aspect-ratio: 10/8;
  display: flex;
  align-items: end;
  justify-content: center;
  background-color: #eee;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 20px;
  margin-bottom: 7px;
}
@media only screen and (min-width: 520px) {
  .heroBanner .hbnrPartFst {
    aspect-ratio: 10/7;
  }
}
@media only screen and (min-width: 768px) {
  .heroBanner .hbnrPartFst {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .heroBanner .hbnrPartFst {
    width: 45%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .heroBanner .hbnrPartFst {
    padding: 50px;
  }
}
.heroBanner .hbnrPartFst .btn-primary {
  text-transform: uppercase;
  background-color: #ee6513;
  border: 1px solid #ffffff;
}
.heroBanner .hbnrPartFst .btn-primary:hover {
  background-color: #00083b;
}
.heroBanner .hbnrPartscnd {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .heroBanner .hbnrPartscnd {
    width: calc(55% - 7px);
  }
}
.heroBanner .hbpsPartSlider {
  position: relative;
  flex-grow: 1;
}
.heroBanner .hbpsPartSlider:not(.slick-initialized) .hbpsPart1.slick-slide {
  display: none;
}
.heroBanner .hbpsPartSlider .slick-track {
  display: flex;
}
.heroBanner .hbpsPartSlider .slick-dots {
  position: absolute;
  width: fit-content;
  display: flex;
  gap: 5px;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  padding: 0;
  margin: 0;
}
.heroBanner .hbpsPartSlider .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(196, 196, 196, 0.3137254902);
  border: 1px solid #c4c4c4;
  font-size: 0;
  padding: 0;
}
.heroBanner .hbpsPartSlider .slick-dots li.slick-active button {
  background-color: #ffffff;
  border-color: #ffffff;
}
.heroBanner .hbpsPart1 {
  display: flex;
  height: auto;
  justify-content: space-between;
  background-color: #eee;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 30px 30px 12px;
  margin-bottom: 7px;
}
.heroBanner .hbpsPart1 .hbpsPartDetails {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.heroBanner .hbpsPart1 .hbpsPartDetails img {
  max-width: 150px;
  max-height: 70px;
  object-fit: contain;
}
@media only screen and (min-width: 1200px) {
  .heroBanner .hbpsPart1 .hbpsPartDetails img {
    max-width: 230px;
    max-height: 100px;
  }
}
.heroBanner .hbpsPart1 p {
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .heroBanner .hbpsPart1 p {
    font-size: 19px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .heroBanner .hbpsPart1 p {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1400px) {
  .heroBanner .hbpsPart1 p {
    font-size: 24px;
  }
}
.heroBanner .hbpsPart1 p a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-position: under;
}
.heroBanner .hbpsPart1 p span {
  font-size: 80%;
  font-weight: 400;
}
.heroBanner .hbpsPart1 .hbpsPartImg {
  display: flex;
  align-items: end;
  justify-content: end;
  width: 30%;
}
@media only screen and (max-width: 424px) {
  .heroBanner .hbpsPart1 .hbpsPartImg {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .heroBanner .hbpsPart1 .hbpsPartImg {
    width: 35%;
  }
}
.heroBanner .hbpsPart1 .hbpsPartImg img {
  max-height: 250px;
  object-fit: contain;
}
.heroBanner .hbpsPart2 {
  background-color: #eee;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  text-align: center;
}
.heroBanner .hbpsPart2 a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 148px;
  padding: 8px 30px;
  text-decoration: none;
  gap: 12px;
}
.heroBanner .hbpsPart2 a img {
  width: 100%;
  max-width: 300px;
  object-fit: contain;
}
@media only screen and (min-width: 576px) {
  .heroBanner .hbpsPart2 a {
    justify-content: space-between;
  }
  .heroBanner .hbpsPart2 a img {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .heroBanner .hbpsPart2 a img {
    width: auto;
    max-width: 70%;
  }
}
.heroBanner .hbpsPart2 p {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #132bbb;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .heroBanner .hbpsPart2 p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .heroBanner .hbpsPart2 p {
    font-size: 27px;
  }
}
@media only screen and (min-width: 1400px) {
  .heroBanner .hbpsPart2 p {
    font-size: 30px;
  }
}
.heroBanner .hbpsPart2 p small {
  display: inline-block;
  font-size: 50%;
  color: #282828;
  transform: translateY(-5px);
}

.pageBanner {
  overflow: hidden;
  min-height: 220px;
  display: flex;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-width: 0;
  border-bottom-width: 8px;
  border-style: solid;
  border-color: #132bbb;
}
@media only screen and (min-width: 480px) {
  .pageBanner {
    min-height: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .pageBanner {
    border-bottom-width: 12px;
    min-height: 280px;
  }
}
@media only screen and (min-width: 1200px) {
  .pageBanner {
    border-bottom-width: 16px;
    min-height: 345px;
  }
}
.pageBanner .container {
  display: flex;
  position: relative;
}
.pageBanner .bannerContent {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  padding: 30px 0 20px;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .pageBanner .bannerContent {
    width: 45%;
  }
}
.pageBanner .bannerImage {
  width: 100%;
  height: 100%;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .pageBanner .bannerImage {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .pageBanner .bannerImage {
    width: 55%;
  }
}
.pageBanner .bannerImage .bnrImg {
  width: 100%;
  position: relative;
}
.pageBanner .bannerImage .bnrImg img {
  position: absolute;
  width: 150%;
  max-width: unset;
  height: 101%;
  top: 50%;
  left: 50%;
  transform: translate(-2%, -50%);
}
@media only screen and (min-width: 992px) {
  .pageBanner .bannerImage .bnrImg img {
    transform: translate(-31%, -50%);
  }
}
.pageBanner h1 {
  font-size: 24px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) {
  .pageBanner h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .pageBanner h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .pageBanner h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .pageBanner h1 {
    font-size: 60px;
  }
}
.pageBanner p {
  font-size: 17px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .pageBanner p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .pageBanner p {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1400px) {
  .pageBanner p {
    font-size: 24px;
  }
}

.contactWrapper, .pageContentWrapper {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .contactWrapper, .pageContentWrapper {
    padding: 45px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .contactWrapper, .pageContentWrapper {
    padding: 60px 0;
  }
}

.contactForm {
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  padding: 12px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 576px) {
  .contactForm {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .contactForm {
    width: 60%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .contactForm {
    width: 68%;
    padding: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .contactForm {
    padding: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .contactForm {
    padding: 60px;
  }
}
.contactForm form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactForm form .fieldWrap {
  width: 100%;
  margin-bottom: 12px;
}
@media only screen and (min-width: 576px) {
  .contactForm form .fieldWrap.half {
    width: 48%;
  }
}
.contactForm form .fieldWrap.submitWrap {
  margin-bottom: 0;
  margin-top: -2%;
}
@media only screen and (min-width: 768px) {
  .contactForm form .fieldWrap {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .contactForm form .fieldWrap {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1400px) {
  .contactForm form .fieldWrap {
    margin-bottom: 30px;
  }
}
.contactForm form .fieldWrap label {
  margin-bottom: 1%;
  margin-left: 2px;
}
.contactForm form p {
  margin-bottom: 0;
}

.cfsSidebar {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cfsSidebar {
    width: 38%;
  }
}
@media only screen and (min-width: 992px) {
  .cfsSidebar {
    width: 28%;
  }
}
.cfsSidebar .contactInfo {
  background-color: #132bbb;
  color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.cfsSidebar .contactInfo.action {
  text-transform: unset;
  background-color: #f9c816;
  color: #090d0a;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .cfsSidebar .contactInfo.action {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .cfsSidebar .contactInfo.action {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1400px) {
  .cfsSidebar .contactInfo.action {
    margin-bottom: 30px;
  }
}
.cfsSidebar .contactInfo img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 12px;
}
.cfsSidebar .contactInfo h3 {
  margin-bottom: 15px;
}
.cfsSidebar .contactInfo p {
  margin-bottom: 8px;
}
.cfsSidebar .contactInfo a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .cfsSidebar .contactInfo {
    min-height: 280px;
    padding: 30px 20px;
  }
  .cfsSidebar .contactInfo img {
    width: 75px;
    height: 75px;
    margin-bottom: 16px;
  }
  .cfsSidebar .contactInfo h3 {
    margin-bottom: 20px;
  }
  .cfsSidebar .contactInfo p {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1400px) {
  .cfsSidebar .contactInfo {
    min-height: 310px;
    padding: 40px 20px;
  }
  .cfsSidebar .contactInfo img {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
  }
  .cfsSidebar .contactInfo h3 {
    margin-bottom: 25px;
  }
}

.faqSacWrapper {
  padding: 25px 0;
  border-top: 2px solid #ebebeb;
}
@media only screen and (min-width: 768px) {
  .faqSacWrapper {
    padding: 32px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .faqSacWrapper {
    padding: 35px 0;
  }
}
.faqSacWrapper h2 {
  font-size: 22px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .faqSacWrapper h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .faqSacWrapper h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1400px) {
  .faqSacWrapper h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}

.faqAccordion .accordion-item {
  border: none;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .faqAccordion .accordion-item {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .faqAccordion .accordion-item {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1400px) {
  .faqAccordion .accordion-item {
    margin-bottom: 28px;
  }
}
.faqAccordion .accordion-button {
  background-color: #f6f6f6;
  color: #000000;
  font-weight: 700;
  border-radius: 8px;
}
.faqAccordion .accordion-button.collapsed::after {
  content: "+";
}
.faqAccordion .accordion-button::after {
  content: "\f068";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: unset;
}

.pcwContent {
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .pcwContent {
    width: 60%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .pcwContent {
    width: 68%;
  }
}
.pcwContent img {
  margin-bottom: 4%;
}
.pcwContent h2 {
  font-size: 22px;
  margin-bottom: 3%;
}
@media only screen and (min-width: 768px) {
  .pcwContent h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .pcwContent h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .pcwContent h2 {
    font-size: 36px;
  }
}

.pcwSidebar {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .pcwSidebar {
    width: 38%;
  }
}
@media only screen and (min-width: 992px) {
  .pcwSidebar {
    width: 28%;
  }
}
.pcwSidebar .contactInfo {
  background-color: #f1f2f8;
  color: #00083b;
  padding: 20px;
  border-radius: 10px;
  font-weight: 500;
  text-align: center;
}
.pcwSidebar .contactInfo img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 12px;
}
.pcwSidebar .contactInfo h3 {
  margin-bottom: 15px;
}
.pcwSidebar .contactInfo p {
  margin-bottom: 8px;
}
.pcwSidebar .contactInfo a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .pcwSidebar .contactInfo {
    min-height: 280px;
    padding: 30px 20px;
  }
  .pcwSidebar .contactInfo img {
    width: 75px;
    height: 75px;
    margin-bottom: 16px;
  }
  .pcwSidebar .contactInfo h3 {
    margin-bottom: 20px;
  }
  .pcwSidebar .contactInfo p {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1400px) {
  .pcwSidebar .contactInfo {
    min-height: 310px;
    padding: 40px 20px;
  }
  .pcwSidebar .contactInfo img {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
  }
  .pcwSidebar .contactInfo h3 {
    margin-bottom: 25px;
  }
}

.singleProductWrapper {
  padding: 15px 0 30px;
}
@media only screen and (min-width: 768px) {
  .singleProductWrapper {
    padding: 15px 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .singleProductWrapper {
    padding: 20px 0 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .singleProductWrapper {
    padding: 20px 0 60px;
  }
}

.productPreview, .woocommerce-product-gallery {
  position: relative;
  width: 100% !important;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .productPreview, .woocommerce-product-gallery {
    width: 45% !important;
  }
}
@media only screen and (min-width: 992px) {
  .productPreview, .woocommerce-product-gallery {
    width: 52% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .productPreview, .woocommerce-product-gallery {
    width: 55% !important;
  }
}
.productPreview .productSaleBadge, .productPreview .productBadge, .woocommerce-product-gallery .productSaleBadge, .woocommerce-product-gallery .productBadge {
  position: absolute;
  display: block;
  min-width: 70px;
  min-height: unset;
  width: fit-content;
  height: fit-content;
  color: #ffffff;
  padding: 1px 2px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
  border-radius: 50px;
  left: 10px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .productPreview .productSaleBadge, .productPreview .productBadge, .woocommerce-product-gallery .productSaleBadge, .woocommerce-product-gallery .productBadge {
    min-width: 80px;
    padding: 2px 4px;
    font-size: 15px;
  }
}
.productPreview .productSaleBadge, .woocommerce-product-gallery .productSaleBadge {
  background-color: #da0000;
  top: 35px;
}
@media only screen and (min-width: 1200px) {
  .productPreview .productSaleBadge, .woocommerce-product-gallery .productSaleBadge {
    top: 42px;
  }
}
.productPreview .productBadge, .woocommerce-product-gallery .productBadge {
  background-color: #1a549f;
  top: 10px;
}

.pPreview {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 30px 40px;
  border: 1px solid #e0e1e6;
}
.pPreview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.woocommerce-product-gallery__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 30px 40px !important;
  border: 1px solid #e0e1e6;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.woocommerce-product-gallery__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.summary.entry-summary {
  width: 100% !important;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .summary.entry-summary {
    width: 52% !important;
  }
}
@media only screen and (min-width: 992px) {
  .summary.entry-summary {
    width: 45% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .summary.entry-summary {
    width: 42% !important;
  }
}
.summary.entry-summary .spd-sku {
  font-size: 12px;
}
@media only screen and (min-width: 576px) {
  .summary.entry-summary .spd-sku {
    font-size: 14px;
  }
}
.summary.entry-summary .spd-sku strong {
  font-weight: 600;
}
.summary.entry-summary hr {
  border-color: #c4c4c4;
  opacity: 1;
}
.summary.entry-summary .price {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #ff0000 !important;
  line-height: normal !important;
  padding: 12px 0 !important;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .summary.entry-summary .price {
    font-size: 24px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .summary.entry-summary .price {
    font-size: 27px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .summary.entry-summary .price {
    font-size: 30px !important;
  }
}
.summary.entry-summary .price ins {
  text-decoration: none !important;
}
.summary.entry-summary .price del {
  opacity: 1 !important;
  font-weight: 400 !important;
  color: #282828 !important;
  text-decoration-thickness: 1px !important;
  margin-right: 5px !important;
}
.summary.entry-summary .variations {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 1.5rem 0;
  padding-bottom: 10px;
}
.summary.entry-summary .variations tbody tr:last-child {
  border-bottom: none;
}
.summary.entry-summary .variations tbody tr:hover {
  background-color: #f9fafb;
}
.summary.entry-summary .variations tbody th.label {
  background: #f9fafb;
  padding: 5px 0;
  text-align: left;
  font-weight: 600;
  font-size: 0.875rem;
  color: #111827;
  border: none;
}
@media only screen and (min-width: 768px) {
  .summary.entry-summary .variations tbody th.label {
    font-size: 1rem;
  }
}
.summary.entry-summary .variations tbody th.label label {
  margin: 0;
  cursor: pointer;
}
.summary.entry-summary .variations tbody td.value {
  padding: 5px 0;
  border: none;
}
.summary.entry-summary .variations tbody td.value select {
  width: 100%;
  max-width: 200px;
  padding: 10px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  background: white;
  color: #111827;
  font-size: 0.875rem;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 1rem;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .summary.entry-summary .variations tbody td.value select {
    max-width: 250px;
    font-size: 1rem;
  }
}
.summary.entry-summary .variations tbody td.value select:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.summary.entry-summary .variations tbody td.value .reset_variations {
  padding: 0.5rem 0.75rem;
  color: #6b7280;
  text-decoration: none;
  font-size: 0.875rem;
  border-radius: 8px;
}
.summary.entry-summary .variations tbody td.value .reset_variations:hover {
  color: #2563eb;
  background: rgba(37, 99, 235, 0.05);
}
.summary.entry-summary .variations tbody td.value .reset_variations::before {
  content: "×";
  margin-right: 0.25rem;
}
.summary.entry-summary .cart.grouped_form .woocommerce-grouped-product-list {
  margin-bottom: 30px;
}
.summary.entry-summary .cart.grouped_form .woocommerce-grouped-product-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  background-color: #F1F2F8;
  border: 1px solid #c4c4c4;
  margin-bottom: 10px;
  border-radius: 6px;
  padding: 10px;
}
@media only screen and (max-width: 991px) {
  .summary.entry-summary .cart.grouped_form .woocommerce-grouped-product-list-item {
    flex-wrap: wrap;
  }
  .summary.entry-summary .cart.grouped_form .woocommerce-grouped-product-list-item td {
    width: 100% !important;
  }
  .summary.entry-summary .cart.grouped_form .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__quantity {
    order: 1;
  }
}
.summary.entry-summary .cart.grouped_form .woocommerce-grouped-product-list-item .quantity {
  margin: 0 !important;
}
.summary.entry-summary .cart.grouped_form .woocommerce-grouped-product-list-item .quantity input {
  background-color: #ffffff;
}
.summary.entry-summary .cart.grouped_form .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__quantity {
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .summary.entry-summary .cart.grouped_form .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__quantity {
    width: fit-content !important;
  }
}
.summary.entry-summary .cart.grouped_form .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__quantity a {
  width: fit-content !important;
  font-size: 16px !important;
  padding: 12px !important;
  margin-bottom: 0 !important;
}
.summary.entry-summary .cart.grouped_form .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__label {
  padding: 0;
}
.summary.entry-summary .cart.grouped_form .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__label a {
  font-weight: 600;
  font-size: 16px;
  color: #00083b !important;
  text-decoration: none !important;
}
@media only screen and (min-width: 1200px) {
  .summary.entry-summary .cart.grouped_form .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__label a {
    font-size: 18px;
  }
}
.summary.entry-summary .cart.grouped_form .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__price {
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #da0000;
}
@media only screen and (min-width: 1200px) {
  .summary.entry-summary .cart.grouped_form .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__price {
    font-size: 18px;
  }
}
.summary.entry-summary .cart.grouped_form .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__price ins {
  text-decoration: none;
}
.summary.entry-summary .cart.grouped_form .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__price .stock {
  display: none;
}
.summary.entry-summary .woocommerce-variation-price {
  scale: 0.8;
  transform-origin: left;
}
.summary.entry-summary .stock {
  font-size: 14px !important;
  color: #132bbb !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.summary.entry-summary .stock.out-of-stock {
  color: #da0000 !important;
}
@media only screen and (min-width: 768px) {
  .summary.entry-summary .stock {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .summary.entry-summary .stock {
    font-size: 18px !important;
  }
}
.summary.entry-summary .action-tag {
  color: #132bbb;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .summary.entry-summary .action-tag {
    font-size: 16px;
  }
}
.summary.entry-summary .quantity {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 12px 0 30px 3px !important;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .summary.entry-summary .quantity {
    margin: 15px 0 30px 3px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .summary.entry-summary .quantity {
    margin: 20px 0 30px 3px !important;
  }
}
.summary.entry-summary .quantity input {
  width: 75px;
  height: 50px;
  background-color: #f1f2f8;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) {
  .summary.entry-summary .quantity input {
    font-size: 16px;
  }
}
.summary.entry-summary .quantity label {
  clip: unset;
  word-wrap: unset;
  border: unset;
  clip-path: unset;
  height: unset;
  margin: unset;
  overflow: unset;
  overflow-wrap: unset;
  padding: unset;
  position: unset !important;
  width: unset;
  font-size: 0;
  order: 1;
}
.summary.entry-summary .quantity label::after {
  content: "Qty";
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) {
  .summary.entry-summary .quantity label::after {
    font-size: 16px;
  }
}
.summary.entry-summary form.cart {
  margin-bottom: 0 !important;
}
.summary.entry-summary form.cart .button {
  width: 48% !important;
  display: block !important;
  max-width: 175px !important;
  background-color: #132bbb !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  text-align: center !important;
  padding: 14px !important;
  border-radius: 10px !important;
  margin-bottom: 15px !important;
  line-height: 1.2 !important;
  transition: all 0.3s !important;
}
.summary.entry-summary form.cart .button:hover {
  background-color: #00083b !important;
}
.summary.entry-summary form.cart .button.buy-now-button {
  background-color: #ff5400 !important;
  margin-top: 0 !important;
  margin-left: 10px;
}
.summary.entry-summary form.cart .button.buy-now-button:hover {
  background-color: #dd4a00 !important;
}
@media only screen and (min-width: 768px) {
  .summary.entry-summary form.cart .button {
    width: 100% !important;
    max-width: 460px !important;
    font-size: 22px !important;
    padding: 16px !important;
  }
  .summary.entry-summary form.cart .button.buy-now-button {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .summary.entry-summary form.cart .button {
    font-size: 24px !important;
    padding: 15px 25px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .summary.entry-summary form.cart .button {
    font-size: 30px !important;
    padding: 15px 25px !important;
  }
}
.summary.entry-summary .beeOffer {
  min-width: unset;
  width: 100%;
  max-width: 360px;
  font-size: 14px;
}
.summary.entry-summary .beeOffer small {
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .summary.entry-summary .beeOffer {
    gap: 10px;
    max-width: 460px;
    font-size: 18px;
  }
  .summary.entry-summary .beeOffer small {
    font-size: 16px;
  }
}

.pdctInfoAccordion {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .pdctInfoAccordion {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .pdctInfoAccordion {
    padding-top: 50px;
  }
}
.pdctInfoAccordion .accordion-item {
  border: none;
}
.pdctInfoAccordion .accordion-button {
  max-width: 410px;
  background-color: unset;
  border-bottom: 2px solid #f6f6f6;
  color: #000000;
  font-weight: 600;
  border-radius: 0;
  padding: 15px 0;
  font-size: 17px;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .pdctInfoAccordion .accordion-button {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1200px) {
  .pdctInfoAccordion .accordion-button {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1400px) {
  .pdctInfoAccordion .accordion-button {
    font-size: 24px;
  }
}
.pdctInfoAccordion .accordion-button.collapsed::after {
  content: "+";
}
.pdctInfoAccordion .accordion-button::after {
  content: "\f068";
  font-size: 65%;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: unset;
}
.pdctInfoAccordion .accordion-body {
  padding-left: 0;
}

.productMoreDitails {
  width: 100%;
  padding: 0 0 50px;
}
@media only screen and (min-width: 768px) {
  .productMoreDitails {
    padding: 0 0 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .productMoreDitails {
    padding: 0 0 100px;
  }
}

.pdctMoreInfo .accordion-item {
  border: none;
}
.pdctMoreInfo .accordion-button {
  max-width: 690px;
  background-color: unset;
  border-bottom: 2px solid #f6f6f6;
  color: #000000;
  font-weight: 600;
  border-radius: 0;
  padding: 15px 0;
  font-size: 17px;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .pdctMoreInfo .accordion-button {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1200px) {
  .pdctMoreInfo .accordion-button {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1400px) {
  .pdctMoreInfo .accordion-button {
    font-size: 24px;
  }
}
.pdctMoreInfo .accordion-body {
  padding-left: 0;
}

.woocommerce-breadcrumb {
  font-size: 12px !important;
  font-weight: 700;
  color: #132bbb !important;
  margin: 15px 0 !important;
}
@media only screen and (min-width: 992px) {
  .woocommerce-breadcrumb {
    font-size: 14px !important;
  }
}
.woocommerce-breadcrumb a {
  color: #5c5c5c !important;
  text-decoration: none;
}
.woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}

.wooBanner {
  background-color: #092a35 !important;
  color: #ffffff !important;
  border-color: #F8C816;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .wooBanner {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .wooBanner {
    margin-bottom: 40px;
  }
}
.wooBanner .container {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.wooBanner .bannerContent {
  position: relative;
  height: fit-content;
  min-height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #132bbb;
  color: #ffffff;
  padding: 20px;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .wooBanner .bannerContent {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .wooBanner .bannerContent {
    padding: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .wooBanner .bannerContent {
    transform: translateX(10%);
  }
}
@media only screen and (min-width: 1600px) {
  .wooBanner .bannerContent {
    transform: translateX(25%);
  }
}
@media only screen and (min-width: 1920px) {
  .wooBanner .bannerContent {
    transform: translateX(38%);
  }
}
.wooBanner .bannerContent h1 {
  margin-bottom: 0;
  text-align: center;
}
.wooBanner .bannerImage {
  position: absolute;
  height: 100%;
  right: 10px;
  top: 0;
}

.bcomShopDescrip {
  padding: 10px 0 20px;
}
@media only screen and (min-width: 768px) {
  .bcomShopDescrip {
    padding: 15px 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .bcomShopDescrip {
    padding: 20px 0 40px;
  }
}
.bcomShopDescrip h2 {
  font-size: 18px;
  color: #282828;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .bcomShopDescrip h2 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1200px) {
  .bcomShopDescrip h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .bcomShopDescrip h2 {
    font-size: 22px;
  }
}

.content-area {
  margin-bottom: 50px;
}

.bcomRelatedProducts .slick-list, .awpWrap .slick-list {
  width: 100%;
}
.bcomRelatedProducts .slick-track, .awpWrap .slick-track {
  margin: unset !important;
}
.bcomRelatedProducts .woocommerce ul.products, .awpWrap .woocommerce ul.products {
  margin: 0 -10px;
}
.bcomRelatedProducts .woocommerce ul.products .slick-list, .awpWrap .woocommerce ul.products .slick-list {
  padding: 10px 0;
}
.bcomRelatedProducts .woocommerce ul.products .slick-track, .awpWrap .woocommerce ul.products .slick-track {
  display: flex;
}
.bcomRelatedProducts .woocommerce ul.products li.product, .bcomRelatedProducts .woocommerce-page ul.products li.product, .awpWrap .woocommerce ul.products li.product, .awpWrap .woocommerce-page ul.products li.product {
  height: auto;
  margin: 0 10px;
}
.bcomRelatedProducts .woocommerce ul.products li.first, .bcomRelatedProducts .woocommerce-page ul.products li.first, .awpWrap .woocommerce ul.products li.first, .awpWrap .woocommerce-page ul.products li.first {
  clear: unset;
}

.woocommerce-Reviews .woocommerce-Reviews-title {
  color: #00083b;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1400px) {
  .woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: 24px;
  }
}
.woocommerce-Reviews .commentlist {
  padding: 0;
  margin-bottom: 15px !important;
}
.woocommerce-Reviews .commentlist .comment-text {
  width: fit-content;
  min-width: 50%;
}
.woocommerce-Reviews .commentlist .description {
  word-break: break-all;
}

#review_form_wrapper .comment-reply-title {
  font-size: 18px;
  color: #132bbb;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #review_form_wrapper .comment-reply-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #review_form_wrapper .comment-reply-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1400px) {
  #review_form_wrapper .comment-reply-title {
    font-size: 24px;
  }
}
#review_form_wrapper .comment-form-rating label {
  display: none;
}
#review_form_wrapper .form-submit input[type=submit] {
  display: inline-block !important;
  min-width: 160px !important;
  background-color: #132bbb !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-align: center !important;
  text-decoration: none !important;
  line-height: 1 !important;
  padding: 12px !important;
}
@media only screen and (min-width: 768px) {
  #review_form_wrapper .form-submit input[type=submit] {
    min-width: 190px !important;
    font-size: 16px !important;
    padding: 14px 18px !important;
  }
}
@media only screen and (min-width: 1400px) {
  #review_form_wrapper .form-submit input[type=submit] {
    min-width: 220px !important;
    padding: 16px 20px !important;
  }
}
#review_form_wrapper .form-submit input[type=submit]:hover {
  background-color: #00083b !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.blogArchive {
  padding: 30px 0 50px;
}
@media only screen and (min-width: 768px) {
  .blogArchive {
    padding: 40px 0 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .blogArchive {
    padding: 50px 0 100px;
  }
}

.postContent {
  padding: 12px 0 50px;
}
@media only screen and (min-width: 768px) {
  .postContent {
    padding: 15px 0 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .postContent {
    padding: 20px 0 100px;
  }
}
.postContent .meta {
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 10px;
  font-size: 90%;
  color: #333333;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .postContent .meta {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .postContent .meta {
    margin-bottom: 25px;
  }
}
.postContent .meta .date {
  margin-right: 18px;
  position: relative;
}
.postContent .meta .date::after {
  content: "|";
  position: absolute;
  color: #333333;
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
}
.postContent .meta a {
  color: inherit;
  text-decoration: none;
}
.postContent .meta a:hover {
  color: #132bbb;
}

@media only screen and (min-width: 992px) {
  .blogArchive .blogList {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.blogArchive .blogList .blogItem img {
  aspect-ratio: 16/9;
}

.blogList {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
@media only screen and (min-width: 460px) {
  .blogList {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .blogList {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.blogList .blogItem {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 460px) {
  .blogList .blogItem {
    margin-bottom: 15px;
  }
}
.blogList .blogItem div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blogList .blogItem img {
  width: 100%;
  aspect-ratio: 16/7;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
  border: 1px solid #c4c4c4;
}
.blogList .blogItem h4 {
  font-weight: 600;
  margin-bottom: 15px;
}
.blogList .blogItem h4 a {
  text-decoration: none;
  color: #282828;
}
.blogList .blogItem .btn-primary {
  width: fit-content;
}
.blogList .blogItem .meta {
  flex-grow: unset;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 90%;
  color: #333333;
  margin-bottom: 10px;
}
.blogList .blogItem .meta .date {
  margin-right: 18px;
  position: relative;
}
.blogList .blogItem .meta .date::after {
  content: "|";
  position: absolute;
  color: #333333;
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
}
.blogList .blogItem .meta a {
  color: inherit;
  text-decoration: none;
}
.blogList .blogItem .meta a:hover {
  color: #132bbb;
}

.archivePagination {
  margin-top: 40px;
  text-align: center;
}
.archivePagination .pagination {
  justify-content: center;
}
.archivePagination .pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.archivePagination .pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .archivePagination .pagination .page-numbers {
    min-width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.archivePagination .pagination .page-numbers:hover {
  background: #092a35;
  border-color: #092a35;
  color: #fff;
  text-decoration: none;
}
.archivePagination .pagination .page-numbers.current {
  background: #092a35;
  border-color: #092a35;
  color: #fff;
  font-weight: 600;
}
.archivePagination .pagination .page-numbers.next, .archivePagination .pagination .page-numbers.prev {
  font-size: 16px;
  padding: 0 12px;
}

.bcomShopLoopWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .bcomShopLoopWrap .bcomShopFilter {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .bcomShopLoopWrap .bcomShopFilter {
    width: 25%;
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .bcomShopLoopWrap .bcomShopFilter {
    width: 22%;
  }
}
.bcomShopLoopWrap .bcomShopLoop {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .bcomShopLoopWrap .bcomShopLoop {
    width: 72%;
  }
}
@media only screen and (min-width: 1200px) {
  .bcomShopLoopWrap .bcomShopLoop {
    width: 74%;
  }
}

@media only screen and (min-width: 375px) {
  .bcomShopLoop .products.columns-3.bcom_grid, .bcomShopLoop .products.columns-4.bcom_grid {
    margin: 0 -10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .bcomShopLoop .products.columns-3.bcom_grid, .bcomShopLoop .products.columns-4.bcom_grid {
    margin: 0 -16px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .bcomShopLoop .products.columns-3.bcom_grid, .bcomShopLoop .products.columns-4.bcom_grid {
    margin: 0 -20px !important;
  }
}
.bcomShopLoop .products.columns-3.bcom_grid .product, .bcomShopLoop .products.columns-4.bcom_grid .product {
  width: 100% !important;
  margin-bottom: 12px !important;
}
@media only screen and (min-width: 375px) {
  .bcomShopLoop .products.columns-3.bcom_grid .product, .bcomShopLoop .products.columns-4.bcom_grid .product {
    width: 47.3% !important;
    margin-bottom: 10px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
@media only screen and (min-width: 768px) {
  .bcomShopLoop .products.columns-3.bcom_grid .product, .bcomShopLoop .products.columns-4.bcom_grid .product {
    width: 31.13% !important;
    margin-bottom: 25px !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
}
@media only screen and (min-width: 992px) {
  .bcomShopLoop .products.columns-3.bcom_grid .product, .bcomShopLoop .products.columns-4.bcom_grid .product {
    width: 31% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .bcomShopLoop .products.columns-3.bcom_grid .product, .bcomShopLoop .products.columns-4.bcom_grid .product {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
.bcomShopLoop .products.columns-3.bcom_list .product, .bcomShopLoop .products.columns-4.bcom_list .product {
  width: 100% !important;
  margin-bottom: 12px !important;
  margin-right: 0 !important;
}
@media only screen and (min-width: 375px) {
  .bcomShopLoop .products.columns-3.bcom_list .product, .bcomShopLoop .products.columns-4.bcom_list .product {
    margin-bottom: 15px !important;
  }
}
@media only screen and (min-width: 768px) {
  .bcomShopLoop .products.columns-3.bcom_list .product, .bcomShopLoop .products.columns-4.bcom_list .product {
    margin-bottom: 25px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .bcomShopLoop .products.columns-3.bcom_list .product, .bcomShopLoop .products.columns-4.bcom_list .product {
    margin-bottom: 30px !important;
  }
}
.bcomShopLoop .products.columns-3.bcom_list .product .productCard, .bcomShopLoop .products.columns-4.bcom_list .product .productCard {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bcomShopLoop .products.columns-3.bcom_list .product .productImage, .bcomShopLoop .products.columns-4.bcom_list .product .productImage {
  width: 100%;
  margin: unset;
}
@media only screen and (min-width: 576px) {
  .bcomShopLoop .products.columns-3.bcom_list .product .productImage, .bcomShopLoop .products.columns-4.bcom_list .product .productImage {
    width: 35%;
  }
}
.bcomShopLoop .products.columns-3.bcom_list .product .productInfo, .bcomShopLoop .products.columns-4.bcom_list .product .productInfo {
  width: 100%;
  flex-grow: unset;
}
@media only screen and (min-width: 576px) {
  .bcomShopLoop .products.columns-3.bcom_list .product .productInfo, .bcomShopLoop .products.columns-4.bcom_list .product .productInfo {
    width: 62%;
  }
}

.woocommerce-account.woocommerce-dashboard .defualtSection {
  padding: 20px 0 50px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-account.woocommerce-dashboard .defualtSection {
    padding: 30px 0 70px;
  }
}
@media only screen and (min-width: 1400px) {
  .woocommerce-account.woocommerce-dashboard .defualtSection {
    padding: 40px 0 100px;
  }
}
.woocommerce-account.woocommerce-dashboard .defualtSection .woocommerce {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-account.woocommerce-dashboard .defualtSection .woocommerce::before {
  display: none;
}
.woocommerce-account.woocommerce-dashboard .defualtSection .woocommerce::after {
  display: none;
}
.woocommerce-account.woocommerce-dashboard .defualtSection .woocommerce .woocommerce-MyAccount-navigation {
  width: 100%;
  height: 100%;
  background: #f8f9fb;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  padding: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-account.woocommerce-dashboard .defualtSection .woocommerce .woocommerce-MyAccount-navigation {
    width: 30%;
    margin-bottom: 0;
  }
}
.woocommerce-account.woocommerce-dashboard .defualtSection .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account.woocommerce-dashboard .defualtSection .woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 5px;
}
.woocommerce-account.woocommerce-dashboard .defualtSection .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .woocommerce-account.woocommerce-dashboard .defualtSection .woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 18px;
    padding: 12px 15px;
  }
}
.woocommerce-account.woocommerce-dashboard .defualtSection .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background: #00083b;
  color: #fff;
}
.woocommerce-account.woocommerce-dashboard .defualtSection .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #00083b;
  color: #fff;
}
.woocommerce-account.woocommerce-dashboard .defualtSection .woocommerce .woocommerce-MyAccount-content {
  width: 100%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  padding: 12px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-account.woocommerce-dashboard .defualtSection .woocommerce .woocommerce-MyAccount-content {
    width: 68%;
    padding: 20px;
  }
}
.woocommerce-account.woocommerce-dashboard .defualtSection .woocommerce .woocommerce-MyAccount-content h2, .woocommerce-account.woocommerce-dashboard .defualtSection .woocommerce .woocommerce-MyAccount-content legend {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #222;
}
.woocommerce-account.woocommerce-dashboard .defualtSection .woocommerce .woocommerce-MyAccount-content form .form-row {
  margin-bottom: 20px;
}
.woocommerce-account.woocommerce-dashboard .defualtSection .woocommerce .woocommerce-MyAccount-content form .form-row label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: #555;
}
.woocommerce-account.woocommerce-dashboard .defualtSection .woocommerce .woocommerce-MyAccount-content form .form-row input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}
.woocommerce-account.woocommerce-dashboard .defualtSection .woocommerce .woocommerce-MyAccount-content form .form-row input:focus {
  border-color: #0d6efd;
  outline: none;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}
.woocommerce-account.woocommerce-dashboard .defualtSection .woocommerce .woocommerce-MyAccount-content form fieldset {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
.woocommerce-account.woocommerce-dashboard .defualtSection .woocommerce .woocommerce-MyAccount-content form fieldset legend {
  padding: 0 10px;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce-account.woocommerce-dashboard .defualtSection .woocommerce .woocommerce-MyAccount-content form .woocommerce-Button {
  background: #0d6efd;
  border: none;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.woocommerce-account.woocommerce-dashboard .defualtSection .woocommerce .woocommerce-MyAccount-content form .woocommerce-Button:hover {
  background: #0b5ed7;
}

.woocommerce-button {
  background-color: #132bbb !important;
  color: #ffffff !important;
}
.woocommerce-button:hover {
  background-color: #00083b !important;
}

.grid_list_view {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .grid_list_view {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .grid_list_view {
    margin-bottom: 20px;
  }
}
.grid_list_view .woocommerce-result-count {
  width: 100%;
  color: #00083b;
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  margin-bottom: 10px;
  margin-left: auto;
  order: 1;
}
@media only screen and (min-width: 768px) {
  .grid_list_view .woocommerce-result-count {
    order: 2;
    width: fit-content;
    margin-bottom: 0;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .grid_list_view .woocommerce-result-count {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .grid_list_view .woocommerce-result-count {
    font-size: 18px;
  }
}
.grid_list_view .woocommerce-ordering {
  margin-bottom: 0;
  margin-left: auto;
  order: 3;
}
@media only screen and (min-width: 768px) {
  .grid_list_view .woocommerce-ordering {
    margin-left: 0;
  }
}
.grid_list_view .woocommerce-ordering select {
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  .grid_list_view .woocommerce-ordering select {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .grid_list_view .woocommerce-ordering select {
    font-size: 18px;
  }
}

.grid_list_view_btn {
  display: flex;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .grid_list_view_btn {
    order: 1;
  }
}
.grid_list_view_btn a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-right: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #272727;
}
.grid_list_view_btn a.active {
  background-color: rgba(0, 0, 0, 0.2);
}

.productFilter .bsfTitle {
  font-size: 20px;
  border-bottom: 2px solid #333594;
  color: #333594;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .productFilter .bsfTitle {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .productFilter .bsfTitle {
    font-size: 24px;
  }
}
.productFilter .woof_container {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 2px solid #333594;
}
@media only screen and (min-width: 768px) {
  .productFilter .woof_container {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .productFilter .woof_container {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.productFilter .woof_container_inner h4 {
  color: #333594;
}
.productFilter .woof_list {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  scrollbar-width: thin;
  scrollbar-color: #5d5d5d #ddd;
}
.productFilter .woof_list::-webkit-scrollbar {
  width: 0.5vw;
}
.productFilter .woof_list::-webkit-scrollbar-thumb {
  background-color: #5d5d5d;
  border-radius: 5px;
}
.productFilter .woof_list::-webkit-scrollbar-track {
  background-color: #ddd;
}
.productFilter .woof_list_checkbox li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productFilter .woof_list_checkbox li label {
  width: 70%;
  flex-grow: 1;
  color: #000000;
  font-weight: 600;
}
.productFilter .woof_list_checkbox li .icheckbox_square-blue {
  min-width: 22px;
  background-color: #cdd7de;
}
.productFilter .woof_list_checkbox li .woof_childs_list_opener {
  width: 12px;
  height: 12px;
  margin-top: 8px !important;
  margin-left: 0 !important;
}
.productFilter .woof_list_checkbox li .woof_childs_list_opener .woof_is_closed, .productFilter .woof_list_checkbox li .woof_childs_list_opener .woof_is_opened {
  background: unset;
  padding-top: 7px;
}
.productFilter .woof_list_checkbox li .woof_childs_list_opener .woof_is_closed::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 15px;
}
.productFilter .woof_list_checkbox li .woof_childs_list_opener .woof_is_opened::after {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.productFilter .woof_list_checkbox li .woof_childs_list {
  width: 100% !important;
  padding-left: 10px !important;
  margin-bottom: 10px !important;
}
.productFilter .woof_price3_search_container .irs .irs-grid {
  display: none;
}
.productFilter .woof_price3_search_container .irs .irs-bar {
  background-color: #00083b;
}
.productFilter .woof_price3_search_container .irs .irs-handle {
  background-color: #00083b;
  border: none;
  width: 20px;
  height: 20px;
  top: 28px;
}
.productFilter .woof_price3_search_container .irs .irs-from {
  top: 4px;
  background-color: #00083b;
}
.productFilter .woof_price3_search_container .irs .irs-from::before {
  border-top-color: #00083b;
}
.productFilter .woof_price3_search_container .irs .irs-to {
  top: 4px;
  background-color: #00083b;
}
.productFilter .woof_price3_search_container .irs .irs-to::before {
  border-top-color: #00083b;
}
.productFilter .woof_reset_search_form {
  background-color: #da0000 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
}
.productFilter .woof_reset_search_form:hover {
  background-color: #dd0000 !important;
}

.woof_products_top_panel .woof_reset_button_2 {
  background-color: #da0000 !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  border: none;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 10px;
}
@media only screen and (min-width: 1200px) {
  .woof_products_top_panel .woof_reset_button_2 {
    font-size: 16px;
  }
}
.woof_products_top_panel .woof_reset_button_2:hover {
  background-color: #bd0000 !important;
}
.woof_products_top_panel li a {
  font-size: 14px;
  color: #00083b;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  .woof_products_top_panel li a {
    font-size: 16px;
  }
}

.productFilter_mobile {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .productFilter_mobile {
    display: none;
  }
}
.productFilter_mobile .mFilterBtn {
  display: block;
  padding: 15px;
  width: 100%;
  background-color: #00083b;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  clear: both;
}
.productFilter_mobile .mFilterBtn span {
  float: right;
}
.productFilter_mobile .offcanvas {
  max-width: 85%;
}
.productFilter_mobile .offcanvas-header {
  padding-top: 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid #333594;
}

.woocommerce-cart-form .product-thumbnail img {
  width: 100% !important;
  max-width: 100px !important;
}
.woocommerce-cart-form .product-name a {
  color: #00083b !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.woocommerce-cart-form .actions button {
  background-color: #132bbb !important;
  color: #ffffff !important;
}
.woocommerce-cart-form .actions button:hover {
  background-color: #00083b !important;
}
.woocommerce-cart-form .coupon #coupon_code {
  height: auto !important;
}
@media only screen and (min-width: 769px) {
  .woocommerce-cart-form .coupon #coupon_code {
    width: 200px;
  }
}

.cart-collaterals .wc-proceed-to-checkout .checkout-button {
  background-color: #132bbb !important;
}
.cart-collaterals .wc-proceed-to-checkout .checkout-button:hover {
  background-color: #00083b !important;
}

#toggle_full_view_mode {
  position: absolute;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 12px;
  right: 12px;
  background-color: #F3F4F9;
  color: #132bbb;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  z-index: 1;
}
@media only screen and (min-width: 576px) {
  #toggle_full_view_mode {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #toggle_full_view_mode {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  #toggle_full_view_mode {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

.product_fullscreen_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8823529412);
  padding: 50px 0;
  z-index: 999999;
}
.product_fullscreen_modal:not(.show) {
  display: none;
}
.product_fullscreen_modal div {
  max-height: 100%;
}

#close_full_view_mode {
  position: absolute;
  top: 15px;
  right: 35px;
  padding: 4px 8px 0px;
  z-index: 1;
  background-color: unset;
  color: #ffffff;
  border: 1px solid #ddd;
  font-size: 20px;
}

.p_full_screen_slider {
  position: relative;
  max-width: 80%;
  background-color: #F3F4F9;
  aspect-ratio: 10/10;
  margin: auto;
}
@media only screen and (min-width: 1920px) {
  .p_full_screen_slider {
    max-width: 800px;
  }
}
.p_full_screen_slider .product_full_view {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 10/10;
  padding: 25px;
}
.p_full_screen_slider .product_full_view img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.checkoutBanner .pageBanner {
  min-height: 80px !important;
  border-bottom: none !important;
  margin-bottom: 30px !important;
}
@media only screen and (min-width: 576px) {
  .checkoutBanner .pageBanner {
    min-height: 100px !important;
  }
}
@media only screen and (min-width: 992px) {
  .checkoutBanner .pageBanner {
    min-height: 140px !important;
  }
}
.checkoutBanner .pageBanner h1 {
  font-size: 20px !important;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .checkoutBanner .pageBanner h1 {
    font-size: 25px !important;
  }
}
@media only screen and (min-width: 922px) {
  .checkoutBanner .pageBanner h1 {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .checkoutBanner .pageBanner h1 {
    font-size: 36px !important;
  }
}
.checkoutBanner .pageBanner .bannerContent {
  padding: 0;
}

#order_review_heading {
  display: none;
}

form.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form.woocommerce-checkout .woocommerce-NoticeGroup {
  width: 100%;
}

.bcomCDWrap {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .bcomCDWrap {
    width: 60%;
  }
}
.bcomCDWrap div {
  width: 100% !important;
  float: unset !important;
}
.bcomCDWrap .woocommerce-billing-fields {
  margin-bottom: 20px;
}
.bcomCDWrap .woocommerce-billing-fields h3 {
  font-weight: 500;
}
.bcomCDWrap .form-row-first, .bcomCDWrap .form-row-last {
  width: 49% !important;
}
.bcomCDWrap input.input-text, .bcomCDWrap select {
  border-color: #e8e8e8 !important;
}
@media only screen and (min-width: 992px) {
  .bcomCDWrap input.input-text, .bcomCDWrap select {
    height: 50px !important;
  }
}
.bcomCDWrap input.input-text:focus, .bcomCDWrap select:focus {
  outline: 1px solid #132bbb !important;
}
.bcomCDWrap .checkout-inline-error-message {
  margin-top: 3px;
}
.bcomCDWrap .mobilebcomOrderReview {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .bcomCDWrap .mobilebcomOrderReview {
    display: none;
  }
}

#ship-to-different-address {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
#ship-to-different-address label {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: normal;
}
#ship-to-different-address #ship-to-different-address-checkbox {
  width: 20px !important;
  height: 20px !important;
}

.woocommerce-additional-fields .notes label {
  clip: unset !important;
  word-wrap: normal !important;
  border: unset !important;
  clip-path: unset !important;
  height: unset !important;
  margin: unset;
  overflow: unset !important;
  overflow-wrap: unset !important;
  padding: unset !important;
  position: unset !important;
  width: unset !important;
}
.woocommerce-additional-fields .input-text {
  border-color: #e8e8e8 !important;
  height: 85px !important;
}
.woocommerce-additional-fields .input-text:focus {
  outline: 1px solid #132bbb !important;
}

@media only screen and (max-width: 767px) {
  .bcomOrderReview {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .bcomOrderReview {
    width: 38%;
  }
}

.bcomCompSecTitle {
  font-weight: 400;
  padding-top: 20px;
  margin-bottom: 0;
}
.bcomCompSecTitle.toggle-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
  cursor: pointer;
}
.bcomCompSecTitle.toggle-btn i {
  font-size: 60%;
}

.woocommerce-checkout-payment {
  background-color: unset !important;
  padding-top: 20px;
}
.woocommerce-checkout-payment .wc_payment_methods {
  border-bottom: none !important;
  padding: 0 !important;
  margin-bottom: 30px !important;
}
.woocommerce-checkout-payment .form-row.place-order {
  padding: 0 !important;
}
.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper a {
  color: #da0000 !important;
}
.woocommerce-checkout-payment .form-row.place-order .woocommerce-form__label {
  font-weight: 500 !important;
}
.woocommerce-checkout-payment .form-row.place-order .woocommerce-form__label input {
  width: 20px !important;
  height: 20px !important;
}
.woocommerce-checkout-payment .form-row.place-order #place_order {
  display: block !important;
  background-color: #000000 !important;
  padding: 16px 12px !important;
  width: 110px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  border-radius: 6px !important;
  margin-top: 20px !important;
  margin-left: auto !important;
}
@media only screen and (min-width: 768px) {
  .woocommerce-checkout-payment .form-row.place-order #place_order {
    padding: 22px 16px !important;
    width: 130px !important;
    font-size: 18px !important;
  }
}

.bcomOrderSummary {
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
}

.bcomCoCartItems {
  padding-top: 10px;
}
.bcomCoCartItems .bcomCartItem {
  display: flex;
  gap: 8px;
  padding: 10px 0;
}
.bcomCoCartItems .bcomCartItem:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}
@media only screen and (min-width: 992px) {
  .bcomCoCartItems .bcomCartItem {
    gap: 12px;
  }
}
.bcomCoCartItems .bcomCartThumb {
  width: 45px;
  height: 45px;
  padding: 6px;
  border: 1px solid #e8e8e8;
}
@media only screen and (min-width: 992px) {
  .bcomCoCartItems .bcomCartThumb {
    width: 55px;
    height: 55px;
  }
}
.bcomCoCartItems .bcomCartThumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bcomCoCartItems .bcomCartDetails {
  flex-grow: 1;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .bcomCoCartItems .bcomCartDetails {
    font-size: 16px;
  }
}
.bcomCoCartItems .bcomCartDetails h5 {
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .bcomCoCartItems .bcomCartDetails h5 {
    font-size: 16px;
  }
}
.bcomCoCartItems .bcomCartDetails a {
  color: #000000;
}
.bcomCoCartItems .bcomCartDetails > span {
  display: block;
}
.bcomCoCartItems .bcomCIprice {
  font-weight: 600;
}
.bcomCoCartItems .bcomCIprice ins {
  text-decoration: none;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}

.bcomCouponSection {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
}
.bcomCouponSection .bcomCouponToggle {
  font-size: 16px;
  font-weight: 600;
  color: #da0000;
  text-decoration: underline;
  margin-bottom: 0;
  cursor: pointer;
}
.bcomCouponSection .bcomCouponForm {
  display: none;
}
.bcomCouponSection .bcomCoCoupon {
  padding-top: 10px;
}
.bcomCouponSection .bcomCoCoupon .checkout_coupon {
  display: flex !important;
  gap: 10px;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.bcomCouponSection .bcomCoCoupon .checkout_coupon .clear {
  display: none;
}
.bcomCouponSection .bcomCoCoupon p {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.bcomCouponSection .bcomCoCoupon p input, .bcomCouponSection .bcomCoCoupon p button {
  height: 42px !important;
}
@media only screen and (min-width: 992px) {
  .bcomCouponSection .bcomCoCoupon p input, .bcomCouponSection .bcomCoCoupon p button {
    height: 45px !important;
  }
}
.bcomCouponSection .bcomCoCoupon .form-row-first {
  flex-grow: 1 !important;
}
.bcomCouponSection .bcomCoCoupon .form-row-last {
  width: fit-content !important;
}
.bcomCouponSection .bcomCoCoupon button {
  background-color: #132bbb !important;
  color: #ffffff !important;
}
.bcomCouponSection .bcomCoCoupon button:hover {
  background-color: #00083b !important;
}

.bcomCartTotals .shop_table {
  border: none !important;
}
.bcomCartTotals .shop_table thead, .bcomCartTotals .shop_table tbody {
  display: none !important;
}
.bcomCartTotals .shop_table tr.woocommerce-shipping-totals td {
  font-size: 14px;
  font-weight: 400;
}
.bcomCartTotals .shop_table tr th, .bcomCartTotals .shop_table tr td {
  padding: 10px 0 !important;
  border: none !important;
  border-bottom: 1px solid #e8e8e8 !important;
}
.bcomCartTotals .shop_table tr th .woocommerce-remove-coupon, .bcomCartTotals .shop_table tr td .woocommerce-remove-coupon {
  color: #da0000;
  font-size: 12px;
  text-decoration: none;
}
.bcomCartTotals .shop_table tr th li, .bcomCartTotals .shop_table tr td li {
  margin-bottom: 0 !important;
}
.bcomCartTotals .shop_table tr th {
  font-weight: 400 !important;
}
.bcomCartTotals .shop_table tr td {
  font-weight: 600;
  text-align: right;
}

.offcanvas-backdrop {
  z-index: 99999;
}

.offcanvas.offcanvas-start {
  z-index: 999999;
}/*# sourceMappingURL=style.css.map */