:root {
  --black: #111;
  --slate-grey: #6e7985;
  --firebrick: firebrick;
  --white: white;
  --super-black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #111;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: #181818;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.2;
}

h4 {
  color: #181818;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  opacity: .7;
  color: var(--black);
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

ul {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Poppins;
}

blockquote {
  color: var(--slate-grey);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Poppins;
  font-size: 18px;
  line-height: 22px;
}

.preloader {
  z-index: 2147483647;
  width: 100%;
  height: 100vh;
  background-color: var(--firebrick);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-preloader {
  margin-bottom: -30px;
}

.lottie-animation-2 {
  width: 60px;
  height: 60px;
}

.cart-item {
  align-items: stretch;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.menu-button {
  margin-left: 24px;
  padding: 0;
}

.menu-button:hover {
  opacity: .7;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.wh-pr-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 300px 300px 300px 300px;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  display: grid;
}

.wh-pr-grid.product {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-style: solid;
  border-left-style: solid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 30px;
}

.cart-product-name {
  color: #333;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.manu-link-sec {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-close-icon {
  opacity: 1;
  background-color: #000;
  padding: 0 1px 1px 0;
}

.size6-text {
  color: #38b222;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 26px;
}

.cart-product-price {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.cart-heading {
  color: #0d1229;
  text-transform: none;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.main-button {
  width: auto;
  min-height: 50px;
  color: #fff;
  text-align: left;
  background-color: #38b222;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: transform .3s ease-in-out, background-color .3s ease-in-out;
  display: flex;
}

.main-button:hover {
  color: #fff;
  background-color: #30991d;
}

.main-button.search-box {
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: background-color .3s ease-in-out;
}

.main-button.search-box:hover {
  color: #111;
  background-color: #f5f5f5;
  transform: none;
}

.main-button.signin {
  min-height: 30px;
}

.main-button.signin.white {
  border-color: var(--white);
  color: var(--white);
}

.close-button {
  width: 28px;
  height: 28px;
  background-color: #0d1229;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-item-info {
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}

.cart-footer {
  border-top-color: #eee;
  padding: 16px 32px 32px;
  display: flex;
}

.cart {
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.image {
  width: 95px;
}

.nav-bar {
  z-index: auto;
  width: 100%;
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  text-transform: uppercase;
  background-color: #202020;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  line-height: 20px;
}

.nav-bar.active-nav1 {
  z-index: 100;
  font-family: Poppins;
  position: fixed;
  top: 0;
}

.nav-bar.active-nav1.transparent {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
}

.empty-state {
  width: 100%;
  max-width: 1200px;
  color: #18181d;
  text-align: center;
  text-transform: uppercase;
  background-color: #eee;
  border-bottom: 3px solid #eee;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.empty-state.dark-cart-empty-state {
  color: #fff;
  background-color: #2a2a31;
  border-bottom-style: none;
}

.size5-text {
  color: #0d1229;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.cart-line-item {
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
}

.text-field {
  width: 100%;
  color: #18181d;
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  background-color: #f0f0f0;
}

.text-field:active {
  background-color: #ececec;
}

.text-field:focus {
  color: #18181d;
  background-color: #ececec;
}

.text-field.cart-input {
  width: 60px;
  color: #333;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #2c2c33;
  border-radius: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.option-list {
  margin-bottom: 5px;
}

.error-message {
  width: 100%;
  max-width: 1200px;
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(219, 75, 104, .05);
  border-bottom: 3px solid #db4b68;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.paypal {
  margin-bottom: 15px;
  display: none;
}

.cart-header {
  width: 100%;
  border-bottom-color: #eee;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px 10px;
  position: relative;
}

.web-payment-button {
  height: 48px;
  border-radius: 0;
  margin-bottom: 15px;
}

.footer-wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px 100px;
  display: flex;
}

.nav-link {
  color: #fff;
  text-transform: capitalize;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .7;
}

.nav-link.w--current {
  color: #ed0c0c;
}

.nav-link.white {
  color: #fff;
}

.nav-link.white:hover {
  color: #c9002b;
}

.nav-link.white.hover-black:hover {
  color: var(--slate-grey);
}

.nav1-menu {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav1-menu._2 {
  border-top: 1px solid #333;
  margin-top: 10px;
}

.cart-option-text {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.cart-list {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: none;
}

.cart-wrap {
  z-index: 9999;
  color: #fff;
  background-color: rgba(24, 24, 29, .3);
}

.section-20 {
  width: 100%;
  background-color: #ececee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 30px 30px;
  display: flex;
}

.cart-remove-link {
  color: #c9002b;
}

.cart-button {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.cart-button:hover {
  opacity: .7;
}

.logo {
  display: flex;
}

.logo:hover {
  opacity: .7;
}

.menu-icon {
  display: inline-block;
  position: relative;
}

.pr-list-wrapper {
  width: 100%;
}

.cart-quantity {
  width: 18px;
  height: 18px;
  min-width: auto;
  color: #fff;
  background-color: #ed0c0c;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.cart-product-image {
  width: 80px;
  border: 1px solid #f0f0f0;
}

.main {
  background-color: #f5f3f3;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cart-container {
  min-width: 440px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(24, 24, 29, .1);
}

.remove-button {
  opacity: .5;
  margin-top: 5px;
  text-decoration: none;
}

.remove-button:hover {
  opacity: 1;
}

.nav-cont {
  width: 100%;
  max-width: 1240px;
  border-radius: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.wrapper-text__line {
  width: 70px;
  height: 2px;
  background-color: var(--firebrick);
  margin-bottom: 20px;
}

.card-blog__wrapper-text {
  height: auto;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.link__text-2 {
  color: #c9002b;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.link__text-2.blog {
  color: #000;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
}

.pr-list-title {
  color: #0d1229;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.pr-list-title:hover {
  opacity: .6;
}

.card-product_wrapper-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.t3 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.wrapper-image__img {
  width: auto;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.submit-button {
  width: 100%;
  min-height: 50px;
  color: #333;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #333;
  justify-content: center;
  font-family: Poppins;
  font-weight: 500;
  transition: transform .3s ease-in-out, background-color .3s ease-in-out;
}

.submit-button:hover {
  color: #fff;
  background-color: #333;
  transform: translate(0, -2px);
}

.collection-item__card-blog {
  width: 100%;
  height: 100%;
  color: var(--firebrick);
  background-color: #fff;
  padding: 0;
  text-decoration: none;
  transition: box-shadow .4s ease-in-out;
  box-shadow: 11px 7px 10px -7px #ccc;
}

.collection-item__card-blog:hover {
  box-shadow: 11px 7px 15px -1px #ccc;
}

.card-blog__wrapper-image {
  height: auto;
  overflow: hidden;
}

.banner-home-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-wrap {
  min-height: 40px;
  align-items: center;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.banner-title-wrap {
  min-height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 25px;
  display: flex;
}

.banner-close-card {
  opacity: .43;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 10px;
  transition: all .2s ease-out;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.banner-close-card:hover {
  opacity: 1;
}

.con-wrap-2 {
  width: 60px;
  height: 60px;
  background-color: var(--firebrick);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.banner-title-2 {
  color: var(--black);
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 700;
}

.banner-author {
  color: #9b9eb8;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.flowbase-underline {
  text-decoration: underline;
}

.left-wrap {
  display: flex;
}

.banner-clone-button-2 {
  background-color: var(--firebrick);
  letter-spacing: 1px;
  border-radius: 50px;
  margin-right: 25px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 13px;
  font-weight: 600;
  transition: background-color .3s ease-in-out;
}

.banner-clone-button-2:hover {
  background-color: var(--black);
}

.tag {
  z-index: 99999;
  min-width: 540px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-left: 30px;
  font-family: Poppins;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 8px 1px 20px rgba(128, 124, 142, .15);
}

.grid {
  width: 100%;
  max-width: 1300px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 2.75fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  margin-top: 160px;
  font-family: Poppins;
}

.footer-logo-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-heading {
  text-align: center;
  font-size: 18px;
}

.footer-link {
  max-height: none;
  color: #646464;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .3s, color .3s ease-in-out;
}

.footer-link:hover {
  color: #c9002b;
  transform: translate(2px);
}

.footer-link:focus {
  color: var(--firebrick);
}

.footer-link:visited {
  color: #646464;
}

.footer-link.w--current {
  font-size: 16px;
}

.copyright {
  font-size: 14px;
  line-height: 1.5;
}

.copyright-link-small {
  font-size: 14px;
}

.on-sale-badge-card {
  z-index: 9999;
  width: auto;
  color: #fff;
  background-color: #ed0c0c;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  display: none;
  position: absolute;
  top: 25px;
  bottom: auto;
  left: 25px;
  right: auto;
  box-shadow: 0 6px 12px -6px #ed0c0c;
}

.container__description {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -9%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text__paragraph {
  font-size: 22px;
  font-weight: 400;
}

.text__paragraph.m-t {
  letter-spacing: 1.2px;
}

.text__paragraph.m-t.m-b {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 24px;
}

.post-date {
  color: var(--super-black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
}

.container__image {
  width: 95%;
  height: auto;
  max-width: none;
  position: relative;
}

.section-description__container-copy {
  width: 90%;
  max-width: 1200px;
  min-width: auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.section-hero-blog {
  background-color: #f0f0f0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 109px 80px;
  display: flex;
  position: relative;
}

.image-19 {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.author-label {
  color: var(--slate-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
}

.container__text-blog {
  z-index: 1;
  width: 700px;
  height: auto;
  max-width: 60%;
  min-width: auto;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 39px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
  box-shadow: 0 20px 20px 20px rgba(204, 204, 204, .38);
}

.vertical-post-info {
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(-100px)rotate(-90deg);
}

.container-text-blog {
  width: 800px;
  max-width: 60%;
}

.blog__rich-text {
  font-size: 16px;
}

.blog__collection-list-wrapper {
  align-self: center;
}

.blog__collection-list {
  width: auto;
  height: auto;
  max-width: 1400px;
  min-height: auto;
  grid-column-gap: 15px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.blog__collection-item {
  width: auto;
  height: auto;
}

.post-summary {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 96px;
  display: flex;
}

.related-posts {
  height: auto;
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.wrapper-text__line-2 {
  width: 70px;
  height: 2px;
  background-color: var(--firebrick);
  margin-bottom: 20px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 450px;
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  margin-bottom: 0;
  padding: 60px;
  display: flex;
  box-shadow: 2px 2px 6px 2px #e4e4e4;
}

.utility-page-form {
  background-color: var(--white);
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.text-field-2 {
  height: 50px;
  font-family: Poppins;
}

.div-block-302 {
  opacity: .7;
  margin-bottom: 20px;
  font-family: Poppins;
}

.search-result-wrapper, .container-5 {
  display: none;
}

.category-hero {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.search-products {
  width: 30%;
  min-width: 400px;
  border-radius: 10px;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  min-height: 60px;
  border: 1px solid #fff;
  border-radius: 10px 0 0 10px;
  margin-bottom: 0;
  font-family: Poppins;
}

.div-block-303 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-query {
  color: var(--firebrick);
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 5px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.search-results-label {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.checkout-form {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.paypal-checkout-form {
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Poppins;
}

.div-block-304 {
  top: 90px;
}

.div-block-305 {
  width: 40%;
  height: auto;
  background-color: #fff;
  border: 1px #eee;
  border-radius: 10px;
  flex: 0 auto;
  align-self: flex-start;
  padding: 25px;
  top: 30px;
}

.order-confirmation {
  min-height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-81 {
  text-align: right;
  align-self: center;
  margin-right: 10px;
  font-size: 16px;
}

.empty-state-3 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 220px;
  padding: 0;
  font-size: 0;
  display: flex;
}

.div-block-74 {
  width: 100%;
  height: 200px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.add-to-cart {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #06aa53;
  flex: 0 auto;
  justify-content: center;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: all .2s;
}

.add-to-cart:hover {
  background-color: #38b222;
}

.add-to-cart.white {
  width: auto;
  border: 1px solid var(--firebrick);
  color: var(--slate-grey);
  background-color: #2c52ec;
  border-radius: 3px;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: -20px;
  padding: 9px 15px;
  font-family: Poppins;
  font-weight: 400;
  display: flex;
}

.add-to-cart.white:hover {
  background-color: var(--slate-grey);
  color: var(--white);
}

.add-to-cart.white.checkout {
  color: #fff;
  letter-spacing: .03rem;
  background-color: #38b222;
  border-color: #38b222;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Dmsans;
  font-size: 15px;
  font-weight: 500;
  transition-property: all;
  transition-duration: .2s;
  display: block;
}

.add-to-cart.white.checkout:hover {
  background-color: #30991d;
  border-color: #30991d;
  display: flex;
}

.add-to-cart.white.update-cart {
  min-height: auto;
  color: #fff;
  background-color: #2c52ec;
  border-color: #2c52ec;
  border-radius: 30px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition-property: all;
  transition-duration: .2s;
}

.add-to-cart.white.update-cart:hover {
  color: var(--white);
  background-color: #38b222;
  border-color: #38b222;
}

.add-to-cart.white {
  width: auto;
  border: 1px solid var(--firebrick);
  color: var(--firebrick);
  background-color: #333;
  border-radius: 10px;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 9px 15px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  display: flex;
}

.add-to-cart.white:hover {
  background-color: var(--firebrick);
  color: var(--white);
}

.add-to-cart.white {
  width: auto;
  color: #fff;
  background-color: #111;
  border: 2px solid #111;
  border-radius: 0 3px 3px 0;
  justify-content: center;
  margin-bottom: 10px;
  padding: 9px 15px;
  font-family: Poppins;
  font-weight: 400;
  transition: background-color .3s ease-in-out;
  display: flex;
}

.add-to-cart.white:hover {
  color: var(--white);
  background-color: #38b222;
  border-color: #111;
}

.add-to-cart.account {
  background-color: #bbb;
}

.div-block-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: start;
  align-items: center;
  justify-items: start;
  margin-top: 10px;
  font-family: Poppins;
  display: none;
}

.cart-totals---copy-this {
  width: 100%;
  min-width: 100%;
  text-align: center;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.collection-list-9 {
  width: 100%;
}

.div-block-176 {
  width: 30%;
  text-align: right;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column wrap;
  align-items: stretch;
  margin-top: 0;
  margin-left: 30px;
  padding: 25px;
  display: flex;
}

.table-header-label {
  opacity: 1;
  color: #1d1d1f;
  text-transform: none;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.table-header {
  width: 100%;
  display: flex;
}

.heading-16 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 300;
}

.text-block-82 {
  color: #1d1d1f;
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.div-block-9 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.table-header-data-2 {
  color: #fff;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  flex-basis: 15%;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 0 15px 30px;
  display: flex;
}

.table-header-data-2.product {
  background-color: #fff;
  flex-basis: 55%;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.cart---copy-this {
  width: 100%;
  max-width: 1400px;
  border-radius: 10px;
  margin-bottom: 0;
}

.button-2 {
  background-color: #d7b56d;
  margin-top: 20px;
  padding: 10px 20px;
  font-family: Poppins;
}

.text-block-98 {
  font-family: Lato, sans-serif;
}

.product-info-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: -37px;
  padding-left: 40px;
  display: flex;
}

.link-7 {
  color: #181818;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.price-3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.table-row-data {
  border-bottom: 1px solid #eee;
  flex-basis: 15%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.table-row-data.total {
  background-color: #fff;
  border-top-color: #eee;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  display: flex;
}

.table-row-data.price, .table-row-data.quantity {
  background-color: #fff;
  border-top-color: #eee;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  flex-basis: 15%;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  display: flex;
}

.table-row-data.product {
  background-color: #fff;
  border-bottom-style: none;
  flex-direction: column;
  flex-basis: 55%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-block-11 {
  width: 20px;
  height: 20px;
  background-color: #cecece;
  border-radius: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  text-decoration: none;
  display: flex;
}

.image-35 {
  width: 100px;
  height: 100px;
  max-height: 100px;
  max-width: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

.text-field-4 {
  width: 70px;
  color: #0d1229;
  border: 1px solid #eee;
  border-radius: 10px;
  font-size: 15px;
}

.text-field-4::-ms-input-placeholder {
  color: #0d1229;
}

.text-field-4::placeholder {
  color: #0d1229;
}

.div-block-162 {
  margin-left: 20px;
}

.cart-row---copy-this {
  border-bottom: 1px solid #eee;
  align-items: stretch;
  display: flex;
}

.text-block-80 {
  margin-left: 0;
  font-size: 16px;
  font-weight: 700;
}

.text-block-96 {
  color: var(--white);
  flex: none;
  align-self: center;
  font-family: Dmsans;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
}

.section-4 {
  width: 1170px;
  background-color: #f5f3f3;
  margin-left: auto;
  margin-right: auto;
}

.my-account-page---copy-this {
  width: 100%;
  max-width: 1400px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #e6e6e6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: flex;
}

.list-2 {
  width: 100%;
  max-width: 300px;
  flex-direction: column;
  display: flex;
}

.list-item-3 {
  margin-bottom: 10px;
}

.my-account-content-wrapper {
  background-color: var(--white);
  flex: 0 auto;
  margin-left: 30px;
  padding: 30px;
}

.field-label-24 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.error-message-4 {
  background-color: #eb3c5c;
  font-size: 18px;
}

.forgot-password-link {
  color: #111;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .2s;
}

.forgot-password-link:hover {
  color: #38b222;
}

.login-info-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sign-in-hero {
  width: 100%;
  height: 90vh;
  background-color: #111;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/avelg-intro.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.signin-logo-block {
  text-align: left;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.checkbox-label-2 {
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.signin-form-wrapper {
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  padding: 30px;
  font-family: Poppins;
  display: block;
}

.success-message-2 {
  color: #fff;
  background-color: #2ad283;
  padding: 10px;
  font-size: 18px;
}

.signin-form-block {
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 22px;
}

.sign-in-left-wrapper {
  width: 70%;
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  font-family: Lato, sans-serif;
  display: flex;
}

.separator-2 {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-top: 10px;
}

.separator-2.big {
  width: 100%;
  color: #424242;
  background-color: #e6e6e6;
  margin-top: 25px;
  margin-bottom: 20px;
  padding: 0;
}

.checkbox-field {
  width: auto;
  max-width: 150px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.checkbox {
  border-radius: 0;
  margin-top: 0;
}

.button-8 {
  color: #fff;
  background-color: #8351ff;
  border-radius: 0;
  margin-right: 10px;
  padding: 15px 22px;
  font-size: 18px;
  font-weight: 700;
  transition: transform .2s ease-in-out, background-color .4s ease-in-out;
}

.button-8:hover {
  color: #fff;
  background-color: #6f39f7;
  transform: translate(0, -1px);
}

.button-8.form-submit {
  width: 100%;
  background-color: #38b222;
  border-radius: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.button-8.form-submit:hover {
  background-color: var(--super-black);
}

.button-8.form-submit {
  width: 100%;
  font-weight: 300;
}

.create-account-label {
  color: #3c3c3b;
  margin-right: 5px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.form-2 {
  flex-direction: column;
  margin-top: 0;
  font-size: 33px;
  display: flex;
}

.notification-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 14px;
}

.sign-in-main-wrapper {
  width: 100%;
  height: 90vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-field-5 {
  height: 50px;
  color: #111;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  margin-bottom: 15px;
  padding-top: 1px;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  transition: background-color .4s ease-in-out;
}

.text-field-5:hover {
  background-color: #fafafa;
}

.text-field-5:focus {
  color: #3c3c3b;
  background-color: #fafafa;
  border-style: solid;
  border-color: #38b222;
}

.forgot-password-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.checkbox-2 {
  margin-top: 0;
  margin-right: 5px;
}

.checkbox-field-2 {
  align-self: auto;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.form-3 {
  flex-direction: column;
  font-size: 33px;
  display: flex;
}

.sign-in-left-wrapper-2 {
  width: 70%;
  height: 90vh;
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.login-here-link {
  color: var(--firebrick);
  font-family: Roboto, sans-serif;
}

.checkbox-label-3 {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.text-block-83 {
  font-size: 18px;
}

.reset-password-form-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.signin-form-block-2 {
  width: 100%;
  max-width: 400px;
  font-size: 22px;
}

.error-message-5 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.text-field-6 {
  min-height: 50px;
  border: 1px solid #ececec;
  padding-top: 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1;
  transition: background-color .4s ease-in-out;
}

.text-field-6:hover {
  background-color: #fafafa;
}

.text-field-6:focus {
  color: #3c3c3b;
  background-color: #fafafa;
  border-style: solid;
  border-color: #ac8bff;
}

.login-head {
  width: auto;
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 500;
  display: inline-block;
}

.password-head-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 15px;
  display: flex;
  overflow: visible;
}

.minicart-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 15px;
  display: flex;
}

.mini-cart-list {
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.image-36 {
  width: 80px;
  height: 80px;
  max-height: 100px;
  max-width: 100px;
}

.variations-main-wrapper {
  display: flex;
}

.cart-item-2 {
  width: 100%;
  background-color: #fff;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 30px;
}

.text-block-38 {
  color: #0d1229;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.mini-cart-row {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-39 {
  color: #0d1229;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.cart-quantity-3 {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #eee;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
  display: flex;
}

.default-state {
  justify-content: space-between;
}

.link-9 {
  color: var(--firebrick);
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
}

.web-payments {
  display: none;
}

.pr-img-sec {
  width: 100%;
  min-height: auto;
  min-width: 100%;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 150px;
}

.variation-2 {
  width: 100px;
  height: 30px;
  background-color: var(--white);
  color: #111;
  text-align: center;
  cursor: pointer;
  border: 3px solid #111;
  border-radius: 3px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.pr-content {
  min-height: auto;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.out-of-stock-state-2 {
  background-color: #f8f8f8;
  padding: 19px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  display: inline-block;
}

.variations-label {
  margin-right: 10px;
  font-family: Poppins;
  font-size: 14px;
  line-height: 20px;
}

.pr-content-block {
  min-height: auto;
}

.error-message-6 {
  color: #9e0000;
  text-align: center;
  font-family: Lato, sans-serif;
}

.product-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
}

.single-product-banner-wrapper {
  width: 100%;
  text-align: center;
  background-color: rgba(178, 34, 34, .1);
  border-radius: 3px;
  display: none;
}

.separator {
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin-top: 10px;
  margin-bottom: 10px;
}

.quantity-3 {
  height: auto;
  background-color: #fff;
  border-width: 2px;
  border-color: #eee;
  margin-bottom: 0;
  margin-right: 10px;
}

.product-head-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.variations-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.text-block-105 {
  color: var(--firebrick);
  padding: 25px;
  font-family: Roboto, sans-serif;
  display: inline-block;
}

.price-2 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: .9;
}

.price-2._2 {
  font-size: 18px;
  font-weight: 700;
}

.notices---copy-this {
  z-index: 9999;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins;
  font-size: 17px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.notice {
  margin-bottom: 5px;
}

.notice-message {
  z-index: 9999;
  width: auto;
  height: auto;
  max-width: none;
  min-width: auto;
  background-color: var(--slate-grey);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.6rem;
  display: flex;
  position: relative;
}

.notice-success {
  text-align: center;
  background-color: #2ad283;
  border-radius: 10px;
  margin-bottom: 5px;
}

.notice-success-message {
  z-index: 9999;
  width: auto;
  height: auto;
  max-width: none;
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.6rem;
  display: flex;
  position: relative;
}

.notice-error {
  text-align: center;
  background-color: #eb3c5c;
  border-radius: 10px;
  margin-bottom: 5px;
}

.notice-error-message {
  z-index: 9999;
  width: auto;
  height: auto;
  max-width: none;
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6rem;
  display: flex;
  position: relative;
}

.att-brand {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.pr-list-grid-2 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1.25fr 1fr 1.25fr;
  align-items: center;
  justify-items: stretch;
}

.att-item {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.body {
  background-color: #fff;
}

.none {
  display: none;
}

.heading-79 {
  color: #111;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 900;
  text-decoration: none;
}

.div-block-307 {
  justify-content: flex-start;
  display: flex;
}

.grid-5 {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  margin-top: 20px;
}

.pr-att-name {
  color: #777;
  letter-spacing: .02rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.pr-att-item {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 12px;
  padding: 0 0 12px;
  font-size: 14px;
}

.price-1 {
  opacity: .5;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: line-through;
}

.text-span {
  color: #38b222;
}

.pr-list-att-div {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-313 {
  display: flex;
}

.form-4 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-314 {
  flex: 1;
}

.logo-img {
  height: 50px;
  max-height: 50px;
  max-width: none;
}

.div-block-318 {
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.div-block-319 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-130 {
  flex: none;
  margin-top: 1px;
}

.div-block-322 {
  width: 100%;
  max-width: 1170px;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-323 {
  background-color: #fff;
  border-radius: 10px;
  flex: 1;
  margin-right: 50px;
  padding: 25px;
}

.container-6 {
  max-width: 1170px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.home-intro {
  background-color: #f2f2f2;
  background-image: url('../images/avelg-01.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  display: flex;
}

.grid-7 {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  align-items: end;
  margin-bottom: -7px;
}

.div.page {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.space20 {
  height: 20px;
}

.bron {
  background-color: #f2f2f2;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 15px 25px;
  display: flex;
}

.bron._2 {
  background-color: #fff;
  border: 1px solid #eee;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.app-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 16px;
  line-height: 1.15;
}

.button {
  height: 50px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #1d1d1f;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  opacity: 1;
  background-color: #333;
}

.button.red {
  background-color: #ed0c0c;
}

.hm-icon-box {
  color: #111;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hm-icon-box:hover {
  opacity: 1;
  color: #fff;
  background-color: #ed0c0c;
}

.hm-icon-box.w--current {
  border-color: #ed0c0c;
}

.hm-icon-title {
  margin: 16px 20px 15px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.app-desc {
  opacity: .7;
  line-height: 1.15;
}

.app-left {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.footer {
  color: #fff;
  background-color: #1d1d1f;
  border-top: 1px solid #e6e6e6;
  padding-top: 50px;
  padding-bottom: 30px;
}

.f-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.f-logo {
  width: 130px;
  margin-bottom: 20px;
}

.f-box {
  flex-direction: column;
  display: flex;
}

.f-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.f-link {
  color: #b9b9b9;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.f-link:hover {
  opacity: 1;
  color: #ed0c0c;
}

.copy {
  border-top: 1px solid #333;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 30px;
  display: flex;
}

.rights {
  font-size: 12px;
}

.f-info {
  font-size: 14px;
  line-height: 24px;
}

.div-block-329 {
  height: 400px;
  background-image: linear-gradient(75deg, rgba(0, 0, 0, .6), rgba(255, 255, 255, 0)), url('../images/red-mk7-gti-lowered-apr-tuned-remus-exhaust-adv1-flowspec-wheels-l.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.lt-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  position: relative;
}

.w1 {
  height: 100%;
  color: #1d1d1f;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
}

.w1:hover {
  opacity: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.sec-grey {
  background-color: #fff;
  padding: 50px 0;
}

.sec-grey.white, .sec-grey.back {
  background-color: #fff;
}

.sec-grey.hm {
  padding-top: 0;
}

._w-place {
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._w-img {
  width: 100%;
  max-height: 160px;
  min-height: 160px;
  cursor: pointer;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

._w-2 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

._w-2:hover {
  opacity: 1;
}

._w-title {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

._w-cart {
  border-top: 1px solid #e6e6e6;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-top: 12px;
  display: flex;
}

._w-price {
  border-right: 1px solid #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.wh-pr-list {
  width: 100%;
  min-width: 100%;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  flex-direction: column;
  justify-content: space-between;
  display: block;
}

.w4 {
  display: block;
}

._w-q {
  margin-right: 5px;
  font-weight: 700;
}

.space50 {
  height: 50px;
}

.pr-list-col {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.pr-list-img {
  width: 100px;
  max-height: 100px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.pr-list-img-div {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
}

.pr-list-img-div:hover {
  opacity: 1;
}

.pr-list-content {
  height: auto;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  display: flex;
}

.pr-list-item {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  align-items: stretch;
  display: flex;
}

.pr-list-title-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pr-list-title-div:hover {
  opacity: 1;
}

.att-name {
  opacity: .5;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.pr-list-grid-1 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  align-items: stretch;
}

.t-onsale {
  z-index: 9999;
  width: auto;
  color: #fff;
  background-color: #ec2c2f;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.pr-img {
  width: 100%;
  min-width: 100%;
  border-radius: 12px;
}

.pr-sku-block {
  z-index: 2;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.1;
  display: flex;
}

.html-embed {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: none;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
}

.h1.page {
  margin-bottom: 40px;
}

._w-serp {
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin-top: 10px;
  margin-bottom: 10px;
}

._16px {
  font-size: 16px;
  line-height: 1.5;
}

._16px.page-content {
  margin-bottom: 30px;
}

.tabs {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 50px;
  padding: 25px 30px 30px;
  display: none;
}

.tab1 {
  opacity: .7;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-bottom: -2px;
  margin-right: 50px;
  padding: 0 0 15px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.tab1:hover {
  opacity: 1;
}

.tab1.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #2c52ec;
}

.tabs-menu-3 {
  border-bottom: 2px solid #eee;
  margin-bottom: 25px;
}

.tab-sec {
  border-radius: 10px;
  padding: 0;
}

.grid-14 {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link-13 {
  color: #0d1229;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: block;
}

.link-13:hover {
  color: #2c52ec;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 26px;
}

.grid-cont {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: start;
}

.grid-cont.location, .grid-cont.about {
  margin-top: 60px;
}

.grid-cont.liisi {
  margin-top: 50px;
}

.page-img {
  width: 100%;
  height: 375px;
  object-fit: cover;
}

.app-sec {
  background-color: #f2f2f2;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding: 15px 30px;
  display: flex;
}

.nav-link-drop {
  color: #fff;
  text-transform: capitalize;
  padding: 15px 20px 15px 0;
  font-size: 15px;
}

.nav-link-drop:hover {
  opacity: .7;
}

.nav-link-drop.w--current {
  color: #2c52ec;
}

.icon-15 {
  margin-right: 0;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 -6px 20px -6px rgba(0, 0, 0, .2);
}

.dropdown-link {
  text-transform: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: color .2s;
}

.dropdown-link:hover {
  opacity: 1;
  color: #ed0c0c;
}

.dropdown-link.w--current {
  color: #2c52ec;
}

.link-14 {
  color: #0d1229;
  font-weight: 700;
  text-decoration: none;
}

.h4 {
  color: #0d1229;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.block-header {
  border-width: 0;
  padding: 0 0 10px;
}

.block-content {
  border: 1px #000;
  padding: 20px 0 0;
}

.cart-sec {
  min-height: 50vh;
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cart-p-title {
  color: #1d1d1f;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.div-block-331 {
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

.order-summary {
  margin-bottom: 0;
}

.customer-info {
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 10px;
}

.email {
  height: 45px;
  background-color: #fff;
}

.text-block-136 {
  font-size: 16px;
}

.loan-text {
  font-size: 12px;
}

.w2-price {
  opacity: .5;
  margin-left: 8px;
  font-size: 14px;
  line-height: 1;
  text-decoration: line-through;
}

.pr-list-price-div {
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.pr-price {
  opacity: .5;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1;
  text-decoration: line-through;
}

.pr-price-2 {
  color: #1e1f1d;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
}

.pr-brand {
  color: #1d1d1f;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

._w-pr-title {
  color: #181818;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

._w-pr-title:hover {
  opacity: .6;
}

.pr-title {
  color: #181818;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.pr-title._2 {
  margin-right: 0;
}

.pagination-2 {
  justify-content: space-between;
  margin-top: 20px;
}

.previous-2 {
  color: #0d1229;
  background-color: #fff;
  border-style: none;
  border-radius: 10px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.icon-16 {
  font-weight: 900;
}

.services-title {
  text-transform: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.services-title.red {
  color: #ed0c0c;
  border-bottom-style: none;
  padding-bottom: 0;
}

.services-title._2 {
  border-bottom-style: none;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.services-sec {
  border: 1px solid #eee;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 25px;
}

.container-7 {
  max-width: 1170px;
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}

.div-block-334 {
  display: flex;
}

.div-block-335 {
  flex: 1;
  display: none;
}

.div-block-336 {
  align-items: center;
  display: flex;
}

.image-47 {
  width: 40px;
  height: 40px;
  background-color: #38b222;
  border-radius: 50px;
  margin-right: 20px;
  padding: 8px;
}

.block-header-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-137 {
  margin-bottom: 15px;
}

.text-block-139 {
  margin-top: 20px;
  display: block;
}

.filter-size-b {
  color: #0d1229;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 15px 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.filter-size-b:hover {
  background-color: rgba(255, 255, 255, .7);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.filter-car-b {
  color: #0d1229;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  align-items: center;
  padding: 15px 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.sidebar {
  z-index: 1;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.sidebar.category {
  border: 1px solid #eee;
  border-radius: 6px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}

.div-block-339 {
  width: 100%;
  margin-top: 0;
}

.div-block-340 {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: end;
  margin-top: 0;
  margin-bottom: 30px;
  display: grid;
}

.div-block-342-copy {
  width: 100%;
  height: 100%;
  max-height: 200px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.image-48-copy {
  max-height: 200px;
  filter: saturate(160%);
  position: absolute;
  left: 20px;
}

.image-48-copy-copy {
  max-height: 173px;
  filter: saturate(160%);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-49 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.div-block-343 {
  display: none;
}

.image-49-copy {
  width: 26px;
  height: 26px;
  margin-right: 12px;
}

.serv-info {
  opacity: .7;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.filter-tire-img {
  max-width: 60%;
  filter: saturate(160%);
  object-fit: contain;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.pd-index-grid {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  align-items: stretch;
}

.pd-index-grid.product {
  margin-top: 15px;
}

.att-item-2 {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.att-item-2.pr {
  font-size: 16px;
  font-weight: 500;
}

.tire-list-att-size {
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  font-weight: 700;
  display: flex;
}

.tire-index-icon {
  width: 14px;
  height: 14px;
  max-height: 14px;
  max-width: 14px;
  min-height: 14px;
  min-width: 14px;
  filter: grayscale(0%);
  margin-right: 4px;
  display: block;
}

.tire-index-icon.pr {
  width: 16px;
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
}

.grid-18 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 400px 1fr;
  align-items: start;
}

.pr-content2 {
  border: 1px solid #eee;
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding: 25px;
  display: flex;
}

.grid-5-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  margin-bottom: 0;
  display: block;
}

.product-title2 {
  color: #181818;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Dmsans;
  font-size: 16px;
  font-weight: 700;
  position: static;
}

.div-block-344 {
  width: 100%;
}

.div-block-345 {
  align-items: center;
  display: flex;
}

.image-50 {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.price-table-grid-3r {
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  background-color: #f2f2f2;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  margin-bottom: 0;
  padding: 30px;
}

.div-block-346 {
  z-index: 1;
  opacity: .15;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-347 {
  z-index: 2;
  position: relative;
}

.tire-product-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  position: relative;
}

.dropdown-list-2 {
  background-color: #fff;
}

.dropdown-list-2.w--open {
  z-index: 9999;
  border-radius: 10px;
  padding: 20px 40px 20px 20px;
  box-shadow: 0 -6px 20px -6px rgba(0, 0, 0, .2);
}

.menu-drop-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
}

.dropdown-link-2 {
  text-transform: none;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 400;
  transition: color .2s;
}

.dropdown-link-2:hover {
  opacity: 1;
  color: #ed0c0c;
}

.dropdown-link-2.w--current {
  color: #2c52ec;
}

.text-block-140 {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
}

.div-block-349 {
  border-bottom: 1px solid #ddd;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-51 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.serv-grid-home {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 50px;
}

.image-52 {
  width: 200px;
  margin-top: 30px;
}

.image-53 {
  border-radius: 10px;
}

.div-block-351 {
  border: 1px solid #eee;
  border-radius: 6px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 50px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.price-list-link {
  color: #1d1d1f;
  flex-direction: column;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.price-list-link:hover {
  opacity: 1;
  color: #ed0c0c;
}

.grid-20 {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 330px 1fr;
  align-items: start;
}

.div-block-352 {
  margin-top: 20px;
}

.div-block-331-copy {
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 5px 25px;
}

.html-embed-2 {
  margin-bottom: 20px;
}

.div-block-353 {
  align-items: center;
  display: flex;
}

.tk {
  margin-left: 6px;
  font-size: 16px;
  line-height: 1;
}

.text-block-142 {
  font-size: 14px;
}

.sort-sec {
  z-index: 1;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.pr-list-price-2 {
  align-items: center;
  display: flex;
}

.div-block-355 {
  align-items: flex-end;
  display: flex;
}

.pr-list-stock {
  font-size: 12px;
}

.pr-list-price {
  align-items: center;
  margin-top: 6px;
  display: flex;
}

.div-block-357 {
  background-color: #f5f3f3;
  padding-top: 50px;
  padding-bottom: 50px;
}

.body-2 {
  font-family: Roboto, sans-serif;
}

.menu-acc {
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px;
}

.image-54 {
  width: 20px;
  height: 20px;
}

.bron-home {
  color: #fff;
  background-color: #1d1d1f;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px 30px;
  display: flex;
}

.app-title-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
}

.app-desc-copy {
  opacity: .9;
  font-size: 14px;
  line-height: 1.15;
}

.app-left-copy {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-81 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
}

.text-block-144 {
  width: 400px;
  color: #fff;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.4;
}

.image-55 {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-bottom-width: 3px;
  display: block;
}

.cart-img {
  width: 20px;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  display: block;
}

.cart-link {
  width: 40px;
  height: 40px;
  color: #181818;
  text-transform: none;
  background-color: #f2f2f2;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.lightbox-link {
  width: 100%;
  min-width: 100%;
  padding: 0;
  display: none;
  position: relative;
}

.text-block-150 {
  width: 100%;
  margin-top: 5px;
  display: none;
}

.text-block-151 {
  margin-top: 20px;
}

.text-block-152 {
  display: block;
}

.menu-right {
  align-items: center;
  display: flex;
}

.menu-drop {
  margin-left: 0;
  margin-right: 0;
}

.div-block-347-copy {
  z-index: 2;
}

.products-page-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.products-content {
  flex-direction: column;
  display: flex;
}

.pr-title-div {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.pr-page-title {
  margin-bottom: 0;
  font-size: 42px;
  line-height: 1.2;
}

.filter-tab {
  opacity: .7;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-left: 20px;
  padding: 0 0 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.filter-tab:hover {
  opacity: 1;
}

.filter-tab.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #ed0c0c;
}

.filter-tab-content {
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.tabs-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tabs-menu-5 {
  z-index: 3;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.tabs-content-2 {
  width: 100%;
}

.link-block-16, .div-block-541 {
  display: none;
}

.text-block-238 {
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
  padding-bottom: 10px;
  font-weight: 700;
}

.text-block-239 {
  margin-bottom: 15px;
}

.top-bar {
  width: 100%;
  background-color: #202020;
  justify-content: space-between;
  display: flex;
}

.top-bar-link {
  color: #9b9b9b;
  text-transform: none;
  margin-left: 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 32px;
}

.top-bar-link:hover {
  opacity: 1;
  color: #fff;
}

.top-bar-container {
  width: 1100%;
  max-width: 1170px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-241 {
  line-height: 1;
}

.menu-btn {
  height: 40px;
  color: #fff;
  text-transform: none;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.menu-btn.book {
  color: #fff;
  cursor: pointer;
  background-color: #ed0c0c;
  border-color: #ed0c0c;
  margin-right: 0;
  transition: box-shadow .25s;
}

.menu-btn.book:hover {
  opacity: 1;
  box-shadow: 0 6px 20px -6px #ed0c0c;
}

.book-img {
  width: 18px;
  height: 18px;
  max-height: 18px;
  max-width: 18px;
  min-height: 18px;
  min-width: 18px;
  filter: invert();
  margin-right: 8px;
  display: block;
}

.book-img.invert {
  filter: none;
}

.text-block-242 {
  font-size: 14px;
}

.pr-list-index-div {
  align-items: center;
  display: flex;
}

.pr-list-sepr {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  margin-top: 8px;
  margin-bottom: 8px;
}

.filter-content {
  font-size: 14px;
}

.div-block-542 {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 12px 22px;
  display: flex;
}

.div-block-543 {
  width: 100%;
  height: 1px;
  background-color: #e6e8ec;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-544 {
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.text-block-243 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.text-block-243._2 {
  margin-left: 6px;
}

.pr-grid-stock-div {
  background-color: #fff;
  border-radius: 3px;
  align-items: center;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.pr-grid-stock-div._2 {
  padding: 0;
}

.pr-grid-stock-status-div {
  align-items: center;
  margin-right: 4px;
  display: flex;
}

.pr-list-stock-status {
  width: 10px;
  height: 10px;
  max-height: 10px;
  max-width: 10px;
  min-height: 10px;
  min-width: 10px;
  background-color: #06aa53;
  border-radius: 100%;
  margin-right: 4px;
}

.pr-list-stock-status.y {
  background-color: #eed61e;
}

.pr-list-stock-status.r {
  background-color: #ee1e1e;
}

.pr-grid-status-content {
  align-items: center;
  font-weight: 500;
  display: flex;
}

.pr-grid-status-txt._1 {
  cursor: pointer;
  border-right: 1px solid #868e96;
  margin-right: 6px;
  padding-right: 6px;
}

.div-block-545 {
  align-items: center;
  display: flex;
}

.pr-tire-index-div {
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.pr-tire-index-div.product {
  position: relative;
}

.tire-index-label {
  width: auto;
  height: 24px;
  text-transform: uppercase;
  background-color: #dbf1ff;
  border-radius: 30px;
  align-items: center;
  margin-right: 4px;
  padding-left: 8px;
  padding-right: 10px;
  line-height: 1;
  display: flex;
}

.pr-tire-index-ic {
  width: 14px;
  height: 14px;
  max-height: 14px;
  max-width: 14px;
  min-height: 14px;
  min-width: 14px;
  margin-right: 5px;
  display: block;
}

.tire-index-label-item {
  font-size: 14px;
  font-weight: 700;
}

.text-block-244 {
  font-size: 15px;
  line-height: 1.2;
}

.image-103 {
  width: 16px;
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  filter: invert();
  margin-left: 10px;
}

.product-info-grid {
  grid-column-gap: 62px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 20px;
  padding: 0;
}

.pr-spec-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  font-size: 14px;
  line-height: 1.7;
  display: flex;
}

.pr-subtitle {
  opacity: .7;
  flex: none;
  font-size: 14px;
  line-height: 1.2;
}

.pr-spec-sepr {
  width: 100%;
  height: 1px;
  background-color: #e6e8ec;
  margin-left: 10px;
  margin-right: 10px;
}

.pr-spec-item {
  flex: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.image-104 {
  width: 18px;
  height: 18px;
  max-height: 8px;
  max-width: 18px;
  min-height: 18px;
  min-width: 18px;
  margin-right: 8px;
}

.div-block-546 {
  flex-direction: row;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.div-block-547 {
  align-items: center;
  display: flex;
}

.div-block-548 {
  margin-top: 50px;
}

.div-block-549 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  padding: 25px;
  display: flex;
}

.image-105 {
  width: 60px;
  object-fit: contain;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 10px;
  padding: 5px;
}

.div-block-550 {
  width: 100%;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 15px;
  display: flex;
}

.text-block-245 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.text-block-246 {
  opacity: .5;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.grid-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: end;
  margin-bottom: 20px;
}

.div-block-551 {
  border-right: 1px solid #ddd;
  margin-right: 30px;
  padding-right: 30px;
}

.price-2-copy {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: .9;
}

.price-2-copy._2 {
  font-size: 18px;
  font-weight: 700;
}

.text-block-247 {
  color: #9b9b9b;
}

.tab-link-tab-2 {
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #ed0c0c;
  font-weight: 700;
}

.hm-filter-content {
  z-index: 1;
  width: 100%;
  margin-top: -35px;
  position: relative;
}

.hm-filter-panel {
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.tab-pane-tab-2 {
  padding: 40px;
}

.tabs-menu-6 {
  z-index: 2;
  background-color: #f2f2f2;
  border: 1px solid #eee;
  border-radius: 6px;
  align-items: center;
  margin-top: 25px;
  margin-left: 25px;
  padding: 5px;
  display: flex;
}

.grid-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  align-items: start;
}

.tabs-4 {
  border: 1px solid #eee;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-246-copy {
  text-transform: none;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.tk-copy {
  margin-left: 6px;
  font-size: 14px;
  line-height: 1;
}

.text-block-248 {
  margin-top: 40px;
}

.page-title {
  justify-content: center;
  align-items: center;
  padding: 60px 50px 35px;
  display: flex;
}

.div-block-552 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-82 {
  max-width: 400px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}

.text-block-249 {
  margin-bottom: 25px;
  font-size: 16px;
}

.grid-23 {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 330px 1fr;
  align-items: start;
}

.page-menu {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.link-15 {
  color: #111;
  margin-bottom: 10px;
  font-weight: 500;
}

.link-15:hover {
  opacity: 1;
  color: #ed0c0c;
}

.text-block-250 {
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.cart-btn-txt {
  line-height: 1;
}

.pagination-3 {
  display: none;
}

.text-block-251 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.text-block-252 {
  width: 100%;
}

.top-bar-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-bar-div {
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.top-bar-icon {
  width: 22px;
  height: 22px;
  max-height: 22px;
  max-width: 22px;
  min-height: 22px;
  min-width: 22px;
  filter: invert();
  margin-right: 8px;
}

.text-block {
  font-size: 14px;
  font-weight: 400;
}

.default-state-2 {
  align-items: center;
  display: flex;
}

.quantity-4 {
  background-color: #fff;
  margin-bottom: 0;
  margin-right: 10px;
}

.order-total-section {
  background-color: #fff;
  flex: 0 auto;
  top: 140px;
}

.order-total-div2 {
  border: 1px #000;
  border-top: 1px solid #e6e6e6;
  padding: 25px 25px 20px;
}

.text-block-253 {
  font-size: 18px;
  font-weight: 700;
}

.order-block-content {
  border: 1px #000;
}

.text-block-254 {
  font-size: 18px;
}

.submit-button-2 {
  max-width: 90%;
  background-color: #06aa53;
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-553 {
  flex: 0 auto;
  margin-right: 0;
}

.order-total-sec-2 {
  margin-bottom: 0;
}

.order-item {
  margin-bottom: 15px;
}

.order-total-div1 {
  border: 1px #000;
  padding: 25px;
}

.order-total-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.2;
}

.order-total-sec-1 {
  margin-bottom: 0;
}

.checkout-form-2 {
  padding: 0;
}

.order-block-header {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 0;
}

.text-block-255 {
  font-weight: 700;
}

.order-item-img {
  width: 70px;
  height: 70px;
  max-height: 70px;
  max-width: 70px;
  min-height: 70px;
  min-width: 70px;
  filter: invert(5%);
  object-fit: contain;
  background-color: #fff;
  border-radius: 14px;
  padding: 7px;
}

.text-block-256 {
  opacity: .5;
  margin-right: 6px;
  font-weight: 400;
}

.text-block-240 {
  font-weight: 400;
}

.container-8 {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._w-cart-copy {
  border-top: 1px solid #e6e6e6;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  display: flex;
}

.text-block-257 {
  line-height: 1.2;
}

.div-block-555 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.text-block-258 {
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
  padding-bottom: 50px;
  font-weight: 400;
}

.section.page, .section.product {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.home {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-556 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.div-block-557 {
  height: 342px;
  background-color: #f2f2f2;
  background-image: url('../images/avelg-01.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 35px;
  display: flex;
}

.heading-83 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.text-block-259 {
  color: #fff;
  background-color: #499620;
  border-radius: 6px;
  margin-right: 10px;
  padding: 3px 8px;
  font-size: 15px;
  font-weight: 600;
}

.div-block-558 {
  align-items: center;
  display: flex;
}

.div-block-558._2 {
  border-left: 1px solid #eee;
  margin-left: 20px;
  padding-left: 20px;
}

.div-block-559 {
  align-items: center;
  display: flex;
}

.text-block-260 {
  font-size: 16px;
  font-weight: 600;
}

.text-block-261 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.image-106 {
  width: 24px;
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  margin-right: 10px;
}

.div-block-560 {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-block-262 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.div-block-561 {
  background-color: #f2f2f2;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 30px 30px 20px;
}

.div-block-562 {
  padding: 29px;
}

.div-block-563 {
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 30px 20px;
  display: flex;
}

.div-block-564 {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.text-block-263 {
  margin-bottom: 10px;
  font-weight: 600;
}

.div-block-565 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-16 {
  color: #ed0c0c;
}

.div-block-566 {
  background-color: #fff;
  border-radius: 6px;
  padding: 25px 25px 15px;
  display: block;
}

.div-block-567 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .preloader {
    z-index: 2147483647;
  }

  .menu-button {
    background-color: #f5f3f3;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    padding: 8px 15px 10px;
    line-height: 1;
    display: block;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .wh-pr-grid {
    grid-template-columns: 1fr 1fr;
  }

  .manu-link-sec {
    flex: none;
    margin-right: 0;
  }

  .main-button.signin {
    color: var(--white);
    border-style: none;
    justify-content: flex-start;
    padding: 14px 24px;
  }

  .main-button.signin.w--current {
    min-height: auto;
    border-style: none;
    justify-content: flex-start;
    padding: 15px 24px;
  }

  .nav-bar {
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .empty-state, .error-message {
    max-width: 738px;
  }

  .footer-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 14px 24px;
  }

  .nav-link:hover {
    color: var(--super-black);
    display: block;
  }

  .nav-link.white.hover-black {
    color: var(--white);
  }

  .nav-link.white.hover-black:hover {
    width: 100%;
    color: var(--firebrick);
  }

  .nav1-menu {
    z-index: 9999;
    min-height: 100vh;
    color: #0d1229;
    background-color: #181818;
    border-bottom: 1px solid #ebedee;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    display: flex;
    position: fixed;
  }

  .section-20 {
    padding-top: 115px;
    padding-bottom: 50px;
  }

  .nav-cont {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .card-blog__wrapper-image {
    height: auto;
  }

  .banner-title-2 {
    font-size: 16px;
  }

  .banner-clone-button-2 {
    font-size: 12px;
  }

  .tag {
    max-width: 700px;
    min-width: auto;
    margin-right: 15px;
    display: block;
  }

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

  .footer-link {
    max-height: 20px;
    text-align: left;
    font-size: 15px;
  }

  .copyright {
    font-size: 12px;
    line-height: 1.5;
  }

  .copyright-link-small {
    font-size: 12px;
  }

  .container__description {
    margin-bottom: 40px;
    position: static;
  }

  .text__paragraph.m-t.m-b {
    text-align: center;
  }

  .post-date {
    transform: none;
  }

  .section-description__container-copy {
    width: 100%;
    flex-direction: column-reverse;
    margin-top: 91px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-hero-blog {
    padding: 80px 40px 0;
  }

  .image-19 {
    bottom: 0;
  }

  .author-label {
    transform: none;
  }

  .container__text-blog {
    max-width: 80%;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .vertical-post-info {
    transform: none;
  }

  .container-text-blog {
    max-width: 100%;
  }

  .blog__collection-list {
    height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .related-posts {
    padding: 140px 40px 60px;
  }

  .field-label, .field-label-2, .field-label-3 {
    font-size: 11px;
  }

  .div-block-305 {
    width: 70%;
    margin-top: 50px;
  }

  .add-to-cart.white {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .div-block-7 {
    justify-items: start;
  }

  .collection-list-9 {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .collection-item-2 {
    float: none;
    flex-basis: 100%;
    display: block;
  }

  .div-block-176 {
    width: 60%;
    margin-top: 50px;
    margin-left: 0;
  }

  .table-header-data-2 {
    display: none;
  }

  .product-info-wrapper {
    padding-left: 20px;
  }

  .link-7 {
    font-size: 15px;
    display: block;
  }

  .price-3 {
    font-size: 15px;
  }

  .table-row-data.price {
    display: none;
  }

  .table-row-data.product {
    flex: 1;
  }

  .link-block-11 {
    flex: none;
  }

  .text-block-80 {
    font-size: 15px;
  }

  .my-account-page---copy-this {
    border-style: none;
    flex-direction: column;
  }

  .list-2 {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0;
    display: flex;
  }

  .list-item-3 {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
    display: flex;
  }

  .my-account-content-wrapper {
    border-style: none;
    border-color: #000;
    padding-left: 0;
  }

  .sign-in-main-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .reset-password-form-container {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .login-head {
    font-size: 26px;
    line-height: 35px;
  }

  .password-head-text-wrapper {
    padding-top: 20px;
  }

  .reset-password {
    width: 100%;
  }

  .pr-img-sec {
    width: auto;
    margin-top: 0;
    margin-bottom: 25px;
    margin-right: 0;
    padding-bottom: 20px;
    position: static;
  }

  .pr-content {
    width: 100%;
  }

  .pr-content-block {
    width: auto;
    margin-top: 0;
  }

  .product-title {
    text-align: left;
  }

  .variations-wrapper {
    margin-bottom: 20px;
  }

  .price-2 {
    margin-top: 0;
  }

  .add-to-cart-2 {
    width: 100%;
  }

  .pr-list-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .price-1 {
    margin-top: 0;
  }

  .pr-list-att-div.index {
    display: none;
  }

  .form-4 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-322 {
    flex-direction: column;
  }

  .div-block-323 {
    width: 100%;
  }

  .container {
    max-width: none;
  }

  .home-intro {
    padding-top: 50px;
  }

  .grid-7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bron {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .app-title {
    margin-bottom: 7px;
    margin-right: 0;
  }

  .button.menu {
    display: block;
  }

  .hm-icon-box {
    justify-content: center;
  }

  .app-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer {
    padding: 40px 20px;
  }

  .f-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .w1 {
    transition: none;
  }

  .w1:hover {
    box-shadow: none;
  }

  .sec-grey {
    padding: 40px 20px;
  }

  ._w-img {
    max-height: 300px;
    min-height: 300px;
  }

  .pr-list-col {
    grid-template-columns: 1fr;
  }

  .pr-img {
    height: 500px;
    object-fit: contain;
  }

  .html-embed {
    display: none;
  }

  .grid-cont.location {
    flex-direction: column-reverse;
    display: flex;
  }

  .grid-cont.about {
    flex-direction: column;
    display: flex;
  }

  .nav-link-drop {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 14px 24px;
  }

  .nav-link-drop:hover {
    color: var(--super-black);
    display: block;
  }

  .nav-link-drop.w--current {
    color: var(--white);
  }

  .cart-sec {
    min-height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pr-list-price-div {
    flex-direction: column;
  }

  .pr-price-2 {
    font-size: 18px;
  }

  .pr-title {
    font-size: 16px;
    line-height: 1.3;
  }

  .text-block-139 {
    margin-top: 10px;
  }

  .sidebar {
    z-index: 9999;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .sidebar.category {
    display: none;
    overflow: scroll;
  }

  .div-block-340 {
    grid-template-columns: 1fr;
  }

  .div-block-342-copy {
    display: none;
  }

  .pd-index-grid {
    width: 100%;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .pd-index-grid.product {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .tire-list-att-size {
    justify-content: center;
  }

  .tire-list-att-size.product {
    margin-right: 15px;
  }

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

  .pr-content2 {
    width: 100%;
  }

  .product-title2 {
    text-align: left;
  }

  .dropdown-list-2.w--open {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-drop-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
  }

  .serv-grid-home {
    grid-column-gap: 25px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .image-53 {
    margin-top: 50px;
  }

  .div-block-351 {
    display: none;
  }

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

  .html-embed-3 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .sort-sec {
    display: none;
    position: static;
  }

  .pr-list-price {
    flex-direction: row;
    align-items: center;
  }

  .menu-acc, .menu-acc.w--current {
    display: none;
  }

  .bron-home {
    width: 100%;
    background-image: url('../images/5f82fd891e4f1-2.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .app-title-copy {
    margin-bottom: 7px;
    margin-right: 0;
  }

  .app-left-copy {
    flex-direction: column;
  }

  .cart-link {
    flex: none;
    align-items: center;
    margin-right: 20px;
    display: flex;
  }

  .text-block-152 {
    color: #ed0c0c;
    margin-left: 5px;
    line-height: 12px;
  }

  .menu-right {
    justify-content: flex-end;
    display: flex;
  }

  .menu-drop {
    width: 100%;
  }

  .products-page-grid {
    grid-template-columns: 1fr;
  }

  .pr-title-div {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .pr-page-title {
    font-size: 30px;
  }

  .mob-filter-btn {
    background-color: #c00;
    border-radius: 5px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 30px;
    left: auto;
    right: 30px;
  }

  .image-101 {
    width: 18px;
    height: 18px;
    max-height: 18px;
    max-width: 18px;
    min-height: 18px;
    min-width: 18px;
    margin-right: 8px;
  }

  .text-block-237 {
    color: #fff;
    font-size: 14px;
    line-height: 1;
  }

  .link-block-16 {
    background-color: #ed0c0c;
    top: auto;
    bottom: 30px;
    left: 30px;
    right: auto;
  }

  .div-block-541 {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .image-102 {
    width: 16px;
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
  }

  .top-bar-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-btn {
    flex: none;
    align-items: center;
    margin-right: 15px;
    display: flex;
  }

  .menu-btn.book {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-542 {
    justify-content: flex-start;
  }

  .product-info-grid {
    grid-template-columns: 1fr;
  }

  .price-2-copy {
    margin-top: 0;
  }

  .grid-22 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .div-block-552 {
    padding-left: 0;
    display: none;
  }

  .grid-23 {
    flex-direction: column-reverse;
    display: flex;
  }

  .page-menu {
    margin-top: 60px;
  }

  .top-bar-left {
    justify-content: space-between;
  }

  .top-bar-div {
    margin-right: 0;
  }

  .order-total-section {
    width: 100%;
  }

  .container-8 {
    flex-direction: column;
    display: flex;
  }

  .div-block-567 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .wh-pr-grid {
    grid-template-columns: 1fr;
  }

  .cart-product-name {
    font-size: 16px;
    line-height: 26px;
  }

  .main-button.signin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-item-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-bar {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .empty-state, .error-message {
    width: 100%;
    max-width: none;
  }

  .footer-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 20px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-20 {
    padding-top: 110px;
    padding-bottom: 50px;
  }

  .cart-product-image {
    width: 56px;
  }

  .cart-container {
    max-width: 420px;
    min-width: 360px;
  }

  .nav-cont {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .5fr 1fr;
  }

  .product-wrap {
    flex-direction: column;
  }

  .banner-title-wrap {
    align-items: center;
  }

  .banner-close-card {
    margin-right: 0;
  }

  .con-wrap-2 {
    display: none;
  }

  .banner-title-2 {
    font-size: 13px;
  }

  .banner-clone-button-2 {
    margin-top: 10px;
    margin-right: 15px;
  }

  .tag {
    max-width: 100%;
    min-width: auto;
    margin-left: 15px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-flow: row;
    margin-top: 60px;
  }

  .copyright-wrap {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .copyright {
    width: 100%;
  }

  .text__paragraph.m-t.m-b {
    font-size: 18px;
  }

  .container__image {
    width: 100%;
  }

  .section-hero-blog {
    flex-direction: row;
    padding: 35px 0 0;
    bottom: 0;
  }

  .container__text-blog {
    max-width: 90%;
    position: absolute;
    bottom: 0%;
  }

  .container-text-blog {
    max-width: 100%;
  }

  .blog__collection-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .blog__collection-item {
    height: 500px;
  }

  .post-summary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .add-to-cart.white {
    margin-bottom: 10px;
  }

  .add-to-cart.white.update-cart {
    flex: none;
  }

  .add-to-cart.white {
    margin-bottom: 10px;
  }

  .div-block-7 {
    flex-direction: column;
    align-items: center;
    justify-items: start;
    display: flex;
  }

  .collection-list-9 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item-2 {
    width: 100%;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    display: block;
  }

  .div-block-176 {
    width: 100%;
  }

  .link-7 {
    font-size: 13px;
    line-height: 1.4;
  }

  .table-row-data.total {
    flex: none;
    margin-left: 20px;
  }

  .table-row-data.quantity {
    padding-left: 15px;
  }

  .my-account-page---copy-this {
    border-style: none;
  }

  .reset-password-form-container {
    display: block;
  }

  .login-head {
    margin-bottom: 0;
    font-size: 26px;
  }

  .password-head-text-wrapper {
    padding-top: 20px;
  }

  .pr-img-sec {
    width: 100%;
  }

  .pr-content-block {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .product-title {
    text-align: left;
  }

  .single-product-banner-wrapper {
    width: 100%;
  }

  .product-head-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .price-2 {
    font-size: 22px;
  }

  .pr-list-grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-attribute {
    width: 100%;
  }

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

  .price-1 {
    margin-bottom: 0;
    margin-right: 15px;
    font-size: 16px;
  }

  .div-block-318 {
    margin-bottom: 0;
  }

  .div-block-319 {
    flex-direction: row;
    align-items: center;
  }

  .bron {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .app-title {
    text-align: left;
    margin-bottom: 8px;
    line-height: 1.4;
  }

  .button {
    flex: none;
  }

  .app-left {
    width: 70%;
  }

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

  .div-block-329 {
    background-position: 50%;
  }

  .sec-grey {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pr-list-col {
    grid-template-columns: 1fr;
  }

  .pr-list-img-div {
    flex: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pr-list-content {
    flex: none;
    padding-left: 20px;
  }

  .pr-list-item {
    flex-direction: column;
    flex: none;
  }

  .pr-list-grid-1 {
    align-items: stretch;
  }

  .pr-img {
    height: 400px;
  }

  .h1.page {
    font-size: 30px;
  }

  .grid-cont {
    grid-template-columns: 1fr;
    margin-top: 30px;
    padding: 20px;
  }

  .grid-cont.location {
    padding: 0;
    display: block;
  }

  .app-sec, .nav-link-drop {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-331 {
    padding-right: 20px;
  }

  .services-sec {
    margin-bottom: 50px;
    padding-top: 25px;
  }

  .text-block-139 {
    margin-top: 10px;
  }

  .pd-index-grid {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-18 {
    flex-direction: column-reverse;
    display: flex;
  }

  .product-title2 {
    text-align: left;
    margin-bottom: 20px;
  }

  .product-add-sec {
    margin-bottom: 30px;
  }

  .serv-grid-home {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
  }

  .div-block-355 {
    margin-bottom: 0;
    margin-right: 15px;
  }

  .bron-home {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .app-title-copy {
    text-align: left;
    margin-bottom: 8px;
    line-height: 1.4;
  }

  .app-left-copy {
    width: auto;
    margin-bottom: 20px;
  }

  .cart-link {
    margin-right: 10px;
    padding-left: 15px;
  }

  .top-bar {
    display: none;
  }

  .menu-btn {
    margin-right: 10px;
    padding-left: 15px;
  }

  .price-2-copy {
    font-size: 22px;
  }

  .top-bar-div {
    align-items: flex-start;
  }

  .text-block-259 {
    min-width: 60px;
    text-align: center;
  }

  .div-block-558._2 {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-559 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-564 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  a {
    color: #ed0c0c;
  }

  .menu-button {
    padding: 4px 10px 8px;
    display: flex;
  }

  .wh-pr-grid {
    grid-template-columns: 1fr;
  }

  .wh-pr-grid.product {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .main-button.signin {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-bar {
    z-index: 9999;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field.cart-input {
    color: #fff;
  }

  .footer-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link.white.hover-black {
    width: 100%;
  }

  .nav1-menu {
    z-index: 9999;
    min-height: 100vh;
    position: fixed;
  }

  .section-20 {
    padding-top: 110px;
    padding-bottom: 50px;
  }

  .logo {
    padding-left: 0;
  }

  .menu-icon {
    width: 14px;
    height: 14px;
    max-height: 14px;
    max-width: 14px;
    min-height: 14px;
    min-width: 14px;
  }

  .cart-product-image {
    width: 56px;
  }

  .main {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cart-container {
    max-width: 320px;
    min-width: 240px;
  }

  .nav-cont {
    z-index: 9999;
    padding-left: 0;
    padding-right: 0;
  }

  .pr-list-title {
    font-size: 18px;
  }

  .card-blog__wrapper-image {
    height: auto;
  }

  .product-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .banner-title-wrap {
    width: 100%;
    align-items: flex-start;
    padding-left: 4px;
  }

  .banner-close-card {
    top: 0;
    bottom: auto;
    right: 0;
  }

  .con-wrap-2 {
    min-width: 60px;
    margin-bottom: 20px;
  }

  .banner-title-2 {
    font-size: 14px;
    display: block;
  }

  .banner-author {
    font-size: 14px;
  }

  .left-wrap {
    flex-direction: column;
  }

  .banner-clone-button-2 {
    margin-top: 19px;
    display: block;
  }

  .tag {
    min-width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .footer-link {
    font-size: 14px;
  }

  .copyright-wrap {
    margin-top: 20px;
  }

  .copyright {
    margin-top: 0;
    font-size: 11px;
  }

  .copyright-link-small {
    font-size: 11px;
  }

  .container__description {
    margin-top: 40px;
    display: block;
  }

  .text__paragraph.m-t.m-b {
    text-align: left;
  }

  .section-description__container-copy {
    flex-direction: column;
  }

  .section-hero-blog {
    padding-top: 0;
  }

  .image-19 {
    z-index: 2;
    bottom: 0;
  }

  .container__text-blog {
    z-index: 9;
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding: 20px;
    position: static;
    top: auto;
    bottom: -40px;
  }

  .post-summary {
    padding-left: 20px;
    padding-right: 20px;
  }

  .related-posts {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .utility-page-content {
    width: 90%;
  }

  .utility-page-form {
    padding: 30px;
  }

  .heading-77 {
    font-size: 32px;
  }

  .search-products {
    width: 90%;
    min-width: auto;
  }

  .search-query, .search-results-label {
    font-size: 38px;
  }

  .checkout-form {
    flex-direction: column;
  }

  .field-label, .field-label-2, .field-label-3 {
    font-size: 14px;
  }

  .div-block-305 {
    width: 100%;
    margin-top: 30px;
    padding: 20px;
  }

  .order-confirmation {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .add-to-cart {
    flex: 1;
  }

  .add-to-cart.white.update-cart {
    flex: none;
  }

  .div-block-7 {
    justify-items: stretch;
  }

  .cart-totals---copy-this {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-176 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex: none;
    margin-top: 50px;
    margin-left: 0;
  }

  .table-header {
    flex-direction: column;
  }

  .div-block-9 {
    margin-bottom: 20px;
  }

  .product-info-wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 0;
    position: relative;
  }

  .table-row-data {
    border-bottom-style: none;
  }

  .table-row-data.price {
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .table-row-data.quantity {
    justify-content: flex-start;
    padding-left: 0;
  }

  .table-row-data.product {
    background-color: #fff;
    align-items: flex-start;
  }

  .table-row-data.check {
    display: none;
  }

  .link-block-11 {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .image-35 {
    width: 100%;
    height: 150px;
    max-height: 150px;
    max-width: 100%;
    object-fit: cover;
    margin-top: 0;
    margin-left: 0;
  }

  .text-field-4 {
    width: 100%;
    margin-bottom: 0;
  }

  .div-block-162 {
    margin-left: 0;
  }

  .cart-row---copy-this {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
    display: grid;
  }

  .section-4 {
    padding: 60px 10px;
  }

  .my-account-page---copy-this {
    border-left-style: none;
    grid-template-columns: 1fr;
  }

  .list-item-3 {
    width: 100%;
    margin-right: 0;
  }

  .login-info-wrapper {
    justify-content: flex-start;
  }

  .sign-in-left-wrapper {
    width: 85%;
  }

  .create-account-label {
    font-size: 14px;
  }

  .sign-in-main-wrapper {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .sign-in-left-wrapper-2 {
    width: 85%;
  }

  .login-here-link {
    font-size: 14px;
  }

  .reset-password-form-container {
    flex-flow: column wrap;
    flex: 1;
    align-content: center;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .login-head {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 35px;
  }

  .password-head-text-wrapper {
    padding-top: 0;
  }

  .mini-cart-list {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pr-img-sec {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .pr-content {
    padding: 0;
  }

  .pr-content-block {
    width: 100%;
  }

  .product-title {
    text-align: left;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.4;
  }

  .separator {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .product-head-wrapper {
    align-items: flex-start;
  }

  .price-2 {
    margin-top: 0;
    margin-right: 0;
    font-size: 18px;
  }

  .notices---copy-this {
    right: 10px;
  }

  .att-brand {
    font-size: 13px;
  }

  .pr-list-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .att-item {
    font-size: 14px;
  }

  .grid-5 {
    margin-top: 10px;
  }

  .price-1 {
    margin-top: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .pr-list-att-div, .pr-list-att-div.size, .pr-list-att-div.index {
    display: none;
  }

  .form-4 {
    flex-direction: column;
  }

  .div-block-314 {
    width: 100%;
  }

  .logo-img {
    height: 40px;
    max-height: 40px;
  }

  .div-block-319 {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-130 {
    font-size: 13px;
  }

  .div-block-322 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-323 {
    padding: 20px;
  }

  .container-6 {
    flex-direction: column;
    display: block;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .home-intro {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 30px 0 0;
  }

  .grid-7 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hm-sec1 {
    background-color: #f5f3f3;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .bron {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 20px;
  }

  .app-title {
    margin-bottom: 10px;
  }

  .button.menu {
    display: none;
  }

  .hm-icon-box {
    justify-content: flex-start;
  }

  .hm-icon-title {
    font-size: 15px;
  }

  .app-left {
    width: 100%;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .footer {
    padding: 20px;
  }

  .f-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .f-logo {
    width: 100px;
  }

  .f-title {
    margin-bottom: 0;
  }

  .copy {
    flex-direction: column;
    margin-top: 30px;
  }

  .f-info {
    line-height: 1.5;
  }

  .div-block-329 {
    display: none;
  }

  .sec-grey {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sec-grey.hm {
    background-color: #f2f2f2;
  }

  ._w-img {
    max-height: 200px;
    min-height: 200px;
  }

  ._w-cart {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  ._w-price {
    margin-right: 0;
    font-size: 18px;
  }

  .space50 {
    height: 20px;
  }

  .pr-list-col {
    grid-template-columns: 1fr;
  }

  .pr-list-img {
    width: 150px;
    max-height: 150px;
  }

  .pr-list-item, .pr-list-title-div {
    width: 100%;
  }

  .att-name {
    font-size: 13px;
  }

  .pr-list-grid-1 {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: start;
    display: flex;
  }

  .t-onsale {
    display: none;
  }

  .pr-img {
    height: 200px;
  }

  .pr-sku-block {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .h1 {
    font-size: 26px;
  }

  ._16px {
    font-size: 13px;
  }

  .h2 {
    font-size: 24px;
  }

  .grid-cont {
    grid-template-columns: 1fr;
    margin-top: 30px;
    padding: 20px;
  }

  .page-img {
    height: 200px;
  }

  .app-sec {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }

  .nav-link-drop {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-list {
    z-index: 9;
  }

  .block-content {
    padding-bottom: 20px;
  }

  .cart-sec {
    padding: 20px;
  }

  .div-block-331 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .w2-price {
    margin-bottom: 0;
    margin-right: 0;
  }

  .pr-list-price-div {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .pr-price {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .pr-price-2 {
    margin-right: 0;
    font-size: 18px;
  }

  .pr-brand {
    margin-bottom: 8px;
    font-size: 13px;
  }

  ._w-pr-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
  }

  .pr-title {
    font-size: 16px;
    line-height: 1.4;
  }

  .services-title {
    font-size: 16px;
  }

  .services-sec {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .div-block-334 {
    flex-direction: column;
  }

  .div-block-336 {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-47 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .text-block-139 {
    margin-top: 0;
  }

  .filter-size-b, .filter-car-b {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .div-block-340 {
    margin-bottom: 30px;
  }

  .image-49 {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .image-49-copy {
    margin-right: 0;
  }

  .serv-info {
    font-size: 13px;
  }

  .pd-index-grid {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .pd-index-grid.product {
    margin-top: 10px;
  }

  .att-item-2 {
    font-size: 14px;
    line-height: 1;
  }

  .tire-list-att-size {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tire-index-icon {
    width: 14px;
    height: 14px;
    margin-right: 3px;
  }

  .pr-content2 {
    padding: 20px 20px 15px;
  }

  .product-title2 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .div-block-344 {
    width: 100%;
  }

  .price-table-grid-3r {
    grid-row-gap: 15px;
    border-radius: 0;
    margin-left: -30px;
    margin-right: -30px;
  }

  .serv-grid-home {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .div-block-331-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .html-embed-2 {
    display: none;
  }

  .div-block-353 {
    margin-right: 15px;
  }

  .sort-sec {
    width: 100%;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    position: static;
  }

  .pr-list-price-2 {
    justify-content: flex-start;
    margin-right: 0;
  }

  .div-block-355 {
    margin-top: 5px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .pr-list-stock {
    justify-content: flex-start;
    display: flex;
  }

  .pr-list-price {
    flex-direction: row;
    align-items: center;
  }

  .bron-home {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 20px;
  }

  .app-title-copy {
    margin-bottom: 10px;
  }

  .app-left-copy {
    width: 100%;
    margin-bottom: 20px;
  }

  .cart-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .lightbox-link {
    padding: 15px;
  }

  .text-block-150 {
    width: 100%;
    text-align: center;
  }

  .pr-title-div {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .pr-page-title {
    font-size: 28px;
  }

  .filter-tab {
    margin-left: 0;
    margin-right: 20px;
  }

  .filter-tab-content {
    padding: 0;
  }

  .tabs-menu-5 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    justify-content: flex-start;
    display: flex;
  }

  .mob-filter-btn {
    bottom: 20px;
    right: 20px;
  }

  .link-block-16 {
    top: auto;
    bottom: 20px;
    left: 20px;
    right: auto;
  }

  .text-block-238 {
    margin-bottom: 0;
  }

  .menu-btn {
    height: 38px;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-btn.book {
    display: none;
  }

  .book-img {
    margin-right: 0;
  }

  .pr-list-sepr {
    display: none;
  }

  .div-block-542 {
    width: 100%;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 11px;
  }

  .pr-subtitle, .pr-spec-item {
    font-size: 14px;
  }

  .grid-21 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .div-block-551 {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
  }

  .price-2-copy {
    margin-top: 0;
    margin-right: 0;
    font-size: 18px;
  }

  .tab-link-tab-2 {
    height: 30px;
    font-size: 14px;
  }

  .hm-filter-content {
    margin-top: 0;
  }

  .tabs-menu-6 {
    margin-top: 20px;
    margin-bottom: 25px;
    margin-left: 20px;
  }

  .grid-22 {
    grid-row-gap: 30px;
  }

  .text-block-248 {
    margin-top: 20px;
  }

  .heading-82 {
    font-size: 26px;
  }

  .text-block-249 {
    font-size: 16px;
    line-height: 1.4;
  }

  .cart-btn-txt {
    display: none;
  }

  .order-item {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .div-block-554 {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  ._w-cart-copy {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .section.page {
    padding: 40px 20px;
  }

  .section.product {
    padding: 20px;
  }

  .section.home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-556 {
    grid-template-columns: 1fr;
  }

  .div-block-557 {
    display: none;
  }

  .text-block-259 {
    min-width: 50px;
    font-size: 14px;
  }

  .div-block-558._2 {
    border-left-style: none;
    margin-top: 15px;
  }

  .text-block-261 {
    font-size: 14px;
  }

  .image-106 {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .div-block-560 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-564 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }
}

#w-node-_35f301b2-9c49-3154-6651-59a7b8a6219d-06424683, #w-node-_4f09326a-b12a-c3ca-2114-7a5769d54913-06424683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2af60a4d-d361-1298-8ece-03b6fa256c9c-fa256c9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1a96448b-a575-f6fd-8ba0-002cf9508dd0-3742468b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1a96448b-a575-f6fd-8ba0-002cf9508e35-3742468b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb40-929aeb3e {
  align-self: center;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb42-929aeb3e {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb44-929aeb3e {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb46-929aeb3e {
  grid-area: 1 / 5 / 2 / 6;
  align-self: center;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb48-929aeb3e {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb4a-929aeb3e {
  align-self: center;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb4c-929aeb3e {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb4e-929aeb3e {
  grid-area: 5 / 2 / 6 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb50-929aeb3e {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb52-929aeb3e {
  grid-area: 6 / 2 / 7 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb54-929aeb3e {
  grid-area: 2 / 3 / 3 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb56-929aeb3e {
  grid-area: 2 / 4 / 3 / 5;
  align-self: center;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb58-929aeb3e {
  grid-area: 4 / 4 / 5 / 5;
  align-self: center;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb5a-929aeb3e {
  grid-area: 7 / 3 / 8 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb5c-929aeb3e {
  grid-area: 3 / 3 / 4 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb5e-929aeb3e {
  grid-area: 6 / 3 / 7 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb60-929aeb3e {
  grid-area: 5 / 3 / 6 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb62-929aeb3e {
  grid-area: 4 / 3 / 5 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb64-929aeb3e {
  grid-area: 3 / 4 / 4 / 5;
  align-self: center;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb66-929aeb3e {
  grid-area: 2 / 5 / 3 / 6;
  align-self: center;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb68-929aeb3e {
  grid-area: 4 / 5 / 5 / 6;
  align-self: center;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb6a-929aeb3e {
  grid-area: 3 / 5 / 4 / 6;
  align-self: center;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb6c-929aeb3e {
  grid-column-end: 1.99432;
  grid-column-start: 1;
  grid-row-end: 7.99432;
  grid-row-start: 7;
  align-self: center;
  justify-self: start;
}

#w-node-ce18aeca-7ef0-01e8-084d-3be89213fa9f-d442468f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b706308f-47e8-b87f-5326-b2079316b7f5-d442468f, #w-node-_7c3ec44c-e58d-1877-cbfa-f65ef079cf1b-d442468f, #w-node-_5be1d72a-c2f9-75b7-bc73-c361f2f974c1-d442468f, #w-node-_73c403d6-2880-8fcc-6510-c6191dbdb31d-97424696, #w-node-ed38328b-7dc4-d4a1-a49e-20d4a5d68577-97424696, #w-node-_10be4465-be78-b7f5-f6d0-ac8817a22c07-97424696, #w-node-a4e923db-051b-a6a2-01e9-4361cb6a139c-97424696, #w-node-ae4802cc-9a16-3af9-b8f8-661ef9402503-97424696, #w-node-fc00c0f3-eef0-4474-c864-a9e8ff722c50-97424696, #w-node-e7142dc1-e2a2-1dc1-5eac-91a5ac28048d-97424696, #w-node-_2494230f-de3b-3bbd-5038-12d290bc4b42-97424696 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94851627-9b84-1af6-9970-282c31c3493a-97424696 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_40066c4b-7f62-f17e-df62-9693523bb00b-f84246ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1a0485b7-ab25-f324-3d57-31fff17b4376-fa256c9a {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb42-929aeb3e {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb44-929aeb3e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb46-929aeb3e {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb48-929aeb3e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb4a-929aeb3e {
    grid-column-end: 1.99432;
    grid-column-start: 1;
    grid-row-end: 2.99432;
    grid-row-start: 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb4c-929aeb3e {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb4e-929aeb3e {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb50-929aeb3e {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb52-929aeb3e {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb54-929aeb3e {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb56-929aeb3e {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb58-929aeb3e {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb5a-929aeb3e {
    grid-area: 8 / 2 / 9 / 3;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb5c-929aeb3e {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb5e-929aeb3e {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb60-929aeb3e {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb62-929aeb3e {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb64-929aeb3e {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb66-929aeb3e {
    grid-area: 10 / 2 / 11 / 3;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb68-929aeb3e {
    grid-area: 12 / 2 / 13 / 3;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb6a-929aeb3e {
    grid-area: 11 / 2 / 12 / 3;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb6c-929aeb3e {
    grid-column-start: 1;
    grid-column-end: 1.99432;
    grid-row-start: 13;
    grid-row-end: 13.9943;
    align-self: stretch;
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'ALSHauss';
  src: url('../fonts/als_hauss_bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ALSHauss';
  src: url('../fonts/als_hauss_regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}