:root {
  --dim-grey: #6c6c6c;
  --firebrick: #ac1313;
  --yellow-green: #8bc53f;
  --white: white;
  --dim-grey-2: #4d4d4d;
  --grey: #858585;
  --darke-grey: #1c1c1c;
  --gainsboro: #dbdbdb;
  --burlywood: #ebb96a;
  --orange-red: #ff5f0f;
  --dark-grey: #a1a1a1;
  --falcons-orange: #ff5f0f;
  --black: black;
  --light-coral: #d77474;
}

.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-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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  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 {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.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 {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.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-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

.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-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

.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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

@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: rgba(12, 21, 47, .6);
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  color: var(--dim-grey);
  text-align: left;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.item-tittle {
  color: var(--dim-grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: color .4s;
}

.item-tittle:hover {
  color: var(--firebrick);
}

.hero-section {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(219, 219, 219, .1);
  align-items: center;
  height: 105vh;
  display: block;
  position: relative;
}

.hero-section.cricket {
  background-image: url('../images/Cricket-BG.png');
  background-position: 0 100%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.cricket.shop {
  background-image: url('../images/Shop.jpg');
  background-position: 50% 59%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section.cricket.contact {
  background-image: url('../images/contact-1.jpg');
  background-position: 50% 96%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section.cricket.licensing {
  height: auto;
  padding-top: 200px;
  padding-bottom: 130px;
}

.hero-section.licensing {
  background-image: url('../images/shutterstock_258281537-1.jpg');
  background-position: 50% 54%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  padding-top: 10%;
  padding-bottom: 8%;
}

.hero-section.neball {
  background-image: url('../images/Netball-BG.png');
  background-position: 50%;
  background-size: cover;
}

.hero-section.soccer {
  background-image: url('../images/Soccer-BG.png');
  background-position: 0%;
  background-size: cover;
  background-attachment: scroll;
}

.hero-section.bday-parties {
  background-image: url('../images/BDay-Parties-BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section.social {
  background-image: url('../images/Social.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
}

.hero-section.facilities {
  background-image: url('../images/Facilities-BG.png');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
}

.hero-section.hockey {
  background-image: url('../images/Hockey-BG.png');
  background-position: 50%;
  background-size: cover;
}

.nav-link {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  padding: 21px 12px;
  font-family: Itcavantgardepro, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.nav-link:hover {
  opacity: 1;
  color: var(--yellow-green);
}

.nav-link.w--current {
  color: var(--yellow-green);
  letter-spacing: 0;
  font-family: Itcavantgardepro, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.nav-link.login {
  border-left: 1px solid #fff;
}

.nav-link.dropdown {
  padding-right: 40px;
}

.nav-link.dropdown:hover {
  color: var(--yellow-green);
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pacifico, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.heading.left {
  text-align: left;
}

.items-content {
  z-index: 200;
  text-align: left;
  background-color: #fff;
  border-bottom: 0 rgba(0, 0, 0, 0);
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.middle-block {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.middle-block.edit {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.section {
  border-top: 1px solid #ebebeb;
  padding-top: 120px;
  padding-bottom: 180px;
  font-weight: 500;
  position: relative;
}

.section.collections {
  background-color: #fff;
  border-top-style: none;
  padding: 20px 50px;
  position: relative;
}

.section.footer-section {
  background-color: var(--darke-grey);
  color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 0;
  line-height: 24px;
  position: relative;
}

.section.newslatter {
  border-top-style: solid;
  display: none;
  position: relative;
}

.section.gray {
  background-color: #f8f8f8;
  padding-top: 162px;
  padding-left: 30px;
  padding-right: 30px;
}

.section.gray.testimonials {
  background-color: rgba(248, 248, 248, 0);
  border-top-width: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section.cta {
  background-image: linear-gradient(#8bc53f, #8bc53f);
  border-top-width: 0;
  padding: 200px 50px 100px;
}

.section.sale-section {
  color: rgba(0, 0, 0, 0);
  border-top-width: 0;
  padding: 220px 30px;
  position: relative;
}

.section.sale-section.about {
  padding-bottom: 0;
}

.section.collection {
  display: none;
  position: relative;
}

.section.sport {
  border-top-width: 0;
  padding: 0 150px;
}

.brand {
  float: none;
  color: #000;
  text-align: left;
  margin-top: -4px;
  font-weight: 700;
  display: block;
}

.brand.w--current {
  float: left;
  align-items: center;
  margin-top: -4px;
  display: flex;
}

.brand.footer {
  margin-top: 0;
  margin-bottom: 20px;
}

.items-price {
  color: #000;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.items-price.cart {
  color: var(--dim-grey-2);
  font-weight: 500;
}

.nav-flex {
  color: rgba(0, 0, 0, .7);
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding-right: 10px;
  display: flex;
}

.section-content-tittle {
  color: #000;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-content-tittle.no-bottom-padding {
  margin-bottom: 0;
}

.nav-menu {
  z-index: 3;
  opacity: 1;
  display: block;
}

.vertical-category {
  color: var(--gainsboro);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: rotate(-90deg)translate(0, -50%);
}

.vertical-category.right {
  top: 50%;
  left: auto;
  right: 0%;
}

.subscribe-form-block {
  margin-top: 40px;
}

.subscribe-form-block.section-newsletter {
  width: 500px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.search-link {
  opacity: .6;
  background-image: url('../images/icons8-search-filled-100-2_1icons8-search-filled-100 (2).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  transition: opacity .4s, all .4s;
}

.search-link:hover {
  opacity: 1;
  border-style: none;
}

.search-link.shopping-cart {
  background-image: url('../images/shoping-cart.svg');
  background-size: 20px;
  border-left: 1px solid #ebebeb;
}

.search-link.shopping-cart:hover {
  border-style: none none none solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ebebeb;
}

.top-text {
  color: var(--yellow-green);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.top-text.left {
  text-align: left;
}

.top-text.cta {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
}

.top-text.hero {
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.link-block-flex {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container.about-section {
  padding-left: 0;
  padding-right: 0;
}

.footer-subscribe {
  float: left;
  color: var(--dim-grey);
  background-color: rgba(219, 219, 219, .1);
  background-image: url('../images/icons8-secured-letter-64_1icons8-secured-letter-64.png');
  background-position: 9px 57%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-style: solid;
  border-color: #ebebeb;
  border-bottom-width: 1px;
  width: 64%;
  height: 45px;
  margin-right: 2px;
  padding-left: 40px;
  font-size: 13px;
  line-height: 23px;
  display: inline-block;
}

.footer-subscribe.email {
  width: 94%;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.subscribe-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  border-radius: 0;
  width: 35%;
  height: 45px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 12px;
  transition: all .4s;
}

.subscribe-button:hover {
  background-color: var(--firebrick);
}

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

.footer-content-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-content-block.padding {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.section-image-newsletter {
  background-color: var(--burlywood);
  background-image: url('../images/icons8-paper-plane-64_1icons8-paper-plane-64.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.form {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.links-category {
  color: #999;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.links-category:hover {
  color: #000;
  text-decoration: none;
}

.links-category.w--current {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  text-decoration: none;
}

.newsletter-block {
  width: 100%;
  margin-top: 40px;
}

.button {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button:hover {
  background-color: var(--firebrick);
  opacity: 1;
  color: #fff;
  border: 0 rgba(0, 0, 0, 0);
  font-weight: 400;
  transform: translate(0, -1px);
}

.button.dark {
  color: var(--yellow-green);
  background-color: #fff;
  border-style: none;
  border-color: #000;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  font-family: Itcavantgardepro, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.button.dark:hover {
  background-color: var(--darke-grey);
  color: #fff;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.button.dark.center {
  text-align: center;
  display: block;
}

.product-page-image {
  text-align: center;
  background-image: url('../images/oriento-663905-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 700px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.list-item {
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.category-content {
  margin-top: 20px;
}

.link-category {
  color: rgba(12, 21, 47, .6);
  margin-left: 5px;
  font-size: 15px;
  text-decoration: none;
  transition: color .4s;
}

.link-category:hover {
  color: #000;
}

.price-text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.category-item {
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.product-info {
  color: #000;
  text-align: left;
  padding: 0 40px;
}

.tittle-plock {
  margin-bottom: 20px;
}

.tittle {
  color: rgba(12, 21, 47, .6);
  margin-top: 20px;
  font-size: 21px;
  font-weight: 400;
  line-height: 38px;
}

.tittle.tab-tittle {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.page-title {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 54px;
}

.page-title.big {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Itcavantgardepro, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 58px;
}

.page-title.big.orange {
  line-height: 70px;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph.main {
  width: 30%;
}

.paragraph.rules {
  color: var(--darke-grey);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 25px;
}

.tab-block {
  background-color: var(--burlywood);
  border: 30px solid rgba(0, 0, 0, .05);
  border-radius: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 30px;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
}

.tab-block:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
}

.section-tittle {
  color: var(--darke-grey);
  margin-top: 10px;
  font-family: Itcavantgardepro, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
}

.section-tittle.cta {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 50px;
}

.section-tittle.white {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 41px;
  font-family: Montserrat, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 105px;
  transform: skew(-5deg);
}

.history-tittle {
  color: #000;
  text-align: left;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.history-paragraph {
  color: var(--dim-grey);
  text-align: center;
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

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

.link-2 {
  color: #000;
  margin-left: 2px;
  margin-right: 2px;
  text-decoration: none;
  transition: all .4s;
}

.link-2:hover {
  opacity: 1;
  color: var(--firebrick);
  text-decoration: underline;
}

.link-2._2 {
  color: #000;
  margin-right: 2px;
  text-decoration: none;
}

.sub-footer {
  background-color: rgba(219, 219, 219, .1);
  border-top: 1px solid #ebebeb;
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: 20px;
  display: block;
}

.sub-footer.no-padding {
  margin-top: 0;
}

.right-footertext {
  text-align: right;
  padding-left: 1px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.right-footertext.center {
  text-align: center;
  display: inline-block;
}

.container-2 {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 1170px;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.social-icon-div {
  text-align: center;
  padding-top: 20px;
}

.social-icon-div.no-padding {
  padding-top: 0;
}

.social-icon-div.no-padding.more-left {
  margin-left: 5px;
}

.social-wrapper-div {
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/facebook-logo-Black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  width: 32px;
  height: 32px;
  margin-left: 3px;
  margin-right: 3px;
  transition: all .4s;
}

.social-wrapper-div:hover {
  border-color: var(--burlywood);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.social-wrapper-div.twitter {
  background-image: url('../images/twitter-logo-silhouette-black.svg');
  background-size: 16px;
}

.social-wrapper-div.twitter:hover {
  border-color: var(--orange-red);
}

.social-wrapper-div.google {
  opacity: .52;
  background-image: url('../images/google-plus-Black.svg');
  background-size: 16px;
}

.social-wrapper-div.google:hover {
  border-color: var(--firebrick);
  opacity: 1;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.related-block {
  color: #000;
  margin-top: 0;
}

.body {
  font-family: Libre Franklin, sans-serif;
}

.cta-button-block {
  justify-content: flex-end;
  margin-top: 40px;
  display: flex;
}

.cta-row {
  justify-content: center;
  align-items: center;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.different-font {
  color: var(--firebrick);
  font-family: Playfair Display, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 68px;
  position: relative;
}

.color-block {
  border: 10px solid var(--yellow-green);
  color: #ff5f0f;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 220px;
  display: flex;
  position: relative;
}

.info-sale-block {
  text-align: left;
}

.sale-tittle {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Itcavantgardepro, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.sale-tittle.contact {
  margin-top: 0;
}

.sale-tittle.related {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
}

.sale-tittle.product {
  font-size: 30px;
  line-height: 40px;
}

.detail-paragraph {
  text-align: left;
}

.detail-paragraph.subpage {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 24px;
}

.button-link {
  color: #000;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
}

.button-link:hover {
  text-decoration: underline;
}

.button-link.product {
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Itcavantgardepro, sans-serif;
  display: inline-block;
}

.row-padding {
  margin-bottom: 220px;
}

.footer-title {
  color: var(--yellow-green);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Itcavantgardepro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.about-pompeo-text {
  width: 75%;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

.about-pompeo-text.center {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.checkbox {
  float: none;
  margin-top: 40px;
  margin-bottom: 28px;
  display: block;
}

.checkbox-2 {
  float: none;
  color: #fff;
  background-color: #8534ff;
  margin-top: 2px;
  margin-right: 10px;
  font-size: 16px;
}

.subscribe-text-field {
  color: #a1a1a1;
  font-family: Lato, sans-serif;
}

.div-info-wrapper {
  margin-top: 90px;
}

.div-column-left {
  float: left;
  width: 90%;
}

.div-column-right {
  float: right;
  width: 90%;
}

.image-2 {
  position: relative;
  top: 19px;
  left: 53px;
}

.image-3 {
  position: relative;
  top: 21px;
  right: 119px;
}

.team-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px #eaf0fd;
  border-radius: 0;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 9px;
}

.team-wrapper.link {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-team-div {
  background-image: url('../images/matheus-ferrero-216385-1-p-1600.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-team-div._2 {
  background-image: url('../images/lucas-sankey-378674.jpg');
}

.image-team-div._3 {
  background-image: url('../images/erik-lucatero-310633.jpg');
}

.icon-tittle {
  color: #1f2532;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
}

.icon-tittle.color {
  color: #1f2532;
  margin-bottom: 5px;
  font-family: Itcavantgardepro, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.icon-tittle.color.allign {
  text-align: left;
}

.icon-tittle.position {
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  width: 120px;
  margin: 0 auto 20px;
  font-size: 10px;
  font-weight: 500;
  display: block;
}

.contact-div-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-info {
  color: var(--darke-grey);
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.form-block-2 {
  background-color: #fff;
  height: 560px;
  padding: 60px;
}

.button-2 {
  color: #fff;
  background-color: #da0000;
  border: 1px #0675ec;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 185px;
  padding: 12px 25px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #fff;
  background-color: #da0000;
  border-width: 0;
  border-color: #000;
}

.button-2.contact {
  background-color: var(--firebrick);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.button-2.contact:hover {
  background-color: var(--orange-red);
}

.center-button-block, .left-form {
  text-align: left;
}

.text-field-3 {
  float: none;
  border-radius: 3px;
  height: 42px;
  margin-bottom: 12px;
  display: inline-block;
}

.text-field-3.contact-form {
  font-size: 13px;
  line-height: 18px;
}

.text-field-3.contact-form.gray {
  background-color: rgba(219, 219, 219, .1);
  background-image: url('../images/icons8-contacts-64_1icons8-contacts-64.png');
  background-position: 7px 48%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  width: 94%;
  height: 45px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
  line-height: 23px;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 0;
  padding: 20px;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

.contact-form.message.gray {
  background-color: rgba(219, 219, 219, .1);
  background-image: url('../images/icons8-edit-80_1icons8-edit-80.png');
  background-position: 8px 8px;
  background-repeat: no-repeat;
  background-size: 23px;
  border: 1px solid #ebebeb;
  width: 98%;
  min-height: 170px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-family: Libre Franklin, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}

.field-label-2 {
  text-align: left;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.field-label-2.contact-us-field {
  color: #3f3f3f;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
}

.field-label-2.contact-us-field.gray {
  color: #3f3f3f;
  font-weight: 700;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #34cf2c;
  border-radius: 0;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

.map {
  border-radius: 10px;
  height: 440px;
}

.map-wrapper {
  background-color: #fff;
  border-right: 1px solid #ebebeb;
  height: auto;
  padding: 60px;
}

.info-contact-row {
  border-radius: 10px;
  width: 80%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.image-div {
  background-image: url('../images/alisher-sharip-117976-unsplash-p-3200.jpeg');
  background-position: 0 51%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.divider {
  background-color: #dcdcdc;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.bold-text-3 {
  font-weight: 500;
}

.category-list-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.licence-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -24px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licence-item-1 {
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  width: 66.66%;
  margin-bottom: 24px;
  padding: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(46, 50, 60, .09);
}

.image-div-2 {
  background-image: url('../images/36245.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.image-div-2.third {
  background-image: url('../images/shutterstock_547703413987.png');
}

.image-div-2.second {
  background-image: url('../images/524.jpg');
}

.image-div-2.fourth {
  background-image: url('../images/shutterstock_258281537-1.jpg');
  background-position: 100%;
}

.image-div-2.fifth {
  background-image: url('../images/contact-1.jpg');
  background-position: 100%;
}

.image-div-2.sixth {
  background-image: url('../images/About.jpg');
  background-position: 100%;
}

.image-div-2.seventh {
  background-image: url('../images/Shop.jpg');
}

.licence-links-wrapper {
  color: #717177;
  flex: 1;
  justify-content: space-between;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.licence-link {
  color: #7c8499;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link:hover {
  color: var(--firebrick);
  text-decoration: underline;
}

.cta-text {
  width: 80%;
  margin-top: 10px;
  font-size: 16px;
}

.text-span {
  color: var(--firebrick);
  font-weight: 600;
  text-decoration: underline;
}

.columns-3.mobile {
  display: none;
}

.sticky-navbar {
  z-index: 9000;
  background-color: rgba(0, 0, 0, .65);
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 20px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, -100%);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .05);
}

.container-3 {
  z-index: 10;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.success-message-2 {
  color: #fff;
  background-color: #1cd814;
  font-weight: 500;
}

.error-message {
  background-color: var(--firebrick);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.items-wrapper {
  border-bottom: 1px solid var(--gainsboro);
  margin-bottom: 20px;
}

.items-wrapper:hover {
  border-bottom-color: var(--firebrick);
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.project-image {
  width: 100%;
}

.item-overlay {
  z-index: 2;
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.quantity {
  float: none;
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.list-item-2, .list-item-3 {
  border-bottom: 1px solid rgba(220, 220, 220, .25);
}

.error-state {
  color: var(--firebrick);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.out-of-stock-state {
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.center-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.checkout-form-container {
  background-color: rgba(0, 0, 0, 0);
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-hero-block {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-right: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.center {
  text-align: center;
}

.order-item {
  border-top: 1px #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 0;
  padding-bottom: 16px;
}

.order-confirmation-container {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #e6e6e6;
  max-width: 1200px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.image-4 {
  opacity: 1;
  margin-right: 5px;
}

.image-4:hover {
  opacity: 1;
}

.cart-text {
  color: #000;
}

.cart-button {
  opacity: .7;
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid #ebebeb;
  transition: opacity .4s;
}

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

.cart-quantity {
  background-color: var(--firebrick);
  color: #fff;
  border-radius: 20px;
  font-weight: 400;
}

.text-block {
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.text-block:hover {
  color: var(--firebrick);
}

.tittle-product {
  color: var(--dim-grey-2);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.remove-button {
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  transition: color .4s;
}

.remove-button:hover {
  color: var(--firebrick);
}

.quantity-cart, .cart-line-item {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
}

.required {
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.field-label {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
}

.country {
  color: #000;
  font-family: Libre Franklin, sans-serif;
}

.shipping-tittle {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
}

.error {
  color: var(--firebrick);
  text-align: center;
  font-family: Libre Franklin, sans-serif;
}

.total {
  color: #000;
  font-family: Poppins, sans-serif;
}

.billing {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
}

.line-item {
  color: var(--dim-grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.div-block {
  flex-basis: 320px;
}

.container-checkout {
  max-width: 1200px;
}

.block-header {
  background-color: rgba(219, 219, 219, .1);
}

.text-block-2 {
  color: var(--dim-grey-2);
}

.div-block-2 {
  max-width: 1000px;
  margin: 50px auto;
  display: block;
}

.section-4 {
  margin-top: -86px;
  padding: 200px 50px 150px;
}

.columns-4 {
  align-items: center;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.sport-heading {
  text-transform: uppercase;
  font-family: Itcavantgardepro, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  display: none;
}

.sport-heading.light {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  display: none;
}

.link-block {
  color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 105%;
  height: 100%;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.link-block:hover {
  transform: scale(1.1);
}

.link-block.middle:hover {
  background-image: none;
}

.link-block.middle.cricket {
  background-image: url('../images/Laing-Cricket-EDIT.png');
  background-position: 50% 40%;
  background-size: contain;
}

.link-block.netball {
  background-image: none;
}

.link-block.soccer {
  background-image: url('../images/Soccer-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 130%;
}

.text-span-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.black-heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
}

.sport-selection {
  background-image: url('../images/Sport_0002_eac4d1fd-2a03-4563-ac60-6471a2c01d04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  padding-left: 0;
  padding-right: 0;
}

.sport-selection.soccer {
  background-image: url('../images/Sport_0001_soccer_pic.jpg');
}

.sport-selection.netball {
  background-image: url('../images/Sport_0000_3d7555f6dd6dbf761e115264139bf7b3_L.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.spacer {
  width: 250px;
  height: 20px;
}

.image-5 {
  width: 120px;
  margin-bottom: 30px;
}

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

.image-6 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.image-7 {
  width: 444px;
  display: block;
  position: relative;
}

.image-8 {
  width: 438px;
}

.image-9 {
  width: 180px;
  margin-right: 0;
}

.image-10 {
  width: 180px;
  margin-left: 0;
}

.slant-mask {
  z-index: 999;
  background-image: url('../images/Slant-Mask-small-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 0;
  padding-top: 75px;
  padding-bottom: 75px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slant-mask.reversed {
  margin-top: -2px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(180deg);
}

.section-5 {
  justify-content: center;
  align-items: center;
  margin-bottom: -35px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.quote-div {
  background-image: linear-gradient(#8bc53f, #8bc53f);
  width: 100%;
  margin-bottom: -196px;
  padding-top: 80px;
  padding-bottom: 81px;
  overflow: hidden;
  transform: skew(0deg, -3deg);
}

.columns-5 {
  align-items: center;
  max-width: 1250px;
  margin: 67px auto;
  display: none;
}

.column-2 {
  padding-left: 87px;
}

.column-3 {
  padding-right: 87px;
}

.image-11 {
  margin-bottom: -503px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  width: 332px;
  height: 500px;
  padding: 20px;
  position: relative;
}

.div-block-8 {
  background-image: linear-gradient(to bottom, var(--falcons-orange), var(--falcons-orange));
  width: 255px;
  height: 400px;
  position: absolute;
  top: 65px;
  right: 26px;
}

.image-12 {
  width: 264px;
  height: 400px;
  position: absolute;
}

.image-13 {
  width: 250px;
  position: relative;
  top: 0;
}

.cat-sports {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.cat-sports.mobile {
  display: none;
}

.div-block-10 {
  box-shadow: none;
  width: 70%;
  min-width: 450px;
  height: 80vh;
  margin-top: -16px;
  margin-left: 30px;
  margin-right: 30px;
  transform: skew(0deg, -3deg);
}

.div-block-11 {
  box-shadow: none;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 50%;
  min-width: 250px;
  height: 70vh;
  margin-right: 0%;
  position: relative;
  transform: skew(0deg, -3deg);
}

.div-block-12 {
  box-shadow: none;
  object-fit: fill;
  width: 50%;
  min-width: 250px;
  height: 70vh;
  margin-left: 0%;
  position: relative;
  transform: skew(0deg, -3deg);
}

.ac-logo {
  width: 70%;
  position: relative;
  top: 183px;
  transform: skew(0deg, 3deg);
}

.read-more-text {
  color: #fff;
  text-align: right;
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: Itcavantgardepro, sans-serif;
  font-size: 40px;
  line-height: 45px;
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: skew(-1deg);
}

.read-more-text.middle {
  margin: 30px;
  bottom: 0;
  right: 0;
}

.image-14 {
  width: 300px;
  margin-top: 0;
  margin-bottom: 0;
}

.section-6 {
  background-color: var(--darke-grey);
}

.columns-7 {
  max-width: 1250px;
  margin: 28px auto;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.image-15 {
  width: 100px;
  margin-bottom: 20px;
  display: block;
}

.column-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.extra-info-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Itcavantgardepro, sans-serif;
  font-size: 20px;
}

.column-5, .column-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.paragraph-2 {
  color: var(--gainsboro);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.mini-divider {
  border-top: 2px solid var(--gainsboro);
  width: 50px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-13 {
  background-image: url('../images/Slant-Mask-small-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 76px;
  padding-bottom: 72px;
  transform: rotate(180deg);
}

.div-block-14 {
  background-image: url('../images/Slant-Mask-small-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  padding-top: 75px;
  padding-bottom: 75px;
}

.slider {
  z-index: 100;
  height: 100%;
}

.slider.cricket {
  width: 100%;
}

.header-slide {
  background-image: url('../images/Header-Players.png'), url('../images/Textured-BG.png');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, cover;
}

.header-slide.social {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.overlay {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.overlay.netball {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  justify-content: flex-end;
}

.overlay.soccer {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  justify-content: flex-start;
}

.overlay.cricket {
  background-image: url('../images/Header-BG.png'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: flex-start;
}

.overlay.cricket.home {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  justify-content: flex-end;
}

.overlay.bday {
  background-image: none;
  justify-content: flex-end;
}

.overlay.no-overlay {
  background-image: none;
  width: 100%;
}

.overlay.dodgeball {
  justify-content: flex-start;
}

.netball-slide {
  background-image: url('../images/IMG_4634.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 130%;
}

.netball-slide.social {
  background-image: url('../images/IMG_4649.jpg');
  background-size: cover;
}

.right-block {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -50px;
}

.right-block.left {
  margin-left: 140px;
  margin-right: 0;
}

.soccer-slide {
  background-image: url('../images/IMG_9887.jpg');
  background-position: 34% 58%;
  background-repeat: no-repeat;
  background-size: 150%;
}

.image-16 {
  height: 88px;
  margin-left: 31px;
  margin-right: 0;
}

.image-17 {
  height: 88px;
  margin-top: -11px;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, .2);
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, .65);
  top: 77px;
  left: -8px;
}

.dropdown-list.social.w--open {
  left: -28px;
}

.cricket-slide-1 {
  background-image: url('../images/C3.jpg');
  background-position: 50%;
  background-size: cover;
}

.cricket-slide-2 {
  background-image: url('../images/C7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cricket-slide-3 {
  background-image: url('../images/C6.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-18 {
  z-index: 1000;
  flex: none;
  max-width: 400px;
  position: static;
}

.cricket-header-logo {
  flex: 1;
  max-width: 1250px;
  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
}

.cricket-header-logo.right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.sport-intro-logo {
  max-width: 400px;
}

.sport-intro-logo.sml {
  max-width: 200px;
  margin-left: 30px;
  margin-right: 30px;
}

.large-number-text {
  color: #fff;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 200px;
  line-height: 210px;
}

.sport-bullet-image {
  height: 200px;
}

.list {
  color: #000;
}

.div-block-15 {
  width: 100%;
  height: 100%;
  position: relative;
}

.birthday-parties-pricing-link {
  background-color: rgba(255, 95, 15, .5);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-top: 15px;
  display: flex;
}

.birthday-parties-pricing-link:hover {
  background-color: #ff5f0f;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, .5);
}

.image-19 {
  width: 100px;
}

.navbar {
  background-color: rgba(0, 0, 0, .7);
  width: 100%;
  position: fixed;
}

.image-20 {
  height: 20px;
  margin: 15px 20px;
}

.sticky-nav-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Itcavantgardepro, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.sticky-nav-link:hover, .sticky-nav-link.w--current {
  color: var(--falcons-orange);
}

.sticky-nav-link.login {
  border-left: 2px solid #fff;
  padding-top: 11px;
  padding-bottom: 11px;
}

.div-block-16 {
  color: #000;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-21 {
  height: 50px;
}

.brand-2 {
  z-index: 100000000;
  margin-left: 20px;
}

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

.fixed-navbar {
  background-color: rgba(0, 0, 0, .7);
  width: 100%;
  position: absolute;
}

.more-info-wrapper {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-section {
  align-items: center;
  display: flex;
  position: relative;
}

.lightbox-link {
  background-image: url('../images/C7.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  height: 225px;
}

.g-image {
  z-index: 15;
  filter: grayscale();
  background-color: #792222;
  flex: 1;
  height: 307px;
  position: relative;
}

.g-image._1 {
  background-image: url('../images/Social.jpg');
  background-position: 50%;
  background-size: cover;
}

.g-image._2 {
  background-image: url('../images/C7.jpg');
  background-position: 0%;
  background-size: cover;
}

.g-image._3 {
  background-image: url('../images/C8.jpg');
  background-position: 50%;
  background-size: cover;
}

.g-image._4 {
  background-image: url('../images/C4.jpg');
  background-position: 50%;
  background-size: cover;
}

.g-image._5 {
  background-image: url('../images/C6.jpg');
  background-position: 0%;
  background-size: cover;
}

.g2, .g3, .g4, .g5 {
  flex: 1;
}

.gallery-overlay {
  z-index: 20;
  background-color: rgba(255, 255, 255, .22);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.gallery-button {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.gallery-button:hover {
  box-shadow: 3px 3px 8px rgba(0, 0, 0, .3);
}

.lightbox-link-2 {
  text-decoration: none;
}

.link-block-3 {
  width: 100%;
  height: 643px;
}

.image-22 {
  height: 100%;
}

.lightbox-sport-gallery {
  object-fit: fill;
  border-radius: 10px;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  height: 300px;
  min-height: 300px;
  max-height: 300px;
  margin: 10px;
}

.image-23 {
  object-fit: cover;
  border-radius: 10px;
  min-height: 300px;
}

.grey-section {
  background-color: rgba(219, 219, 219, .7);
  padding-top: 30px;
  padding-bottom: 30px;
}

.image-24 {
  width: 250px;
}

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

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

.forms-email-address {
  color: var(--black);
  text-align: left;
  margin-top: 20px;
  font-family: Itcavantgardepro, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.header-logo {
  max-width: 400px;
}

.contact-links {
  width: 120px;
  margin-left: 20px;
  margin-right: 20px;
}

.left-block {
  flex-direction: column;
  align-items: center;
  margin-left: 140px;
  display: flex;
}

.left-block.social {
  margin-left: 0;
}

.image-25 {
  max-width: 400px;
}

.social-logo {
  max-width: 400px;
  margin-left: 140px;
}

.dodgeball-slide {
  background-image: url('../images/Dodgeball-BG.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-26 {
  max-width: 400px;
}

.left-arrow, .right-arrow, .left-arrow-2, .right-arrow-2 {
  display: none;
}

.kids-block {
  justify-content: flex-end;
  display: flex;
}

.link-3 {
  color: var(--black);
  text-decoration: none;
}

.link-4 {
  color: var(--darke-grey);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.link-5, .link-6, .link-7 {
  color: var(--white);
  font-size: 15px;
  text-decoration: none;
}

.link-block-5 {
  padding: 9px;
  display: flex;
}

.image-29 {
  width: 50px;
  height: 50px;
}

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

.link-8 {
  color: var(--white);
  text-decoration: none;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1200px;
  margin: 148px auto 36px;
}

.slide-nav {
  display: none;
}

.middle {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

html.w-mod-js [data-ix="sticky-nav-menu-hide"] {
  transform: translate(0, -100%);
}

@media screen and (max-width: 991px) {
  .wrapper-pages {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section {
    height: 70vh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section.cricket {
    background-color: rgba(12, 21, 47, .6);
    background-image: url('../images/Cricket-BG.png');
    background-position: 20%;
    background-size: cover;
    height: 100vh;
    padding: 110px 8px;
  }

  .hero-section.cricket.shop {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Shop.jpg');
    background-position: 0 0, 50% 59%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-section.cricket.contact {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/contact-1.jpg');
    background-position: 0 0, 50% 96%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-section.cricket.licensing {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .hero-section.licensing {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/shutterstock_258281537-1.jpg');
    background-position: 0 0, 50% 54%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .hero-section.neball {
    background-position: 80% 30%;
    background-size: cover;
  }

  .hero-section.soccer {
    background-image: url('../images/Soccer-BG.png');
    background-position: 24%;
    background-size: cover;
  }

  .hero-section.facilities {
    background-position: 25%;
  }

  .hero-section.hockey {
    background-image: url('../images/Hockey-BG.png');
    background-position: 82% 30%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .nav-link {
    z-index: 106;
    color: var(--white);
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px #dcdcdc;
    width: 100%;
    max-width: 100%;
  }

  .nav-link:hover {
    color: var(--dim-grey-2);
  }

  .nav-link.w--current {
    color: var(--grey);
  }

  .nav-link.login {
    border-left-width: 0;
  }

  .nav-link.dropdown:hover {
    color: var(--yellow-green);
  }

  .middle-block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    display: block;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.collections {
    border-top-width: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.footer-section {
    padding-left: 0;
    padding-right: 0;
  }

  .section.gray.testimonials {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.sport {
    padding-left: 50px;
    padding-right: 50px;
  }

  .brand {
    padding-left: 14px;
  }

  .brand.w--current {
    margin-top: 0;
    padding-left: 0;
  }

  .brand.footer {
    padding-left: 0;
  }

  .nav-flex {
    padding-right: 20px;
  }

  .nav-menu {
    background-color: #000;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
    top: 90px;
    overflow: visible;
  }

  .vertical-category {
    display: none;
    top: 30%;
    left: -60px;
  }

  .vertical-category.right {
    top: 30%;
    right: -10%;
  }

  .icon-2 {
    color: var(--white);
  }

  .search-link {
    display: none;
  }

  .top-text {
    font-size: 20px;
    line-height: 25px;
  }

  .top-text.hero {
    text-align: left;
    margin-bottom: 0;
  }

  .link-block-flex {
    flex-direction: row;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-content-block {
    text-align: left;
    margin-bottom: 0;
  }

  .footer-content-block.padding {
    margin-bottom: 0;
  }

  .product-info {
    margin-top: 80px;
    padding-left: 0;
  }

  .page-title {
    color: #fff;
    margin-top: 0;
  }

  .page-title.big {
    text-align: center;
    width: 70%;
    font-size: 50px;
    line-height: 60px;
  }

  .page-title.big.orange {
    color: var(--white);
    text-align: center;
    margin-bottom: 5px;
    font-size: 50px;
  }

  .paragraph.main {
    width: 45%;
  }

  .tab-block {
    width: 200px;
    height: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-tittle {
    font-size: 40px;
    line-height: 50px;
  }

  .history-paragraph {
    margin-top: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .sub-footer {
    width: 100%;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .right-footertext {
    text-align: right;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns {
    display: block;
  }

  .sale-block.padding {
    margin-top: 36px;
  }

  .color-block {
    width: auto;
  }

  .info-sale-block {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .info-sale-block.padding {
    margin: 141px auto 0;
  }

  .sale-tittle {
    text-align: center;
  }

  .detail-paragraph.subpage {
    color: rgba(255, 255, 255, .8);
  }

  .row-padding {
    margin-bottom: 100px;
  }

  .about-pompeo-text.center {
    width: 100%;
    font-size: 14px;
  }

  .team-wrapper {
    width: 96%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-tittle.color.allign {
    font-size: 20px;
    line-height: 30px;
  }

  .button-2:hover {
    background-color: #fc6f00;
  }

  .info-contact-row, .category-list-wrapper {
    width: 100%;
  }

  .column {
    margin-top: 173px;
  }

  .licence-item-1 {
    width: 80%;
  }

  .columns-3 {
    display: none;
  }

  .columns-3.mobile {
    display: block;
  }

  .sticky-navbar {
    padding: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .container-3 {
    position: relative;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    font-size: 40px;
  }

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

  .about-hero-block {
    flex-direction: column;
    align-items: flex-start;
    width: 66.66%;
    margin-bottom: 0;
    margin-right: 33.33%;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }

  .link-block.middle.cricket {
    width: 100%;
    margin-top: 100px;
  }

  .link-block.netball, .link-block.soccer {
    width: 100%;
  }

  .div-block-3 {
    justify-content: flex-end;
    display: flex;
  }

  .image-6 {
    margin-right: 0;
  }

  .section-5 {
    margin-top: -16px;
  }

  .image-13 {
    width: 350px;
    top: 222px;
  }

  .cat-sports {
    flex-direction: column;
    height: 100%;
    display: none;
  }

  .cat-sports.mobile {
    flex-direction: row;
    margin-top: 32px;
    display: flex;
  }

  .div-block-10, .div-block-11 {
    width: 60%;
  }

  .div-block-12 {
    width: 60%;
    margin-top: 174px;
    margin-bottom: 101px;
  }

  .ac-logo {
    width: 350px;
    top: 222px;
  }

  .image-14 {
    width: 200px;
  }

  .image-15 {
    width: 250px;
  }

  .column-4 {
    margin-bottom: 28px;
  }

  .column-5 {
    margin-bottom: 50px;
  }

  .header-slide {
    background-position: 50%;
    background-size: 110%;
  }

  .header-slide.social {
    background-position: 50%;
  }

  .overlay {
    background-position: 25%;
  }

  .overlay.soccer {
    justify-content: center;
  }

  .overlay.cricket.home {
    justify-content: center;
    padding-left: 70px;
    padding-right: 70px;
  }

  .overlay.bday {
    justify-content: flex-end;
  }

  .netball-slide {
    background-size: cover;
  }

  .netball-slide.social {
    background-position: 50%;
    background-size: cover;
  }

  .right-block {
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .right-block.left {
    margin-left: 0;
  }

  .soccer-slide {
    background-size: cover;
  }

  .image-16 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .dropdown-list.social.w--open {
    background-color: var(--yellow-green);
    left: 0;
  }

  .dropdown-list.orange.w--open {
    z-index: 200;
    background-color: var(--yellow-green);
    left: 0;
  }

  .image-18 {
    max-width: 300px;
  }

  .sport-intro-logo {
    max-width: 250px;
  }

  .sport-intro-logo.sml {
    max-width: 150px;
    margin-left: 0;
    margin-right: 0;
  }

  .large-number-text {
    font-size: 120px;
    line-height: 150px;
  }

  .sport-bullet-image {
    height: 150px;
  }

  .fixed-navbar {
    z-index: 2147483647;
  }

  .lightbox-sport-gallery {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
  }

  .image-23 {
    min-height: 200px;
  }

  .image-24 {
    width: 200px;
  }

  .header-logo {
    max-width: 300px;
  }

  .contact-links {
    width: 100px;
  }

  .social-logo {
    max-width: 300px;
    margin-left: 0;
  }

  .dodgeball-slide {
    background-position: 50%;
  }

  .link-block-4 {
    width: 70%;
  }

  .paragraph-3, .paragraph-4 {
    text-align: center;
  }

  .column-7, .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-5 {
    padding: 5px;
  }

  .image-29 {
    width: 35px;
    height: 35px;
  }

  .columns-8 {
    margin-bottom: 34px;
  }

  .grid {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    background-image: url('../images/shutterstock_5477999.png'), linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), url('../images/scott-webb-268893-unsplash.jpg');
    background-position: 86% 92%, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat;
    background-size: 60%, auto, 2080px;
    height: 100vh;
    padding-top: 0%;
  }

  .hero-section.cricket {
    background-position: 30%;
    height: 100vh;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .hero-section.cricket.shop {
    height: auto;
    padding-top: 110px;
  }

  .hero-section.cricket.contact {
    height: auto;
  }

  .hero-section.licensing {
    height: 100%;
    padding-top: 10%;
    padding-bottom: 5%;
  }

  .hero-section.neball, .hero-section.soccer {
    height: 100vh;
  }

  .hero-section.hockey {
    background-position: 80% 30%;
  }

  .middle-block {
    margin-bottom: 60px;
  }

  .section.sale-section {
    padding-top: 50%;
    padding-bottom: 20%;
  }

  .section.sport {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-flex {
    padding-right: 20px;
  }

  .vertical-category {
    display: none;
  }

  .top-text.hero {
    font-size: 20px;
    line-height: 25px;
  }

  .container {
    height: auto;
  }

  .footer-content-block {
    margin-bottom: 60px;
  }

  .footer-content-block.padding {
    margin-bottom: 0;
  }

  .button {
    text-align: center;
  }

  .page-title.big {
    width: 80%;
    font-size: 38px;
    line-height: 48px;
  }

  .page-title.big.orange {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph.main {
    width: 45%;
  }

  .tab-block {
    margin-bottom: 30px;
  }

  .section-tittle {
    font-size: 40px;
    line-height: 50px;
  }

  .section-tittle.white {
    font-size: 60px;
    line-height: 70px;
  }

  .history-paragraph {
    font-size: 15px;
    line-height: 20px;
  }

  .sub-footer {
    margin-top: 15px;
  }

  .right-footertext {
    text-align: center;
    flex: 1;
  }

  .container-2 {
    height: auto;
  }

  .cta-button-block {
    justify-content: flex-start;
    margin-top: 0;
  }

  .cta-row {
    display: block;
  }

  .sale-block.padding {
    margin-top: 120px;
  }

  .info-sale-block {
    margin-top: 0;
    margin-left: auto;
  }

  .info-sale-block.padding {
    margin-top: 133px;
    margin-left: auto;
  }

  .row-padding {
    margin-bottom: 90px;
  }

  .div-info-wrapper {
    margin-top: 60px;
  }

  .div-column-left {
    margin-bottom: 40px;
  }

  .div-column-right {
    float: none;
    margin-top: 30px;
  }

  .team-wrapper {
    margin-bottom: 20px;
  }

  .form-block-2 {
    height: auto;
  }

  .column {
    margin-top: 150px;
    margin-bottom: 0;
  }

  .licence-item-1 {
    width: 100%;
  }

  .columns-3 {
    flex-direction: column-reverse;
    display: none;
  }

  .menu-button {
    font-size: 30px;
  }

  .about-hero-block {
    width: 75%;
    margin-bottom: 0;
    margin-right: 25%;
  }

  .div-block-3 {
    justify-content: center;
  }

  .image-6 {
    width: 80%;
    max-width: 80%;
  }

  .cat-sports {
    display: none;
  }

  .cat-sports.mobile {
    flex-direction: row;
    display: flex;
  }

  .div-block-10 {
    min-width: 450px;
    height: 70vh;
  }

  .div-block-11, .div-block-12 {
    min-width: 450px;
  }

  .image-14 {
    width: 150px;
  }

  .column-4, .column-5 {
    margin-bottom: 0;
  }

  .column-6 {
    margin-top: 10px;
  }

  .slider {
    height: 100%;
  }

  .header-slide {
    background-image: url('../images/Header-Players.png'), url('../images/Textured-BG.png');
    background-position: 50%, 50%;
    background-repeat: no-repeat, repeat;
    background-size: 120%, cover;
  }

  .cricket-header-logo.right {
    justify-content: center;
  }

  .cricket-header-logo.left {
    justify-content: center;
    display: flex;
  }

  .large-number-text {
    line-height: 150px;
  }

  .social-logo, .image-26 {
    max-width: 300px;
  }

  .link-block-4, .image-27, .image-28 {
    margin-left: auto;
    margin-right: auto;
  }

  .column-9, .column-10 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-image: none;
    height: 50vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section.cricket {
    background-image: url('../images/Cricket-BG.png');
    background-position: 30%;
    background-size: cover;
    height: 100vh;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-section.cricket.shop {
    height: auto;
    padding-top: 80px;
  }

  .hero-section.cricket.contact, .hero-section.cricket.licensing {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-section.licensing {
    height: 100%;
    padding-top: 20%;
  }

  .hero-section.bday-parties {
    background-position: 0%;
    background-size: cover;
  }

  .section.collections {
    padding-left: 0;
    padding-right: 0;
  }

  .section.gray.testimonials {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.sale-section {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .section.checkout, .section.order {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.sport {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand.w--current {
    flex-direction: row;
  }

  .nav-flex {
    height: 80px;
    padding-right: 10px;
  }

  .nav-menu {
    z-index: 9999;
    background-color: #000;
  }

  .subscribe-form-block.section-newsletter {
    width: auto;
  }

  .top-text {
    font-size: 15px;
    line-height: 20px;
  }

  .top-text.hero {
    font-size: 12px;
    line-height: 15px;
  }

  .container {
    height: auto;
  }

  .footer-subscribe {
    float: none;
    width: 100%;
  }

  .subscribe-button {
    width: 100%;
  }

  .button {
    margin-bottom: 10px;
  }

  .button.dark {
    padding: 10px 20px;
    font-size: 12px;
  }

  .page-title {
    font-size: 30px;
    line-height: 40px;
  }

  .page-title.big {
    text-align: center;
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }

  .page-title.big.orange {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph.main {
    width: 100%;
  }

  .tab-block {
    margin-left: 0;
    margin-right: 0;
  }

  .section-tittle, .section-tittle.cta {
    font-size: 30px;
    line-height: 40px;
  }

  .section-tittle.white {
    font-size: 50px;
    line-height: 60px;
  }

  .container-2 {
    height: auto;
  }

  .cta-button-block {
    justify-content: flex-start;
  }

  .cta-row {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .different-font {
    font-size: 48px;
    line-height: 58px;
  }

  .sale-block {
    margin-top: 120px;
  }

  .sale-block.padding {
    margin-top: 80px;
  }

  .color-block {
    border-width: 5px;
  }

  .info-sale-block {
    width: 100%;
    margin-left: 0;
  }

  .info-sale-block.padding {
    margin-top: 37px;
    margin-bottom: 0;
  }

  .sale-tittle {
    font-size: 25px;
    line-height: 30px;
  }

  .about-pompeo-text.center {
    width: 80%;
  }

  .image-2 {
    left: 83px;
  }

  .image-3 {
    right: 89px;
  }

  .team-wrapper {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-div-wrapper {
    width: 100%;
  }

  .form-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2 {
    width: 100%;
  }

  .map-wrapper {
    padding: 29px;
  }

  .column {
    margin-top: 30px;
  }

  .licence-item-1 {
    justify-content: space-between;
    padding: 15px 15px 14px;
  }

  .image-div-2 {
    flex: 0 auto;
    width: 100px;
  }

  .licence-links-wrapper {
    flex: 1;
    padding-left: 16px;
    padding-right: 16px;
  }

  .licence-link {
    margin-right: 10px;
  }

  .menu-button {
    padding: 10px;
  }

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

  .about-hero-block {
    width: 100%;
    margin-right: 0%;
  }

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

  .cart-container {
    flex-direction: column;
    height: 100%;
  }

  .link-block.middle.cricket {
    margin-top: 67px;
  }

  .spacer {
    height: 10px;
  }

  .image-6 {
    width: 100%;
    max-width: 100%;
  }

  .image-9 {
    width: 100px;
    margin-right: 0;
  }

  .image-10 {
    width: 100px;
    margin-left: 0;
  }

  .quote-div {
    padding: 50px 10px;
  }

  .image-13 {
    width: 250px;
    top: 150px;
  }

  .cat-sports {
    margin-top: 80px;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .cat-sports.mobile {
    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;
    max-width: 90%;
    margin-top: 83px;
    margin-bottom: 18px;
    display: grid;
    position: relative;
  }

  .div-block-10, .div-block-11, .div-block-12 {
    min-width: 300px;
    height: 50vh;
  }

  .ac-logo {
    width: 250px;
    top: 151px;
  }

  .columns-7 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-15 {
    width: 100px;
  }

  .header-slide {
    background-position: 50%;
  }

  .overlay.netball {
    justify-content: center;
  }

  .netball-slide {
    background-position: 12%;
    background-size: cover;
  }

  .right-block {
    z-index: 8888;
  }

  .soccer-slide {
    background-position: 63%;
  }

  .image-16 {
    height: 50px;
    margin-right: 0;
  }

  .image-17 {
    height: 50px;
  }

  .image-18, .sport-intro-logo {
    max-width: 200px;
  }

  .fixed-navbar {
    z-index: 99999999;
  }

  .image-24 {
    margin-bottom: 10px;
  }

  .forms-div {
    flex-direction: column;
  }

  .header-logo {
    max-width: 200px;
    max-height: 200px;
  }

  .contact-links {
    width: 50px;
  }

  .social-logo {
    max-width: 200px;
  }

  .icon-3 {
    font-size: 28px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .link-block-4 {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }
}

#w-node-_05f41280-1106-df1d-18e5-952718e972eb-f54b5429, #w-node-_05f41280-1106-df1d-18e5-952718e972ed-f54b5429, #w-node-ac44eb99-d265-a123-eb9a-436a8b3fd8e1-f54b5429 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_05f41280-1106-df1d-18e5-952718e972f5-f54b5429, #w-node-_05f41280-1106-df1d-18e5-952718e972f8-f54b5429 {
  grid-area: 1 / 2 / 2 / 3;
}


@font-face {
  font-family: 'Itcavantgardepro';
  src: url('../fonts/ITCAvantGardePro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}