/*
    Theme Name:     Absolute Child
    Theme URI:      http://underscores.me/
    Author:         Ian Dempsey
    Author URI:     https://ian-dempsey.com/
    Description:    Description
    Template:       absolute-theme
    Version:        1.0.0
    License:        GNU General Public License v2 or later
    License URI:    http://www.gnu.org/licenses/gpl-2.0.html
    Tags:           light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
    License:        GNU General Public License v2 or later
    Text Domain:    absolute-child
*/
/*.row-history_page .container > .row { display:block; }.row-history_page .container > .row  .img-col { position:absolute; left:0; padding-left:0; padding-top:0; }.row-history_page .container > .row  .img-col img { max-width:100%; }.row-history_page .container > .row  .text-col { float:right; }*/
a:visited {
  color: #AC2340;
}

.row-history_page {
  background: #eeeae6 !important;
}

.row-history_page .slick-history-carousel-content .slick-history-carousel-content-container {
  background-size: cover !important;
}

@media (min-width:992px) {

  .row-history_page>.container,
  .container.years-carousel {
    max-width: 90%;
  }

  .row-history_page .slick-history-carousel-content .slick-history-carousel-content-container,
  .row-history_page .slick-history-carousel-content .slick-history-carousel-content-container>.container {
    max-width: 100%;
    height: auto !important;
    padding-left: 20px;
  }

  .row-history_page .slick-history-carousel-content .slick-history-carousel-content-container>.container .img-col {
    padding: 0;
    text-align: center;
  }

  .row-history_page .slick-history-carousel-content .slick-history-carousel-content-container>.container .img-col img {
    max-width: 100%;
    display: inline-block;
  }

  .row-history_page .slick-history-carousel-content .slick-history-carousel-content-container>.container .text-col {
    padding-left: 6rem;
  }

  .row-history_page .slick-history-carousel-content .slick-history-carousel-content-container>.container .text-col .content-box {
    float: none;
    max-height: 410px;
    overflow-y: auto;
  }

  .row-history_page .slick-history-carousel-content .slick-history-carousel-content-container>.container .text-col .content-box::-webkit-scrollbar {
    width: 3px;
    height: 5px;
    background-color: #aaa;
    border-radius: 10px;
  }

  .mostly-customized-scrollbar::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
  }

  .row-history_page .slick-history-carousel-content .slick-history-carousel-content-container>.container .text-col:before {
    display: none;
  }

  .row-history_page .slick-history-carousel-content .slick-history-carousel-content-container>.container .text-col[title="Introduction"]:before {
    display: block;
  }

  .row-history_page:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: url(bottom-faded-shadow.svg) bottom center repeat-x;
  }
}

@media (max-width:991.99px) {
  .row-history_page .text-col .content-box {
    padding-bottom: 0 !important;
  }
}

header .header-info span {
  position: relative;
  top: -2px;
}

header.site-header:has(.header-info) {
  padding-top: 0 !important;
}

header.site-header .header-info {
  background-color: #AC2340;
  color: #fff;
  padding: 6px 0;
  opacity: 1;
  transition: 0.3s;
  height: 39px;
}

@media (max-width:767px) {
  header.site-header .header-info {
    display: none;
  }
}

header.site-header.floating-header .header-info {
  /* display: none; */
  opacity: 0;
  height: 0;
  pointer-events: none;
}

header.site-header .branding-desktop {
  padding-top: 1rem !important;
}

header.site-header.floating-header .branding-desktop {
  padding-top: 10px !important;
}

.header-hero.hero-carousel .slick-arrow {
  font-size: 1rem;
  line-height: 20px;
}

.header-hero.hero-carousel .slick-arrow.fa-chevron-left {
  left: 15px;
}

.header-hero.hero-carousel .slick-arrow.fa-chevron-right {
  right: 15px;
}

.header-hero.hero-carousel .header-hero-content-container .absolute-sub-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0;
}

.single-product .product .summary p.price del,
.archive.post-type-archive-product .row-woocommerce-content .product-col .product-details-container .product-price del,
.row-carousel .container-description del {
  text-decoration: none;
}

.single-product .product .summary p.price del bdi,
.archive.post-type-archive-product .row-woocommerce-content .product-col .product-details-container .product-price del span.amount bdi,
.row-carousel .container-description del bdi {
  text-decoration: line-through;
  margin-right: 10px;
}

.single-product .product .summary p.price del span.amount:after {
  display: none;
}

.header-hero.hero-carousel {
  margin-bottom: 0 !important;
  min-height: 600px;
  height: 600px;
}

.header-hero.hero-carousel:before,
.header-hero.hero-carousel:after {
  content: "";
  position: absolute;
  bottom: -20%;
  width: calc(50% + 6px);
  height: 30%;
  background: #fff;
  z-index: 9;
  display: block !important;
}

.header-hero.hero-carousel::before {
  left: 0;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.header-hero.hero-carousel::after {
  right: 0;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

body.home .header-hero.hero-carousel::before,
body.home .header-hero.hero-carousel::after {
  background: #1c1c1c;
}

body.home .header-hero.hero-carousel .slick-dots {
  bottom: 25px;
  z-index: 999;
}

body.home .slick-style-header .slick-dots li.slick-active button:before {
  color: #AC2340;
}

.header-hero.hero-carousel .header-hero-content .header-hero-content-container {
  padding: 2rem;
  text-shadow: 0 0 6px #000;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}

.header-hero.hero-carousel .header-hero-content .header-hero-content-container .absolute-sub-title:empty,
.header-hero.hero-carousel .header-hero-content .header-hero-content-container h1.absolute-title:empty {
  display: none;
}

.header-hero.hero-carousel .header-hero-content .header-hero-content-container .absolute-description p {
  font-size: 2rem;
}

.header-hero.hero-carousel .header-hero-content .header-hero-content-container .absolute-description p:last-child {
  margin-bottom: 0;
}



.hamburger-box .hamburger-inner,
.hamburger-box .hamburger-inner::before,
.hamburger-box .hamburger-inner::after,
.hamburger-box:hover .hamburger-inner,
.hamburger-box:hover .hamburger-inner::before,
.hamburger-box:hover .hamburger-inner::after {
  background-color: white;
}






.slick-related-products.slick-slider .slick-arrow {
  font-size: 1rem;
  line-height: 20px;
}

#content.site-content {
  padding-top: 0 !important;
}

/* @media (min-width:991px) {
  body:has(header .header-info).logged-in #content.site-content {
    padding-top: calc(11rem + 70px) !important;
  }

  body:has(header .header-info) #content.site-content {
    padding-top: calc(12em + 85px) !important;
  }

  body.home:has(header .header-info) #content.site-content {
    padding-top: calc(12em + 0px);
  }
} */

.btn.ag-theme-btn.ask-questions.product-install-modal {
  display: block;
  margin-top: 1rem;
  text-align: left;
  background: #808080;
  border: 0;
}

.btn.ag-theme-btn.ask-questions.product-install-modal svg {
  fill: #fff;
  height: 35px;
}

.woocommerce-cart .content-single-page .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-methods input {
  margin-top: 9px !important;
}

.sidebar .filters-container .active-filter .active-filter-label {
  margin-bottom: 0.5rem;
}

/* services page */
.row-services .service-row {
  margin-bottom: 3.5rem;
}

.row-services .service-row figure.img-box {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.row-services .service-row figure.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.row-services .service-row .info-text {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #AC2340;
}

.row-services .service-row .btn-box {
  padding-top: 2rem;
}

/* categories archive */
.archive.tax-product_cat .archive-header {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.archive.tax-product_cat .archive-header .archive-header-title {
  padding: 0;
  border-radius: 0;
  background: transparent !important;
  position: static !important;
  border: 0 !important;
}

.archive.tax-product_cat .content-single-page {
  position: relative;
  z-index: 9;
}

.archive.tax-product_cat .content-single-page .woocommerce-info {
  padding-left: 25px;
}

/* checkoout page */
.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table ul#shipping_method li {
  white-space: nowrap;
  display: flex;
  align-items: flex-start;
}

.woocommerce-checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table ul#shipping_method li label {
  line-height: normal;
}

.select2-container .select2-dropdown li {
  padding: 5px !important;
}

body.archive.tax-product_cat .archive.tax-product_cat .archive-header {
  margin-top: 0;
  margin-bottom: 0;
}

.row-contact_page .container-contact-page .container .form-col form.forminator-custom-form .forminator-row .forminator-field:not([data-field=html-1]) textarea {
  font-size: 16px !important;
}

.forminator-ui#forminator-module-423.forminator-design--default .forminator-response-message.forminator-success {
  background: transparent;
  border: 1px solid #AC2340;
  box-shadow: none;
  border-left: 3px solid #AC2340;
}

.forminator-row .forminator-field-checkbox span.forminator-description {
  display: block !important;
}

.forminator-ui.forminator-design--default .forminator-description a {
  color: #AC2340 !important;
}

.forminator-ui.forminator-design--default .forminator-description a:hover,
.forminator-ui.forminator-design--default .forminator-description a:focus {
  text-decoration: underline !important;
}


/* about page */
.row-contact_info {
  background: #1C1C1C;
  padding: 5rem 0;
  color: #fff;
}

.row-contact_info .info-col .contact-details {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.row-contact_info .info-col .contact-details .title {
  text-transform: uppercase;
}

.row-contact_info .info-col .contact-details a {
  color: #fff;
}

.row-contact_info .info-col .contact-details a:hover,
.row-contact_info .info-col .contact-details a:focus {
  color: #8a1c33;
}

.row-contact_info .info-col .contact-details .icon {
  min-width: 35px;
  padding-top: 5px;
}

.row-contact_info .info-col .contact-details.phone .icon {
  padding-top: 10px;
}

.about-page-section {
  padding-bottom: 3rem;
}

.about-page-section .ag-img-container img {
  border-radius: 20px;
}

.about-page-section .container-section-text {
  border-radius: 20px;
}

.about-page-section .container-section-text .btn-label-box .btn-text.hover {
  display: none;
}

/* category-archie page */

.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-notice--success {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: black;
  font-weight: 500;
}

.woocommerce-order-received .woocommerce .woocommerce-order .order_details td a {
  color: #AC2340;
}

.woocommerce-order-received .woocommerce .woocommerce-order .order_details td a:hover {
  text-decoration: underline;
}

.woocommerce-order-received .woocommerce .woocommerce-customer-details address {
  min-height: 225px;
}

.single-product #forminator-module-1057 .forminator-field-upload .forminator-description {
  margin: 15px 0;
}

.woocommerce input[type="radio"],
.woocommerce-checkout .woocommerce .checkout input[type="radio"] {
  accent-color: #000;
}

.woocommerce-account .woocommerce .woocommerce-notices-wrapper:focus-visible {
  border: none;
  outline: none;
}

.woocommerce-account .woocommerce ul.woocommerce-error {
  margin: 0 !important;
}

.woocommerce-account .woocommerce ul.woocommerce-error li {
  padding-left: 35px !important;
}

.woocommerce-account .content-single-page ul li:not(.wc-tabs):not(.payment_methods):not(.slick-dots):not(.woocommerce-shipping-methods):not(.breadcrumbs) {
  list-style-type: none !important;
}

.woocommerce-page .woocommerce-error::before {
  content: "\e016";
  color: #AC2340;
}

.woocommerce-page .woocommerce-error {
  border-top-color: #AC2340;
}

.browse_cate_title {
  text-align: center;
  margin-bottom: 30px;
}

.cat_name {
  /* color: #ff0000cf; */
  font-size: 1.25rem;
  font-family: "arboria", sans-serif;
  display: block;
  z-index: 2;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  color: #AC2340;
  letter-spacing: 0;
  line-height: normal;
  margin-top: 1.5rem;
}

/*new css*/
header.site-header .branding-desktop .col-nav .cart-icon {
  padding: 0.5rem;
}

.site-header span.cart-icon .site-header-cart .widget_shopping_cart {
  width: 410px;
  margin-top: 6px;
  display: none !important;
}

span.cart-icon .site-header-cart .widget_shopping_cart .mini_cart_item a.remove:hover {
  background-color: #AC2340;
}

span.cart-icon .site-header-cart .widget_shopping_cart .mini_cart_item .quantity {
  color: #808080;
  display: inline-block;
  padding: 10px 0;
}

.woocommerce-cart .content-single-page .woocommerce form.woocommerce-cart-form table.cart tbody .cart_item td.product-remove a.remove {
  color: #AC2340 !important;
}

.woocommerce-cart .content-single-page .woocommerce form.woocommerce-cart-form table.cart tbody .cart_item td.product-remove a.remove:hover {
  background: #AC2340 !important;
  color: #fff !important;
}

.woocommerce-page.woocommerce-cart .content-single-page .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}

.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table {
  background: #f8f9fa;
}

.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals tr td {
  border-color: #C7C7C7;
}

.woocommerce-page.woocommerce-checkout #payment div.payment_box {
  background: transparent;
  padding: 0;
}

.woocommerce-page.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

.wc-order-review .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  font-size: 12px;
}

.wc-order-review .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a {
  color: #AC2340 !important;
}

.woocommerce-page #payment button#place_order {
  border-radius: 10px !important;
}

.woocommerce-page div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.woocommerce-account .woocommerce form .show-password-input,
.woocommerce-account.woocommerce-page form .show-password-input {
  right: 8px;
  top: 12px;
  background: transparent;
  border: none;
  width: auto;
  color: #000;
}

body.post-type-archive-product .page-header .archive-header-image-container {
  width: 100%;
  height: 100%;
}


/*new css*/

/* 13-06-2025 new css */
.content-single-page .container-product {
  position: relative;
  border-radius: 10px;
}

.content-single-page .container-product::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  z-index: 1;
  border-radius: 10px;
}

.content-single-page .container-product img {
  position: relative;
  border-radius: 10px;
}

.content-single-page .container-product .product-details-container {
  position: absolute;
  bottom: 20px;
  padding: 10px 20px;
  left: 0;
  z-index: 2;
}

.content-single-page .container-product .product-details-container .product-name-link h3 {
  font-weight: 400;
  color: #fff !important;
}

.no-view-btn {
  margin-bottom: 50px;
}

form.forminator-ui button i {
  margin-left: 0 !important;
  padding-top: 4px;
  margin-right: 0 !important;
}

/* 13-06-2025 new css */
body.floating-header-active:has(header .header-info) #content.site-content {
  padding-top: 9em !important;
}

.archive.tax-product_cat .archive-header,
main.site-main .archive-header.default-header .archive-header-image {
  margin-bottom: 0 !important;
}

body.about-us main.site-main .archive-header.default-header .archive-header-image {
  margin-bottom: 3rem !important;
}

.woocommerce div.product .btn span {
  display: flex;
  align-items: center;
  top: 0;
}

.forminator-ui#forminator-module-1057.forminator-design--default .forminator-field-upload button.forminator-button {
  background-color: #1C1C1C;
}

.forminator-ui#forminator-module-1057.forminator-design--default .forminator-field-upload button.forminator-button:hover {
  background-color: #AC2340;
}

.forminator-ui#forminator-module-1057.forminator-design--default .forminator-field-upload button.forminator-button-delete i,
.forminator-ui#forminator-module-1057.forminator-design--default .forminator-field-upload button.forminator-button-delete:hover i {
  color: #fff;
}

.woocommerce .forminator-ui#forminator-module-1057.forminator-design--default .forminator-multi-upload {
  border: 1px solid #AC2340;
  border-radius: 10px;
}

.woocommerce .forminator-ui#forminator-module-1057.forminator-design--default .forminator-multi-upload .forminator-multi-upload-message p a,
.woocommerce .forminator-ui#forminator-module-1057.forminator-design--default .forminator-multi-upload .forminator-multi-upload-message p a:hover {
  color: #AC2340;
}

.woocommerce .forminator-ui#forminator-module-1057.forminator-design--default .forminator-multi-upload:hover {
  border-color: #AC2340;
}

.woocommerce-cart main.site-main .page-header .archive-header-image,
.woocommerce-checkout main.site-main .page-header .archive-header-image,
.woocommerce-order-received main.site-main .page-header .archive-header-image {
  display: none;
}

header.site-header.fixed-top .logo-col {
  flex: unset;
}


@media(min-width: 993px) {
  header .header-info span {
    padding-right: 2rem;
  }

  .slick-brand-logo .slick-brands-content .ag-img-container img {
    max-width: 125px;
  }

  .row-services .service-row figure.img-box {
    max-height: 350px;
  }

  .about-page-section .container-section-text {
    padding-left: 45px !important;
    padding-right: 15px !important;
  }
}

@media(min-width: 1220px) {
  .site-header.fixed-top .logo-col a.style-svg-link img {
    width: 185px !important;
  }

  .row-services .service-row .img-col {
    padding-right: 2rem;
  }

  .row-services .service-row .text-col {
    padding-left: 2rem;
  }

  .row-services .service-row h2 {
    font-size: 2.75rem;
  }
}

@media (max-width: 992px) {
  header.site-header .navbar.navbar-mobile {
    padding: 5px 0;
  }

  body:has(header .header-info) #content.site-content {
    padding-top: calc(6em + 35px);
  }

  .row-services .service-row .btn-box {
    padding-top: 1rem;
  }

  body.about-us main.site-main .archive-header.default-header .archive-header-image {
    margin-bottom: 0rem !important;
  }

}

@media (max-width: 767px) {
  .site-header {
    padding-bottom: 0;
  }

  body:has(header .header-info) #content.site-content {
    padding-top: calc(4em + 60px);
  }

  .header-hero.hero-carousel .header-hero-content .header-hero-content-container .absolute-description p {
    font-size: 1.5rem;
  }

  #content.site-content h2 {
    margin-bottom: 1.5rem !important;
  }

  .row-services .service-row .img-col {
    margin-bottom: 1.5rem;
  }

  .slick-brand-logo .slick-brands-content .ag-img-container img {
    max-width: unsett;
  }

}



@media (max-width: 480px) {
  body.home .header-hero.hero-carousel .slick-dots {
    bottom: 0;
  }

  .header-hero.hero-carousel .header-hero-content .header-hero-content-container {
    padding-bottom: 1.8rem;
  }
}

.page-image-overlay {
  opacity: 0.5 !important;
  height: 108% !important;
}

/* .content-single-page{margin-top: -80px;} */
/* .page-id-8 .content-single-page{margin-top:0px;} */



body.search.floating-header-active #content.site-content {
  padding-top: calc(14.5rem - 44px) !important;
}




body {
  margin-bottom: 0 !important;
}



/* new header  */

.site-header.fixed-top.floating-header .branding.branding-desktop {
  background-color: #1c1c1c;
}

/* new header  */

/* new homepage */

header #searchbutton {
  font-size: 0;
}

header #searchbutton i {
  color: white !important;
  font-size: 24px;
  font-weight: 500;
}

.homepage-main-text-container p {
  text-align: left;
  margin: 0 !important;
}

.homepage-main-text-container .first-sub-text {
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: -12px;
  display: block;
}

.homepage-main-text-container .second-big-accent-text {
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}

.homepage-main-text-container .third-small-text {
  /* font-weight: 600; */
  font-size: 18px;
  line-height: 100%;
}

/* Medium screens (tablets) */
@media (max-width: 1024px) {
  .homepage-main-text-container .first-sub-text {
    font-size: 28px;
  }

  .homepage-main-text-container .second-big-accent-text {
    font-size: 48px;
  }

  .homepage-main-text-container .third-small-text {
    font-size: 16px;
  }
}

/* Small screens (mobiles) */
@media (max-width: 768px) {
  .homepage-main-text-container .first-sub-text {
    font-size: 24px;
  }

  .homepage-main-text-container .second-big-accent-text {
    font-size: 36px;
  }

  .homepage-main-text-container .third-small-text {
    font-size: 14px;
  }
}






.grdient-brand-button,
.become-partner-form-fw-block .form-container .forminator-field .forminator-button-submit {
  font-size: 1rem;
  padding: 9px 24px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background-color: #AC2340;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  border-radius: 10px !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  z-index: 9;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  overflow: hidden;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  padding: 14px 28px;
  color: white !important;
  background: linear-gradient(93.24deg, #AC2340 -4.59%, #460E1A 195.65%);

}

.grdient-brand-button:hover:before,
.become-partner-form-fw-block .form-container .forminator-field .forminator-button-submit:hover:before {
  left: 120%;
}

.grdient-brand-button:before,
.become-partner-form-fw-block .form-container .forminator-field .forminator-button-submit:before {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  width: 50px;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  z-index: -10;
}

.shiny-hover-effect {
  position: relative;
  overflow: hidden;
  transform: scale(1);
  transition: 0.3s;
}
.text32px {
  font-size: 32px !important;
}


.shiny-hover-effect:hover {
  transform: scale(1.05);
}

.grdient-brand-bg {
  background: linear-gradient(93.24deg, #AC2340 -4.59%, #460E1A 195.65%);
}

.gradient-brand-text {
  background: linear-gradient(93.24deg, #AC2340 -4.59%, #460E1A 195.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* For Firefox */
  background-clip: text;
  color: transparent;
}

.grdient-brand-button:visited {
  color: white;
}


.big-brand-heading {
  font-weight: 700 !important;
  font-size: 48px !important;
  line-height: 35px !important;
  color: #AC2340 !important;
  text-align: center !important;
}

.secondary-text-for-big-heading {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 25px !important;
  text-align: center !important;
}


/* menu */
/* Main Menu Styles */
#menu-new-menu-main {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 32px;
}

#menu-new-menu-main li {
  position: relative;
}

#menu-new-menu-main li a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  /* adjust depending on background */
  padding: 10px 0;
  transition: color 0.3s ease;
}

/* Hover & active states */
#menu-new-menu-main li a:hover,
#menu-new-menu-main li.current-menu-item>a,
#menu-new-menu-main li.current_page_item>a {
  color: #ac2340;
  /* your highlight red */
}

/* Dropdown caret (if using submenus) */
#menu-new-menu-main li.menu-item-has-children>a::after {
  content: "▾";
  margin-left: 6px;
  font-size: 0.7em;
}

/* Submenu dropdown */
#menu-new-menu-main li ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  background: #222;
  /* dropdown background */
  padding: 10px 0;
  min-width: 180px;
  z-index: 1000;
}

#menu-new-menu-main li ul.sub-menu li a {
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-transform: none;
}

#menu-new-menu-main li ul.sub-menu li a:hover {
  background: #ac2340;
  color: #fff;
}

/* Show dropdown on hover */
#menu-new-menu-main li:hover>ul.sub-menu {
  display: block;
}


header .center-menu {
  padding-right: 10%;
}

/* menu */


/* featured-brand-fw-block */

.featured-brand-fw-block.grdient-brand-bg img {
  min-width: 200px;
  max-height: 88px;
}

.featured-brand-fw-block img[src*='svg'] {
  filter: invert();
}

.featured-brand-fw-block {
  padding-block: 28px;
}

.featured-brand-fw-block>div {
  align-items: center;
}

.featured-brand-fw-block>div span {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
}

.featured-brand-fw-block p:empty {
  display: none
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .featured-brand-fw-block {
    padding-block: 20px;
  }

  .featured-brand-fw-block>div {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    text-align: center;
  }

  .featured-brand-fw-block>div span {
    font-size: 20px;
  }

  .featured-brand-fw-block.grdient-brand-bg img {
    min-width: 160px;
    max-height: 70px;
  }
}

@media (max-width: 575px) {
  .featured-brand-fw-block {
    padding-block: 16px;
  }

  .featured-brand-fw-block>div {
    gap: 15px;
  }

  .featured-brand-fw-block>div span {
    font-size: 16px;
  }

  .featured-brand-fw-block.grdient-brand-bg img {
    min-width: 120px;
    max-height: 60px;
  }
}


/* featured-brand-fw-block */


/* about-us-fw-block */

.about-us-fw-block p:empty,
.about-us-fw-block br {
  display: none;
}

.about-us-fw-block {
  position: relative;
}

.about-us-fw-block::before {
  content: '';
  position: absolute;
  top: -104px;
  left: -18px;
  width: 534px;
  height: 534px;
  background-image: url(../../uploads/2025/08/fenton-bg-logo.svg);
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

.about-us-fw-block p {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 18px;
  /* line-height: 100%; */
}

.about-us-fw-block>div>div span,
.accent-color-text {
  font-weight: 500;
  font-size: 20px !important;
  line-height: 100%;
  color: #AC2340;
}

.about-us-fw-block p.heading-p {
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 16px;
}

.about-us-fw-block .grdient-brand-button {
  margin-top: 32px;
}

.about-us-fw-block>div {
  padding-block: 100px;
  gap: 70px
}

.about-us-fw-block>div>div {
  width: calc(50% - 35px);
}


/* Responsive adjustments */
@media (max-width: 991px) {
  .about-us-fw-block>div {
    padding-block: 60px;
    gap: 40px;
    flex-wrap: wrap;
  }

  .about-us-fw-block>div>div {
    width: 100%;
  }

  .about-us-fw-block p.heading-p {
    font-size: 32px;
  }

  .about-us-fw-block>div>div span {
    font-size: 18px;
  }

  .about-us-fw-block p {
    font-size: 16px;
  }

  .about-us-fw-block::before {
    width: 300px;
    height: 300px;
    top: -60px;
    left: -10px;
  }
}

@media (max-width: 575px) {
  .about-us-fw-block>div {
    padding-block: 40px;
    gap: 20px;
  }

  .about-us-fw-block p.heading-p {
    font-size: 24px;
  }

  .about-us-fw-block>div>div span {
    font-size: 16px;
  }

  .about-us-fw-block p {
    font-size: 14px;
  }

  .about-us-fw-block::before {
    width: 200px;
    height: 200px;
    top: -40px;
    left: -5px;
  }
}



/* about-us-fw-block */



/* category-carousel-home */


.row-category_carousel.category-carousel-home .container .absolute-title {
  display: flex;
  flex-direction: column;
  color: black !important;
  margin-top: 12px;
  font-size: 48px;
}

.row-category_carousel.category-carousel-home .container .absolute-title span {
  font-size: 18px;
  max-width: 740px;
  margin: 0 auto;
  margin-top: 16px;
  font-weight: 400;
  line-height: unset;
}


.row-category_carousel.category-carousel-home .category-carousel-figure .container-image a.image-link {
  border-radius: 0;
}

.row-category_carousel.category-carousel-home .slick-slider .slick-arrow {
  background-color: #ededed;
  padding: 46px;
}

.row-category_carousel.category-carousel-home .slick-slider .slick-arrow::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='30' viewBox='0 0 38 30' fill='none'%3E%3Cpath d='M14.6875 0.624979C14.8767 0.623884 15.0642 0.660145 15.2394 0.731682C15.4145 0.803219 15.5738 0.908625 15.7081 1.04185C15.8429 1.17549 15.9498 1.33448 16.0228 1.50965C16.0958 1.68482 16.1334 1.87271 16.1334 2.06248C16.1334 2.25224 16.0958 2.44013 16.0228 2.61531C15.9498 2.79048 15.8429 2.94947 15.7081 3.0831L3.7769 15L15.7082 26.9169C15.9788 27.1875 16.1309 27.5547 16.1309 27.9375C16.1309 28.3203 15.9788 28.6874 15.7082 28.9581C15.4375 29.2288 15.0703 29.3809 14.6875 29.3809C14.3047 29.3809 13.9376 29.2288 13.6669 28.9581L0.729401 16.0206C0.594667 15.887 0.487723 15.728 0.414743 15.5528C0.341763 15.3776 0.30419 15.1897 0.30419 15C0.30419 14.8102 0.341763 14.6223 0.414743 14.4472C0.487723 14.272 0.594667 14.113 0.729401 13.9794L13.6669 1.04186C13.8012 0.908625 13.9605 0.803219 14.1357 0.731682C14.3108 0.660145 14.4983 0.623884 14.6875 0.624979Z' fill='%23AC2340'/%3E%3Cpath d='M1.75 13.5625L36.25 13.5625C36.6312 13.5625 36.9969 13.7139 37.2665 13.9835C37.536 14.2531 37.6875 14.6188 37.6875 15C37.6875 15.3812 37.536 15.7469 37.2665 16.0165C36.9969 16.286 36.6312 16.4375 36.25 16.4375L1.75 16.4375C1.36875 16.4375 1.00312 16.2861 0.733532 16.0165C0.463951 15.7469 0.3125 15.3813 0.3125 15C0.3125 14.6188 0.463951 14.2531 0.733532 13.9835C1.00312 13.714 1.36875 13.5625 1.75 13.5625Z' fill='%23AC2340'/%3E%3C/svg%3E");
  width: 100%;
  height: 100%;
  position: absolute;
  left: -50%;
  top: -50%;
  transform: translate(50%, 50%);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}

.row-category_carousel.category-carousel-home .slick-slider .slick-arrow.fa-caret-right::before {
  transform: translate(50%, 50%) rotate(180deg);
}

.row-category_carousel.category-carousel-home .slick-slider h3 a.btn {
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
  gap: 16px;
  height: auto !important;
  padding-bottom: 44px;
  align-items: center;
}

.row-category_carousel.category-carousel-home .slick-slider h3 a.btn .discover {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-decoration: underline;
}

.row-category_carousel.category-carousel-home .slick-slider h3 a.btn .discover i {
  display: none;
}

/* category-carousel-home */


/* become-partner-form-fw-block */

.become-partner-form-fw-block {
  margin-top: 68px;
}

.become-partner-form-fw-block>div>p {
  text-align: center;
}

.become-partner-form-fw-block>div>p.h2 {
  font-size: 48px !important;
}

.become-partner-form-fw-block p.become-partner-form-fw-block__text {
  max-width: 940px;
  margin: 0 auto;
}

.become-partner-form-fw-block p:empty {
  display: none;
}

.become-partner-form-fw-block .form-container>div {
  gap: 40px;
}

.form-container {
  padding: 40px;
  background-color: #ededed;
  padding-block: 52px;
}

.left-side-text {
  max-width: 428px;

}

.left-side-text p {
  font-weight: 700;
  font-size: 26px !important;
  line-height: 30px;
  text-transform: uppercase;
  color: #AC2340;
}

.form-content {
  flex: 1;
}

.become-partner-form-fw-block .form-container {
  position: relative;
}

.become-partner-form-fw-block .form-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 486px;
  height: 486px;
  background-image: url(../../uploads/2025/08/fenton-bg-logo-white.svg);
  background-repeat: no-repeat;
  pointer-events: none;
}

.become-partner-form-fw-block .form-container .forminator-label,
.become-partner-form-fw-block .form-container .forminator-field input::placeholder,
.become-partner-form-fw-block .form-container .forminator-field textarea::placeholder {
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 40px !important;
}

.become-partner-form-fw-block .form-container .forminator-field input::placeholder,
.become-partner-form-fw-block .form-container .forminator-field textarea::placeholder {
  color: #bbbbbb !important;
}

.become-partner-form-fw-block .form-container .forminator-field input,
.become-partner-form-fw-block .form-container .forminator-field textarea {
  padding-inline: 20px !important;
}

.become-partner-form-fw-block .form-container .forminator-field input {
  min-height: 60px !important;
}

.become-partner-form-fw-block .form-container .forminator-field:has(.forminator-button-submit) {
  display: flex;
  justify-content: flex-end;
}

.become-partner-form-fw-block .form-container .forminator-field .forminator-button-submit {
  background: linear-gradient(93.24deg, #AC2340 -4.59%, #460E1A 195.65%) !important;
  margin-top: 20px !important;
  padding-inline: 72px !important;
}

/* become-partner-form-fw-block */



.copy-right-text>* {
  order: 0 !important;
}

.copy-right-text {
  justify-content: space-between;
}

.copy-right-text,
.copy-right-text p,
.copy-right-text a,
.copy-right-text span {
  font-size: 16px !important;
}

.copy-right-text .footer-links {
  display: flex;
  gap: 20px;
}

#colophon {
  position: relative;
  background-color: #1c1c1c;
}

#colophon::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: -15px;
  width: 389px;
  height: 389px;
  background-image: url("../../uploads/2025/09/fenton-bg-footer.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  /* z-index: -1; */
}




#wpfront-scroll-top-container i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
}

#wpfront-scroll-top-container.show {
  width: auto;
}

#wpfront-scroll-top-container i {
  margin: 0;
}

#wpfront-scroll-top-container {
  right: 40px !important;
  bottom: 40px !important;
}

#wpfront-scroll-top-container:hover i,
#wpfront-scroll-top-container:focus i {
  transform: none;
}

button#wpfront-scroll-top-container i::before {
  color: transparent;
  width: 46px;
  height: 46px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='38' viewBox='0 0 30 38' fill='none'%3E%3Cpath d='M29.375 14.688C29.3761 14.8771 29.3398 15.0647 29.2683 15.2398C29.1968 15.415 29.0913 15.5743 28.9581 15.7086C28.8245 15.8433 28.6655 15.9503 28.4903 16.0232C28.3151 16.0962 28.1273 16.1338 27.9375 16.1338C27.7477 16.1338 27.5598 16.0962 27.3847 16.0232C27.2095 15.9503 27.0505 15.8433 26.9169 15.7086L15 3.77733L3.08312 15.7086C2.81243 15.9793 2.4453 16.1313 2.06249 16.1313C1.67968 16.1313 1.31255 15.9793 1.04187 15.7086C0.77118 15.4379 0.61911 15.0708 0.61911 14.688C0.61911 14.3051 0.77118 13.938 1.04187 13.6673L13.9794 0.729829C14.113 0.595095 14.272 0.488151 14.4472 0.415171C14.6223 0.342191 14.8102 0.304618 15 0.304618C15.1898 0.304618 15.3776 0.342191 15.5528 0.415171C15.728 0.488151 15.887 0.595095 16.0206 0.729829L28.9581 13.6673C29.0913 13.8016 29.1968 13.9609 29.2683 14.1361C29.3398 14.3112 29.3761 14.4988 29.375 14.688Z' fill='white'/%3E%3Cpath d='M16.4375 1.75L16.4375 36.25C16.4375 36.6312 16.2861 36.9969 16.0165 37.2665C15.7469 37.536 15.3812 37.6875 15 37.6875C14.6188 37.6875 14.2531 37.536 13.9835 37.2665C13.714 36.9969 13.5625 36.6312 13.5625 36.25L13.5625 1.75C13.5625 1.36875 13.7139 1.00312 13.9835 0.733532C14.2531 0.463951 14.6187 0.3125 15 0.3125C15.3812 0.3125 15.7469 0.463951 16.0165 0.733532C16.286 1.00312 16.4375 1.36875 16.4375 1.75Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}



.gradient-brand-text {
  font-weight: 700 !important;
  font-size: 64px !important;
  line-height: 100%;
  margin-bottom: 40px !important;
  text-align: center;
  text-transform: uppercase;
}

.prefooter-container {
  position: relative;
}

.prefooter-container::before {
  content: '';
  width: 389px;
  height: 389px;
  position: absolute;
  left: 5%;
  top: 0;
  background-image: url("../../uploads/2025/09/prefooter-block-bg.svg");
  background-repeat: no-repeat;
}

main.site-main .archive-header .archive-header-image:before,
main.site-main .archive-header .archive-header-image:after {
  content: unset !important;
}

body:not(.home) .header-hero.hero-image {
  height: 390px !important;
  min-height: 0 !important;
}

.smartcrawl-breadcrumbs,
.smartcrawl-breadcrumbs a,
.smartcrawl-breadcrumbs strong {
  color: white;
  font-weight: 400 !important;
}

.header-hero .smartcrawl-breadcrumbs {
  margin-top: 20px;
}

.header-hero-content .absolute-title {
  font-size: 48px;
  line-height: 100%;
  margin-top: 60px;
  margin-bottom: 0 !important;
}


/* login reg page */

div#customer_login form {
  background-color: #ededed;
  border-radius: 0;
  border-color: #00000080;
  padding: 68px;
}

div#customer_login form button[type="submit"] {
  font-size: 18px !important;
  line-height: 25px !important;
  padding: 14px 28px !important;
  background: linear-gradient(93.24deg, #AC2340 -4.59%, #460E1A 195.65%);
  border-radius: 0 !important;
  font-weight: 700 !important;

}

div#customer_login form input[type="text"],
div#customer_login form input[type="password"],
div#customer_login form input[type="email"] {
  border-color: #00000080;
  min-height: 60px;
}

div#customer_login form input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
}

div#customer_login form .form-row {
  margin-bottom: 18px;
}

body.my-account.woocommerce-account:not(.logged-in) .content-loop .container {
  max-width: 604px !important;
}


/* login reg page */


.form-check-input:checked {
  background-color: #ac2340 !important;
  border-color: #ac2340 !important;
  ;
}

.form-check-input:focus {
  border-color: #ac2340 !important;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ac2340'/%3e%3c/svg%3e") !important;
}

.form-check-input:checked:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.form-check-input {
  box-shadow: unset !important;
}

.toggle-link {

  font-weight: 400;
  font-size: 16px !important;
  line-height: 35px;
}

.toggle-link a {
  font-weight: 600;
  font-size: 16px !important;
  color: #AC2340 !important;
}

.woocommerce-LostPassword.lost_password a {
  color: #AC2340 !important;
}

.woocommerce-LostPassword.lost_password {
  font-weight: 600;
  font-size: 14px;
  line-height: 35px;
  text-decoration: underline;
  margin: 0 !important;
}

.form-check-label[for="rememberme"] {
  font-weight: 400 !important;
}


body.not-logged-in.my-account .page-header.archive-header {
  display: none;
}

body.not-logged-in.my-account #menu-new-menu-main li a {
  color: black;
}

body.not-logged-in.my-account .container-search-form #searchbutton i {
  filter: invert();
}

body.not-logged-in.my-account #menu-new-menu-main li ul.sub-menu {
  background: white;
  border: 1px solid black;
}

body.not-logged-in.my-account .content-single-page {
  margin-top: 200px;
}

body:not(:has(#wpadminbar)) {
  padding: 0 !important;
}

body:not(:has(#wpadminbar)) header {
  top: 0 !important
}

.p-m-0 p {
  margin: 0 !important;
}

.p-m-0 p:has(iframe) {
  line-height: 0;
}

.has-map-iframe iframe {
  width: 100%;
  height: 940px;
}

body main.site-main .archive-header.default-header .archive-header-image {
  height: 400px !important;
}

.brandhtitle {
  font-size: 48px !important;
}


.contact-details.open_hours {
  position: relative;
  padding-top: 16px;
  border-top: 1px solid #606060
}

.contact-details.open_hours::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #606060;
}

.contact-details.address {
  margin-bottom: 8px !important;
}