/** Shopify CDN: Minification failed

Line 317:14 Expected identifier but found whitespace
Line 317:15 Unexpected "40px"
Line 1511:109 "bo-shadow" is not a known CSS property
Line 1679:113 "bo-shadow" is not a known CSS property

**/
html{  scroll-behavior: smooth;}
body{padding:0px;margin:0px; font-size:16px; padding-top:0px;transition:ease-in-out 0.5s;     font-family: "Red Hat Display", sans-serif;}
/********** whatsapp button css****************/
#chat-icons {
    position: fixed;
    width: 56px;
    height: auto;
    right: 0;
    bottom: 0;
    margin: 0 25px 95px 0;
    overflow: visible;
    z-index: 100;
    text-align: center;
}
button.cart-btn {
    display: none !important;
}
button.minus {
    background: #db2416;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    width: 30px;
    height: 30px; border:1px solid #db2416;
    border-radius: 30px;
}
h1.title {
    font-size: 30px;
    font-weight: 800;
    color: #000;
    margin: 0px;
}
button.plus {
    background: #db2416;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;border:1px solid #db2416;
    width: 30px;
    height: 30px;
    border-radius: 30px;
}
.product-box .qty {
    text-align: center;
}
.product-box input {
    text-align: center;
    height: 36px;
    border-radius: 20px;
    border: 1px solid #db2416;
    width: 75%;
    margin-top: 15px;
}
#chat-icons .chat-icon {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .20);
    position: relative;
    left: 0;
    bottom: 0;
    color: #fff;
    margin-top: 10px;
}
#chat-icons .chat-icon a {
    display: block;
    padding: 10px;
    outline: none;
}
#chat-icons .chat-icon.ci-whatsapp {
    background: #47c258;
}
#chat-icons .chat-icon.ci-messenger {
    background: #0084ff;
}
#chat-icons .chat-icon.ci-popup {
    background: #3257a5;
}
/********** cart drawer css *********/
button.button.full {
    background: #d92416 !important;
    color: #fff !important;
    border-radius: 40px !important;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
button.button.full:hover{
    background: rgb(165, 27, 17) !important;
    border: 1px solid #db2416 !important;
}

.qtys {
    display: inline-block;
    border: 2px solid #232323;
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 25px;
}
.qtys button {
    background: transparent;
    color: #232323;
    border: none;
    cursor: pointer;
    font-size: 25px;
    width: 50px;
    height: auto;
    text-align: center;
    transition: background-color .2s;
}
.input-boxs {
    width: 50px;
    text-align: center;
    border: none;
    color: #232323;
    padding: 6px 10px;
    background: transparent;
    font-size: 25px;
    outline: none;
    font-weight: 700;
}
/********* css end **************/
button.cart-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #d92416;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}
legend.form__label {
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    color: #000000;
}
.variant-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
    border: 0px !important;
    box-shadow: 0px 0px 10px #0000004d;
}
button.primary-btn i{padding-right:10px;}
button.primary-btn {
    background: #db2416;
    color: #fff;
    padding: 11px 15px;
    border-radius: 50px;width: 100%;
    text-align: center;
    display: block; border:1px solid #db2416;
    margin-top: 15px;opacity: 0;
}
.product-box:hover button {
    opacity: 1;
}
button.primary-btn:hover {
    background:rgb(165, 27, 17); border:1px solid #db2416;   
    
}
.product__accordion.accordion.quick-add-hidden {
    border-bottom: 0px;
}
.product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient.constrain-height {
    border-radius: 10px;
}
.card.card--standard.card--media {
    border: 0px;
}
h1.collection-hero__title{
     font-weight: 800;
    font-family: "Red Hat Display", sans-serif;
    color: #000000;
    margin: 0px 0px 30px;
    text-align: center; margin-top:50px;
    font-size: 40px;
    text-transform: uppercase;
}

h2.related-products__heading.inline-richtext.h1 {
    font-weight: 800;
    font-family: "Red Hat Display", sans-serif;
    color: #000000;
    margin: 0px 0px 30px;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
}
.card__inner.color-scheme-2.gradient.ratio {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}
.price--on-sale .price-item--regular {
    text-decoration: line-through;
    color: rgba(var(--color-foreground), .75);
    font-size: 16px !important;
}
h3.card__heading.h5 {
    font-weight: 400 !important;
    font-size: 14px !important;
     margin-bottom: 0px !important;
    display: block;
    line-height: normal;
    text-transform: capitalize;
    color: #000000;
     display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
predictive-search.d-flex.position-relative.search-outer.me-auto.ui-autocomplete-input {
    width: 100%;display: block !important;
}
form.search-outer input[type=search] {
    width: 100%;display: block !important;
    outline: none;
    box-shadow: none;
}
.product-img-cvr:hover button.cart-btn {
  opacity: 1;
}

button.cart-btn:hover {
  background: #620000;
  transition: background 0.5s ease-in-out;
}

p:last-child {
margin-bottom:0px;
}
h1 {
font-size:64px;         font-family: "Red Hat Display", sans-serif;
}
h2 {
font-size: 40px;        font-family: "Red Hat Display", sans-serif;
}
h3 {
font-size: 24px;      font-family: "Red Hat Display", sans-serif;
} 
h4 {
font-size: 22px;     font-family: "Red Hat Display", sans-serif;
}
h5 {
font-size: 18px;      font-family: "Red Hat Display", sans-serif;
}
h6 {
font-size: 16px;      font-family: "Red Hat Display", sans-serif;
}
button:focus{outline:none  !important; box-shadow:none !important;    font-family: "Red Hat Display", sans-serif;}
ul{list-style:none; padding:0px;   transition:ease-in-out 0.5s;   font-family: "Red Hat Display", sans-serif;  }
	a{text-decoration:none !important;  transition:ease-in-out 0.5s;     font-family: "Red Hat Display", sans-serif; }
	:hover{transition:ease-in-out 0.5s; }

:before, :after {
font-family:FontAwesome;
}
span.badge.price__badge-sale.color-scheme-4 {
    background: #620000;
}
.contact__button button {
    border: 1px solid #fff; font-weight:800;
    width: 100%;
    border-radius: 30px;
    background: transparent;
}
.contact__button button:hover {
    background: #fff;
    color: #db2416;
}
form.isolate.scroll-trigger.animate--slide-in {
    background: #db2416;
    padding: 30px;
    border-radius: 20px;
}
.contact.page-width.page-width--narrow.section-template--19200894992515__form-padding {
    padding: 0px;
}
h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
    font-weight: 800; font-family: "Red Hat Display", sans-serif;
}
.color-scheme-1.gradient h3 {
    font-weight: 800;
    font-size: 25px;
    line-height: normal;
    color: #000000;
    margin-bottom: 20px;
}
.contact.page-width.page-width--narrow h3 {
    font-weight: 800;
    font-size: 25px;
    line-height: normal;
    color: #000000;
    margin-bottom: 20px;
}
    font-size: 40px;
    line-height: normal;
    text-transform: uppercase;
    color: #000000;
}
legend.form__label{
 
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    color: #000000;
}
.product-form__quantity .form__label {
    margin-bottom: .6rem;
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    color: #000000;
}
.product__description.rte.quick-add-hidden p {
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #000000;
}
input.quantity__input {
    font-size: 20px;font-family: "Red Hat Display", sans-serif;
    font-weight: 800;
}
button.product-form__submit.button.button--full-width.button--primary:hover {background: #620000;transition:ease-in-out 0.5s;}
button.product-form__submit.button.button--full-width.button--primary {
    background: #db2416;
    border-radius: 50px; transition:ease-in-out 0.5s;
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    text-transform: capitalize;
    color: #ffffff;
}
.quantity:after{box-shadow:none;}
s.price-item.price-item--regular {
    color: #B4B4B4;
}
quantity-input.quantity {
    border: 1px solid #000;
    border-radius: 50px;
}
.price .price-item {
    display: inline-block;
    margin: 0 1rem 0 0;    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    color: #DB0D0B;
    font-weight: 800;
}
.product__title h1 {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin: 0px;
}
section.top-bar {
    background: #DB2416;
    padding: 10px 0px;
}
::-webkit-input-placeholder {
  color: #191919;
}

:-moz-placeholder { /* Firefox 18- */
  color: #191919;  
}

::-moz-placeholder {  /* Firefox 19+ */
  color:#191919;  
}

:-ms-input-placeholder {  
   color:#191919;  
}
ul.dropdown-menu.inner li:last-child a:hover {
    background: #620000 !important;
}
ul.dropdown-menu.inner li:last-child a:after {
    content: "\f105";
    position: absolute;
    right: 8px;
    font-size: 12px;
    top: 10px;
}
ul.dropdown-menu.inner li:last-child a {
    background: #db2416;
    border-radius: 5px; position:relative;
    color: #fff; margin-top:5px;
}
ul.contact-info li a {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #000000;
}
nav.navbar.navbar-expand-lg.bg-body-tertiary {
    padding: 0px 0px;
}
ul.contact-info {
    border: 1px solid #db2416;
    border-radius: 20px;
    padding: 20px;
}
ul.contact-info li b {
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    color: #000000;
    display: block;
}
.predictive-search__result-group h2 {
    font-size: 20px;
    font-weight: 700;
    color: #000 !important;
}
[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 10px;
  width: 10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
  background-size: 10px 10px;
}
div#predictive-search-option-search-keywords {
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 10px;
    margin-top: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
button.predictive-search__item.predictive-search__item--term.link.link--text.h5.animate-arrow {
    background: #d62315;
    border: 1px solid #d62315;
    font-weight: 700;
    color: #Fff;
    border-radius: 50px;
}
.predictive-search__item--term .icon-arrow {
    color: #fff !important;
}
.predictive-search__item-content.predictive-search__item-content--centered p {
    color: #000;
}
button.predictive-search__item.predictive-search__item--term.link.link--text.h5.animate-arrow:hover {
    background: #620000;
}
div#predictive-search-results-groups-wrapper {
    height: 200px;
    overflow-y:auto;
}
span.hidden {
    padding: 5px 20px;
    display: block;
}
div#predictive-search-option-search-keywords {
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 6px 3px #0000000d;
}
div#predictive-search {
    position: absolute;    overflow: visible;
    background: #fff;
    border-radius: 0px !important;
    margin-top: 10px;
    width: 100%;
}
.contact .field {
    display: block;
}
.contact__fields .field {
    display: block;
}
.contact__fields label.field__label {
    position: static;
}
.field label {
    color: #fff;
    font-weight: 700;
}
button.search-btn {
    position: absolute;
    right: 0px;
    background: transparent;    top: 0px;
    border: 1px solid transparent;
    padding: 8px 12px;
}
form.d-flex.position-relative.search-outer input[type=text]:focus {
    outline: none;
    box-shadow:none;
}
 /* Submenu positioning */
    .dropdown-submenu {
      position: relative;  
    }

.dropdown-submenu .dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -1px;
}

    /* Show submenu on hover for desktops */
    @media (min-width: 992px) {
      .dropdown-submenu:hover > .dropdown-menu {
        display: block;
      }
    }
a.dropdown-item {
    padding-right: 30px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
         padding: 0px;
    }
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #db2416;
}
ul.dropdown-menu li a:hover {
    background: #db2416 !important;
    color: #fff !important;
    border-radius: 4px; 
}
ul.dropdown-menu li a:hover {
    background: #db2416 !important;
    color: #fff !important;
      border-radius: 4px; 
}

ul.dropdown-menu {
    border: 1px solid #db2416;
}
li.dropdown-submenu li a:hover {
    background: #db2416 !important;
    color: #fff !important;
}
ul.dropdown-menu.inner {
    padding: 5px !important;
}
ul.dropdown-menu li a {
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
}
.dropdown-submenu {
    position: relative;
   padding: 5px;
}
    /* Add arrow to submenu parent */
.dropdown-submenu > a::after {
    content: "\f105";
    position: absolute;
    right: 15px;
	    font-size: 12px;
      top: 15px;

}
/* Remove min-width so dropdown resizes to content */
.dropdown-menu {
  min-width: auto !important;
  width: auto;
  white-space: nowrap; /* prevent line break inside menu items */
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #db2416;
}
span.badge-new {
    position: absolute;
    top: 2px;
    background: #db2416;
    width: 18px;
    height: 18px;
    right: -2px;
    font-size: 12px;
    color: #fff;
    border-radius: 100px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
a.cart-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #d92416;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}
.input-news {
    position: relative;
}
.input-news button:hover {
    background: #630000; border-color:#630000; transition:ease-in-out 0.5s;
}
.input-news button:focus { outline:none; box-shadow:none;}
.input-news button {
    outline: none;
    box-shadow: none;
    position: absolute;
    right: 5px;
    top: 5px;
    transition: ease-in-out 0.5s;
    border-radius: 50px;
    width: 40px;
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: #da2416;
    color: #fff;
    border: 1px solid #da2416;
}
.input-news input[type=text],input[type=email]:focus { outline:none; box-shadow:none;}
.input-news input[type=text],input[type=email] {
    width: 100%;
    border: 1px solid #8D9192;
    height: 50px;
    border-radius: 50px;
    padding: 0px 57px 0px 17px;
}
img.banner-spc {
    width: 100%;
    margin-bottom: 60px;
}
ul.contact-list li span {
    font-size: 14px;
    display: block;
}
ul.social-icons.clearfix {
    margin: 0px;
    text-align: right;
}
ul.footer-list li a:hover {
    padding-left: 25px;
}
ul.contact-list {
    margin-top: 30px;
}
footer p {
    color: #fff;
    font-size: 14px;
}
ul.footer-list li a {
    position: relative;
    padding-left: 20px;
}
ul.footer-list li {
    font-weight: 400;
    font-size: 15px;
    line-height: 36px;
    color: #ffffff;
}
ul.footer-list li a:before {
    content: "\f061";
    position: absolute;
    left: 0px;
}
footer h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #ffffff;
}
hr {
    background: #fff !important;
    border-top: 1px solid #fff;
}
ul.contact-list li img {
    max-width: 190px;
}
ul.footer-list li {
    font-weight: 400;
    font-size: 15px;
    line-height: 36px;
    color: #ffffff;
}
ul.footer-list li a{
    font-weight: 400;
    font-size: 15px;
    line-height: 36px;
    color: #ffffff;
}
footer {
    background: #DB2416;
    padding-top: 110px;
    padding-bottom: 15px;
}
.logo img {
    max-width: 100px;
    margin-top: -66px;
    margin-left: 10px;
}
ul.contact-list li:last-child {
    padding-left: 0px;
}

ul.contact-list li .icon-circle {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 40px;
    height: 40px;
    background: #Fff;
    color: #db2416;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}
ul.contact-list li a {
    color: #fff;
    font-weight: 800;
    font-size: 15px;
}
ul.contact-list li {
    color: #fff;
    position: relative;
    padding-left: 55px;
    padding-bottom: 10px;
    padding-top: 10px;
}
ul.social-icons.clearfix li {
    display: inline-block;
    padding: 0px 3px;
}
.news-border {
    padding: 30px;
    border-radius: 20px;
    margin-bottom: -50px;
    z-index: 2;
    position: relative;
    background: #fff;
    box-shadow: 0px 4px 50px 0 rgb(0 0 0 / 0.15);
}
section.newsletter p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}
ul.social-icons.clearfix li a:hover {background:#DB0D0B; color:#fff;}
ul.social-icons.clearfix li a {
    background: #fff;
    width: 40px;
    height: 40px;
    color: #DB0D0B;
    border: 1px solid #DB0D0B;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
section.newsletter h3 {
    font-weight: 800;
    font-size: 35px;
    line-height: 24px;
    color: #000000;
}
a.navbar-brand {
    margin-top: -23px;
}
.d-flex.justify-content-left.flex-wrap.align-items-center.gap-3 {
    width: 100%;
}
div#map {
    border-radius: 20px;
}
.img-timeline {
    width: 100%;
    border-radius: 20px;
}

.timeline-content-wrapper {
    width: 50%;
    padding: 10px 25px;
}
.left {
    left: 0px;
}
.right {
    left: 53%;
}
.right::before {
    top: 17px;
    width: 0;
    left: 15px;
    content: " ";
    height: 0;
    position: absolute;
    border: medium solid #f7f7f7;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f7f7f7 transparent transparent;
    z-index: 0;
}
.timeline {
    position: relative;
}
.timeline::after {
    left: 50%;
    content: "";
    position: absolute;
    width: 9px;
    background-color: #D2D2D4;
    top: 0;
    bottom: 0;
    margin-left: -4px;
    z-index: -1;
    border-radius: 10px;
}
.left::before {
    top: 18px;
    width: 0;
    right: 15px;
    content: "";
    height: 0;
    position: absolute;
    border: medium solid #f7f7f7;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #f7f7f7;
    z-index: 0;
}
.timeline-content-wrapper::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
 right: -9%;
    background: #CE0003;
    top: 17px;
    border-radius: 50%;
    z-index: 0;
}
p.p-title-timeline.text-red {
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    margin-top: 20px;
    color: #000000;
    margin-bottom: 4px;
}
.timeline-content-wrapper.right::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: -9%;
    background: #CE0003;
    top: 15px;
    border-radius: 50%;
    z-index: 0;
}
.timeline-content-wrapper {
    position: relative;
    background-color: inherit;
	width: 47%;
    border: 1px solid #d72316;
    border-radius: 20px;
  
}
.timeline ol li, .timeline p {
    color: #555353;
    line-height: 1.813em;
    letter-spacing: -.01em;
    font-weight: 300;
}
.content {
    padding: 0px 0px 10px;
    position: relative;
    border-radius: 6px;
}
h2.h2-year-timeline {
    margin-bottom: 0.5rem;
    text-align: center;
    font-weight: 800;
    font-size: 28px;
    line-height: normal;
    color: #db2416;
}
form.d-flex.position-relative.search-outer input[type=text],input[type=search] {
    font-family: "Red Hat Display", sans-serif;
    border: 1px solid #db2416;
    padding: 0px 45px 0px 15px; width:100%;
    border-radius: 40px; background:transparent;
    font-weight: 800;
    font-size: 15px;
    line-height: normal;
    color: #000;
}
form.search-outer input[type=search]{width:100%; height:40px;}
form.d-flex.position-relative.search-outer.me-auto {
    width: 100%;
    font-weight: 700;
    font-size: 13px;
    line-height: normal;
    color: #191919;
    margin-left: 10px;
    display: block !important;
}
span.precio_total {
    font-weight: 800;
}
section.bike-banner {
    padding: 70px 0px;
}
ul.navbar-nav.flex-row.flex-wrap li a:hover {
    color: #5b0000;
}
ul.navbar-nav.right-icons {
    width: 300px;
    justify-content: right;
}
section.nov h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: normal;
    text-transform: uppercase;    margin-bottom: 40px;
    color: #000000;
    text-align: center;
}
section.nov {
    padding: 70px 0px;
}
button.owl-next span {
    display: none;
}
button.owl-next:hover:before {background:#620000;}
button.owl-prev:hover:before {background:#620000;}
button.owl-next:before {
    content: "\f061";
    transition: ease-in-out 0.3s;
   background: #DB2416;
    width: 40px;
    color: #fff;
    height: 40px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    position: absolute;
    right: 20px;
    top: 35%;
    transform: translateY(-35%);
}
button.owl-prev span {
    display: none;
}
button.owl-prev:before {
    content: "\f060";
      background: #DB2416;
    width: 40px;
    color: #fff;
    height: 40px;
    display: flex
;
    transition: ease-in-out 0.3s;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    position: absolute;
    left: 20px;
    top: 35%;
    transform: translateY(-35%);
}
.product-img-cvr.position-relative img {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    object-fit: cover;
}
section.banner-products {
    padding-bottom: 40px;
}
.product-img-cvr.position-relative a.cart-btn {
    opacity: 0;
}
.product-img-cvr.position-relative:hover a.cart-btn {
    opacity: 1;
}
a.cart-btn:hover {
    background: #620000; transition:ease-in-out 0.5s;}
.product-img-cvr.position-relative {
    border: 1px solid #ccc;
    border-radius: 20px;
    overflow: hidden; width:100%;
  height: 350px;
    margin-bottom: 15px;
}

.product-box span {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
    line-height: normal;
    text-transform: capitalize;
    color: #000000;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.product-box b {
    font-weight: 800;
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
    color: #db2416;
    display: block;
}
nav.navbar.navbar-expand-lg.bg-light.px-3 {
    box-shadow: 0px 0px 30px 0 rgb(0 0 0 / 0.15);
    background-color: #ffffff !important;       padding-bottom: 5px;
}
ul.navbar-nav.flex-row.flex-wrap li {
    padding: 0px 7px;
}
ul.contact-info li i {
    background: #db2416;
    color: #fff;
    padding: 15px;
    border-radius: 50px;
    position: absolute;
    left: 0px;
}
.container {
    padding: 0px 15px;
}
.container-fluid {
    padding: 0px 15px;
}
.customer {
    background: #db2416;
    border-radius: 20px;
    margin: 70px auto !important;
}
.customer p {
    color: #fff;
}
.customer .field__label, .customer .field label {
    color: #191919;
}
.customer button {
    margin-top: 20px;
}
.customer button:hover {
    background: #fff !important;
    color: #db2416  !important;
    transition:ease-in-out 0.5s;
}
.customer a:hover {
    color: #Fff; transition:ease-in-out 0.5s;
}
.customer button {
    width: 100%; transition:ease-in-out 0.5s;
    border-radius: 50px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 600;
}
.customer a {
    color: #fff;
}
.customer h1 {
    font-weight: 800;
    font-size: 40px;
    color: #fff;
}
.contact.page-width.page-width--narrow.section-template--19200894992515__form-padding {
        padding: 0px 0px 120px;
}
ul.contact-info li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
}
ul.contact-info li i {
    background: #db2416;
    color: #fff;
    padding: 15px;
    border-radius: 50px;
    position: absolute;
    left: 0px;
}
ul.navbar-nav.flex-row.flex-wrap{ margin-bottom:0px;}
ul.navbar-nav.flex-row.flex-wrap li a {
    font-weight: 700;
    font-size: 14px;padding-bottom: 0px;
    line-height: normal;
    text-transform: uppercase;
    color: #db2416;
}
ul.contact-info li {
    position: relative;
    padding-left: 60px;
}
li.main-heading {
    padding: 5px 10px 0px;
    font-weight: 700;
    font-size: 16px;
}
a.nav-link.dropdown-toggle.cat {
    border: 1px solid #DB2416;
    border-radius: 50px;
    padding: 9px 20px;
font-weight: 800;
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
    color: #000000;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    content: "\f107";
    font-size: 12px;
    vertical-align: 0px;
    border-right: 0px solid transparent;
    border-bottom: 0; border-top:0px;
    border-left: 0px solid transparent;
}
.second-bar {
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  padding: 0.5rem 0;
}

.container-fluid {
    max-width: 1500px;
    position: relative;
}
ul.area-list.clearfix {
    margin: 0px;
    text-align: center;
}
ul.area-list.clearfix li:first-child {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #7B160E;
}
ul.area-list.clearfix li i{   font-weight: 300;}
ul.area-list.clearfix li {
    color: #fff; display:inline-block;
	    font-weight: 600;
    font-size: 15px;
    line-height: normal;

}
.input-spc {
    position: relative;
}
ul.area-list.clearfix li a {
    color: #fff;
}
button.navbar-toggler.d-lg-none {
    padding: 0px 0px;
    border: 0px;
}
ul.navbar-nav.right-icons.for-mob {
   display:none;
}
ul.left-list.clearfix li a img {
    position: absolute;
    left: 0px;
    top: 0px;
}
.search-box.popupBox {
    display: none;
}
ul.dot-list.clearfix {
    padding-left: 15px;
    margin-bottom: 30px;
}
.right-content p {
   font-weight: 400;
font-size: 16px;
line-height: normal;
color: #000000;
}
ul.left-list.clearfix li a.active {
    color: #d92416;
}
section.video.v-b {
    padding-bottom: 60px;
}
ul.dot-list.clearfix li {
    list-style: disc;
    color: #000;
    float: left;
    width: 50%;
}
section.video iframe {
    max-width: 950px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}
section.prospos {
    padding-bottom: 60px;
}
.right-content b {
    font-size: 15px;
    line-height: normal;
    color: #000000;
}
ul.left-list.clearfix.sticky-top {
    z-index: 2;
}
ul.left-list.clearfix {
    padding: 20px 20px;
    border: 1px solid #d82416;
    border-radius: 20px;
    top: 20px;
    width: 98%;
}
.right-content h3 {
    font-weight: 800;
    font-size: 20px;
    line-height: normal;
    color: #000000;
}
ul.left-list.clearfix li a:hover {color: #d82416;}
ul.left-list.clearfix li a {
    font-weight: 800;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    padding-left: 30px;
}
section.innner-page h1 {
    font-weight: 800;
    font-size: 40px;
    line-height: normal;
    text-transform: uppercase;
    color: #000000;
    margin: 50px 0px;
    text-align: center;
}
.cart__warnings {
    padding-bottom: 50px !important;
}
h1.cart__empty-text {
    font-size: 40px;
    font-weight: 800;
    color: #000;
}
a.button {
    border-radius: 50px;
    background: #da2416;
    font-weight: 600;
}
h2.cart__login-title {
    font-size: 20px;
    font-weight: 900;
    color: #000;
}
/*=============================
         Media Queries
===============================*/

@media (min-width: 1200px) and (max-width: 1300px) {

}
@media (min-width: 992px) and (max-width: 1199px) {
    span.price-label {
    font-size: 12px;
}
	.timeline-content-wrapper::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: -32px;}
.timeline-content-wrapper.right::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: -31px;
    background: #CE0003;
    top: 15px;
    border-radius: 50%;
    z-index: 0;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .product-box input {
    text-align: center;
    height: 36px;
    border-radius: 20px;
    border: 1px solid #db2416;
    width: 66%;
    margin-top: 15px;
}
.product-img-cvr.position-relative {
    border: 1px solid #ccc;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 260px;
    margin-bottom: 15px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-img-cvr.position-relative {
    border: 1px solid #ccc;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
}
    .product-box input {
    text-align: center;
    height: 36px;
    border-radius: 20px;
    border: 1px solid #db2416;
    width: 65%;
    margin-top: 15px;
}
    
	section.video iframe {
    height: 350px;
}
	.timeline-content-wrapper.right::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
        left: -24px;
    background: #CE0003;
    top: 15px;
    border-radius: 50%;
    z-index: 0;
}
	.timeline-content-wrapper::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    right: -24px;
    background: #CE0003;
    top: 17px;
    border-radius: 50%;
    z-index: 0;
}
	.input-spc input[type=text]:focus {outline:none; box-shadow:none;}
	.input-spc input[type=text] {
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    color: #191919;
    height: 41px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 0px 44px 0px 15px;
    border-radius: 40px;
}
.input-spc button {
    position: absolute;
    right: 10px;        top: 6px;
    border: 0px;
    background: transparent;
 
}
	    a.close-btn {
        font-size: 40px;
        position: absolute;
        right: 11px;
        top: 35px;
        width: 30px;
        height: 30px;
		
        display: inline-block;
        z-index: 2;
        color: #212529;
        text-align: center;
        line-height: 20px;
    }
	.search-box {
        position: absolute;
        right: 0px;
        display: none;
        width: 100%;
        z-index: 2;
            top: -9px;
        padding: 25px 50px 22px 15px;
        background: #fff;
    }
	.search-box.popupBox {
        display: none;
    }
	a.navbar-brand {
    margin-top: -20px;
}
	nav.navbar.navbar-expand-lg.bg-light.px-3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
	a.navbar-brand img {
    max-width: 90px;
}
	.d-flex.flex-column.flex-lg-row.gap-3.dsk-nav {
    display: none !important;
}
ul.navbar-nav.right-icons.for-mob {
    position: absolute;
    right: 45px;
    display: inline-block;
    width: auto;
}
.offcanvas-body {
    padding-top: 0px;
}
span.badge-new {
    position: absolute;
    top: 2px;
    background: #db2416;
    width: 18px;
    height: 18px;
    right: -7px;
    font-size: 12px;
    color: #fff;
    border-radius: 100px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.offcanvas-body .navbar-nav li a {
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 0px;
    line-height: normal;
    text-transform: uppercase;
    color: #1c1c1c;
    margin-bottom: 15px;
}.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex
;
    flex-direction: column;
max-width: 80%;}
ul.navbar-nav.right-icons.for-mob li{display:inline-block; padding:0px 10px ;}
	ul.navbar-nav.right-icons.for-mob {
    position: absolute;
    right: 45px;
    display: inline-block;
    width: auto;
}
footer p {
    color: #fff;
    font-size: 11px;
}
section.newsletter h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 24px;
    color: #000000;
}
 form.d-flex.position-relative.search-outer input[type=text]:focus , input[type=search]:focus {outline:none; bo-shadow:none;}
    form.d-flex.position-relative.search-outer input[type=text], input[type=search] {
    font-family: "Red Hat Display", sans-serif;
    border: 1px solid #db2416;
    padding: 10px 45px 10px 15px;}
    .customer h1 {
    font-weight: 800;
    font-size: 30px;
    color: #fff;
}
 .predictive-search__result-group h2 {
    font-size: 15px !important;
    font-weight: 700;
    color: #000 !important;        padding-top: 10px;
}
button.predictive-search__item.predictive-search__item--term.link.link--text.h5.animate-arrow {
    background: #d62315;
    border: 1px solid #d62315;
    font-weight: 700;
    color: #Fff;
    position: static;
    border-radius: 50px;
}
    .predictive-search__results-groups-wrapper:not(.predictive-search__results-groups-wrapper--no-suggestions) {
        gap: 0rem;
    }
    div#predictive-search-option-search-keywords {
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 0px #0000000d;
}
ul#predictive-search-results-queries-list {
    margin-bottom: 0px;
}
}
@media (min-width: 320px) and (max-width: 767px) {
     button.minus {
        display: flex
;
    align-items: center;
    justify-content: center;
     }
    button.plus {
    background: #db2416;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    border: 1px solid #db2416;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
    .product-box .qty {
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 10px;
}
    ul.left-list.clearfix {
    padding: 20px 20px;
    border: 1px solid #d82416;
    border-radius: 20px;
    top: 20px;
    width: 100%;
}
    .product-box input {
    text-align: center;
    height: 36px;
    border-radius: 20px;
    border: 1px solid #db2416;
    width: 50%;
    margin-top: 0px;
}
        button.owl-prev:before {
    content: "\f060";
    background: #DB2416;
    width: 40px;
    color: #fff;
    height: 40px;
    display: flex
;
    transition: ease-in-out 0.3s;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    position: absolute;
    left: 10px;
    top: 24%;
    transform: translateY(-24%);
}
button.owl-next:before {
    content: "\f061";
    transition: ease-in-out 0.3s;
    background: #DB2416;
    width: 40px;
    color: #fff;
    height: 40px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    position: absolute;
    right: 10px;
    top: 24%;
    transform: translateY(-24%);
}
    .product-box {
    margin-right: 1px; 
}
    button.primary-btn {
        font-size: 13px;
        padding: 10px 2px;
        opacity: 1;
    }
    h2.cart__login-title {
    font-size: 20px !important;
    font-weight: 900;
    color: #000;
}
    h1.cart__empty-text {
    font-size: 20px;
    font-weight: 800;
    color: #000;
}
    h2.h4.accordion__title.inline-richtext {
    font-weight: 700;
    font-size: 15px !important;}
    .product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient.constrain-height {
    width: 100%;
}
    ul#predictive-search-results-queries-list {
    margin-bottom: 0px;
}

    div#predictive-search-option-search-keywords {
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 0px #0000000d;
}
        .predictive-search__results-groups-wrapper:not(.predictive-search__results-groups-wrapper--no-suggestions) {
        gap: 0rem;
    }
    button.predictive-search__item.predictive-search__item--term.link.link--text.h5.animate-arrow {
    background: #d62315;
    border: 1px solid #d62315;
    font-weight: 700;
    color: #Fff;
    position: static;
    border-radius: 50px;
}
    .predictive-search__result-group h2 {
    font-size: 15px !important;
    font-weight: 700;
    color: #000 !important;        padding-top: 10px;
}
     form.d-flex.position-relative.search-outer input[type=text]:focus , input[type=search]:focus {outline:none; bo-shadow:none;}
    form.d-flex.position-relative.search-outer input[type=text], input[type=search] {
    font-family: "Red Hat Display", sans-serif;
    border: 1px solid #db2416;
    padding: 10px 45px 10px 15px;}
    .customer h1 {
    font-weight: 800;
    font-size: 30px;
    color: #fff;
}
    .page-width.page-width--narrow.section-template--19200894992515__main-padding {
    padding-bottom: 0px;
}
    h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
    font-size: 30px;
}
    ul.contact-info {
    margin-bottom: 50px;
}
    .contact.page-width.page-width--narrow.section-template--19200894992515__form-padding {
    padding: 0px 0px 40px;
}
	section.video iframe {
    max-width: 950px;
    height: 200px;}
	div#map {
    height: 400px !important;
}
	ul.dot-list.clearfix li {
    list-style: disc;
    color: #000;
    float: left;
    width: 100%;
}
	section.innner-page h1 {
    font-weight: 800;
    font-size: 30px;}
	.timeline-content-wrapper.right::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
left: -39px;}
	.timeline-content-wrapper::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: -39px;
    background: #CE0003;
    top: 17px;
    border-radius: 50%;
    z-index: 0;
}
	.right {
    left: 0px;
}
	.timeline-content-wrapper {
    position: relative;
    background-color: inherit;
    width: 100%;
    border: 1px solid #d72316;    margin-bottom: 30px;
    border-radius: 20px;
}
	.timeline {
    position: relative;
    padding-left: 40px;
}
	.timeline::after {
    left: 3%;
    content: "";
    position: absolute;
    width: 9px;
    background-color: #D2D2D4;
    top: 0;
    bottom: 0;
    margin-left: -4px;
    z-index: -1;
    border-radius: 10px;
}
	h2{font-size:30px !important;}
	
	.input-spc input[type=text]:focus {outline:none; box-shadow:none;}
	.input-spc input[type=text] {
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    color: #191919;
    height: 41px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 0px 44px 0px 15px;
    border-radius: 40px;
}
.input-spc button {
    position: absolute;
    right: 10px;        top: 6px;
    border: 0px;
    background: transparent;
 
}
	    a.close-btn {
        font-size: 40px;
        position: absolute;
        right: 11px;
        top: 35px;
        width: 30px;
        height: 30px;
		
        display: inline-block;
        z-index: 2;
        color: #212529;
        text-align: center;
        line-height: 20px;
    }
.search-box {
        position: absolute;
        right: 0px;
        display: none;
        width: 100%;
        z-index: 2;
        top: -6px;
        padding: 25px 50px 16px 15px;
        background: #fff;
    }
	.search-box.popupBox {
        display: none;
    }
	.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex
;
    flex-direction: column;
    max-width: 80%;}
	ul.area-list.clearfix li {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    line-height: normal;
}
	.offcanvas-body .navbar-nav li a {
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 0px;
    line-height: normal;
    text-transform: uppercase;
    color: #1c1c1c;
    margin-bottom: 15px;
}

	.offcanvas-body {
    padding-top: 0px;
}
	span.badge-new {
    position: absolute;
    top: 2px;
    background: #db2416;
    width: 18px;
    height: 18px;
    right: -7px;
    font-size: 12px;
    color: #fff;
    border-radius: 100px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

	ul.navbar-nav.right-icons.for-mob li{display:inline-block; padding:0px 10px ;}
	ul.navbar-nav.right-icons.for-mob {
    position: absolute;
    right: 45px;
    display: inline-block;
    width: auto;
}
    .product-media-modal__content>* {
        width: 100%;
        max-width: 600px !important;
    }
	a.navbar-brand {
    margin-top: -15px;
}
	nav.navbar.navbar-expand-lg.bg-light.px-3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
	section.banner-products {
    padding-bottom: 10px;
}
*,
	.owl-theme .owl-nav {
    margin-top: 0px;
}
	.product-img-cvr.position-relative {
    border: 1px solid #ccc;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
        height: 170px;
    margin-bottom: 15px;
}
	img.banner-spc {
    width: 100%;
    margin-bottom: 30px;
}
	section.nov {
    padding: 40px 0px 10px;
}
	.product-round {
    margin-bottom: 30px;
}
	section.bike-banner {
    padding: 40px 0px;
}
	ul.social-icons.clearfix {
    margin: 20px 0px 0px;
    text-align: center;
}
	.input-news {
    margin-top: 20px;
}
	section.newsletter h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 24px;
    color: #000000;
}
	.news-border {
    text-align: center;
}
	footer p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
    a.navbar-brand img {
        max-width: 85px;
    }
.d-flex.flex-column.flex-lg-row.gap-3.dsk-nav {
    display: none !important;
}
}
@media (min-width: 400px) and (max-width: 767px) {
	.product-img-cvr.position-relative {
        border: 1px solid #ccc;
        border-radius: 20px;
        overflow: hidden;
        width: 100%;
        height: 220px;
        margin-bottom: 15px;
    }
}