/** Shopify CDN: Minification failed

Line 1446:0 Expected "}" to go with "{"

**/
.login .customer button,
.register .customer button{
  border-radius: 10px;
  font-size: clamp(12px, 1.111vw, 16px);
  border: 1px solid #005480;
  transition: all 0.4s ease-in-out;
  font-family: Open Sans, sans-serif;
  /* letter-spacing: normal; */
  text-transform: capitalize;
  padding: clamp(12px, .972vw, 14px) clamp(36px, 3.194vw, 46px);
  font-weight: 600;
  line-height: 100%;
  background: #005480;
  width: 100%;
}

.login .customer button:hover,
.register .customer button:hover{
  background-color: transparent;
  color: #005480;
}

.login .customer button::after,
.login .customer button::before,
.register .customer button::after,
.register .customer button::before {
  content: none !important;
}

.login .customer a,
.register .customer a{
  font-family: Open Sans, sans-serif;
  color: 000 !important;
  font-weight: 600;
  line-height: 100%;
  margin-top: 10px !important;
}


/* Header-Styling */
html.js.no-height {
  overflow-y: hidden;
}
header.wrg-header {
  z-index: 999;
}
.announcment-bar {
    background: #C3161D;
    position: relative;
  transition: all 0.4s ease-in-out;
  height: 46.2px;
}
.wrg-header.scrolled .announcment-bar {
  height: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
}
.wrg-header {
  position: fixed !important;
  width: 100%;
}
.ann-cont h4 {
    font-size: 14px;
    text-align: center;
}

.ann-cont {
    padding: 14px 0;
}
.main-logo img {
    width: 150px;
    height: 90px;
    object-fit: contain;
}
/* .logo-1 img {
    width: 100%;
    max-width: 120px;
    height: 55px;
   object-fit: contain;
  transition: all .3s ease-in-out;
} */

.header-logos {
    column-gap: 45px;
}
.header-flex{
    column-gap: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 15px;
}
.header-content {
    background: #2D2D2D;
    padding: 20px 0 0;
}
.header-icons a img {
  width: 22px;
  height: 19px;
  object-fit: contain;
}
.header-nav {
  padding: 16px 0;
}
.header-icons a {
  display: flex;
  align-items: center;
}
.header-navbar-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-icons {
  display: flex;
  column-gap: 10px;
}

.header-content .copyright-1 p, 
 .header-content .copyright-2.d-flex a{
  color: #000 !important;
  font-size: clamp(14px, 1.815vw, 18px);
}

.copyright-1 p,
.copyright-2.d-flex {
  font-size: clamp(14px, 1.815vw, 18px);
}

.header-content .copyright-flex {
  width: 100%;
  opacity: 1;
  padding: 35px 0 10px 0;
  
}

/* submenu-code */
li.custom-nav-item.custom-nav-item-7 li.parent-title.ff-opensans.fw-400.white-c,
li.custom-nav-item.custom-nav-item-7 .mega-menu-bar,
li.custom-nav-item.custom-nav-item-7 .sub-menu-main-holder::after {
  display: none;
}

li.custom-nav-item.custom-nav-item-7 {
  position: relative;
}

li.custom-nav-item.custom-nav-item-7 .sub-menu-main-holder {
  min-width: 250px;
  position: absolute;
  top: 150%;
  padding: 20px 0;
}

li.custom-nav-item.custom-nav-item-7 .sub-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

li.custom-nav-item.custom-nav-item-7 .sub-menu-inner-holder {
  display: block;
  min-height: auto;
}

 
/* Main-Banner-Styling */
.main-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 200px;
}

.banner-slide-logo {
  width: 180px;
  height: 95px;
  object-fit: contain;
  margin-bottom: 20px;
}
/*
.main-banner:nth-child(3) .banner-slide-logo{
  visibility: hidden;
}

.main-banner:nth-child(2) a {
  color: #F75C14;
}
.main-banner:nth-child(4) a {
  color: #009345;
}
.main-banner:nth-child(2) .primary-btn:hover a, .main-banner:nth-child(4) .primary-btn:hover a{
  color: #fff !important;
}
.main-banner:nth-child(1) a{
  color: #c3161d;
}
.main-banner:nth-child(1) span.banner-heading-underline::before {
  background: #c3161d !important;
}
*/
.main-banner::after{
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0894/6093/2906/files/right-splash.png?v=1729625673);
    width: 117px;
    height: 318px;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.main-banner::before{
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0894/6093/2906/files/bottom-splash.png?v=1729625673);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 511px;
    height: 189px;
    bottom: 0;
    left: 0;
}
span.banner-heading-underline::before {
    position: absolute;
    /* background: #166A96; */
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    max-height: 60%;
    top: 26px;
}
span.banner-heading-underline {
    position: relative;
    z-index: 99;
}
/*
.main-banner:nth-child(4) span.banner-heading-underline::before{
  background: #c3161d !important;
}
.main-banner:nth-child(3) span.banner-heading-underline::before{
  background: #646464 !important;
}
*/
.banner-cont {
    width: 55%;
}

.banner-img {
    width: 40%;
}

.banner-flex {
    column-gap: 60px;
    padding: 96px 0 120px;
    display: flex !important;
}

.banner-img img {
    display: block;
    width: 100%;
    max-width: 474px;
    height: 574px;
    object-fit: contain;
}

.banner-cont p {
    padding: 15px 0 38px;
}


/* NEW-ARRIVAL-PRODUCTS */
.prod-img {
    background: #E9E9E9;
    border-radius: 10px;
}
.new-cart-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.pro-cont p {
    color: #585858;
  font-size: 16px;
  padding-top: 6px;
  line-height: 100%;
  display: flex;
  align-items: center;
  column-gap: 7.5px;
  margin-top: 10px;
}

.pro-cont {
    display: flex;
    align-items: start;
    padding-top: 20px;
    column-gap: 72px;
   justify-content: space-between;
}

.prod-cart button {
    background: #C3161D;
    border: 1px solid #C3161D;
    outline: none;
    border-radius: 50%;
    padding: 0;
    width: 60px;
  height: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-products-flex {
    column-gap: 24px;
    margin-top: 0px;
}
.sec-heading {
    margin-bottom: 30px;
}
section.new-arrival {
    padding: 100px 0;
}
.product-1 {
    width: calc(33% - 12px);
}
.prod-img img {
    width: 100%;
    max-width: 400px;
    height: 443px;
     object-fit: contain;
  padding: 30px;
}

/* ABOUT--WRG--SECTION */
section.about-wrg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

section.about-wrg::before {
    position: absolute;
    content: '';
    background: rgba(195, 22, 29, 1);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.about-wrg-img img {
    width: 100%;
    max-width: 680px;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  transition: .9s;
}

.about-inner-img:hover {
  transform: scale(1.2);
}
.about-wrg-img {
    width: 50%;
   overflow: hidden;
  border-radius: 10px;
}

.-about-wrg-cont {
    width: 50%;
}

.about-wrg-flex {
    column-gap: 72px;
    padding: 80px 0;
}
.-about-wrg-cont h3 {
    padding-top: 30px;
    color: rgba(255, 242, 0, 1);
}

.-about-wrg-cont p {
    padding: 16px 0 44px;
}
.-about-wrg-cont h4::after {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 3px;
    bottom: -10px;
    left: -30px;
    max-width: 300px;
}
.about-wrg-img img.plus-icon {
  background: #fff;
}
.-about-wrg-cont h4 {
    position: relative;
}

.-about-wrg-cont img {
  width: 200px;
  height: 52px;
  object-fit: cover;
  margin-bottom: 32px;
}

section.about-wrg::after{
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0894/6093/2906/files/about-splash.png?v=1729625673);
    width: 378px;
    height: 189px;
    bottom: 0;
    z-index: -1;
    right: 0;
}

/* BEST-SELLER-SECTION */
.best-seller-img {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.best-seller-img img {
    height: 400px;
    max-width: 350px;
    object-fit: contain;
}
.sprint-1 img {
    width: 100%;
    max-width: 608px;
    height: 623px;
    object-fit: cover;
    border-radius: 10px;
}

.sprint-1 {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: center;
   border-radius: 10px;
}

.sprint-flex {
    column-gap: 24px;
    margin-top: 100px;
}
.best-seller-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sprint-1 h3 {
    position: absolute;
    bottom: 20px;
    font-size: clamp(22px, 2.917vw, 42px);
   left: 130px;
}
img.plus-icon {
    position: absolute;
    width: 90px;
    height: 90px;
    bottom: 0;
    left: 0;
    background-color: #005480;
    border-radius: 0;
    padding: 24px;
    z-index: 1;
    border-radius: 0 0 0px 10px;
}

/* SPEEDWAY--SECTION */
section.speedway {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.speedway::after{
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0894/6093/2906/files/speedway-splash.png?v=1729625673);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 582px;
    height: 236px;
    top: 0;
    right: 350px;
    z-index: -1;
}
section.speedway::before {
    position: absolute;
    content: '';
    background: #005480;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.speedway-product .pro-cont p {
    color: #fff;
}

.speedway-product .prod-cart button {
    background: #fff;
    border: 1px solid #fff;
}

.speedway-product button.new-cart-icon img {
    filter: invert(1);
}
section.speedway .new-products-flex {
    padding: 40px 0 80px;
    margin: 0;
    row-gap: 40px;
}
.speedway-cont{
    padding-top: 80px;
}


/* STAY--SUBSCRIPTION--CSS */
section.stay-subscription {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 118px;
    position: relative;
    margin-top: 0px;
}
.stay-subscription::after{
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0894/6093/2906/files/stay-splash.png?v=1729625674);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 358px;
    height: 324px;
    bottom: 0;
    left: 0;
}
.stay-subscription-cont {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.stay-subscription-cont form input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    outline: none;
    border-radius: 3px;
    width: 100%;
    padding: 24px 30px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    border-radius: 10px;
}

.stay-subscription-cont form input::placeholder {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.stay-subscription-cont form button {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 11px;
}

.stay-subscription-cont form {
    position: relative;
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}
.stay-subscription-cont p {
    padding: 24px 0 40px;
}

/* WR--FOOTER */
footer.wrg-footer {
    background: #2D2D2D;
    position: relative;
    z-index: 9;
}
footer.wrg-footer::after{
    position: absolute;
    content: '';
    background-image: url(/images/footer-splash.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 300px;
    height: 188px;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.loc-tel a {
    display: flex;
    align-items: start;
    column-gap: 5px;
}
.loc-tel a img {
  margin-top: 4px;
}


.footer-logo img {
    width: 180px;
    height: 130px;
}

.loc-tel {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 40px;
}
.footer-flex-2 ul {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin-top: 20px;
}

.footer-flex-2 ul a {
  text-transform: capitalize;  
}

.footer-flex {
    display: flex;
    column-gap: 110px;
    padding: 110px 0 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-flx-1,
.footer-flex-2 {
    width: 25%;
}
.footer-social-icons a {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.loc-tel a img {
  width: 22px;
  height: 20px;
}
.footer-social-icons img {
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 10px;
    background: transparent;
   width: 35px;
  height: 35px;
  object-fit: contain;
}
.copyright-flex {
    opacity: 80%;
    padding: 20px 0;
}

.wrg-footer .copyright-flex {
  align-items: center !important;
}

/* Banner--Swiper */
.bannerSwiper span.swiper-pagination-bullet {
    background: #fff;
    width: 12px;
    height: 12px;
}

.bannerSwiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
}

.bannerSwiper .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 30px !important;
}
.bannerSwiper .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 30px !important;
}
.arrivalSwiper .swiper-button-next {
    top: 38px;
    background: #C3161D;
    padding: 28px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.arrivalSwiper .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: auto;
    right: 66px !important;
    top: 38px;
    background: #C3161D;
    padding: 28px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.arrivalSwiper .swiper-button-next::after, .arrivalSwiper .swiper-button-prev::after{
    display: none;
}
.mobile-hamburger-menu{
  display: none;
}
.footer-social-icons li img:hover {
  background: #C3161D;
  border: 1px solid #C3161D;
  transition: .3s;
}

/* ABOUT--PAGE */
/* PAGE--HEADER--SECTION */
/* section.page-header::after {
    position: absolute;
    background-color: #005480E0;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    z-index: -1;
} */

section.page-header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-top: 225px;
}
.page-header-cont h3 {
    /* padding: 152px 0; */
    position: relative;
    width: max-content;
    margin: 0 auto;
    z-index: 9;
    font-style: italic;
    font-weight: 700;
}
.page-header-cont h3::before {
    position: absolute;
    background: #C3161D;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -1;
    max-height: 50%;
}
.page-header-cont {
    padding: 152px 0;
}  
section.page-header::before{
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0894/6093/2906/files/right-splash.png?v=1729625673);
    width: 117px;
        height: 318px;
        top: 0;
        right: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
}
section.page-header::after{
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0894/6093/2906/files/bottom-splash.png?v=1729625673);
    background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 511px;
        height: 189px;
        bottom: 0;
        left: 0;
}

/* ABOUT--BLOG--SECTION */
.inner-about-blog-1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
        position: relative;
        border-radius: 10px;
}
.about-blog-1{
width: calc(25% - 18px);
}
.about-blog-img img {
  width: 122px;
  height: 55px;
  object-fit: contain;
  transition: .9s;
}
.about-blog-flex {
    column-gap: 24px;
    flex-wrap: wrap;
    margin-top: 54px;
}

.about-blog-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  overflow: hidden;
}
.about-description p {
    text-align: center;
    font-size: 24px;
}

.about-description {
    width: 85%;
    margin: 0 auto;
}
img.about-plus-icon {
    position: absolute;
    bottom: 0;
    background: #C3161D;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 70px;
    height: 70px;
    padding: 20px;
    left: 0;
}
.about-blog-cont p {
    padding-top: 20px;
}
section.about-blogs {
    padding: 100px 0;
}

/* ABOUT--SANCTION--BLOCK */
.about-sanction-container {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 15px;
}

.about-sanction-block {
    padding: 56px 72px;
    background: #fff;
    box-shadow: 0px 4px 26.8px 0px #0000001A;
    border-radius: 10px;
    margin: 100px 0;
    position: relative;
}

.about-sanction-block p {
    font-size: 24px;
    text-align: center;
}



/* CONTACT--PAGE--STYLING */
/* CONTACT-FORM-SECTION */
.fill-form h3 {
    font-size: clamp(25px, 2.778vw, 40px);
    padding-bottom: 26px;
}

.fill-form form label {
    color: #545454;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 20px;
    display: block;
    font-weight: 600;
}

.fill-form form input {
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 15px 18px;
    background-color: #F5F5F5;
    color: #C3161D;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.fill-form form input:focus-visible {
  outline: none;
  box-shadow: none;
}

.form-fill-flex {
    column-gap: 24px;
    margin: 100px 0;
}

.fill-form {
    width: calc(70% - 12px);
    background: #F9F9F9;
    border-radius: 10px;
    padding: 40px 30px;
}

.fill-form-blocks {
    width: calc(30% - 12px);
        display: flex;
            flex-direction: column;
            row-gap: 18px;
}

.first-name {
    width: 50%;
    margin-bottom: 24px;
}

.form-inner-cont {
    column-gap: 24px;
}
.fill-form form textarea {
    width: 100%;
    resize: none;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 15px 18px;
    background-color: #F5F5F5;
}

.fill-form form textarea:focus-visible {
  outline: none;
  box-shadow: none;
}

.textarea {
    width: 100%;
}
.fill-form form input::placeholder, .fill-form form textarea::placeholder{
    opacity: 40%;
    color: #545454;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}
.fill-form form button {
    background: #C3161D;
    outline: none;
    border: 1px solid #C3161D;
    padding: 14px 46px;
    width: 100%;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 30px;
    cursor: pointer;
  transition: .3s;
}
.fill-form form button:hover {
  background: transparent;
  color: #c3161d;
}
.form-block-1 {
    background: #F9F9F9;
    border-radius: 10px;
    padding: 40px 20px;
}

.form-block-icon {
    display: flex;
    align-items: center;
    column-gap: 24px;
    justify-content: center;
}
.form-block-icon h4{
    font-size: clamp(26px, 2.222vw, 32px);
}
.form-block-icon img {
    border-radius: 50%;
    padding: 12px;
    width: 60px;
    height: 60px;
    object-fit: contain;
    border: 1px solid #0000001A;
}

.form-block-desc {
    display: flex;
    column-gap: 24px;
    margin-top: 20px;
    flex-direction: column;
}

.form-block-desc a {
  text-align: center;
}

/* DONATION--SECTION--STYLING */
.donation-blog {
    width: calc(33% - 12px);
}

.donation-blog-cont {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 18px;
}

.donation-blog-cont a.secondary-btn:hover {
  background-color: transparent;
  color: #c3161d;
}

.inner-doantion h3 {
    text-align: center;
}
.st-donation-paragraph-block {
  display: flex;
  align-items: center;
  justify-items: center;
  margin: 15px 0;
}

.st-donation-paragraph,
.st-donation-paragraph-block p{
  color: #545454;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    display: block;
    font-weight: 500;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.st-donation-paragraph a,
.st-donation-paragraph-block p a{
  text-decoration: underline;
  color: #005480;
  transition: all 0.3s ease-in-out;
}

.st-donation-paragraph a:hover,
.st-donation-paragraph-block p a:hover{
  text-decoration: none;
}


.inner-doantion {
    margin-bottom: 100px;
}
.custom-all-product{
  margin-bottom: 100px;
  row-gap: 40px;
}
.all-pro-cont-heading h3 {
  text-align: center;
  margin-top: 50px;
}


/*======cart-page-css===== */

body.gradient.cart .cart__blocks {
    background-color: #c3161d;
    padding: 25px 25px 35px 25px;
    border-radius: 10px;
}

body.gradient.cart h2.totals__total,
body.gradient.cart .totals__total-value,
body.gradient.cart small.tax-note.caption-large.rte{
  color: #fff;
  font-family: Gilroy;
  font-weight: 600;
  font-size: clamp(16px, 1.25vw, 18px);
}

body.gradient.cart .cart__checkout-button {
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  font-family: Gilroy;
  font-weight: 600;
  font-size: clamp(14px, 1.111vw, 16px);
  border: 1ps solid #005480;
}

body.gradient.cart .cart__checkout-button:hover {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

body.gradient.cart h1.cart__empty-text {
  text-transform: capitalize;
  font-family: Gilroy;
  font-weight: 600;
}

body.gradient.cart .cart__warnings .button{
  border-radius: 10px;
  font-size: clamp(12px, 1.111vw, 16px);
  border: 1px solid #005480;
  transition: all 0.4s ease-in-out;
  font-family: Open Sans, sans-serif;
  /* letter-spacing: normal; */
  text-transform: capitalize;
  padding: clamp(12px, .972vw, 14px) clamp(36px, 3.194vw, 46px);
  font-weight: 600;
  line-height: 100%;
}

body.login h1#login,
#recover,
div.customer.register h1{
  text-transform: capitalize;
  font-family: Gilroy;
  font-weight: 600;
}

body.login a {
  display: flex !important;
  margin: 0 !important;
}

body.gradient.cart .cart__login-paragraph {
  font-family: Open Sans, sans-serif !important;
  font-weight: 600;
}

body.gradient.cart .cart__login-paragraph a {
  font-family: Open Sans, sans-serif !important;
}

body.gradient.cart h2.cart__login-title {
  font-size: clamp(14px, 1.111vw, 16px);
  font-family: Gilroy;
  color: #000;
  font-weight: 600;
}

.cart__warnings .button:hover{
  color: #005480;
  font-family: Gilroy;
  background-color: transparent;
  border: 1px solid #005480;
}

body.gradient.cart a.link.underlined-link {
  color: #005480;
  font-size: clamp(14px, 1.111vw, 16px);
  font-family: Gilroy;
}

body.gradient.cart small.tax-note.caption-large.rte{
  color: #fff;
  font-family: Gilroy;
  font-weight: 400;
  font-size: clamp(14px, 1.111vw, 14px);
  text-align: left;
  margin: 30px 0 50px 0 !important;
}

body.gradient.cart .totals {
  justify-content: space-between !important;
}


/*=====offically-liceensed-product=======  */
.offical-product-sec {
  margin-top: 300px;
}
.officially-licensed-product-wrpaer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 40px;
    padding: 40px 0 100px 0;
}

.officially-licensed-desc-wraper h3 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 24px;
}

.officially-licensed-img a img {
    max-width: 608px;
    height: 400px;
    object-fit: cover;
    width: 100%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.officially-licensed-img a {
    display: block;
    width: 100%;
}

.officially-licensed-btn-holder {
    margin-top: 32px;
}

.view-all-btn {
    margin-top: 24px;
    text-align: center;
}

.officially-licensed-iner-wraper {
    width: calc(50% - 8px);
}

.officially-licensed-btn-holder a h3{
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
}

p.officially-licensed-desc {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

p.mail-sec {
  max-width: 815px;
  width: 100%;
  margin: 65px auto 0 auto;
  text-align: center;
  font-size: 14px;
  font-style: italic;
}

p.mail-sec a {
  color: #BE1A1F;
}

body.gradient.cart cart-items {
  margin: clamp(200px, 20.833vw, 300px) 0 100px;
}
body.gradient.cart .cart__warnings {
  padding: 25px 0 0 !important;
}

body.gradient.cart h1.cart__empty-text {
  margin: 0 0 20px !important;
}

body.gradient.cart h2.cart__login-title {
  margin: 10px 0 !important;
}

body.gradient.cart .cart__login-paragraph {
  margin: 0 !important;
}

.view-all-btn a{
  background-color: #BE1A1F;
  color: #fff;
  padding: 16px 24px;
  text-transform: capitalize;
  display: inline-block;
  font-size: 16px;
}

.prod-img {
  position: relative;
}
.prod-img .mh_prdcard_pricing {
  position: absolute;
  top: 15px;
  left: 15px;
}


.mh_recommendation_carousel_wrapper {
  padding: 100px 0;
}

.search .product-card-wrapper .card__inner {
  height: 400px !important;
  padding-inline: 20px !important;
  border-radius: 10px;
}

.search .product-card-wrapper .card__inner .card__media {
    bottom: 0;
    position: absolute;
    top: 0;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: 90% !important;
}

.search .product-card-wrapper .card__inner .card__media .media img {
  object-fit: contain;
}

.search .product-card-wrapper .card__inner .card__content .card__badge {
  align-self: start !important;
    grid-row-start: 1 !important;
    justify-self: start !important;
  margin-left: -6px;
}

.search .product-card-wrapper .card__inner .card__content .card__badge .badge {
  background-color: #c3161d !important;
}

.search .product-card-wrapper .card__inner .card__content {
  padding: 1rem 0 !important;
}

.search .product-card-wrapper .card__content h3 a {
  font-size: clamp(16px, 1.389vw, 20px);
  font-weight: 500;
  font-family: Gilroy;
}

.search .product-card-wrapper .card__content .card-information .price-item--regular {
  font-family: Open Sans, sans-serif !important;
  font-weight: 500;
  color: #585858;
    font-size: 16px !important;
    padding-top: 6px;
    line-height: 100%;
}

.search .product-card-wrapper .card__content .card-information .price-item--sale {
  font-family: Open Sans, sans-serif !important;
  font-weight: 500;
  color: #585858;
    font-size: 16px !important;
    padding-top: 6px;
    line-height: 100%;
}

.login .customer.login,
.register .customer.register {
  background-color: #F9F9F9;
  margin-bottom: 20px !important;
  border-radius: 10px;
}

.login .customer.login .field::before,
.register .customer.register .field::before {
  content: none;
}

.login .customer.login .field::after,
.register .customer.register .field::after {
  content: none;
}

.login .customer.login .field input,
.register .customer.register .field input {
  border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 15px 18px;
    background-color: #F5F5F5;
    color: #C3161D;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.login .customer.login .field input:focus,
.login .customer.login .field input:focus-visible,
.register .customer.register .field input:focus,
.register .customer.register .field input:focus-visible{
  outline: none;
  box-shadow: none;
}

/* breadcrum */
.breadcrumb-main-wraper {
    padding-bottom: 25px;
}

.breadcrumb-container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 5rem;
}

.breadcrumb-flex-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.breadcrumb_text a {
  display: inline-block;
  margin-inline: 5px;
  line-height: normal;
  color: #C3161D;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
}

span.breadcrumb-divider {
  color: #C3161D;
}



@media only screen and (max-width: 1024px) {
  .mh_recommendation_carousel_wrapper {
    padding: 75px 0;
  }
}

@media only screen and (max-width: 768px) {
  .mh_recommendation_carousel_wrapper {
    padding: 50px 0;
  }

