:root {
  --dim-grey: #6c6c6c;
  --buda-blue: #13264a;
  --white-smoke: #f8f6f4;
  --gainsboro: #dbdbdb;
  --buda-red: #b01f2a;
  --burlywood: #ebb96a;
  --black: black;
  --orange-red: #ff5f0f;
  --dark-grey: #a1a1a1;
  --grey: #858585;
  --dim-grey-2: #4d4d4d;
  --white: white;
}

.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-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-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.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-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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.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 {
  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-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-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 {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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;
}

.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-commercecheckoutdiscountsinput, .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(--buda-blue);
}

.wrapper-pages {
  overflow: hidden;
}

.hero-section {
  height: 100vh;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(219, 219, 219, .1);
  background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), url('../images/scott-webb-268893-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  padding-top: 5%;
  display: flex;
}

.hero-section.about-us {
  height: auto;
  background-image: linear-gradient(to right, var(--white-smoke) 30%, transparent), url('../images/Untitled-14.jpg');
  background-position: 0 0, 50% 67%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.about-us.shop {
  background-image: linear-gradient(to right, var(--white-smoke) 30%, transparent), url('../images/Untitled-3-3.jpg');
  background-position: 0 0, 50% 59%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.about-us.plates {
  background-image: linear-gradient(to right, var(--white-smoke) 30%, transparent), url('../images/Untitled-1-7.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.nav-link {
  opacity: 1;
  color: var(--dim-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  padding: 21px 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.nav-link:hover {
  opacity: 1;
  color: #000;
}

.nav-link.w--current {
  color: var(--buda-blue);
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.heading {
  color: #13264a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, 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;
}

.left-block {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.left-block.hero {
  flex-direction: row;
  align-items: center;
}

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

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

.section.footer-section {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(219, 219, 219, .1);
  padding-bottom: 0;
  line-height: 24px;
  position: relative;
}

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

.section.gray {
  background-color: #f8f8f8;
}

.section.gray.testimonials {
  position: relative;
}

.section.cta {
  background-image: linear-gradient(to right, rgba(255, 255, 255, .89) 13%, rgba(255, 255, 255, 0) 57%), url('../images/raul-cacho-oses-779595-unsplash-p-3200.jpeg');
  background-position: 0 0, 50% 33%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

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

.section.collection {
  position: relative;
}

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

.brand.w--current {
  float: left;
  margin-top: -4px;
}

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

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

.nav-flex {
  height: 90px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-content-tittle {
  color: #000;
  margin-bottom: 60px;
  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;
}

.top-text {
  color: var(--buda-red);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

.top-text.hero {
  margin-bottom: -20px;
}

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

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

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

.footer-subscribe {
  width: 64%;
  height: 45px;
  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;
  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 {
  width: 35%;
  height: 45px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  border-radius: 0;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 12px;
  transition: all .4s;
}

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

.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 {
  width: 80px;
  height: 80px;
  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%;
  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 {
  height: auto;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  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(--buda-blue);
  opacity: 1;
  color: #fff;
  border: 0 rgba(0, 0, 0, 0);
  font-weight: 400;
  transform: translate(0, -1px);
}

.button.dark {
  background-color: var(--buda-blue);
  color: #fff;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

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

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

.button.dark.black {
  height: auto;
  background-color: var(--black);
}

.button.dark.black:hover {
  background-color: var(--buda-blue);
}

.button.black {
  height: 38px;
  background-color: var(--black);
  color: #fff;
  font-family: Poppins, sans-serif;
}

.button.black:hover {
  background-color: var(--buda-blue);
}

.product-page-image {
  width: 100%;
  height: 700px;
  text-align: center;
  background-image: url('../images/oriento-663905-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  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: var(--buda-blue);
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

.paragraph {
  font-size: 16px;
  line-height: 26px;
}

.tab-block {
  width: 240px;
  height: 240px;
  background-color: var(--burlywood);
  border: 30px solid rgba(0, 0, 0, .05);
  border-radius: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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: #000;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.section-tittle.cta {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 46px;
}

.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: left;
  margin-top: 20px;
  line-height: 24px;
}

.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(--buda-blue);
  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;
}

.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;
  width: 1170px;
  height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  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 {
  width: 32px;
  height: 32px;
  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;
  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(--buda-blue);
  opacity: 1;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  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: 20px;
  display: flex;
}

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

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

.color-block {
  width: 500px;
  height: 220px;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.sale-tittle {
  text-align: left;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.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 {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  display: inline-block;
}

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

.footer-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
}

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

.about-pompeo-text.center {
  text-align: center;
}

.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 {
  width: 90%;
  float: left;
}

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

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

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

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

.image-team-div {
  width: 90px;
  height: 90px;
  background-image: url('../images/matheus-ferrero-216385-1-p-1600.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  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: Poppins, sans-serif;
  font-weight: 500;
}

.icon-tittle.position {
  width: 120px;
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  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 {
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

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

.button-2 {
  width: 185px;
  color: #fff;
  background-color: #da0000;
  border: 1px #0675ec;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  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(--buda-blue);
  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 {
  height: 42px;
  float: none;
  border-radius: 3px;
  margin-bottom: 12px;
  display: inline-block;
}

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

.text-field-3.contact-form.gray {
  width: 94%;
  height: 45px;
  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;
  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 {
  width: 98%;
  min-height: 170px;
  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;
  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 {
  height: 440px;
}

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

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

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

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

.divider {
  height: 1px;
  background-color: #dcdcdc;
  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 {
  width: 66.66%;
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  margin-bottom: 24px;
  padding: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(46, 50, 60, .09);
}

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

.image-div-2.second {
  background-image: url('../images/524.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(--buda-blue);
  text-decoration: underline;
}

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

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

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

.container-3 {
  z-index: 10;
  max-width: 1170px;
  text-align: center;
  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(--buda-blue);
  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(--buda-blue);
}

.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(--buda-blue);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

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

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

.about-hero-block {
  z-index: 1;
  width: 50%;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 50%;
  padding-left: 15px;
  padding-right: 5%;
  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 {
  max-width: 1200px;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #e6e6e6;
  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;
}

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

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

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

.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;
}

.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);
}

.pay-buttons {
  border: 1px solid #e6e6e6;
  border-bottom-style: none;
  padding: 40px 5%;
  display: flex;
}

.paypal {
  height: 45px;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  line-height: 24px;
}

.web-payments {
  height: 48px;
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.apple-pay {
  height: 45px;
  border-radius: 4px;
}

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

.licence-item-first {
  width: 100%;
  background-color: rgba(255, 142, 100, .3);
  border: 1px #dde1e7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.licence-item-first.changelog {
  width: 60%;
  background-color: var(--white);
}

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

.licence-link-2:hover {
  color: #bc3219;
  text-decoration: underline;
}

.logo-icon {
  margin-right: 20px;
}

.div-block-2 {
  align-items: flex-start;
}

.remove-button-2 {
  text-decoration: none;
}

.hero-div {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-div.small {
  margin-right: 0%;
}

.hero-image {
  width: 1000px;
  height: 500px;
  background-image: url('../images/BCPAAA.png');
  background-repeat: no-repeat;
  background-size: 800px;
  margin-left: -196px;
}

.hero-image-div {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: static;
}

.discount {
  border-top-style: none;
  margin-bottom: 20px;
}

.text-span-2 {
  color: #b01f2a;
}

.text-span-3 {
  font-family: Lato, sans-serif;
}

.text-span-4 {
  color: var(--buda-red);
}

.text-span-5, .text-span-6 {
  color: var(--buda-blue);
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: auto;
    background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), url('../images/scott-webb-268893-unsplash.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, 2080px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero-section.about-us {
    height: auto;
    background-color: rgba(12, 21, 47, .6);
    background-image: linear-gradient(to right, var(--white-smoke) 34%, transparent), url('../images/Untitled-3-3.jpg');
    background-position: 0 0, 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 110px 8px;
  }

  .hero-section.about-us.shop {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to right, var(--white-smoke) 31%, rgba(255, 255, 255, .55)), url('../images/Untitled-3-3.jpg');
    background-position: 0 0, 50% 59%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .nav-link {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px #dcdcdc;
  }

  .left-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;
  }

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

  .brand {
    padding-left: 14px;
  }

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

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

  .nav-menu {
    width: 100%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    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: #1f2532;
  }

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

  .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: 100px;
  }

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

  .page-title {
    color: var(--black);
    margin-top: 0;
  }

  .page-title.big {
    width: 70%;
    color: #000;
    text-align: center;
  }

  .paragraph.main {
    width: 45%;
    text-align: center;
  }

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

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

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

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

  .columns {
    display: block;
  }

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

  .color-block {
    width: auto;
  }

  .info-sale-block {
    width: 90%;
    margin-left: 20px;
  }

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

  .detail-paragraph.subpage {
    color: var(--dim-grey);
  }

  .team-wrapper {
    width: 96%;
  }

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

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

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

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

  .container-3 {
    position: relative;
  }

  .menu-button {
    background-color: #fff;
    font-size: 40px;
  }

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

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

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

  .container-checkout {
    flex-direction: column;
  }

  .paypal {
    height: 45px;
  }

  .web-payments {
    height: 35px;
  }

  .apple-pay {
    height: 45px;
  }

  .left-div-wrapper {
    width: 100%;
    margin-right: 0;
  }

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

  .licence-item-first.changelog {
    width: 80%;
  }

  .hero-div.small {
    width: 100%;
    align-items: center;
  }

  .hero-image {
    width: 100%;
    background-size: 700px;
    margin-left: 0;
  }

  .hero-image-div {
    width: 100%;
  }
}

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

  .hero-section.about-us {
    height: auto;
    background-image: linear-gradient(to right, var(--white-smoke) 24%, rgba(255, 255, 255, .75)), url('../images/Untitled-3-3.jpg');
    background-position: 0 0, 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 110px;
    padding-bottom: 110px;
  }

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

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

  .section.cta {
    background-image: linear-gradient(to right, var(--gainsboro) 44%, rgba(255, 255, 255, 0)), url('../images/raul-cacho-oses-779595-unsplash-p-3200.jpeg');
    background-position: 0 0, 50% 33%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

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

  .vertical-category {
    display: none;
  }

  .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;
  }

  .paragraph.main {
    width: 45%;
  }

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

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

  .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: 0;
  }

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

  .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: flex;
  }

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

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

  .text-block {
    text-decoration: none;
  }

  .paypal {
    height: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .apple-pay {
    height: 35px;
  }

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

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

  .licence-item-first.changelog {
    width: 90%;
  }

  .remove-button-2 {
    text-decoration: none;
  }

  .hero-image {
    height: 400px;
    background-size: 500px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: auto;
    background-image: url('../images/scott-webb-268893-unsplash.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .hero-section.about-us {
    height: auto;
    background-image: linear-gradient(to right, var(--white-smoke) 46%, rgba(255, 255, 255, .75)), url('../images/Untitled-3-3.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section.sale-section {
    padding-bottom: 40%;
  }

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

  .nav-flex {
    height: 80px;
  }

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

  .container {
    height: auto;
  }

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

  .subscribe-button {
    width: 100%;
  }

  .button {
    margin-bottom: 10px;
  }

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

  .page-title.big, .paragraph.main {
    width: 100%;
  }

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

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

  .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;
  }

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

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

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

  .image-2 {
    left: 83px;
  }

  .image-3 {
    right: 89px;
  }

  .team-wrapper {
    text-align: center;
  }

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

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

  .button-2 {
    width: 100%;
  }

  .map-wrapper {
    padding: 29px;
  }

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

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

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

  .licence-link {
    margin-right: 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;
  }

  .pay-buttons {
    flex-direction: column;
  }

  .web-payments {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .licence-item-first.changelog {
    flex-direction: column;
  }

  .licence-link-2 {
    margin-right: 0;
  }

  .logo-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .hero-image {
    height: 200px;
    background-size: 300px;
  }
}

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

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


