form#gform_1 {
  display: block;
}
.woocommerce-checkout .woocommerce-notices.woocommerce-error {
  display: none;
}
form label .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 14px;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row.form-row-full {
  width: 100%;
}
.woocommerce-billing-fields h4.mb-4 {
  display: none;
}
.site-header .btn-menu.menu-item a {
  border-radius: 0.375rem !important;
}
.site-header #menu-header-menu .btn-menu.menu-item a:hover {
  background: #a0292b !important;
  color: #ffffff !important;
}
.woocommerce-variation.single_variation {
  position: absolute;
  top: 0;
}
.single-product
  .section-product-single
  .variations_form.cart
  .single_variation {
  display: block !important;
}
.woocommerce-variation.single_variation span.price {
  font-size: 1.875rem !important;
  color: #000000 !important;
}
.single-product
  .product-content
  .product.single-product.add_to_cart_form_shortcode {
  position: unset;
}
input#lost_voucher_cover {
  width: unset;
  appearance: auto;
}
.pewc-product-extra-groups-wrap
  ul.pewc-product-extra-groups
  .pewc-select-wrapper
  select,
select#billing_country {
  background-image: url(../images/down-arraow.svg);
  background-size: 20px;
  background-repeat: no-repeat;
}
form input[type="text"].datepicker,
form input[type="date"].datepicker {
  background-image: url(../images/calender.svg) !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: 98% !important;
  cursor: pointer;
}
form input[type="date"].datepicker {
  outline: none !important;
  box-shadow: unset !important;
  background-color: #f8fafc !important;
  border-color: #cbd5e1 !important;
  border-radius: 0 !important;
  padding: 12px 15px !important;
  height: unset !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  width: 100% !important;
}
.gform_button_select_files:focus {
  outline: none !important;
  border: 0px !important;
}
.sale-banner-button {
  background: url(../images/sale-banner-bg.png) center center no-repeat;
  background-size: cover;
  color: white;
  font-weight: bold;
  padding: 10px 40px;
  border: none;
  font-size: 20px;
  line-height: 1.5;
  height: 88px;
  max-width: 460px;
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
#fkcart-modal .fkcart-checkout-wrap .fkcart-shopping-link,
#fkcart-modal .fkcart-shopping-link {
  color: #000000 !important;
  background: transparent !important;
  text-decoration: underline !important;
}

/* .section-product-single .product-content .pewc-total-field-wrapper p { */
/* display: none; */
/* } */
.section-product-single
  .product-content
  .pewc-total-field-wrapper
  p.calculated-price {
  display: block;
}
.add_to_cart_form_shortcode .pewc-total-field-wrapper p:nth-child(1) {
  display: block;
  font-size: 0;
}
.add_to_cart_form_shortcode .pewc-total-field-wrapper p:nth-child(1) * {
  font-size: 0;
}
span.read-more-variations {
  width: 100%;
  left: 0;
}
/* body.woocommerce-checkout form.checkout .woocommerce-invalid input { */
/* border-color: red !important; */
/* } */

.sub-category-content .product-description {
  overflow: unset;
  display: unset;
}
.sale-banner-button small {
  text-transform: lowercase;
}
.woocommerce-checkout #payment ul.payment_methods li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.woocommerce-checkout
  #payment
  ul.payment_methods
  li.wc_payment_method[style*="display:none"] {
  display: none !important;
}

.location-map-wrp * {
  font-size: 14px;
  line-height: 22px;
  font-family: "Satoshi";
  font-weight: 500;
  color: #05284f;
}
.location-map-wrp a.location-map-btn {
  font-weight: 600;
}
form.cart
  .woocommerce_gc_giftcard_form_wrapper
  label:not([for="wc_gc_giftcard_delivery_field"]) {
  font-size: 15px !important;
}
@media screen and (max-width: 1199px) {
  .navbar-nav.gap-lg-4 {
    gap: 1rem !important;
  }
  .site-header .navbar-nav.gap-lg-4 .menu-item a {
    font-size: 12px !important;
  }
  .custom-logo-link .custom-logo {
    max-width: 210px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .single-product
    .section-product-single
    .woocommerce_gc_giftcard_form
    .wc_gc_field {
    width: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  .sub-category-content .row .sub-product-box {
    width: calc(50% - 15px) !important;
  }
}
@media screen and (max-width: 767px) {
  .section-single-content .live-shortcode .acf-repeater {
    padding-top: 0px;
  }
  .single-product
    .product-content
    .gift-card-form
    .form-row
    input[type="date"].datepicker {
    width: 100% !important;
    width: -webkit-fill-available !important;
  }
  .single-product .product-content .gift-card-form {
    box-sizing: border-box !important;
  }
  .section-product-single .product-content .pewc-total-field-wrapper {
    width: 95% !important;
  }
  form.cart {
    overflow: hidden !important;
    padding: 0 10px;
  }
  form.cart ul.pewc-product-extra-groups.cols-2 {
    display: flex;
    flex-wrap: wrap;
  }
  form.cart ul.pewc-product-extra-groups li {
    width: 100%;
    margin-bottom: 0;
  }
  form.cart ul.pewc-product-extra-groups li:last-child {
    margin-bottom: 25px;
  }
  .sub-category-content .row .sub-product-box {
    width: calc(100% - 20px) !important;
  }
  .sale-banner-button {
    font-size: 16px;
    padding: 10px 50px;
    height: 69.2px;
    background-size: contain;
  }
}

.woocommerce-checkout #payment ul.payment_methods li {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 10px !important;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.woocommerce-checkout #payment div.payment_box {
  background: #ffffff;
  padding-top: 0;
}
.woocommerce-checkout #payment div.payment_box::before {
  content: unset;
}
.woocommerce-checkout #payment .fkwcs-saved-payment-methods ul {
  padding: 0 !important;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label {
  width: calc(100% - 40px);
  line-height: 2 !important;
}
.woocommerce-checkout #payment ul.wc-saved-payment-methods li {
  border: none;
}
.woocommerce-checkout input[type="checkbox"] {
  width: 16px;
  height: 16px;
  outline: none !important;
  margin: 0 !important;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox.checkbox,
.woocommerce-checkout #custom_fee_checkbox_field label {
  display: flex !important;
  align-items: center;
  gap: 7px;
}
.woocommerce-checkout #fkwcs_stripe_smart_button_wrapper,
.woocommerce-checkout
  #fkwcs_stripe_smart_button_wrapper
  #fkwcs-expresscheckout-fieldset {
  margin: 0;
}
.woocommerce-checkout .wc-stripe-banner-checkout {
  padding: 0 10px;
}
.woocommerce-checkout
  #fkwcs_stripe_smart_button_wrapper
  #fkwcs-payment-request-separator {
  margin: 15px 0 5px 0;
}
.woocommerce-checkout #fkwcs_stripe_smart_button_wrapper,
.woocommerce-checkout form.woocommerce-checkout .wc-stripe-banner-checkout {
  max-width: 100% !important;
  width: 100% !important;
}
.custom-logo-link .custom-logo {
  max-width: 360px;
  width: 100%;
}
.woocommerce-cart-form table.cart tr td .coupon {
  display: none;
}

.single-product form .single_add_to_cart_button {
  position: relative;
}

.single-product form .single_add_to_cart_button.adding-cart:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #d3d3d3;
  border-top-color: rgb(138 136 136 / 100%);
  border-right-color: rgb(138 136 136 / 100%);
  animation: ringSpin 0.8s linear infinite;
  z-index: 1;
}

@keyframes ringSpin {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.single-product form .single_add_to_cart_button.adding-cart::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: #05284f9c !important;
}

/* Track Location Css Start */
.custom-track-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
  margin: 0 0 30px auto;
  max-width: 308px;
}
.custom-filter-item {
  flex: 1 1 220px;
}

.custom-filter-item input,
.custom-filter-item select {
  outline: none !important;
  box-shadow: unset !important;
  background-color: transparent !important;
}
.custom-filter-item .form-select:focus {
  border-color: #8294a7 !important;
}
.custom-filter-actions {
  flex: 0 0 auto;
}

#custom-track-reset {
  height: 44px;
  padding: 0 18px;
  border: none;
  border-radius: 6px;
  background: #f1f1f1;
  color: #222;
  cursor: pointer;
  font-weight: 600;
}

.custom-track-location-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 30px 0;
}

.custom-track-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
  width: calc(25% - 18px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05); */
  justify-content: space-between;
}

.custom-track-card .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.custom-track-title {
  /* color: #008248; */
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.custom-track-line {
  color: #333;
  font-size: 14px;
  display: inline;
  /* line-height: 1.8;
  margin-bottom: 2px; */
}

.track-location .custom-track-content .custom-track {
  display: none;
}

.track-location .custom-track-content .custom-track-title {
  margin-bottom: 0;
}
/* .custom-track-btn {
  display: inline-block;
  background: #eee;
  color: #222;
  text-align: center;
  padding: 8px 15px !important;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-weight: 500;
} */

.custom-track-btn:hover {
  color: #001328;
  /* text-decoration: none; */
}

#custom-track-results-wrap {
  position: relative;
  min-height: 120px;
}

.custom-track-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9;
  text-align: center;
  padding-top: 100px;
}

.custom-track-loader img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

#custom-track-results.custom-track-loading {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .custom-track-card {
    width: calc(50% - 18px);
  }
  .custom-track-filters {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .custom-logo-link .custom-logo {
    max-width: 100% !important;
  }
  section.track-location-banner .container {
    padding-bottom: 0 !important;
  }
  section.track-location-banner {
    background: transparent !important;
    padding-top: 100px !important;
    padding-bottom: 0 !important;
  }

  .page-id-10971 .site-header {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    background: #05284f;
  }
  .track-location-banner h1 {
    color: var(--bs-heading-color) !important;
  }
  .custom-track-filters {
    flex-direction: column;
    align-items: stretch;
  }

  .custom-track-card {
    width: 100%;
  }
  .custom-filter-item {
    flex: unset;
  }
}
/* Track Location Css end */
wc-order-attribution-inputs {
  display: none;
}

/* Start Code style */
.cookieconsent-deny {
  padding-bottom: 30px;
  font-size: 20px;
}
.cookieconsent-deny button.change-consent-btn {
  background: transparent;
  border: none;
  text-decoration: underline;
  padding: 0;
  color: inherit;
  font-weight: bold;
}
.cookieconsent-deny button.change-consent-btn:hover {
  color: #b52d2d;
}
body.consent-clicked #CybotCookiebotDialog {
  display: none !important;
}

.site-header .btn-menu.menu-item:last-child {
  display: none;
}
.woocommerce-order-received .backhome {
  display: block !important;
}
.vouchers-sale .sale-banner-button {
  font-size: 16px;
  line-height: 1.5;
  /*     max-width: 405px; */
}
.section-product-single .product-content form.cart {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}
.section-product-single
  .product-content
  form.cart
  .pewc-product-extra-groups-wrap {
  order: -1;
}
.single-product .product-content .product.single-product {
  padding-bottom: 72px !important;
}
.section-product-single .product-content .pewc-total-field-wrapper {
  position: absolute;
  bottom: 14px;
}
.display-none {
  display: none !important;
}
.section-banner .home-banner {
  height: 720px !important;
}
.price-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sub-category-content .row.row-gap-4 {
  justify-content: center;
  gap: 20px;
}
.page-id-197 .section-checkout .border-bottom {
  padding-top: 50px;
}
.page-id-197 .section-banner {
  display: none;
}
.page-id-197 header.site-header {
  background: #05284f;
  /*     background-color: rgb(0 19 40 / 70%) !important; */
}
.single-product .section-single-content .product-description p strong {
  margin-top: 20px !important;
  display: flex;
  font-size: 20px;
}
.single-product .section-single-content .product-description p:last-child {
  margin-bottom: 0px;
}
body.single-product .section-single-content .product-description {
  overflow: hidden;
  text-overflow: unset;
  display: unset;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}
body.single-product .section-single-content ul li {
  margin-bottom: 10px;
  width: 50%;
}
body.single-product .section-single-content ul li::before {
  width: 7px;
  height: 7px;
  min-width: 7px;
  margin-top: 7px;
  background-color: #05284f;
}
.single-product
  .section-single-content
  .product-description
  + .product-description {
  margin-top: 25px;
}
.single-product
  .section-single-content
  .product-description
  + .product-description
  h4 {
  margin-bottom: 10px;
}
.section-single-content .live-shortcode .acf-repeater {
  padding-top: 50px;
}
.empty-cart .button a {
  border-radius: 6px;
  padding: 12px 15px;
  background-color: #05284f;
  border-color: #05284f;
}
.empty-cart .button a:hover {
  background: #a02929 !important;
  border-color: #a02929;
}
.empty-cart-page .sub-category-content .product-card h3,
.empty-cart-page .sub-category-content .product-card h3 a {
  font-size: 20px !important;
}
.section-review .slick-track {
  display: flex;
}
.section-review .slick-initialized .slick-slide {
  height: auto;
}
.navbar svg.fkcart-icon-checkout path {
  fill: #fff;
}
.t-color {
  color: #001328;
}
.h6-22 {
  font-size: 22px;
  font-weight: 500;
}
.two-boxes h6,
.three-boxes h6,
.two-boxes .h6,
.three-boxes .h6 {
  font-size: 22px;
  line-height: 30px;
}

a.ui-datepicker-prev.ui-corner-all:before,
a.ui-datepicker-next.ui-corner-all:before {
  padding: 0px !important;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  background: #fff;
}
div#ui-datepicker-div {
  background: #fff !important;
}
div#ui-datepicker-div td.ui-datepicker-week-end {
  background: #fff !important;
}
.ginput_container.ginput_container_fileupload {
  cursor: pointer;
}
body button.gform_button_select_files {
  z-index: unset !important;
}
body input#wpsl-search-btn,
body .gform-footer.gform_footer.top_label input#gform_submit_button_4 {
  background: #05284f !important;
}

body input#gform_submit_button_1 {
  background: #05284f !important;
}
body .section-review .review-author h6,
body .section-review .review-author .h6 {
  color: #1f2936 !important;
}
/* .page-id-625 .lc-block.trustpilot-review {
  background: #f8f9fa !important;
} */
.ui-datepicker td.ui-datepicker-week-end {
  border: 0px !important;
}
.wc_gc_datepicker .ui-datepicker-header .ui-datepicker-title,
.wc_gc_datepicker {
  background: #fff !important;
}
.wc_gc_datepicker .ui-datepicker-header .ui-datepicker-prev,
.wc_gc_datepicker .ui-datepicker-header .ui-datepicker-next {
  padding: 0px !important;
}
.home .section-review h2 {
  color: #fff;
}
.page-id-1270 .section-review h2,
.review-white .section-review h2,
.single-product .section-review h2 {
  color: #b52d2d !important;
}

.lc-block.review-date * {
  color: rgba(0, 0, 0, 0.6);
}
a.rating {
  font-size: 13px;
}
.lc-block.review-date {
  font-weight: 700;
  font-size: 12px;
}
.review-author h6,
.review-author .h6 {
  color: #1f2936;
  font-size: 14px !important;
  font-weight: 700 !important;
}
.site-footer .menu-item a {
  margin-bottom: 10px !important;
  display: inline-block;
}
.product-name .product-variations .read-more-variations {
  position: absolute;
  bottom: -10px;
}
.product-name .product-variations {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px !important;
}
.site-footer .footer-sociallink a img,
.site-footer .information-icon img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(10%)
    hue-rotate(52deg) brightness(104%) contrast(103%);
}
div#custom_fee_checkbox_field label {
  font-size: 22px !important;
}
.gfield-choice-input:focus {
  outline: none !important;
}
.woocommerce-cart
  .wc-block-cart-items
  .wc-block-cart-item__quantity
  .wc-block-components-quantity-selector
  button:focus,
.woocommerce-cart
  .wc-block-cart-items
  .wc-block-cart-item__quantity
  .wc-block-components-quantity-selector
  input:focus {
  border: 0px !important;
  box-shadow: unset !important;
}
body.woocommerce-cart
  .wc-block-cart-items
  .wc-block-cart-item__quantity
  .wc-block-components-quantity-selector::after {
  border-radius: 6px !important;
}
table.wc-block-cart-items
  .wc-block-cart-item__total-price-and-sale-badge-wrapper {
  padding-top: 5px;
}
table.wc-block-cart-items a.wc-block-components-product-name {
  max-width: 200px !important;
}
table.wc-block-cart-items .wc-block-cart-item__wrap {
  justify-content: space-between;
}

body .review-white .lc-block.review-date.text-end {
  color: rgba(0, 0, 0, 0.6) !important;
}
body .section-review .trustpilot-review .review-content p {
  color: #191919;
  font-size: 13px;
  line-height: 16px !important;
  font-weight: 400;
}
.review-white
  .lc-block.trustpilot-review.mx-2.bg-light.px-3.py-md-4.py-3.slick-slide.slick-active {
  background: #f8f9fa !important;
}
body .review-white .review-author h6,
body .review-white .review-author .h6 {
  color: #1f2936 !important;
}
body form textarea.small {
  max-height: 153px;
}
div#cpsw-payment-request-wrapper {
  display: none !important;
}
.section-voucher .gfield--type-fileupload .ginput_container_fileupload {
  max-height: 130px;
}
body
  .section-voucher
  .gfield--type-fileupload
  .ginput_container_fileupload
  .gform_fileupload_multifile {
  height: auto !important;
}
.wc-block-cart__submit-container a {
  border-radius: 6px;
}
/* Checkout	 */
.gform_validation_errors {
  display: none !important;
}
.gfield_error .validation_message {
  display: none !important;
}
/* .section-about .live-shortcode form input[type=text],.section-about .live-shortcode form input[type=email],.section-about .live-shortcode form input[type=tel],.section-about .live-shortcode form textarea ,
.woocommerce-billing-fields__field-wrapper input[type=text],.woocommerce-billing-fields__field-wrapper input[type=email],.woocommerce-billing-fields__field-wrapper input[type=tel],.woocommerce-billing-fields__field-wrapper textarea,.woocommerce-billing-fields__field-wrapper select, */
body input[type="submit"] {
  border-radius: 6px !important;
}
body form input[type="text"],
body form input[type="email"],
body form input[type="tel"],
body form select,
body form textarea {
  outline: none !important;
  box-shadow: unset !important;
  background-color: transparent !important;
  border-color: #cbd5e1 !important;
  border-radius: 5px !important;
  padding: 12px 15px !important;
  height: unset !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  width: 100% !important;
  color: #666666 !important;
}
body .gfield_error input[type="text"],
body .gfield_error input[type="email"],
body .gfield_error input[type="tel"],
.gfield_error body input[type="number"],
body .gfield_error textarea,
body .gfield_error .gform_button_select_files,
body textarea {
  border-color: #c02b0a !important;
}
.woocommerce-checkout #payment {
  background: #05284f17;
}
.checkout-shipping h4 ~ a {
  border-radius: 6px;
}
#order_review .woocommerce-checkout-review-order-table dt:before {
  content: "Q: ";
}
#order_review .woocommerce-checkout-review-order-table dt {
  width: 100%;
}
#order_review .woocommerce-checkout-review-order-table dd {
  display: flex;
  gap: 5px;
  width: 100%;
  padding-bottom: 10px !important;
}
.woocommerce-page #payment #place_order {
  border-radius: 6px;
  background: #05284f;
}

#order_review .woocommerce-checkout-review-order-table dd:before {
  content: "A: ";
}
#order_review .woocommerce-checkout-review-order-table .align-items-center {
  align-items: flex-start !important;
}

#order_review .woocommerce-checkout-review-order-table tr.fee th {
  padding-left: 0px !important;
  font-size: 22px;
  font-weight: 500;
}
#order_review .woocommerce-checkout-review-order-table tr.fee td {
  text-align: right;
  padding-right: 0px !important;
  font-size: 22px;
}

#fkcart-modal .fkcart-zero-state .fkcart-shop-button {
  background: #05284f;
}

.gform_drop_area.gform-theme-field-control {
  background: transparent !important;
}

.section-gallery a.btn.btn-danger {
  border-radius: 6px;
  padding: 12px 15px;
}
.product-img .trustpilot-icon * {
  color: #0d121b;
}
a.trust-logo {
  display: flex;
}
.product-img .trustpilot-icon * {
  color: #0d121b !important;
}
.star-total {
  font-size: 16px;
}
.product-img .trustpilot-icon {
  background: rgb(0 174 118 / 10%);
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
  justify-content: center;
  row-gap: 10px;
  gap: 10px;
  flex-wrap: wrap;
}
a.trust-logo svg path:first-child {
  fill: #0d121b;
}
.product-img .trustpilot-icon p {
  width: 100%;
  text-align: center;
  font-size: 22px;
}
section.section-featured {
  display: none;
}
.page-template-empty .section-catgory .container {
  max-width: 1356px;
}
.section-catgory .sub-category-content .product-card img {
  min-height: 210px;
  max-height: 210px;
  /* max-width: 370px; */
}
button.gform_button_select_files {
  box-shadow: unset !important;
  border: 0px;
  background: transparent !important;
}

/* Home page */
.sale-banner-button {
  cursor: unset !important ;
}
/* single page */
.ginput_container_checkbox {
  cursor: pointer;
}
.single-product .section-product-single .woocommerce_gc_giftcard_form_wrapper {
  display: block !important;
}
.single-product
  .section-product-single
  .pewc-product-extra-groups-wrap
  ul.pewc-product-extra-groups
  .pewc-field-label {
  line-height: 22px;
  font-weight: 600;
}
.single-product
  .section-product-single
  .woocommerce_gc_giftcard_form
  .wc_gc_field
  label {
  font-weight: 600 !important;
}
.single-product .section-product-single #pewc-grand-total-label:before {
  content: "Product Total";
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
.single-product .section-product-single #pewc-grand-total-label {
  font-size: 0;
}
.single-product
  .section-product-single
  .woocommerce_gc_giftcard_form
  .wc_gc_field.wc_gc_giftcard_message {
  margin-bottom: 10px !important;
}
.add_to_cart_form_shortcode .pewc-total-field-wrapper p:nth-child(1),
.add_to_cart_form_shortcode .pewc-total-field-wrapper p:nth-child(2) {
  display: none;
}
.section-product-single
  .product-content
  button.single_add_to_cart_button.btn.btn-dark.w-100.text-capitalize.alt {
  position: absolute;
  right: 15px;
  max-width: 300px;
  bottom: 20px;
  background: #05284f !important;
  opacity: 1 !important;
  border-radius: 6px;
}
.section-product-single
  .product-content
  .pewc-total-field-wrapper
  .pewc-total-field {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.section-product-single .product-content .pewc-total-field-wrapper {
  width: 45%;
  padding: 0px;
}
.section-product-single .product-content form.cart {
  margin-bottom: 0px !important;
}
.single-product .section-product-single .woocommerce_gc_giftcard_form input,
.single-product .section-product-single .woocommerce_gc_giftcard_form textarea {
  padding: 12px 15px !important;
  background-color: transparent !important;
  border-radius: 5px !important;
  color: #666666 !important;
  font-weight: 400 !important;
}
.single-product .product-content .product.single-product {
  border: 1px solid rgb(138 136 136 / 20%);
  padding: 15px;
  border-radius: 15px;
}

.single-product
  .product-content
  .woocommerce_gc_giftcard_form_wrapper
  .woocommerce_gc_giftcard_form {
  background: #72b5ff14;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
}
.single-product .section-product-single .product-image img {
  max-height: 500px;
  min-height: 500px;
  transition: all 0.5s;
  transform: scale(1) !important;
  /*     max-width: 517px; */
  border-radius: 15px;
}
/* gift page */
.section-catgory .sub-category-content .product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.sub-category-content .product-card .text-end {
  display: none;
}
.sub-category-content .product-card .product-info .price-part {
  order: 2;
  width: 40%;
  display: flex;
  align-items: center;
  margin: 0px !important;
}
.sub-category-content .product-card .product-info .product-info-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*     flex-direction: column; */
}
.sub-category-content .product-card .product-info {
  padding-bottom: 10px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 48%;
}
.sub-category-content .product-card h3,
.sub-category-content .product-card h3 a {
  font-size: 22px !important;
  width: 100%;
  line-height: 1.36;
  color: #001328 !important;
}

.sub-category-content .row .sub-product-box {
  width: calc(32% - 0px);
  max-width: 370px;
  padding: 0px !important;
}

.sub-category-content .product-description {
  font-size: 14px;
  line-height: 1.57;
}
.sub-category-content .product-card .product-info .price {
  font-size: 22px;
  font-weight: 500 !important;
  line-height: 1.36;
}

.sub-category-content .product-card .add-to-cart-btn {
  /*     position: absolute;
    bottom: 20px; */
  width: auto;
  order: 3;
}
.sub-category-content .product-card .product-info {
  padding-bottom: 20px !important;
}

.fkcart-summary-text.fkcart-shipping-tax-calculation-text {
  font-size: 16px !important;
}
.fkcart-checkout-wrap.fkcart-panel a {
  background: #05284f !important;
}
.fkcart-summary-line-item.fkcart-subtotal-wrap * {
  font-weight: 500;
  font-size: 22px !important;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-title {
  font-size: 16px;
  color: #0d121b;
}
#fkcart-modal .fkcart-quantity-selector .fkcart-quantity-button svg path {
  fill: #000;
}
#fkcart-modal .fkcart-quantity-selector .fkcart-quantity-button svg {
  width: 15px !important;
  height: 15px !important;
}
#fkcart-modal
  .fkcart-preview-ui
  .fkcart-slider-heading
  .fkcart-modal-close
  svg {
  width: 22px !important;
  height: 22px;
}
#fkcart-modal .fkcart-preview-ui .fkcart-slider-heading .fkcart-modal-close {
  height: 30px;
  max-width: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
#fkcart-modal
  .fkcart-preview-ui
  .fkcart-slider-heading
  .fkcart-modal-close
  svg
  path {
  fill: #05284f;
}

#fkcart-modal .fkcart-item-wrap .fkcart-qty-wrap {
  margin-top: 20px;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-price {
  font-weight: 500;
  font-size: 16px;
}
#fkcart-modal .fkcart-quantity-selector {
  height: 36px;
  justify-content: center;
}
#fkcart-modal .fkcart-quantity-selector .fkcart-quantity__input {
  box-shadow: unset !important;
  font-size: 16px;
  font-weight: 500;
  padding: 0px;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-image-wrapper img {
  width: 100% !important;
  min-width: 70px;
  max-height: 80px;
}

#fkcart-modal .fkcart-slider-body .fkcart-item-wrap .fkcart--item {
  border: 1px solid #e4e4e4;
  padding: 20px;
}
#fkcart-modal .fkcart-preview-ui .fkcart-slider-heading {
  padding-left: 25px;
  padding-top: 30px;
}
#fkcart-modal .fkcart-preview-ui .fkcart-slider-heading .fkcart-title {
  font-size: 22px;
}
#fkcart-modal .fkcart-slider-body .fkcart-item-wrap {
  padding: 30px 25px;
  padding-right: 25px;
}
.fkcart-slider-body
  .fkcart-item-wrap
  .fkcart-item-meta
  .fkcart-item-meta-content {
  display: none;
}
section.section-product-single {
  padding-bottom: 0px !important;
}
.fkcart-custom-menu-link .fkcart-shortcode-icon-wrap svg path {
  fill: #fff;
}
.section-product-single .between {
  justify-content: space-between !important;
}
.section-product-single .location-right a.btn.btn-dark {
  border-radius: 6px;
}
.section-product-single .location-right {
  margin-bottom: 10px;
}
.section-product-single .wc_gc_send_as_gift_wrapper,
.pewc-group-heading-wrapper > h3 {
  display: none;
}
.pewc-product-extra-groups-wrap ul.pewc-product-extra-groups {
  padding: 0px;
  row-gap: 0px;
  grid-gap: 13px;
}
.pewc-product-extra-groups-wrap ul.pewc-product-extra-groups .pewc-field-label {
  font-size: 16px;
  line-height: 32px;
}
.pewc-product-extra-groups-wrap
  ul.pewc-product-extra-groups
  .pewc-item-field-wrapper {
  margin: 0px !important;
}
.pewc-product-extra-groups-wrap
  ul.pewc-product-extra-groups
  .pewc-select-wrapper {
  border: 0;
  padding: 0;
}

.pewc-product-extra-groups-wrap
  ul.pewc-product-extra-groups
  .pewc-select-wrapper
  .pewc-form-field {
  outline: none !important;
  box-shadow: unset !important;
  background-color: transparent !important;
  border-color: #cbd5e1 !important;
  border-radius: 5px !important;
  padding: 12px 15px !important;
  height: unset !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  width: 100% !important;
  color: #666666;
}

.shop_table .product-variations .pewc-cart-item-price,
.order_details .pewc-order-item-price {
  display: none;
}

.woocommerce-cart .woocommerce-cart-form {
  padding-right: 4.5283018868%;
  width: 65%;
}

.woocommerce-cart .cart-collaterals {
  padding-left: 2.2641509434%;
  width: 35%;
}

.woocommerce-cart ul.wc_stripe_cart_payment_methods,
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100% !important;
}

.woocommerce-cart .cart_totals h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.woocommerce-cart .cart_item .product-name > a {
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 1366px) {
  .sub-category-content .product-card .add-to-cart-btn {
    font-size: 14px;
    padding: 13px 10px;
  }
  .section-product-single .product-content button.single_add_to_cart_button {
    max-width: 280px;
  }

  .sub-category-content .product-card h3,
  .sub-category-content .product-card h3 a,
  .sub-category-content .product-card .product-info .price {
    font-size: 18px !important;
  }
  .section-product-single .product-content .pewc-total-field-wrapper {
    padding-right: 30px !important;
  }
}
@media (max-width: 1199px) {
  body.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__prices {
    margin-left: 0px;
  }
  .single-product .section-product-single .product-image img {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .banner-boxes {
    text-align: center;
  }
  .sub-category-content .row .sub-product-box {
    width: calc(50% - 0px);
  }
  .section-catgory .sub-category-content .product-card img {
    max-width: 100%;
  }
  .woocommerce-cart .woocommerce-cart-form {
    padding-right: 0;
    width: 100%;
  }

  .woocommerce-cart .cart-collaterals {
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .page-id-197 .section-checkout .checkout-shipping .border-bottom {
    padding-top: 0px;
  }
  .drive-number h4 {
    font-size: 22px;
  }
  .drive-block .drive-number {
    min-width: 70px;
    height: 70px;
  }
  .navbar .navbar-collapse .navbar-nav {
    top: 0px;
    height: 100vh;
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .footer-social.mobile-icon {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .site-header .btn-menu.menu-item:last-child {
    display: block;
  }
}
@media (max-width: 767px) {
  ul.pewc-product-extra-groups.cols-2 {
    grid-template-columns: 1fr 1fr;
  }
  .single-product .product-content .product.single-product {
    padding: 0 !important;
    border: none;
  }
  .single-product
    .section-product-single
    .pewc-product-extra-groups-wrap
    ul.pewc-product-extra-groups
    .pewc-field-label {
    font-size: 12px;
  }
  .single-product .product-content .gift-card-form .form-row label,
  .single-product .product-content .gift-card-form .form-row input,
  .single-product .product-content .gift-card-form .form-row textarea {
    font-size: 12px !important;
  }
  .pewc-product-extra-groups-wrap
    ul.pewc-product-extra-groups
    .pewc-select-wrapper
    .pewc-form-field {
    font-size: 12px !important;
  }
  .custom-logo-link .custom-logo {
    max-width: 100%;
  }
  .section-product-single .product-content form.cart {
    position: relative;
  }
  .section-product-single .product-content button.single_add_to_cart_button {
    margin-top: 50px;
  }
  .single-product .product-content .product.single-product {
    padding-bottom: 15px !important;
  }
  .section-product-single .product-content .pewc-total-field-wrapper {
    bottom: 50px;
  }
  .section-product-single .product-content .pewc-total-field-wrapper {
    padding-right: 0 !important;
  }
  body.woocommerce-checkout .checkout-product-img {
    min-height: 106px;
    max-height: 106px;
  }
  body .wc-block-cart-item__prices {
    position: absolute;
    right: -50px;
    bottom: 0;
  }
  body.single-product .section-single-content ul li {
    width: 100%;
  }
  .site-footer .footer-logo .footer-social {
    display: none !important;
  }
  body header.site-header .menu-item a {
    font-size: 16px !important;
  }
  body .about-content {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 342px;
    margin: 20px auto auto;
  }
  p:not(.h6) {
    font-size: 14px;
  }
  ul li.footer-sociallink img {
    filter: brightness(0) saturate(100%) invert(21%) sepia(82%) saturate(2430%)
      hue-rotate(348deg) brightness(88%) contrast(79%) !important;
  }
  .footer-bottom p {
    line-height: 22px !important;
    font-size: 14px !important;
  }
  ul.footer-social.mobile-icon {
    justify-content: center !important;
    margin-top: 15px;
    margin-bottom: 10px !important;
  }
  body #fkcart-floating-toggler {
    bottom: 20px !important;
    right: 20px !important;
  }
  .footer-bottom .col-md-8.justify-content-md-start.justify-content-center {
    max-width: 300px;
    margin: auto;
  }
  section.section-faq {
    padding-top: 50px !important;
  }
  .m-padding {
    padding-top: 10px !important;
  }
  body button.accordion-button {
    margin-bottom: 0px !important;
  }
  .h6-22 {
    font-size: 16px !important;
  }
  .faqs-section .faq-part {
    padding-top: 60px;
  }

  #custom_fee_checkbox_field {
    margin-top: 6px !important;
  }
  div#custom_fee_checkbox_field label {
    font-size: 14px !important;
  }
  .section-product-single .product-content form.cart {
    width: 100%;
  }
  .section-product-single .product-content .pewc-total-field-wrapper {
    width: 100%;
  }
  .section-product-single .product-content button.single_add_to_cart_button {
    max-width: 100% !important;
    position: unset !important;
    position: relative !important;
    top: unset !important;
    right: unset !important;
    bottom: unset !important;
  }
  .single-product .section-product-single .product-image img {
    max-height: 400px;
    min-height: 400px;
  }
  .single-product
    .section-product-single
    .woocommerce_gc_giftcard_form
    .wc_gc_field {
    width: 100%;
  }
  .section-product-single .between {
    flex-wrap: wrap;
  }
  .sub-category-content .row .sub-product-box {
    width: 100%;
    max-width: 100%;
  }

  .sub-category-content .product-card .text-end {
    display: none;
  }
}
/* End Code Style */

/* Start Sales end counter  */
.sales-end-counter-wrap {
  text-align: center;
  margin: 32px 0px;
}

.sales-end-counter-title {
  font-size: 16px;
  margin-bottom: 18px;
  text-transform: none;
  font-weight: 500;
}

.sales-end-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.sales-end-counter .counter-item {
  text-align: center;
}

.sales-end-counter .counter-number {
  font-size: 46px;
  color: rgb(181 45 45);
  background: #fbf3f3;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 500;
}
.sales-end-counter .counter-label {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 579px) {
  .sales-end-counter {
    gap: 20px;
  }
  .sales-end-counter .counter-number {
    font-size: 32px;
    width: 60px;
    height: 60px;
  }
  .sales-end-counter .counter-label {
    font-size: 12px;
  }
}
/* End Sales end counter  */

.custom-poppup .modal-dialog {
  max-width: 940px;
}

.custom-poppup .btn-close {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.16);
  color: #000;
  background-size: 20px;
  padding: 5px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}

.custom-poppup .badge {
  background: #fff5f5;
  border: 1px solid #f2cacc !important;
  border-radius: 999px !important;
  color: #d71920;
  padding: 9px 13px;
  letter-spacing: 0.96px;
}
.poppup-left-sec {
  width: 46%;
  background-image: url(/wp-content/uploads/2026/06/poppup-img-1.png);
  background-size: cover;
}
.poppup-right-sec {
  padding: 34px 18px !important;
}
.top-badge {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-bottom: 20px;
}
.top-badge .trustpilot-badge {
  color: #111111;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
}
.top-badge .trustpilot-badge:before {
  background: #00b67a;
  box-shadow: 0px 0px 0px 4px rgba(0, 182, 122, 0.12);
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: flex;
}

.custom-popup-overlay {
  display: none !important;
}

.custom-popup-overlay.show {
  display: flex !important;
}

html.offer-popup-closed #offerModal {
  display: none !important;
}

body.popup-open {
  overflow: hidden;
}
/* Additional CSS */

#to-email-error {
  color: #c02b0a !important;
  font-size: 14px;
}

.nav-link.active svg {
  transform: rotate(45deg);
  /* Arrow curves to the right */
}

.nav-link.active svg {
  transform: rotate(45deg);
  /* Arrow curves to the right */
}

.account-icon-container.order-lg-2 {
  display: none !important;
}

a.cart-icon.text-light.text-decoration-none.position-relative.menu-icon.order-lg-1 {
  margin-left: 10px !important;
}

.site-header .menu-item a,
.site-footer .menu-item a {
  position: relative;
  padding: 2px 0 !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}

.site-header .menu-item a,
.site-header .btn {
  font-size: 16px !important;
  text-transform: capitalize !important;
}

/* home  */
.section-choose::before {
  width: 503px !important;
}

.section-banner .home-banner {
  height: 90vh;
}

.home-banner h1 {
  font-size: 68px;
  line-height: 78px;
  letter-spacing: 0.5px;
  font-weight: bold;
}

.banner-icon-boxes {
  display: flex !important;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}

span.banner-border-text {
  -webkit-text-stroke: 2px white;
  color: transparent;
}

.banner-buttons a {
  margin-right: 13px;
}

a.btn.btn-light.text-dark.fw-medium.banner-button-light {
  background: #fff !important;
  color: #001328 !important;
  border-radius: 6px;
}

a.btn.btn-light.text-dark.fw-medium.banner-button-light:hover {
  background: #b52d2d !important;
  color: #fff !important;
  border-radius: 6px;
}

.banner-icon-boxes {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #05284f;
  align-items: center;
  align-content: center;
  gap: 33px !important;
}

.banner-icon-boxes h6,
.banner-icon-boxes p {
  color: #fff;
}

.banner-boxes {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.banner-boxes h6 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
}

.banner-boxes p {
  /* font-size: 16px; */
  line-height: 28px;
}

.banner-sale {
  padding-bottom: 30px;
}

a.btn.btn-light.text-dark.fw-medium {
  text-align: center;
  padding: 12px 15px !important;
  font-size: 16px;
  line-height: 22px;
}

.banner-trustpilot {
  padding-top: 31px;
}

.home-banner h1 {
  margin-bottom: 30px;
}

/* about */

.about-title {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}

.about-content {
  margin-top: 30px;
  margin-bottom: 35px;
}

.about-content p {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 15px;
  font-weight: 500;
}

.about-boxes {
  background: #fbf3f3;
}

.about-three-boxes {
  margin-bottom: 20px;
}

.about-boxes {
  padding: 30px 36px 30px 35px;
}

.about-content {
  padding-left: 112px;
  padding-right: 112px;
}

.three-boxes,
.two-boxes {
  gap: 20px !important;
  width: 100% !important;
  min-height: 181px;
}

.lc-block.about-boxes.col-md-4.d-flex.aos-init.aos-animate {
  min-height: 181px;
}

.two-boxes {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.lc-block.about-boxes.d-flex.aos-init.aos-animate {
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.two-boxes h6,
.two-boxes p,
.three-boxes h6,
.three-boxes p {
  text-align: center;
}

.lc-block.about-boxes.col-md-4.d-flex.aos-init.aos-animate {
  gap: 10px !important;
}

.two-boxes h6,
.three-boxes h6 {
  font-size: 22px;
  line-height: 30px;
}

.three-boxes p,
.two-boxes p {
  font-size: 16px;
  line-height: 28px;
}

.section-about {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1400px) {
  .site-header .menu-item a,
  .site-header .btn {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 1279px) {
  .site-header .menu-item a,
  .site-header .btn {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 765px) {
  .section-banner .home-banner {
    height: 100vh;
  }

  .home-banner h1 {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 0.5px;
    font-weight: bold;
  }

  .banner-icon-boxes {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    align-items: center;
    align-content: center;
    gap: 33px !important;
    flex-wrap: wrap;
  }

  .banner-boxes {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .banner-boxes h6,
  .banner-boxes p {
    text-align: center;
  }

  .three-boxes,
  .two-boxes {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 15px !important;
    flex-wrap: nowrap;
    min-height: 181px !important;
  }

  .lc-block.about-boxes.col-md-4.d-flex.aos-init.aos-animate {
    min-height: 181px !important;
  }

  .three-boxes .about-box-two {
    width: 100% !important;
  }

  .section-about {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .about-content {
    margin-bottom: 30px !important;
  }

  .two-boxes h6,
  .three-boxes h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .three-boxes p,
  .two-boxes p {
    font-size: 14px;
    line-height: 22px;
  }

  .three-boxes .icon-block img,
  .two-boxes .icon-block img {
    width: 36px !important;
    height: 36px !important;
  }

  .about-boxes {
    padding: 30px 33px 30px 32px;
  }

  .three-boxes .about-boxes,
  .two-boxes .about-boxes {
    width: 100% !important;
  }

  .about-three-boxes {
    margin-bottom: 15px;
  }

  .about-content p {
    font-size: 22px;
    line-height: 30px;
  }

  .about-content {
    padding-left: 19px;
    padding-right: 19px;
  }
}

@media only screen and (min-width: 766px) and (max-width: 768px) {
  .three-boxes,
  .two-boxes {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 15px !important;
    flex-wrap: nowrap;
    min-height: 243px !important;
  }

  .banner-icon-boxes {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    align-items: center;
    align-content: center;
    gap: 33px !important;
    flex-wrap: wrap;
  }

  .banner-boxes {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .about-three-boxes {
    margin-bottom: 15px;
  }

  .three-boxes .about-boxes {
    min-height: 243px !important;
  }

  .lc-block.about-boxes.about-box-two.col-md-4.d-flex.aos-init.aos-animate {
    min-height: 243px !important;
  }

  .section-about {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .about-content {
    padding-left: 19px;
    padding-right: 19px;
  }
}

@media only screen and (max-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }

  .banner-icon-boxes {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-boxes h6,
  .banner-boxes p {
    text-align: center;
  }

  .banner-icon-boxes {
    gap: 10px !important;
  }

  .banner-icon-boxes {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    align-items: center;
    align-content: center;
    gap: 33px !important;
    flex-wrap: wrap;
  }

  .banner-boxes {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .three-boxes,
  .two-boxes {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 15px !important;
    flex-wrap: nowrap;
    min-height: 243px !important;
  }

  .three-boxes .about-boxes {
    min-height: 243px !important;
  }

  .lc-block.about-boxes.about-box-two.col-md-4.d-flex.aos-init.aos-animate {
    min-height: 243px !important;
  }

  .lc-block.about-boxes.d-flex.col-md-4.aos-init.aos-animate {
    min-height: 243px !important;
  }

  .about-three-boxes {
    margin-bottom: 15px;
  }

  .section-about {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .about-content {
    padding-left: 0;
    padding-right: 0;
  }
}

/* track locations */

@media only screen and (max-width: 992px) {
  .section-location #wpsl-wrap .wpsl-search #wpsl-stores,
  .section-location #wpsl-wrap #wpsl-result-list #wpsl-stores {
    height: auto !important;
  }
}

/* @media only screen and (max-width: 1399px) {

.site-header .menu-item a,
.site-footer .menu-item a {

font-size: 11px !important;
}
} */

section.section-gift.px-lg-5.px-md-3.px-1.py-lg-7.py-5 {
  padding-bottom: 0px !important;
  width: 100% !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.section-gift .container {
  max-width: 100% !important;
  padding: 0px !important;
}

section.section-gift.px-lg-5.px-md-3.px-1.py-lg-7.py-5 {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
}

.breadcrumb * {
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  font-size: 15px !important;
  transition: all 0.5s;
  text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
  .lc-block.bg-info.p-3.text-center.mb-md-1.d-flex.justify-content-around.aos-init.aos-animate,
  .lc-block.p-3.text-center.border-1.border-solid.border-dark.mb-md-1.d-flex.justify-content-around.aos-init.aos-animate,
  .lc-block.bg-info.p-3.text-center.d-flex.justify-content-around.aos-init.aos-animate {
    width: 538px !important;
  }
}

.pb-20 {
  gap: 20px;
}

.pt-106 {
  padding-top: 106px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-52 {
  padding-bottom: 52px;
}

.pb-123 {
  padding-bottom: 20px;
}

.pt-110 {
  padding-top: 110px;
}

.pb-50 {
  padding-bottom: 50px;
}

.section-voucher .gchoice label {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #00132e !important;
}

/* voucher page form */

div#gform_wrapper_4 form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="submit"],
form input[type="number"],
form textarea {
  color: #757575 !important;
  font-weight: 500;
}

div#field_4_19 p {
  font-size: 14px !important;
}

input#gform_submit_button_4 {
  width: 200px !important;
  text-align: -webkit-center !important;
}

.gform-footer.gform_footer.top_label input#gform_submit_button_4 {
  text-align: center;
  width: 200px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

/* about us */

.page-id-413 .section-gift,
.page-id-625 .section-gift {
  padding-top: 0px !important;
}

.section-review .trustpilot-review .review-content,
.section-review .trustpilot-review .review-content p {
  -webkit-line-clamp: 3 !important;
  line-height: 29px !important;
  padding-bottom: 0px !important;
}

/* buttons */

/* .site-header .menu-item:last-child a {
  background: #b52d2d !important;
} */

a.btn.btn-light.text-dark.fw-medium {
  background: #b52d2d !important;
  border: 0px !important;
  border-radius: 6px;
}

.gform-footer.gform_footer.top_label input#gform_submit_button_4 {
  border-radius: 6px !important;
}

a.btn-light,
.gform-footer.gform_footer.top_label input#gform_submit_button_4,
input#gform_submit_button_1,
button.apply-coupon.btn.btn-dark.fw-medium,
.custom-mini-cart .close-cart,
button.single_add_to_cart_button.btn.btn-dark.w-100.text-capitalize.alt,
input#wpsl-search-btn,
a.add-to-cart-btn.btn.btn-light.fw-medium.px-lg-7.text-capitalize,
input#submit,
a.badge.bg-primary.rounded-pill.link-light.text-decoration-none {
  background: #b52d2d !important;
  border: 0px !important;
  color: #fff !important;
}

body
  a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  background-color: #05284f;
}

a.btn.btn-dark:hover,
a.btn-light:hover,
a.btn.btn-light.text-dark.fw-medium:hover,
.gform-footer.gform_footer.top_label input#gform_submit_button_4:hover,
input#gform_submit_button_1:hover,
.woocommerce #payment #place_order:hover,
button.apply-coupon.btn.btn-dark.fw-medium:hover,
.custom-mini-cart .close-cart:hover,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover,
button.single_add_to_cart_button.btn.btn-dark.w-100.text-capitalize.alt:hover,
input#wpsl-search-btn:hover,
a.add-to-cart-btn.btn.btn-light.fw-medium.px-lg-7.text-capitalize:hover,
input#submit:hover,
a.badge.bg-primary.rounded-pill.link-light.text-decoration-none:hover {
  background: #a02929 !important;
  color: #fff !important;
}

/* .page-id-625
  section.section-review
  a.text-light.text-hover-danger.text-decoration-none:hover, */
.review-white
  section.section-review
  a.text-light.text-hover-danger.text-decoration-none:hover {
  color: #a02929 !important;
}

button.wc-block-cart-item__remove-link {
  color: #b52d2d !important;
}

button.wc-block-cart-item__remove-link:hover {
  color: #a02929 !important;
}

button.accordion-button.py-3.px-0.bg-transparent.rfs-9.h6.rounded-0.my-md-1.gap-2 {
  box-shadow: none !important;
}

fieldset#field_1_7
  legend.gfield_label.gform-field-label.gfield_label_before_complex {
  display: block !important;
}

/* gift voucher page */

/* .page-id-625 section.section-review.bg-dark.px-lg-5.px-md-3.px-1.py-lg-5.py-5, */
.review-white section.section-review.bg-dark.px-lg-5.px-md-3.px-1.py-lg-5.py-5 {
  background: #fff !important;
}
/* 
.page-id-625
  section.section-review
  a.text-light.text-hover-danger.text-decoration-none,
.trustpilot-icon.mt-1.mx-auto a, */
.review-white
  section.section-review
  a.text-light.text-hover-danger.text-decoration-none {
  color: #000 !important;
}

/* .page-id-625 .review-content.mb-4.pb-md-2,
.page-id-625 .review-author h6,
.page-id-625 .review-author p,
.page-id-625 .lc-block.review-date.text-end, */
.review-white .review-content.mb-4.pb-md-2,
.review-white .review-author h6,
.review-white .review-author p,
.review-white .lc-block.review-date.text-end {
  color: #fff !important;
}

/* .page-id-625
  .lc-block.trustpilot-review.mx-2.bg-light.px-3.py-md-4.py-3.slick-slide.slick-active {
  background: #05284f !important;
} */

/* .page-id-625 .trustpilot-icon.mt-1.mx-auto a svg > path:first-child, */
.review-white .trustpilot-icon.mt-1.mx-auto a svg > path:first-child {
  fill: #000 !important;
  color: #000 !important;
}

.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.carousel-control-prev.disabled,
.carousel-control-next.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* 5. Prevent body scroll when menu is open */
body.menu-open {
  overflow: hidden;
}

.navbar-toggler {
  z-index: 1051;
  /* Keep the button above menu when it's collapsed */
}

/* responsive */

@media only screen and (max-width: 1024px) {
  /* cartand menu space */

  a.cart-icon.text-light.text-decoration-none.position-relative.menu-icon.order-lg-1 {
    margin-left: 0px !important;
    margin-right: 10px !important;
  }

  #navbarNavDropdown.collapse {
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100vw; */
    /* height: 100vh; */
    /* Full height of the viewport */
    /* background-color: transparent; */
    /* Transparent background */
    /* padding: 0; */
    /* z-index: 1050; */
    /* Ensure it's on top */
    /* visibility: hidden; */
    /* Initially hidden */
    /* overflow-y: auto; */
    /* Allow scrolling if needed */
    /* display: none; */
    /* Ensure it's not displayed initially */
  }

  /* When the menu is opened, make it visible */
  #navbarNavDropdown.collapse.show {
    /* visibility: visible; */
    /* Make sure it's visible */
    /* display: block; */
    /* Make it appear in the flow */
    /* height: 100vh; */
    /* Full height of the viewport */
  }

  /* Center the navbar items vertically */
  #navbarNavDropdown .navbar-nav {
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    /* height: 100%; */
    /* Ensure the navbar takes the full height */
    /* gap: 1.5rem; */
  }

  /* Adjust link styles for better visibility */
  #navbarNavDropdown .nav-link {
    font-size: 1.25rem;
    padding: 1rem 1.5rem;
    text-align: center;
  }

  .navbar-collapse .navbar-nav {
    /* top: 0 !important; */
  }

  /* Prevent scrolling on body when the menu is open */
  body.menu-open {
    overflow: hidden;
    /* Prevent scrolling of the page */
  }
}

@media only screen and (min-width: 992px) and (max-width: 1069px) {
  .site-header .menu-item a,
  .site-header .btn {
    font-size: 10px !important;
  }
}

@media only screen and (max-width: 992px) {
  header.site-header .menu-item a {
    font-size: 18px !important;
  }
  .site-header .btn {
    font-size: 18px !important;
  }
}

.custom-popup-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}

.custom-popup-overlay.show,
.custom-popup-overlay.is-visible {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.custom-popup-box {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}

/* When popup height is bigger than screen height */
@media (max-height: 820px), (max-width: 767px) {
  .custom-popup-overlay.show,
  .custom-popup-overlay.is-visible {
    align-items: flex-start;
    justify-content: center;
  }

  .custom-popup-box {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.custom-popup-box .custom-popup-block {
  position: relative;
}

@keyframes popupFadeIn {
  from {
    opacity: 0;
    transform: scale(0.96);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.custom-popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #111111;
  font-size: 30px;
  line-height: 36px;
  cursor: pointer;
  z-index: 5;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.custom-popup-close:hover {
  background: #f2f2f2;
}

.custom-poppup-content {
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.35);
  animation: popupFadeIn 0.25s ease;
}

.custom-poppup .modal-dialog {
  max-width: 940px;
}

.custom-poppup .btn-close {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.16);
  color: #000;
  background-size: 20px;
  padding: 5px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}

.custom-poppup .badge {
  background: #fff5f5;
  border: 1px solid #f2cacc !important;
  border-radius: 999px !important;
  color: #d71920;
  padding: 9px 13px;
  letter-spacing: 0.96px;
}

.custom-poppup .poppup-left-sec {
  width: 46%;
  background-image: url(/wp-content/uploads/2026/06/poppup-img-1.png);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.custom-poppup .poppup-left-sec .brand-logo {
  padding: 45px;
}

.custom-poppup .poppup-left-sec .bundle-card {
  background: #fff;
  border-radius: 18px;
  padding: 19px 30px 19px 19px;
  max-width: 330px;
  margin: 28px;
}

.custom-poppup .poppup-left-sec .eyebrow {
  color: #d71920;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.custom-poppup .poppup-left-sec .price {
  font-size: 32px;
  color: #111;
  font-weight: 700;
}

.custom-poppup .poppup-left-sec .desc {
  font-size: 12px;
  line-height: 21px;
  color: #636a72;
  margin: 0;
}

.custom-poppup .poppup-right-sec {
  padding: 34px 18px !important;
  width: 54%;
}

.custom-poppup .poppup-right-sec h2 {
  font-weight: 500;
}

.custom-poppup .poppup-right-sec .text-muted {
  font-size: 16px;
  color: #636a72;
}

.custom-poppup .top-badge {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-bottom: 20px;
}

.custom-poppup .promo-box {
  display: flex;
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e8e3da;
  padding: 17px 25px 17px 17px;
  gap: 15px;
}

.custom-poppup .top-badge .trustpilot-badge {
  color: #111111;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
}

.custom-poppup .top-badge .trustpilot-badge:before {
  background: #00b67a;
  box-shadow: 0px 0px 0px 4px rgba(0, 182, 122, 0.12);
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: flex;
}

.custom-poppup .promo-circle {
  background: #111214;
  border-radius: 22px;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 9px;
  justify-content: center;
  width: 88px;
  gap: 5px;
}

.custom-poppup .promo-circle .save {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.custom-poppup .pct {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.custom-poppup .promo-text {
  max-width: calc(100% - 105px) !important;
}

.custom-poppup .promo-text h3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #111214;
  margin-bottom: 8px;
}

.custom-poppup .promo-text p {
  margin-bottom: 0;
  font-size: 14px;
}

.custom-poppup .poppup-right-sec .checklist {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-right: 45px;
  margin-bottom: 30px;
}

.custom-poppup .poppup-right-sec .checklist .item {
  display: flex;
  align-items: center;
  width: calc(50% - 5px);
  padding: 13px 5px 13px 35px;
  background: #f7f4ed;
  border-radius: 14px;
  color: #202327;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  background-image: url(/wp-content/themes/supercargiftdays/assets/images/check.svg);
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 14px;
}

.custom-poppup .cta-row {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  align-items: center;
}

.custom-poppup .cta-row .btn-shop {
  background: #d71920;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 17px 22px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0px 13px 26px rgba(215, 25, 32, 0.28);
  transition: 0.15s ease;
  text-decoration: none;
}

.custom-poppup .cta-row .btn-shop:hover {
  background: #912424;
}

.custom-poppup .cta-row .link-vouchers {
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  color: #636a72;
  text-decoration: none;
  border-bottom: 1px solid #636a72;
}

.custom-poppup .cta-row .link-vouchers:hover {
  color: #912424;
}

.custom-poppup .counter-item {
  background: #111;
  color: #fff;
  padding: 17px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  flex: 0 0 62px;
  margin-bottom: 20px;
  align-items: center;
}

.custom-poppup .counter-item > div {
  font-size: 16px !important;
  line-height: 18px;
  margin-bottom: 5px;
  font-weight: 700 !important;
}

.custom-poppup .counter-item small {
  font-size: 9px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.08px;
}

.custom-poppup p.footer-note {
  color: #777777;
  font-size: 14px;
  margin: 0;
}

@media only screen and (max-width: 1300px) {
  .custom-poppup .promo-box {
    padding: 10px;
  }

  .custom-poppup .poppup-right-sec h2 {
    font-size: 30px;
  }

  .custom-poppup .cta-row .btn-shop {
    padding: 12px 20px;
    font-size: 13px;
  }

  .counter-item {
    padding: 12px;
  }

  .custom-poppup .poppup-right-sec .text-muted,
  .custom-poppup .promo-text p {
    font-size: 14px;
  }

  .custom-poppup .poppup-right-sec .checklist {
    margin-top: 22px;
    margin-bottom: 22px;
    padding-right: 0;
  }

  .custom-poppup .modal-dialog {
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .custom-poppup .poppup-right-sec .cta-row {
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .site-header .btn {
    font-size: 16px !important;
    width: 100%;
  }

  .custom-poppup .counter-item {
    padding: 8px;
    flex: unset;
    width: 100%;
  }

  .custom-poppup .poppup-right-sec .checklist {
    gap: 7px;
  }

  .custom-poppup .poppup-right-sec .checklist .item {
    /* width: 100%; */
    padding: 8px 5px 9px 30px;
    font-size: 10px;
    background-position: 10px center !important;
    background-size: 12px !important;
    border-radius: 8px;
  }

  .poppup-right-sec h2 {
    font-size: 24px;
    margin-bottom: 10px !important;
  }

  .custom-poppup .poppup-right-sec .text-muted,
  .custom-poppup .promo-text p {
    font-size: 12px;
  }

  .poppup-right-sec {
    padding: 20px 15px !important;
  }

  .custom-poppup .poppup-left-sec .eyebrow {
    font-size: 12px;
  }

  .custom-poppup .poppup-left-sec,
  .custom-poppup .poppup-right-sec {
    width: 100%;
  }

  .custom-poppup .poppup-left-sec .price {
    font-size: 18px;
  }

  .custom-poppup .poppup-left-sec .bundle-card {
    padding: 13px;
    margin: 10px;
    max-width: 86%;
  }

  .custom-poppup p.footer-note {
    font-size: 12px;
    text-align: center;
  }

  .custom-poppup .btn-close {
    background-size: 15px;
    width: 24px;
    height: 24px;
    font-size: 10px;
    margin: 8px !important;
    background-color: #fff;
  }
}

/* Blog Page CSS */

.blog-featured-section {
  background: #fff;
  padding: 90px 0;
}

.blog-featured-section .row {
  align-items: center;
}

/* Image */

.featured-image {
  display: block;
  overflow: hidden;
  border-radius: 24px;
}

.featured-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 24px;
  transition: 0.4s ease;
}

.featured-image:hover img {
  transform: scale(1.05);
}

/* Category */

.blog-category {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #b52d2d;
  border-radius: 40px;
  color: #b52d2d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 24px;
}

/* Title */

.featured-title {
  margin: 0 0 24px;
  line-height: 1.18;
}

.featured-title a {
  color: #b52d2d;
  text-decoration: none;
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -0.5px;
  transition: 0.3s;
}

.featured-title a:hover {
  color: #8d1f1f;
}

/* Excerpt */

.featured-excerpt {
  color: #555;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 35px;
}

/* Button */

.featured-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #b52d2d;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.featured-btn span {
  font-size: 30px;
  transition: 0.3s;
}

.featured-btn:hover {
  color: #8d1f1f;
}

.featured-btn:hover span {
  transform: translateX(8px);
}

/* Responsive */

@media (max-width: 991px) {
  .blog-featured-section {
    padding: 60px 0;
  }

  .featured-image img {
    height: 420px;
  }

  .featured-title a {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .featured-image img {
    height: 280px;
    border-radius: 18px;
  }

  .featured-title a {
    font-size: 30px;
  }

  .featured-excerpt {
    font-size: 16px;
  }

  .featured-btn {
    font-size: 18px;
  }
}

.blog-listing {
  background: #fff;
}

.blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
}

.blog-grid .tangible-paginator-target {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.blog-grid .tangible-paginator-target .blog-card {
  width: calc((100% / 4) - 21px);
}

.blog-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  transition: 0.35s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-card:hover {
  transform: translateY(-8px);
}

.blog-thumb {
  display: block;
  overflow: hidden;
}

.blog-thumb img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  transition: 0.4s;
}

/* .blog-card:hover img {
  transform: scale(1.08);
} */

.blog-content {
  padding: 22px 22px 20px;
}

.blog-card .blog-meta {
  padding: 0 22px 22px;
}

.read-more svg {
  margin-left: 8px;
  transition: all 0.3s;
}

.read-more:hover svg {
  transform: translateX(6px);
}

.blog-content .blog-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-cat {
  display: inline-block;
  padding: 7px 16px;
  border: 1px solid #b52d2d;
  border-radius: 40px;
  color: #b52d2d;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.blog-content h3,
.blog-content h2 {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.blog-content h3 a,
.blog-content h2 a {
  color: #0b2239;
  text-decoration: none;
  transition: 0.3s;
}

.blog-content h3 a:hover,
.blog-content h2 a:hover {
  color: #b52d2d;
}

.blog-meta {
  font-size: 15px;
  color: #666;
}

.blog-meta .author {
  color: #b52d2d;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-grid .tangible-paginator-target .blog-card {
    width: calc((100% / 3) - 18.6666666667px);
  }
  .featured-title a {
    font-size: 34px;
    line-height: 1.18;
  }
}

@media (max-width: 991px) {
  .blog-grid .tangible-paginator-target .blog-card {
    width: calc((100% / 2) - 14px);
  }
}

@media (max-width: 767px) {
  .blog-grid .tangible-paginator-target .blog-card {
    width: 100%;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-thumb img {
    height: 220px;
  }

  .blog-content h3,
  .blog-content h2 {
    font-size: 24px;
  }

  .section-catgory .sub-category-content .product-card {
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 10px !important;
  }
  .section-catgory .sub-category-content .product-card .product-card-img-link {
    width: 40%;
  }

  .section-catgory
    .sub-category-content
    .product-card
    .product-card-img-link
    span {
    font-size: 10px !important;
  }

  .sub-category-content .row.row-gap-4 {
    gap: 16px !important;
  }

  .sub-category-content .product-card .product-info {
    width: 60%;
    height: auto;
    padding-bottom: 0 !important;
  }

  .sub-category-content .product-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    font-size: 12px !important;
  }
  .sub-category-content .product-card .add-to-cart-btn {
    padding: 5px 10px;
    font-size: 12px !important;
  }
  .sub-category-content .product-card .rfs-8 {
    font-size: 14px !important;
  }
  .sub-category-content .product-card h3,
  .sub-category-content .product-card h3 a {
    font-size: 14px !important;
  }

  .section-catgory .sub-category-content .product-card img {
    min-height: 134px;
    max-height: 134px;
  }

  .section-catgory .sub-category-content .product-card .price-part {
    font-size: 12px;
  }

  .woocommerce-checkout-payment label {
    line-height: 2 !important;
  }
  .woocommerce-page #payment #place_order {
    font-size: 14px;
    padding: 10px 15px !important;
  }

  #billing_detail_field {
    border-top: 1px solid #dee2e6 !important;
    padding-top: 10px;
    margin-bottom: 7px !important;
  }
}

.blog-listing .tangible-paginator-button.active {
  background-color: #b52d2d;
  border-color: #b52d2d;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .navbar-collapse ul {
    padding-right: 12px;
    padding-left: 12px;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 720px;
  }
}

@media screen and (min-width: 767px) and (max-width: 576px) {
  .navbar-collapse ul {
    padding-right: 12px;
    padding-left: 12px;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 540px;
  }
}

@media screen and (max-width: 576px) {
  .menu-list {
    padding-left: 0;
  }

  .menu-list li img {
    margin-left: 16px;
  }
  .navbar-toggler .navbar-toggler-icon {
    right: 12px;
  }
}

.menu-active-body {
  overflow: hidden;
}


/* Gallery YouTube / CookieYes video sizing */
.gallery-video-box {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 4 / 3;
    overflow: hidden !important;
    min-height: 0 !important;
}

/* Normal YouTube iframe */
.gallery-video-box iframe {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
}

/* CookieYes blocked video */
.gallery-video-box .video-placeholder-youtube,
.gallery-video-box .video-placeholder-normal {
    position: absolute !important;
    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background-position: center !important;
    background-size: cover !important;
}

/* Keep CookieYes message itself normal size */
.gallery-video-box .video-placeholder-text-youtube,
.gallery-video-box .video-placeholder-text-normal {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 10px 16px !important;
    z-index: 2;
}