:root {
  --white: rgba(255, 255, 255, .49);
  --deep-sky-blue: rgba(4, 176, 250, .69);
  --dodger-blue-2: rgba(74, 144, 226, .39);
  --white-2: rgba(255, 255, 255, .15);
  --dodger-blue: rgba(74, 144, 226, .39);
  --line: rgba(0, 0, 0, .3);
  --red: red;
  --black: rgba(10, 23, 37, .7);
  --roll-menu-vert: rgba(255, 255, 255, .38);
  --white-3: rgba(255, 255, 255, .7);
  --brands-tone: rgba(0, 0, 0, .08);
  --text-all: #42759e;
  --white-8: rgba(255, 255, 255, .94);
  --red-doy-plus: rgba(255, 0, 0, .51);
  --text-color: #cf1f1f;
  --big-crab-info: rgba(255, 255, 255, .79);
  --alice-blue: rgba(231, 241, 252, .64);
  --white-main: rgba(255, 255, 255, .84);
  --white-7: rgba(255, 255, 255, .84);
  --white-fon-bags: rgba(255, 255, 255, .85);
  --white-5: rgba(255, 255, 255, .63);
  --dark-orange: #ff8e10;
  --forest-green: #129404;
  --red-2: red;
  --line-2: #8f8f8f;
  --white-6: rgba(255, 255, 255, .73);
  --white-4: rgba(255, 255, 255, .77);
}

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

.w-commerce-commercecheckoutformcontainer {
  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-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  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;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  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 {
  -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-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-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

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

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

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

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

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

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

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

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

.left {
  opacity: 1;
  background-image: url('../images/left_arr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 60px;
  height: 60px;
  margin-left: 0;
  transition: opacity .5s;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.left:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, .24);
}

.left.menu-button, .left.menu-button-dss {
  background-image: url('../images/arrow-right-left.svg');
  width: 100px;
  height: 100px;
  margin-left: -2px;
  padding-left: 0;
}

.div-block-27 {
  text-transform: capitalize;
  height: 40px;
}

.right {
  opacity: 1;
  background-image: url('../images/right_arr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #fff;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 60px;
  height: 60px;
  margin-left: 0;
  transition: opacity .5s;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, .24);
}

.right.menu-button, .right.menu-button-dss {
  background-image: url('../images/arrow-right.svg');
  width: 100px;
  height: 100px;
}

.red-sparrow-slide {
  background-color: #7f8287;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0) 50%), url('../images/DSC_6215.jpg');
  background-position: 0 0, 50% -120%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.text-block-2 {
  color: #fff;
  text-align: right;
  text-transform: capitalize;
  height: 40px;
  padding: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
}

.text-block-2.color {
  background-image: url('../images/color-bike.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 70px;
  font-size: 20px;
}

.text-block {
  color: #fff;
  text-transform: uppercase;
  width: 20%;
  margin-top: 27px;
  margin-left: 0;
  margin-right: 38px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.new-menu {
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: flex-start;
  width: 250px;
  margin-top: 2px;
  margin-bottom: -1px;
  margin-left: 0;
  padding-top: 9px;
  padding-left: 10px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 100;
  display: flex;
  position: relative;
  left: 0;
}

.new-menu:hover {
  color: var(--deep-sky-blue);
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
}

.new-menu.w--current {
  transition: border .6s;
}

.new-menu.w--current:hover {
  color: var(--deep-sky-blue);
}

.new-menu.scallops-batt {
  display: none;
}

.div-block-22 {
  width: 100%;
  height: 70vh;
  margin-top: 155px;
  margin-left: 0;
}

.left-arrow {
  z-index: 20;
  border-right: 1px solid var(--white);
  background-color: var(--dodger-blue-2);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100px;
  height: 100px;
  margin: auto auto 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: 0;
  bottom: -100px;
  left: auto;
  right: 50%;
}

.div-block-25 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 49vh;
  margin: 81px 155px 190px 0;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-parent {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  padding: 8px;
  display: flex;
  overflow: hidden;
}

.right-arrow {
  z-index: 40;
  background-color: rgba(74, 144, 226, .3);
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
  top: auto;
  bottom: -100px;
  left: 50%;
  right: auto;
}

.div-block-26 {
  width: 446.141px;
  margin-top: 69px;
  padding-right: 110px;
}

.bold-text-7 {
  text-align: left;
  flex: 0 auto;
  width: 244px;
  font-size: 16px;
  font-weight: 100;
}

.bold-text-7:hover {
  color: var(--deep-sky-blue);
}

.mask {
  border-top: 1px none var(--white);
  border-bottom: 1px none var(--white);
  border-left: 1px none var(--white);
  color: #000;
  width: 100%;
  height: 77vh;
  margin-top: 0;
  padding-top: 0;
  top: auto;
}

.button {
  z-index: 20;
  text-align: center;
  background-color: #6e6e6f;
  border: 1px solid #dedede;
  border-radius: 4px;
  flex: none;
  width: 110px;
  height: 40px;
  margin-top: 12px;
  margin-left: 229px;
  margin-right: 0;
  padding-top: 9px;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 300;
  transition: background-color .2s;
  position: relative;
}

.button:hover {
  background-color: #0076bb;
}

.button.mill-batt {
  z-index: 1;
  opacity: .71;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, .29);
  justify-content: center;
  width: 160px;
  height: 42px;
  margin-top: 270px;
  margin-left: 165px;
  margin-right: 160px;
  padding-top: 10px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 300;
  transition-property: background-color;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button.mill-batt:hover {
  background-color: #e60000;
}

.bold-text-8 {
  padding-left: 0;
  font-weight: 300;
}

.bold-text-8.color {
  margin-right: 83px;
}

.ural-top-menu {
  text-align: right;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  display: flex;
}

.menu-bar {
  background-color: #fff;
  width: 42%;
  height: 3px;
  margin-bottom: 6px;
}

.menu-bar.last {
  width: 42%;
}

.navbar-2 {
  z-index: 20;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 80px;
  margin-top: 0;
  display: flex;
  position: absolute;
  overflow: visible;
}

.menu-button-2 {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-right: 1px;
  padding: 11px 0 0 7px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

.menu-button-2.menu-button {
  z-index: 4;
  width: 100px;
  height: 100px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.link-block-2 {
  background-image: url('../images/logo.svg');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 75px;
  padding: 0;
}

.link-block-2.menu-button {
  background-position: 50%;
  width: 80px;
  height: 80px;
  margin: 0;
}

.red-sparrow-slide-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/DSC_6227.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav {
  width: 50%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-size: 10px;
  top: auto;
  bottom: -12%;
  left: auto;
  right: 0%;
}

.slide-nav.prroduct-banner {
  margin-bottom: -86px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.container-2 {
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  justify-content: space-between;
  width: 240%;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section-3 {
  justify-content: flex-end;
  height: 100vh;
  margin-top: -3px;
  display: flex;
}

.home-page {
  width: 50%;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: inline-block;
  position: relative;
  top: 0;
}

.name-bikes {
  opacity: 1;
  background-image: url('../images/name-bike-light.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: flex-end;
  width: 910px;
  height: 320px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  left: 70px;
}

.nav-menu-2 {
  z-index: auto;
  background-color: rgba(6, 12, 17, .83);
  border-top: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  min-height: 100px;
  margin-top: auto;
  margin-right: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dss-body {
  background-color: #000;
  background-image: url('../images/DSC_5034_fon.jpg');
  background-position: 50% -30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-right: 0 red;
  height: auto;
  margin-top: 0;
  overflow: visible;
}

.home-page-copy {
  z-index: 0;
  border-style: none;
  border-width: 1px;
  border-color: var(--white) black black;
  width: auto;
  height: 77vh;
  margin-top: 100px;
  margin-left: 100px;
  padding-top: 0;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.banner {
  border-right: 0 #000;
  border-bottom: 1px none var(--white);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 90vh;
  margin-top: auto;
  display: flex;
  position: static;
}

.navbar-dss {
  z-index: 20;
  border-style: none none solid;
  border-width: 1px;
  border-color: #fff #fff var(--white);
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  justify-content: center;
  width: 100%;
  height: 100px;
  margin-top: 0;
  padding-left: 67px;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.dss-top-menu {
  text-align: right;
  border-right: 1px #000;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  width: 60px;
  height: 100px;
  margin: 0;
  padding: 0;
  display: flex;
}

.dss-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
  margin-top: 41px;
  margin-left: 195px;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.menu-parent-dss {
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: 0;
  padding: 5px 8px 0;
  transition: background-color .475s;
  display: flex;
  overflow: hidden;
}

.menu-parent-dss:hover {
  background-color: var(--white-2);
}

.div-block-28 {
  background-color: var(--dodger-blue);
  flex: none;
  width: 50%;
  height: 100vh;
  position: relative;
}

.sl1 {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_3829.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.div-block-29 {
  background-color: var(--dodger-blue);
  align-items: flex-end;
  width: 50%;
  height: 100px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-block-3 {
  color: #fff;
  text-align: right;
  flex: 0 auto;
  align-items: center;
  height: 130px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 50px;
  display: flex;
  position: relative;
  top: 370px;
  right: 0;
}

.sl2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/DSC_6227.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 88px;
  padding-bottom: 0;
  padding-right: 0;
}

.sl1-copy {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/boat_133476440.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl2_new {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_4111.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.div-block-30 {
  background-color: red;
  width: 5px;
  height: 100px;
  margin-top: 387px;
}

.section-4 {
  border-top: 1px #000;
  border-bottom: 1px none var(--white);
  height: auto;
  padding-top: 0;
  display: block;
  position: relative;
  top: 1px;
}

.div-block-31 {
  border-right: 1px solid var(--white);
  flex: none;
  width: 100px;
  height: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-32 {
  z-index: 30;
  background-image: url('../images/DSS_logo_round.svg');
  background-position: 50%;
  background-size: contain;
  flex: none;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin-top: 383px;
  margin-right: -389px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.sl3 {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2153.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.div-block-33 {
  background-color: var(--white-2);
  background-image: url('../images/arrows-nav.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100px;
  height: 100px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link-down {
  z-index: 19;
  background-color: rgba(255, 0, 0, 0);
  background-image: url('../images/arr_dow1.5x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  flex: 1;
  width: 202px;
  height: 89px;
  line-height: 80px;
  transition: background-color .2s cubic-bezier(.445, .05, .55, .95);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link-down:hover {
  background-color: var(--white-2);
  opacity: 1;
  background-image: url('../images/arr_dow1.5x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  width: 100px;
}

.link-block-3 {
  width: 200px;
  height: 90px;
}

.link-block-3.w--current {
  width: 210px;
  height: 90px;
}

.link-block-3.home-new {
  width: 100px;
  height: 100px;
}

.link-block-3.home-new:hover {
  background-image: none;
}

.link-down-dss {
  z-index: 19;
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  background-color: rgba(255, 0, 0, 0);
  background-image: url('../images/arrows-nav.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: 1;
  width: 100px;
  height: 100px;
  margin-bottom: -100px;
  margin-left: -100px;
  line-height: 80px;
  transition: background-color .2s cubic-bezier(.445, .05, .55, .95);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link-down-dss:hover {
  background-color: var(--white-2);
  opacity: 1;
  width: 100px;
}

.section-5 {
  border-style: solid none none;
  border-color: var(--white);
  border-top-width: 1px;
  border-bottom-width: 1px;
  width: 100%;
  height: 312px;
  margin-top: auto;
  display: block;
  position: relative;
  top: 0;
}

.left-nav-part {
  text-align: right;
  flex-direction: column;
  flex: 0 auto;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 47vh;
  margin-top: 155px;
  margin-left: 0;
  padding-left: 112px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.aboutdss {
  flex-direction: row-reverse;
  width: 33.33%;
  text-decoration: none;
}

.aboutdss.grid-final {
  width: auto;
  height: 469px;
  display: block;
}

.project1-3 {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/about.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row-reverse;
  width: auto;
  height: 100%;
  transition: all .1s ease-in-out;
  display: flex;
  overflow: hidden;
}

.project1-3:hover {
  opacity: 1;
}

.dark-over-final-2 {
  opacity: 1;
  background-color: rgba(0, 0, 0, .43);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.right-square-2 {
  flex-wrap: nowrap;
  flex: 1;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.logo-dark-2 {
  flex-direction: row;
  flex: none;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.vew-project-2 {
  opacity: 1;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 281px;
  margin-top: auto;
  padding-left: 0;
  display: flex;
}

.text-block-18 {
  z-index: 9;
  color: #fff;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 170px;
  margin-left: 11px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  display: flex;
  position: absolute;
}

.div-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 207px 262px;
  grid-template-columns: 1.5fr 2.25fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  height: 495px;
  padding: 16px 16px 0 0;
  display: grid;
}

.about-dss-image {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/about.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row-reverse;
  width: 100%;
  height: 100%;
  transition: all .1s ease-in-out;
  display: flex;
  overflow: hidden;
}

.about-dss-image:hover {
  opacity: 1;
}

.qt_dss {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/qt.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row-reverse;
  width: auto;
  height: 210px;
  transition: all .1s ease-in-out;
  display: flex;
  overflow: hidden;
}

.qt_dss:hover {
  opacity: 1;
}

.qt_link {
  flex-direction: row-reverse;
  width: 33.33%;
  text-decoration: none;
}

.qt_link.grid-final {
  width: auto;
  height: 206px;
  display: block;
}

.qt_dss-copy {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/qt.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row-reverse;
  width: auto;
  height: 210px;
  transition: all .1s ease-in-out;
  display: flex;
  overflow: hidden;
}

.qt_dss-copy:hover {
  opacity: 1;
}

.news-dss {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/news.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row-reverse;
  width: auto;
  height: 210px;
  transition: all .1s ease-in-out;
  display: flex;
  overflow: hidden;
}

.news-dss:hover {
  opacity: 1;
}

.qt_link-copy {
  flex-direction: row-reverse;
  width: 33.33%;
  text-decoration: none;
}

.qt_link-copy.grid-final {
  width: auto;
  height: 206px;
  display: block;
}

.news_dss-link {
  flex-direction: row-reverse;
  width: 33.33%;
  text-decoration: none;
}

.news_dss-link.grid-final {
  width: auto;
  height: 206px;
  display: block;
}

.dss_product {
  flex-direction: row-reverse;
  width: 33.33%;
  text-decoration: none;
}

.dss_product.grid-final {
  width: auto;
  height: 206px;
  display: block;
}

.dss-shop {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/news.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row-reverse;
  width: auto;
  height: 210px;
  transition: all .1s ease-in-out;
  display: flex;
  overflow: hidden;
}

.dss-shop:hover {
  opacity: 1;
}

.dss-shop-link {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/shop.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row-reverse;
  justify-content: center;
  width: 147%;
  height: 240px;
  margin-top: 17px;
  transition: all .1s ease-in-out;
  display: flex;
  overflow: hidden;
}

.dss-shop-link:hover {
  opacity: 1;
}

.shop_dss {
  flex-direction: row-reverse;
  width: 33.33%;
  text-decoration: none;
}

.shop_dss.grid-final {
  width: auto;
  height: 248px;
  display: block;
}

.dss-shop-link-new {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/shop.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row-reverse;
  width: 100%;
  height: 100%;
  transition: all .1s ease-in-out;
  display: flex;
  overflow: hidden;
}

.dss-shop-link-new:hover {
  opacity: 1;
}

.div-block-35 {
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  grid-template-rows: 280px;
  grid-template-columns: 50% 50%;
  grid-auto-rows: 0%;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
  width: 100%;
  height: 100%;
  padding: 16px 16px 0;
  display: grid;
}

.dss-shrimp {
  flex-direction: row-reverse;
  width: 33.33%;
  text-decoration: none;
}

.dss-shrimp.grid-final {
  width: auto;
  height: 281px;
  display: block;
}

.shrimp_dss_link {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/shrimp.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row-reverse;
  width: auto;
  height: 100%;
  transition: all .1s ease-in-out;
  display: flex;
  overflow: hidden;
}

.shrimp_dss_link:hover {
  opacity: 1;
}

.text-block-18-copy {
  z-index: 10;
  color: #fff;
  text-align: left;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 160px;
  margin-left: 11px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -31%;
  left: 10%;
  right: 0%;
}

.text-block-18-copy:hover {
  margin-left: 0;
}

.div-block-36 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/king-crab.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  display: flex;
}

.div-block-36:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .47), rgba(0, 0, 0, .47)), url('../images/king-crab.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-test {
  z-index: 10;
  color: #fdfdfd;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 60px;
  margin-left: 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 38px;
  transition: background-color .45s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  position: static;
}

.text-test:hover {
  background-color: rgba(0, 0, 0, 0);
}

.text-test.plus {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 120px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.link-block-4 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.link-block-4:hover {
  background-color: #000;
}

.snow_dss {
  flex-direction: row-reverse;
  width: 33.33%;
  text-decoration: none;
}

.snow_dss.grid-final {
  width: auto;
  height: 281px;
  display: block;
}

.shrimp_dss_link-copy {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/shrimp.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row-reverse;
  width: auto;
  height: 100%;
  transition: all .1s ease-in-out;
  display: flex;
  overflow: hidden;
}

.shrimp_dss_link-copy:hover {
  opacity: 1;
}

.snow_dss_link {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/snow-crab.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row-reverse;
  width: auto;
  height: 100%;
  transition: all .1s ease-in-out;
  display: flex;
  overflow: hidden;
}

.snow_dss_link:hover {
  opacity: 1;
}

.news-lett-part {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 156px;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 0;
}

.field-label {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  width: auto;
  height: 20px;
  margin: 11px 14px 3px -127px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.submit-button {
  opacity: .67;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/news.svg');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 39px;
  transition: background-color .2s;
}

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

.form {
  text-align: center;
  justify-content: center;
  width: 350px;
  margin-top: 18px;
  display: flex;
}

.link-block-5 {
  background-image: url('../images/scroll.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 70px;
  height: 80px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.link-block-5.menu-button {
  width: 80px;
}

.bold-text-9 {
  width: 90px;
  font-weight: 100;
}

.container-5 {
  height: 30%;
  margin-top: auto;
}

.nav-menu-6 {
  background-color: rgba(22, 22, 22, .74);
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.buy-meny {
  background-image: url('../images/Group-4.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 20%;
  display: block;
}

.menu-button-4 {
  z-index: 20;
  width: auto;
  height: 80px;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.text-field {
  color: #aeb3bb;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #7f8287;
  width: 265.203px;
  font-family: Roboto, sans-serif;
  font-weight: 100;
}

.sign-up {
  text-align: center;
  width: 372px;
  height: 80px;
  margin-top: 31px;
  margin-right: 24px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.navbar-4 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  flex: 0 auto;
  width: 27%;
  height: 300%;
  margin-top: 68px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.button-2 {
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px #fffefe;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 6px;
  margin-left: auto;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 100;
  display: flex;
  position: static;
  top: -33px;
}

.button-2:visited {
  transform: rotate(90deg);
}

.news-lett {
  z-index: 20;
  border-bottom: 1px none var(--white);
  background-color: rgba(74, 144, 226, 0);
  justify-content: flex-end;
  width: 100%;
  height: 156px;
  margin-top: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.news-lett:hover {
  filter: blur();
}

.div-block-38 {
  justify-content: flex-end;
  height: 140px;
  display: flex;
}

.div-block-39 {
  flex: none;
  width: 220px;
  height: 140px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.shop-_new {
  color: #fff;
  margin-left: 18px;
  padding: 54px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.shop {
  z-index: 0;
  background-color: #fff;
  background-image: url('../images/more.png');
  background-position: 100% 101%;
  background-repeat: no-repeat;
  background-size: 400px;
  grid-template-rows: 497px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 121vh;
  margin-top: -2px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.grid {
  flex: 1;
  grid-template-rows: 316px minmax(215px, 2fr);
  grid-template-columns: .5fr .5fr;
  height: 480px;
  margin: 16px 37px 37px;
}

.merus-seales-box {
  background-image: url('../images/merus-box.jpg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-block-20 {
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
}

.div-block-40 {
  margin-left: 145px;
  padding: 43px 54px 54px;
}

.paragraph {
  font-size: 20px;
}

.paragraph-2 {
  line-height: 15px;
}

.paragraph-3 {
  margin-bottom: 0;
}

.heading {
  margin-top: 9px;
}

.button-3 {
  z-index: 20;
  text-align: center;
  background-color: #000;
  border: 1px solid #dedede;
  border-radius: 0;
  flex: none;
  width: 140px;
  height: 40px;
  margin-top: -51px;
  margin-left: 136px;
  margin-right: 0;
  padding-top: 9px;
  padding-left: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: background-color .2s;
  position: relative;
  top: -44px;
}

.button-3:hover {
  background-color: #0076bb;
}

.section-7 {
  flex-direction: row;
  margin-top: auto;
  display: block;
}

.section-8 {
  height: 70px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-41 {
  border-top: 1px solid rgba(0, 0, 0, .35);
  width: 100%;
  height: 167px;
}

.container-6 {
  height: 100px;
}

.div-block-42 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 172px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.div-block-43 {
  background-image: url('../images/merus_3D-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 180px;
}

.body {
  background-image: url('../images/DSC_5034_fon.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.container-7 {
  background-image: url('../images/Group-41.5x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60vw;
  padding-right: 0;
}

.section-9 {
  height: 75vh;
}

.div-block-44 {
  opacity: .79;
  filter: blur(19px);
  background-color: #fff;
  height: 370px;
}

.div-block-45 {
  z-index: 20;
  border-right: 1px solid var(--white);
  background-color: rgba(7, 7, 7, .39);
  width: 50%;
  height: 100%;
  margin-top: 0;
  position: absolute;
}

.div-block-46 {
  flex: none;
  width: 100%;
  height: 100px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-47 {
  border-right: 1px solid #000;
  width: 100%;
  height: 100px;
  position: absolute;
}

.follow-us {
  border-right: 1px solid var(--white);
  border-bottom: 1px none var(--white);
  width: 100px;
  height: 100%;
  margin-top: 0;
  margin-left: -100px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-49 {
  width: 100px;
  height: 100px;
  margin-left: -100px;
}

.batt-conn-arr {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--white) black;
  width: auto;
  height: 100px;
  margin-left: -100px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  padding: 42px 20px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: border .2s;
}

.nav-link:hover {
  border-bottom: 7px solid var(--white);
}

.nav-link.w--current {
  color: #fff;
  text-decoration: none;
}

.nav-link.scallops {
  display: none;
}

.div-block-50 {
  z-index: 0;
  text-align: center;
  justify-content: center;
  width: 90%;
  height: 100px;
  margin-left: 88px;
  display: flex;
  position: relative;
}

.space {
  color: #fff;
  text-transform: uppercase;
  width: 140px;
  height: 100px;
  padding: 42px 25px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cart {
  color: #fff;
  text-transform: uppercase;
  height: 100px;
  padding: 42px 25px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.cart-dss {
  color: #fff;
  text-transform: uppercase;
  width: 140px;
  height: 100px;
  padding: 42px 25px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

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

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

.keep-shopping-button-wrap {
  margin-top: 16px;
}

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

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

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

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

.text-field-2.cart-input {
  color: #000;
  text-align: center;
  background-color: rgba(24, 24, 29, 0);
  border-style: solid;
  border-color: #2c2c33;
  border-radius: 40px;
  width: 50px;
  height: 49px;
  margin-top: 33px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-field-2.bottom-margin-field {
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cart-2 {
  margin-left: 15px;
  padding: 34px;
}

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

.cart-footer {
  border-top-color: #2c2c33;
  padding: 16px 32px 32px;
}

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

.cart-product-price {
  color: rgba(0, 0, 0, .39);
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

.button-arrow {
  flex: none;
  margin-left: 20px;
  display: inline-block;
}

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

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

.cart-heading {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

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

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

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

.cart-line-item {
  text-transform: none;
}

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

.empty-state.dark-cart-empty-state {
  color: #fff;
  background-color: #2a2a31;
  border-bottom-style: none;
  flex-direction: column;
  align-items: stretch;
  padding: 30px;
}

.button-small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.white-small {
  color: #000;
  text-align: center;
  background-color: #a5a5a8;
  border-radius: 0;
  justify-content: center;
  margin-top: 21px;
  font-weight: 600;
  transition: background-color .2s;
}

.button-small.white-small {
  color: #000;
  text-align: center;
  background-color: rgba(30, 67, 73, .48);
  border-radius: 0;
  justify-content: center;
  height: 80px;
  margin-bottom: 1px;
  font-weight: 600;
  position: relative;
}

.button-small.white-small:hover {
  background-color: rgba(43, 148, 187, .81);
}

.button-small.white-small {
  background-color: var(--line);
  color: #000;
  text-align: center;
  border-radius: 0;
  justify-content: center;
  font-weight: 600;
}

.size6-text {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.paypal {
  border-radius: 0;
  height: 40px;
  margin-bottom: 0;
}

.cart-header {
  border-bottom-color: #2c2c33;
  padding: 25px 32px;
}

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

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

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

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

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

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

.cart-close-icon {
  opacity: .5;
}

.cart-quantity {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.cart-product-image {
  width: 160px;
}

.div-block-51 {
  z-index: 20;
  width: 140px;
  height: 100px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cart-form-wrapper {
  color: var(--dodger-blue);
  background-color: #fff;
}

.text-block-21 {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 55px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-52 {
  background-color: red;
  justify-content: flex-end;
  align-items: center;
  width: 9px;
  height: 150px;
  display: flex;
  position: absolute;
  top: 39%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gray-ove-rlock {
  z-index: 2;
  border-right: 1px solid var(--white);
  background-color: rgba(7, 7, 7, .39);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-53 {
  background-image: url('../images/DSS_logo_round.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  margin-top: 403px;
  margin-right: 47px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.main-image {
  opacity: 1;
  background-image: url('../images/king-crab.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.main-image:hover {
  opacity: .74;
  filter: blur(3px);
  background-image: url('../images/king-crab.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  overflow: hidden;
  transform: scale(1.1);
}

.div-block-54 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-link {
  opacity: 1;
  flex: none;
  transition: all .5s ease-in-out;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-in {
  background-image: linear-gradient(rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), url('../images/DSC_6004.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  transition: all .5s ease-in-out;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-in:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/DSC_6004.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transform: scale(1.1);
}

.main-text-link {
  z-index: 9;
  color: #fff;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 170px;
  margin-left: auto;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-block-22 {
  z-index: 10;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 300;
  display: block;
  position: relative;
  top: 125px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-22:hover {
  transform: translate(0);
}

.text-block-23 {
  color: #fff;
  height: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 40px;
  display: flex;
  position: absolute;
  top: 162px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-55 {
  z-index: 60;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  width: 330px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 161px;
}

.king-crab-link {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.king-crab-link:hover {
  background-color: #000;
}

.text-snow-crab {
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: -12px;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 300;
  display: block;
  position: relative;
  top: 125px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-snow-crab:hover {
  transform: translate(0);
}

.image-in-snow {
  background-image: linear-gradient(rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), url('../images/Snow_DSC_6359.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  transition: all .5s ease-in-out;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-in-snow:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Snow_DSC_6359.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-right: 14px;
  transform: scale(1.1);
}

.snow-crab-link {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.snow-crab-link:hover {
  background-color: #000;
}

.text-block-24 {
  color: #fff;
  text-transform: none;
  justify-content: center;
  width: auto;
  height: 40px;
  margin-top: 0;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: -172px;
}

.text-block-24:hover {
  color: #fff;
}

.home-logo {
  background-image: url('../images/MW_logo.svg');
  background-position: 50% -100%;
  background-repeat: no-repeat;
  background-size: 200px;
  align-items: flex-start;
  width: 170px;
  height: 150px;
  margin-top: 317px;
  margin-bottom: 0;
  margin-right: 47px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.shrimp-link {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.shrimp-link:hover {
  background-color: #000;
}

.image-in-shrimp {
  background-image: linear-gradient(rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), url('../images/shrimp_DSC_6359.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: space-between;
  transition: all .5s ease-in-out;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-in-shrimp:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/shrimp_DSC_6359.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transform: scale(1.1);
}

.form-block {
  text-align: center;
  width: 350px;
}

.about_home {
  opacity: 1;
  flex: none;
  width: 30%;
  transition: all .5s ease-in-out;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.main-menu-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 242px;
  grid-template-columns: 33% 40% 25%;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: grid;
}

.about {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.about:hover {
  background-color: #000;
}

.text-block-about {
  z-index: 10;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 100;
  display: block;
  position: relative;
  top: 121px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-about:hover {
  transform: translate(0);
}

.image-in-about {
  background-image: linear-gradient(rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), url('../images/boat_PICT0016.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: space-between;
  transition: all .5s ease-in-out;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-in-about:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/boat_PICT0016.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transform: scale(1.1);
}

.quality-link {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.quality-link:hover {
  background-color: #000;
}

.text-block-22-copy {
  z-index: 10;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 300;
  display: block;
  position: relative;
  top: 125px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-22-copy:hover {
  transform: translate(0);
}

.text-block-quality {
  z-index: 10;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 100;
  display: block;
  position: relative;
  top: 111px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-quality:hover {
  transform: translate(0);
}

.news_link {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.news_link:hover {
  background-color: #000;
}

.brands_link {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.brands_link:hover {
  background-color: #000;
}

.shop-link {
  opacity: 1;
  flex: none;
  transition: all .5s ease-in-out;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.text-shop {
  z-index: 10;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 300;
  display: block;
  position: relative;
  top: 88px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-shop:hover {
  transform: translate(0);
}

.image-link-news {
  opacity: 1;
  flex: none;
  transition: all .5s ease-in-out;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.text-block-news {
  z-index: 10;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 100;
  display: block;
  position: relative;
  top: 111px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-news:hover {
  transform: translate(0);
}

.image-news {
  background-image: linear-gradient(rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), url('../images/news.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: space-between;
  transition: all .5s ease-in-out;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-news:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/news.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transform: scale(1.1);
}

.image-in-shop {
  background-image: linear-gradient(rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), url('../images/DSC_5035_BRANDS.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: space-between;
  transition: all .5s ease-in-out;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-in-shop:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/DSC_5035_BRANDS.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transform: scale(1.1);
}

.text-label {
  opacity: .7;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  display: block;
}

.add-to-cart-default-state {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.label {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid rgba(170, 170, 170, .2);
  margin-bottom: 10px;
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.hero1-product-name-wrap {
  margin-bottom: 10px;
}

.section {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin: 24px;
  padding-left: 36px;
  padding-right: 36px;
}

.paragraph-70 {
  opacity: .7;
  margin-bottom: 10px;
}

.hero1-image {
  background-image: url('../images/bola-halo-pendant-chandelier-environmental-hallway-lowres_download.jpeg');
  background-position: 50%;
  background-size: cover;
  min-height: 860px;
}

.hero1-image.lightbox-wrap {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .2s;
}

.hero1-image.lightbox-wrap:hover {
  opacity: .8;
}

.size1-text {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
}

.lightbox-product-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 173px;
  height: 173px;
  margin-top: 36px;
  transition: opacity .2s;
}

.lightbox-product-image:hover {
  opacity: .8;
}

.size3-text {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.add-to-cart {
  margin-top: 30px;
}

.hero1-content {
  padding-right: 36px;
}

.hero1-content.product-detail-wrap {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  padding-right: 36px;
  display: flex;
}

.option {
  margin-bottom: 24px;
}

.hero1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.lightbox-link {
  display: block;
}

.body-2 {
  background-color: var(--white-2);
  background-image: url('../images/DSC_5034_fon.jpg');
  background-position: 0 -30px;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-10 {
  background-color: #fff;
  height: 82vh;
  margin: 31px 25px 71px;
}

.product5-feed-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-56 {
  grid-template-rows: 0 649px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 650px;
  margin: 0 84px 84px;
  display: grid;
}

.image-in-quality {
  background-image: linear-gradient(rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), url('../images/qt.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: space-between;
  transition: all .5s ease-in-out;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-in-quality:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/qt.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transform: scale(1.1);
}

.section-list {
  grid-template-rows: 50% auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 125vh;
  margin: 0 16px 4px;
  display: flex;
  position: relative;
  top: 25px;
}

.collection-list-wrapper {
  flex: 1;
}

.product3-grid {
  grid-column-gap: 509px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.product-coll {
  text-align: center;
  background-color: rgba(233, 101, 101, 0);
  grid-template-rows: 465px 225px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 860px;
  height: 100%;
  display: flex;
}

.product-part {
  width: 80%;
}

.product-squre {
  border: 1px solid rgba(0, 0, 0, 0);
}

.collection-list-wrapper-2 {
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.product-card {
  border: 1px solid var(--line);
  height: 510px;
  margin-top: 16px;
  margin-bottom: 0;
  display: flex;
}

.collection-item {
  height: 540px;
  margin-bottom: 0;
}

.collection-list {
  flex: 1;
}

.image {
  padding-top: 0;
}

.prod-text {
  margin-top: 172px;
}

.heading-2 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  margin-top: -44px;
  margin-bottom: 1px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.link-block-6 {
  height: 510px;
  text-decoration: none;
}

.text-block-25 {
  color: #000;
  text-align: left;
  padding-top: 11px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.heading-3 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: -2px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-weight: 900;
}

.div-block-57 {
  border: 1px solid #000;
  margin: -36px 21px 21px;
  padding: 34px;
  position: relative;
}

.item-overlay {
  z-index: 30;
  opacity: 0;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 95%;
  height: 510px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.text-block-26 {
  font-family: Roboto, sans-serif;
}

.footer {
  border-bottom: 0px none var(--white);
  height: 280px;
  margin-top: 0;
}

.bold-text-3 {
  text-align: left;
  width: 200px;
  font-weight: 400;
}

.footer-links {
  border-left: 1px #9b9b9b;
  border-right: 1px #9b9b9b;
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  height: auto;
  margin-bottom: 0;
  margin-left: 498px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 24px;
  display: flex;
  position: absolute;
}

.footer-2 {
  background-color: #000;
  background-image: url('../images/DSC_5034_fon.jpg');
  background-position: 50% 23%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 280px;
  min-height: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.address {
  color: #9b9b9b;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  height: 20px;
  margin-top: 132px;
  margin-left: 89px;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  display: flex;
}

.address.coop {
  flex: 1;
  align-items: flex-end;
  margin-top: 133px;
  margin-left: 0;
  padding-right: 24px;
}

.social-block {
  align-items: stretch;
  width: 320px;
  height: 50px;
  margin: -6px 53px 0 52px;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
  position: absolute;
  left: 4px;
}

.about-2 {
  color: #9b9b9b;
  text-align: center;
  text-transform: uppercase;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  width: 175px;
  margin-top: -2px;
  margin-left: 24px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.about-2:hover {
  color: #e4dbdb;
}

.about-2.w--current {
  font-size: 14px;
}

.social-media {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/facebook.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 44px;
  height: 44px;
  margin-left: 16px;
  padding-left: 0;
  transition: background-color .6s;
}

.social-media:hover {
  opacity: 1;
  background-color: rgba(193, 216, 46, .26);
  background-image: url('../images/facebook.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.social-media.instagram {
  background-image: url('../images/instagram.svg');
  background-size: cover;
}

.social-media.facebook {
  border-radius: 0;
}

.social-media.mail {
  background-image: url('../images/mail_1.svg');
  border: 1px #000;
  border-radius: 0;
  height: 44px;
  display: flex;
}

.social-media.pinterest {
  background-image: url('../images/pinterest-light.svg');
  margin-left: 16px;
}

.paragraph-71 {
  width: 80%;
  margin-top: 18px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.collection-list-2 {
  justify-content: center;
  width: 100%;
  margin-top: -17px;
  margin-left: 0;
  display: flex;
}

.default-state {
  width: 80%;
  margin-top: 25px;
}

.prod-text-big {
  border-radius: 0;
  margin-top: 172px;
}

.prod-text-home {
  margin-top: -53px;
  padding-left: 67px;
}

.text-block-27 {
  margin-top: 18px;
  font-weight: 700;
}

.text-block-28 {
  margin-top: 9px;
  font-weight: 700;
  line-height: 16px;
}

.div-block-59 {
  background-color: red;
}

.div-block-60 {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: 86px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -88px;
  display: grid;
}

.add-to-cart-button {
  background-color: var(--red);
  color: #fff;
  text-align: justify;
  border: 1px #000;
  border-radius: 3px;
  justify-content: center;
  width: 180px;
  height: 49px;
  transition: background-color .5s;
}

.add-to-cart-button:hover {
  color: #fff;
  background-color: #0a4172;
  border-style: none;
  border-color: red;
}

.collection-item-2 {
  flex: none;
  width: 90px;
  display: flex;
}

.lightbox-link-2 {
  border: 1px solid #000;
  flex: 0 auto;
  width: 70px;
}

.payment-cards {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: 86px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -105px;
  display: grid;
}

.image-2 {
  text-align: center;
  width: auto;
  display: inline-block;
}

.image-light-box:hover {
  opacity: .73;
  border: 1px red;
}

.checkout-actions {
  border: 1px solid rgba(0, 0, 0, 0);
}

.web-payments {
  background-color: #000;
}

.checkout-form {
  background-image: url('../images/DSC_5034_fon.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link-3 {
  margin-right: -11px;
}

.div-block-64, .footer-left-line {
  border-right: 1px solid var(--white);
  width: 100px;
  height: 100%;
}

.div-block-65 {
  flex-direction: row;
  flex: 1;
  align-items: flex-end;
  width: 100%;
  height: 100px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-66 {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  display: flex;
  position: relative;
}

.div-block-67 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 225px auto;
  grid-template-columns: 100px 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.footer-_grid {
  border-top: 1px solid var(--white);
  grid-template-rows: 202px auto;
  grid-template-columns: 100px 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.div-block-68 {
  border-right: 1px solid var(--white);
}

.div-block-69 {
  border-top: 1px solid var(--white);
}

.div-block-70 {
  border-top: 1px none var(--white);
  border-left: 1px solid var(--white);
}

.text-block-29 {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  width: 200px;
  margin-top: 91px;
  margin-left: -49px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  transform: rotate(-90deg);
}

.in {
  background-image: url('../images/LinkedIn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100px;
  height: 50px;
}

.twitt {
  background-image: url('../images/Twiter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px rgba(0, 0, 0, 0);
  width: 30px;
  height: 50px;
  transition: border-color .4s;
  display: none;
}

.twitt:hover {
  border-bottom: 1px solid #fff;
}

.facebook {
  background-image: url('../images/Mail.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100px;
  height: 50px;
}

.mail {
  background-image: url('../images/Facebook_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100px;
  height: 50px;
}

.fallow-links {
  margin-top: 46px;
}

.link-block-7 {
  justify-content: center;
  width: 100px;
  display: flex;
}

.twitt-copy {
  background-image: url('../images/Twiter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top: 1px solid rgba(0, 0, 0, 0);
  width: 30px;
  height: 50px;
  transition: border-color .4s;
}

.twitt-copy:hover {
  border-bottom: 1px solid #fff;
}

.in_soc {
  background-image: url('../images/LinkedIn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  width: 30px;
  height: 50px;
  transition: border-color .4s;
  display: none;
}

.in_soc:hover {
  border-bottom: 1px solid #fff;
}

.face_soc {
  background-image: url('../images/Facebook_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  width: 30px;
  height: 50px;
  transition: border-color .4s;
  display: none;
}

.face_soc:hover {
  border-bottom: 1px solid #fff;
}

.mail_link {
  background-image: url('../images/Mail.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  width: 30px;
  height: 50px;
  transition: border-color .4s;
}

.mail_link:hover {
  border-bottom: 1px solid #fff;
}

.footer-_fallow {
  border-right: 1px solid var(--white);
}

.text-block-30 {
  color: var(--white);
  align-items: center;
  height: 100%;
  margin-left: 75px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.link-block-8 {
  width: 180px;
  height: 30px;
}

.text-block-31 {
  color: #fff;
  text-transform: uppercase;
  padding-top: 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.text-block-31:hover {
  color: var(--deep-sky-blue);
}

.text-block-31.scallops-link-batt-menu {
  display: none;
}

.link-block-9 {
  padding: 20px;
}

.div-block-71 {
  flex-direction: column;
  padding: 17px 17px 17px 34px;
  display: flex;
}

.home-footer {
  margin-top: 3px;
  text-decoration: none;
}

.about-footer, .products {
  text-decoration: none;
}

.king-crab {
  text-decoration: none;
  position: relative;
}

.snow-crab, .quality-copy, .news, .contact {
  text-decoration: none;
}

.links-footer {
  flex-direction: column;
  padding: 24px 17px 17px 78px;
  display: flex;
}

.links-footer1 {
  border-left: 1px solid var(--white);
  flex-direction: column;
  padding: 35px 17px 17px 87px;
  display: flex;
}

.div-block-72, .div-block-73 {
  border-top: 1px solid var(--white);
}

.paragraph-72 {
  color: #fff;
  margin-bottom: 0;
  padding: 35px 80px 24px;
  font-family: Roboto, sans-serif;
}

.div-block-74 {
  flex-direction: column;
  flex: none;
  height: 100px;
  display: block;
}

.div-block-75 {
  flex: 1;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-76 {
  z-index: 10;
  border: 1px solid var(--line);
  background-image: url('../images/more.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 360px;
  flex: 1;
  justify-content: space-around;
  width: 414px;
  height: 400px;
  margin-bottom: 12px;
  margin-left: 677px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-77 {
  background-color: #4b2d2d;
  justify-content: space-between;
  width: 75px;
  height: 100px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.item-overlay-copy {
  z-index: 30;
  opacity: 0;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 95%;
  height: 510px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.div-block-78 {
  z-index: 20;
  background-color: var(--white-2);
  width: 290px;
  height: 100px;
  margin-bottom: 144px;
  margin-right: 454px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section-11 {
  margin-top: -73px;
}

.text-crab {
  z-index: 10;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  display: block;
  position: relative;
  top: 81px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-crab:hover {
  transform: translate(0);
}

.learn-about-king-crab {
  text-transform: capitalize;
  height: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
}

.learn-about-king-crab:hover {
  border-top: 1px #fff;
  border-bottom: 1px #fff;
}

.lett-link {
  color: rgba(255, 255, 255, .79);
  text-align: center;
  letter-spacing: 0;
  text-indent: 0%;
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  transition: letter-spacing .5s, color .2s;
}

.lett-link:hover {
  color: var(--deep-sky-blue);
  letter-spacing: normal;
  text-indent: 0%;
  border: 1px #000;
  line-height: 19px;
}

.paralithodes-lithodes-aequispinus-copy {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.paralithodes-lithodes-aequispinus-copy:hover {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.red-sp-lett {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.red-sp-lett:hover {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.text-block-24-copy {
  color: rgba(255, 255, 255, .64);
}

.snow-block {
  z-index: 60;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  width: 330px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 161px;
}

.text-block-24-copy-copy {
  color: rgba(255, 255, 255, .64);
}

.text-block-24-copy-copy:hover {
  color: #fff;
}

.premium-crab-meat-link {
  color: rgba(255, 255, 255, .64);
  text-transform: capitalize;
  width: 250px;
  margin-top: 0;
  line-height: 20px;
}

.premium-crab-meat-link:hover {
  color: #fff;
}

.brands {
  color: rgba(255, 255, 255, .64);
  margin-top: 6px;
}

.brands:hover {
  color: #fff;
}

.shop-brands {
  z-index: 60;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  width: 330px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 120px;
}

.shop-link-go {
  color: rgba(255, 255, 255, .64);
  margin-top: 1px;
  font-size: 20px;
  line-height: 23px;
}

.shop-link-go:hover {
  color: #fff;
}

.shop-text {
  border-top: 1px #fff;
  border-bottom: 1px #fff;
  font-weight: 400;
}

.shop-text:hover {
  border-top-style: solid;
  border-bottom-style: solid;
}

.learn-more-link {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
}

.learn-more-link:hover {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.div-block-79 {
  width: 200px;
  height: 149px;
  padding: 50px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button-4 {
  border: 1px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 36px;
  transition: background-color .2s;
  display: inline-block;
}

.button-4:hover {
  background-color: var(--dodger-blue);
}

.div-block-80 {
  border: 1px none var(--white);
  background-color: var(--black);
  padding: 113px 12px 12px 25px;
  display: none;
}

.div-block-81 {
  background-color: var(--black);
  padding: 85px 12px 12px 30px;
}

.div-block-82 {
  background-color: var(--black);
  padding: 83px 12px 12px 25px;
}

.lerarn-about {
  color: rgba(255, 255, 255, .64);
  width: auto;
  height: 40px;
  margin-top: 0;
  line-height: 20px;
  position: relative;
  top: 173px;
}

.lerarn-about:hover {
  color: #fff;
}

.product-card-2 {
  border: 1px solid rgba(0, 0, 0, .3);
  height: 510px;
  margin-top: 16px;
  margin-bottom: 0;
  display: flex;
}

.collection-list-wrapper-2-copy {
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.link {
  text-align: center;
  text-decoration: none;
}

.link.w--current {
  text-align: center;
}

.link-2, .link-3, .link-4, .link-5, .link-6 {
  text-decoration: none;
}

.section-12 {
  background-color: rgba(255, 255, 255, .74);
  height: 850px;
  margin-top: 15px;
  position: static;
}

.menu-pages {
  background-color: var(--dodger-blue-2);
  width: 100px;
  height: 100px;
  position: -webkit-sticky;
  position: sticky;
  top: 582px;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav-up {
  border-right: 7px none var(--red);
  background-color: var(--dodger-blue-2);
  border-radius: 0 10px 10px 0;
  width: 100px;
  height: 200px;
  position: -webkit-sticky;
  position: sticky;
  top: 51px;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.site-menu {
  z-index: 20;
  width: 100px;
  height: 340vh;
  margin-top: 194vh;
  padding-right: 0;
  position: absolute;
  top: -89%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.site-menu.menu-ang {
  height: 263vh;
}

.site-menu.chef-s-net {
  height: 385vh;
}

.site-menu.king-menu {
  height: 420vh;
}

.site-menu.red-king-menu {
  height: 423vh;
}

.site-menu.whole-crab-menu {
  height: 340vh;
}

.site-menu.learn-about-snow {
  height: 310vh;
}

.site-menu.snow-mwnu-op {
  height: 400vh;
}

.site-menu.all-shrimp {
  height: 7955px;
}

.site-menu.wild-cut {
  height: 500vh;
}

.site-menu.breaded_m {
  height: 240vh;
}

.site-menu.icy-oceanbreaded-nav {
  height: 390vh;
}

.site-menu.chef-s-net-copy, .site-menu.bbq-bay-nav {
  height: 170vh;
}

.site-menu.arg-menu {
  height: 310vh;
}

.site-menu.icy-oc-menu {
  height: 0;
  margin-top: 101vh;
  top: 0%;
}

.site-menu.icy-ar-bre-menu {
  height: 385vh;
}

.site-menu.chef-s-net-menu {
  height: 480vh;
}

.site-menu.icy-oc-menu {
  height: 490vh;
}

.site-menu.icy-oc-cook-copy {
  height: 385vh;
}

.site-menu.ch-net-tail-on-menu {
  height: 410vh;
}

.site-menu.chef-s-raw-menu {
  height: 385vh;
}

.site-menu.icy-oc-wh-menu {
  height: 490vh;
}

.site-menu.ch-net-raw-menu {
  height: 430vh;
}

.site-menu.learn-about-kc {
  height: 620vh;
}

.site-menu.scallop-menu {
  height: 180vh;
}

.div-block-84 {
  background-color: var(--dodger-blue);
  height: 200px;
  position: -webkit-sticky;
  position: sticky;
}

.king-crab-banner {
  z-index: 0;
  border-style: none;
  border-width: 1px;
  border-color: var(--white) black black;
  width: auto;
  height: 77vh;
  margin-top: 100px;
  margin-left: 100px;
  padding-top: 0;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sl1-krab {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_9632.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl2_krab {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2078.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl3_krab {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_9671.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl4_krab {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_5925.jpg');
  background-position: 100% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.dropdown-list {
  border-top-right-radius: 10px;
  padding-left: 0;
}

.dropdown-list.w--open {
  background-color: rgba(74, 144, 226, .68);
  border-radius: 0;
  width: 160px;
  margin-top: -101px;
  margin-left: 107px;
  padding-left: 0;
  display: block;
  overflow: visible;
}

.icon {
  background-image: url('../images/Icon_nav.svg');
  background-position: 50%;
  background-size: auto;
}

.dropdown-toggle {
  background-image: url('../images/Icon_nav.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100px;
  height: 100px;
  margin-top: 0;
  margin-left: 0;
  padding: 17px;
  transition: background-color .4s;
}

.dropdown-toggle:hover {
  background-color: var(--dodger-blue);
  border-top-right-radius: 10px;
}

.dropdown-toggle.w--open {
  background-color: var(--roll-menu-vert);
  border-top-right-radius: 10px;
}

.dropdown {
  border-top-right-radius: 10px;
  width: 100px;
  height: 100px;
}

.div-block-85 {
  width: 100px;
  height: 100px;
}

.go-up {
  background-image: url('../images/up_arrows-nav.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100px;
  height: 100px;
  transition: background-color .4s;
}

.go-up:hover {
  background-color: var(--dodger-blue);
  border-bottom-right-radius: 10px;
}

.top-page {
  justify-content: center;
  height: auto;
  margin-top: 0;
  display: flex;
  position: static;
}

.dropdown-link {
  color: var(--white-3);
  font-family: Roboto, sans-serif;
}

.dropdown-link.w--current, .dropdown-link.w--current:hover {
  color: #fff;
}

.dropdown-link._3photo {
  background-color: var(--white-3);
  background-image: url('../images/two-bags-select.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  margin-top: -20px;
}

.dropdown-link._3photo.w--current {
  border-top-right-radius: 0;
}

.dropdown-link._13photo {
  background-color: var(--white-3);
  background-image: url('../images/dsc_2754.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  margin-top: 0;
}

.dropdown-link._13photo.w--current {
  background-image: url('../images/dsc_2754.png');
  border-top-right-radius: 0;
}

.dropdown-link._13photo._14-small-photo {
  background-image: url('../images/DSC_2909.png');
}

.dropdown-link-2 {
  color: var(--white-3);
  text-transform: uppercase;
  padding-left: 17px;
  font-family: Roboto, sans-serif;
}

.dropdown-link-2:hover {
  color: #fff;
}

.dropdown-link-3 {
  color: var(--white-3);
  text-transform: uppercase;
  padding-left: 17px;
  font-family: Roboto, sans-serif;
}

.div-block-86 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 100px 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  width: 100%;
  margin-left: 0;
  display: grid;
}

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

.marine-brand {
  background-color: var(--brands-tone);
  flex-direction: column;
  width: 100%;
  margin-left: 100px;
  display: flex;
}

.div-block-88 {
  background-color: var(--white-3);
  width: 100%;
}

.div-block-89 {
  flex-direction: column;
  display: flex;
}

.m-brand {
  background-color: rgba(255, 255, 255, .36);
  flex-direction: column;
  width: 100%;
  display: flex;
}

.div-block-91 {
  width: 100px;
}

.div-block-92 {
  background-color: var(--brands-tone);
  width: 100%;
}

.king-crab-all-info {
  flex: 1;
  grid-template-rows: 500px;
  grid-template-columns: 100px 1fr 1fr;
  grid-auto-rows: .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  justify-items: center;
  width: 100%;
  margin-top: 1px;
  margin-left: 0;
  display: grid;
}

.text-king {
  background-color: rgba(255, 255, 255, .94);
  width: 100%;
  height: 260px;
}

.boxes {
  background-color: rgba(255, 255, 255, .97);
  width: 100%;
}

.brand-text {
  color: var(--text-all);
  text-align: center;
  height: 120px;
  margin-top: 0;
  margin-left: 69px;
  padding: 24px 0 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 100;
}

.bold-text-10 {
  text-align: center;
  margin-left: -376px;
  font-weight: 500;
}

.m-logo {
  background-image: url('../images/MW_logo_color.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 310px;
  width: 86%;
  height: 100%;
  margin-left: 100px;
}

.king-crab-boxes-had {
  color: var(--text-all);
  text-align: center;
  margin-left: 0;
  padding: 34px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 100;
}

.bold-text-10-copy {
  text-align: center;
  font-weight: 500;
}

.bold-text-10-1 {
  text-align: center;
  width: auto;
  margin-right: -401px;
  font-weight: 500;
}

.heading-4 {
  text-align: left;
  width: 210px;
  margin-left: 401px;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-weight: 100;
  line-height: 22px;
}

.bold-text-11 {
  color: var(--text-all);
  letter-spacing: 0;
  column-count: 0;
  font-size: 30px;
  line-height: 0;
}

.boxes-photos {
  color: var(--text-all);
  text-align: center;
  height: 80%;
  margin-left: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 100;
}

.boxes-photos.snow-boxes {
  margin-top: 66px;
}

.king-boxes-text {
  color: var(--text-all);
  text-align: center;
  height: 100px;
  margin-left: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 100;
}

.king-box-text {
  text-align: right;
  height: 50px;
  margin-top: -9px;
  margin-left: 0;
  margin-right: 59px;
  font-size: 40px;
  font-weight: 100;
  line-height: 50px;
}

.king-box-text.snow-boxes {
  margin-top: 4px;
}

.king-box-text.pre-cut-text {
  margin-top: 33px;
}

.king-box-text.box {
  width: 100%;
  padding-right: 61px;
}

.king-box-text.red-tex-box {
  margin-top: 33px;
  margin-right: 0;
  padding-right: 55px;
}

.mt_logo {
  background-color: rgba(255, 255, 255, .86);
  flex-direction: column;
  width: 100%;
  display: flex;
}

.king-text {
  color: var(--text-all);
  text-align: left;
  height: 50px;
  margin-top: 49px;
  margin-left: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 100;
  display: block;
}

.king-text.whole-had {
  margin-top: 19px;
}

.brand-text-new {
  text-align: left;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.box-text-top {
  text-align: right;
  text-transform: uppercase;
  height: 50px;
  margin-top: -36px;
  margin-left: 0;
  margin-right: 59px;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.box-text-top.snow-top {
  margin-top: -5px;
}

.box-text-top.ang-text {
  text-align: left;
  justify-content: flex-end;
  margin-right: 0;
  padding-left: 0;
  padding-right: 29px;
  display: flex;
}

.box-text-top.king-top-had {
  width: 100%;
  margin-right: 0;
  padding-right: 63px;
}

.box-text-top.red-had {
  margin-right: 0;
  padding-right: 56px;
}

.box-text-top.yel-tuna-text {
  width: 100%;
  margin-top: -14px;
  margin-right: 0;
  padding-right: 63px;
}

.all-brands-link {
  text-align: right;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 16px;
  padding-right: 17px;
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
}

.all-brands-link-text {
  color: var(--text-all);
  text-align: center;
  justify-content: flex-start;
  height: 120px;
  margin-top: 0;
  margin-left: 100px;
  padding: 34px 0 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 100;
  display: flex;
}

.div-block-93 {
  width: 50%;
  padding-left: 4px;
  padding-right: 4px;
}

.div-block-94 {
  border-bottom: 1px solid var(--black);
}

.line {
  border-bottom: 1px solid var(--text-all);
  padding: 22px 0 18px;
}

.link-block-10 {
  background-image: url('../images/ic_launch.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 120px;
  height: 80px;
}

.barnads-link {
  opacity: .74;
  background-image: url('../images/ic_launch.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 120px;
  height: 80px;
  transition: opacity .2s;
}

.barnads-link:hover {
  opacity: 1;
}

.div-block-95 {
  background-image: url('../images/DSC_1540.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 230px;
}

.box-10lb {
  background-image: url('../images/king_3D-10lb.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 390px;
  width: 390px;
  height: 270px;
  position: relative;
  top: -63px;
  left: -51px;
}

.box-10lb.snow-10lb {
  background-image: url('../images/DSC_3930.png');
}

.box-10lb.southern-box1 {
  background-image: url('../images/DSC_1540_top_box.png');
  background-size: 360px;
}

.box-20-lb {
  z-index: 10;
  background-image: url('../images/king_3D-20lb.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 540px;
  height: 300px;
  position: relative;
  top: -138px;
  left: -49px;
  transform: rotate(4deg);
}

.box-20-lb.snow-box-20 {
  background-image: url('../images/DSC_1542.png');
  width: 540px;
}

.box-20-lb.southern_open_box {
  background-image: url('../images/DSC_3936_les-_red.png');
  background-size: 540px;
  width: 500px;
  top: -132px;
  left: 72px;
}

.box-20-lb.box-open {
  z-index: 9;
  background-image: url('../images/DSC_6376.png');
  background-size: 530px;
  height: 360px;
  margin-left: 196px;
  top: -596px;
  left: 2px;
}

.text-master {
  color: var(--text-all);
  text-align: justify;
  height: 50%;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-master.king-crab {
  align-items: center;
  height: 100%;
  margin-left: 0;
  padding: 0 122px;
  display: flex;
}

.text-master.sizes-king {
  text-align: left;
  align-items: center;
  height: 70%;
  padding: 0 51px 51px;
  display: flex;
}

.text-master.gene {
  text-align: left;
  height: 20%;
  margin-left: 100px;
  padding: 7px 52px 22px 68px;
  font-size: 30px;
  line-height: 31px;
}

.text-master.king-cluster {
  margin-left: 100px;
  padding: 22px;
}

.text-master.frozen-bulk-text {
  text-align: left;
  height: 30%;
  margin-top: 37px;
  padding: 33px 91px 0 93px;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
}

.text-master.frozen-bulk-text-copy {
  text-align: left;
  text-align: left;
  height: 30%;
  padding: 33px 87px 0 69px;
  font-size: 26px;
  line-height: 34px;
}

.text-master.text-part {
  padding: 0 35px 35px;
  font-size: 19px;
  line-height: 32px;
}

.text-master.snow-crab-copy {
  margin-left: 100px;
  padding: 173px 145px 145px;
}

.text-master.snow-info {
  text-align: left;
  height: 20%;
  margin-left: 100px;
  padding: 7px 52px 22px 68px;
  font-size: 23px;
  line-height: 31px;
}

.text-master.gene-snow {
  height: 20%;
  margin-left: 100px;
  padding: 7px 52px 22px 68px;
  font-size: 30px;
  line-height: 31px;
}

.text-master.cluster-op-photo-info {
  height: 20%;
  margin-left: 105px;
  padding: 7px 80px 22px 68px;
  font-size: 21px;
  line-height: 31px;
}

.text-master.snow-crab-sizes {
  text-align: left;
  height: auto;
  margin-left: 68px;
  padding: 20px 0 0;
  font-size: 26px;
  line-height: 34px;
}

.text-master.upon-request {
  text-align: left;
  padding: 52px 93px 71px 71px;
  font-size: 25px;
  line-height: 34px;
}

.text-master.angulatus-small {
  text-align: right;
  text-transform: capitalize;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 27px;
  display: flex;
}

.text-master.ang-crab-text {
  height: 100%;
  margin-left: 0;
  padding: 210px 122px 122px;
}

.text-master.ang-crab-sizes {
  text-align: left;
  height: auto;
  padding: 126px 63px 0 69px;
  font-size: 20px;
  line-height: 34px;
}

.text-master.ang-sizes-2 {
  text-align: left;
  padding: 71px 93px 71px 71px;
  font-size: 20px;
  line-height: 34px;
}

.text-master.ang-8x2 {
  z-index: 40;
  text-align: left;
  width: 230px;
  margin-left: 40px;
  position: relative;
  left: auto;
}

.text-master.whole-net-weight {
  text-align: left;
  align-items: center;
  height: 100%;
  margin-top: 0;
  padding: 0 51px;
  font-size: 30px;
  line-height: 32px;
  transition: background-color .2s;
  display: flex;
}

.text-master.sizes-king-copy {
  text-align: left;
  height: 70%;
  padding: 0 51px 51px;
}

.text-master.net-weight-merus {
  text-align: left;
  align-items: center;
  height: 100%;
  margin-top: 0;
  padding: 0 51px 51px;
  font-size: 24px;
  line-height: 40px;
  display: flex;
}

.text-master.tuna-para {
  align-items: center;
  height: 100%;
  margin-left: 0;
  padding: 0 122px;
  display: flex;
}

.text-master.ori-tuna {
  text-align: left;
  align-items: center;
  height: 100%;
  padding: 0 51px 51px;
  display: flex;
}

.text-master.scallop-text {
  align-items: center;
  height: 100%;
  margin-left: 0;
  padding: 0 122px;
  display: flex;
}

.text-master.frozen-bulk-text-copy, .text-master.frozen-bulk-text-copy-copy {
  text-align: left;
  text-align: left;
  height: 30%;
  margin-top: 37px;
  padding: 33px 202px 0 201px;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
}

.text-master.frozen-bulk-text-copy-copy {
  text-align: left;
  height: 30%;
  margin-top: 37px;
  padding: 94px 202px 0 201px;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
}

.text-master.frozen-bulk-text-china {
  text-align: left;
  height: 30%;
  padding: 33px 87px 0 69px;
  font-size: 26px;
  line-height: 34px;
}

.text-master.frozen-bulk-text-engl {
  text-align: left;
  height: 30%;
  padding: 33px 87px 0 62px;
  font-size: 26px;
  line-height: 34px;
}

.text-master.frozen-bulk-text-1x4 {
  text-align: left;
  height: 30%;
  margin-top: 37px;
  padding: 33px 149px 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
}

.text-master.frozen-bulk-text-1x9-1 {
  text-align: left;
  height: 30%;
  margin-top: 37px;
  padding: 33px 143px 0 153px;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
}

.nut-sizes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, .84);
  grid-template-rows: 540px;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.nut-sizes.tuna-nut {
  justify-items: center;
}

.sizes-text {
  background-color: rgba(255, 255, 255, .47);
  height: 100%;
}

.nut-king {
  background-image: url('../images/Nut-King.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 515px;
  margin: 14px 52px 52px;
}

.nut-king.nut-snow {
  background-image: url('../images/Angulaltus_nut.svg');
}

.nut-king.nut-tuna-part {
  background-image: url('../images/tuna-flyer_1.svg');
  background-size: cover;
  width: 280px;
  margin-left: 0;
  margin-right: 0;
}

.had-banner-brands {
  color: #fff;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 259px;
  padding: 0 40px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 55px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.brands-banner {
  z-index: 0;
  border-style: none;
  border-width: 1px;
  border-color: var(--white) black black;
  background-color: rgba(221, 221, 221, 0);
  width: auto;
  height: 77vh;
  margin-top: 100px;
  margin-left: 100px;
  padding-top: 0;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sl1-brands {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2153.jpg');
  background-position: 0%;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.section-13 {
  background-color: var(--white);
}

.dss-heading {
  color: var(--text-all);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 100px;
  padding: 50px 20px 0 70px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
}

.dss-heading.sizes-king {
  margin-left: 0;
  padding: 51px 51px 23px;
}

.dss-heading.general-in {
  padding-top: 108px;
}

.dss-heading.specification-had {
  margin-left: 0;
  padding: 31px 12px 12px 77px;
}

.dss-heading.snow-clust-photo-info {
  margin-top: 63px;
}

.div-block-96 {
  background-color: #fff;
  width: 100%;
}

.general-info {
  background-color: rgba(255, 255, 255, .89);
  width: 100%;
}

.general-info.table {
  background-color: rgba(255, 255, 255, .93);
  height: auto;
  margin-top: 0;
  padding: 28px 28px 28px 0;
}

.general-info.clust-pho {
  background-color: rgba(255, 255, 255, .94);
}

.general-info.box-10lb-photo {
  background-color: #fff;
}

.general-info.clust-pho-big {
  background-color: rgba(255, 255, 255, 0);
  height: 80px;
}

.general-info.clust-pho-copy {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-97 {
  background-color: #fff;
  width: 100%;
}

.info-section {
  height: auto;
  margin-top: 0;
  display: block;
}

.info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 302px;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.general-info-copy {
  background-color: rgba(255, 255, 255, .85);
  width: 100%;
  margin-top: 0;
}

.info-english {
  text-align: center;
  background-image: url('../images/MW_king_crab_prod_sp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 90%;
  height: 100%;
  margin-top: 0;
  margin-left: 52px;
}

.cluster-specification {
  height: 300px;
  margin-top: 2px;
  display: block;
}

.cluster {
  height: auto;
  margin-top: 0;
  display: block;
}

.info-cluster {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  display: grid;
}

.general-info-cluster {
  background-color: rgba(255, 255, 255, .97);
  width: 100%;
  height: auto;
  margin-top: 0;
}

.general-info-cluster._10lb-box-fon {
  background-color: rgba(255, 255, 255, .94);
}

.general-info-cluster.opi-sizes {
  background-color: rgba(255, 255, 255, .81);
  width: 100%;
  height: 551px;
}

.cluster-tab {
  background-image: url('../images/MW_king_crab_cluster.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 410px;
  height: 210px;
  margin-left: 141px;
  padding-left: 0;
}

.cluster-tab.snow-tab {
  background-image: url('../images/11_lbs_snow.svg');
  background-position: 50%;
  width: 590px;
  margin-top: -19px;
}

.cluster-tab.snow-tab-10 {
  background-image: url('../images/10_lbs_snow.svg');
  background-position: 50%;
  width: 590px;
  margin-top: -19px;
}

.cluster-tab.tab-china {
  background-image: url('../images/MW_king_crab_cluster_china.svg');
  background-position: 0 0;
  background-size: 400px;
  margin-top: 23px;
}

.cluster-photo {
  background-image: url('../images/DSC_2252-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90%;
  height: 100%;
  margin-top: 0;
  margin-left: 52px;
}

.cluster-photo.southern-cluster {
  opacity: 1;
  background-image: url('../images/DSC_2252_cluster_long.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  margin-left: 0;
}

.cluste-spec {
  height: auto;
  margin-top: 0;
  display: block;
}

.cluster-photo-big {
  background-image: url('../images/DSC_2282.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
}

.cluster-photo-big.opi-photo-big {
  background-image: url('../images/DSC_7895.jpg');
  background-position: 0 40%;
}

.cluster-photo-big.south-photo1 {
  background-image: url('../images/DSC_6359_frozen.png');
  background-position: 0%;
}

.info-cluster-spe {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: 400px;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  height: 400px;
  display: grid;
}

.info-cluster-spe.op-section {
  background-image: url('../images/DSC_7895.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 0% 500px auto;
  height: 550px;
}

.info-cluster-spe.ang-info-spe {
  background-image: url('../images/Ang_size_DSC_6359.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  height: 550px;
}

._3-tab {
  height: auto;
}

.meus-parts {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 591px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.meus-parts._3-coll {
  grid-template-columns: 1fr 1fr 1fr;
}

._10x20 {
  background-color: #fff;
}

._1x10 {
  background-color: rgba(255, 255, 255, .95);
}

._1x10.last1x01 {
  background-color: rgba(255, 255, 255, .9);
}

._1x20-tab {
  background-image: url('../images/merus_new_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  margin-top: 46px;
}

._1x20-tab.merus-part {
  background-image: url('../images/merus.svg');
  margin-top: -86px;
  padding-left: 0;
}

._1x20-tab.merus-part-china {
  background-image: url('../images/Select-portions-china.svg');
  background-size: 390px;
  width: 466.328px;
  margin-top: -109px;
  padding-left: 0;
}

._1x20-tab.portions {
  background-image: url('../images/Scored-Broiler-Claws_china.svg');
  background-size: 380px;
  margin-top: -111px;
  padding-left: 0;
}

._1x20-tab.scored-claws {
  background-image: url('../images/Scored-Merus_china1.svg');
  background-size: 360px;
  margin-top: -119px;
  padding-left: 0;
}

._1x20-tab._1x10-lb {
  background-image: url('../images/1x9.1-kg-King-Crab.svg');
}

._1x20-tab._1x10-no-bro {
  background-image: url('../images/1x4.5kg-King-Crab.svg');
}

._1x20-tab.no-lines {
  background-image: url('../images/merus_new_1.svg');
  background-position: 50% 24%;
  background-size: 340px;
}

._1x20-tab._1x10-lb-copy {
  background-image: url('../images/1x9.1-kg-King-Crab_china.svg');
}

._1x20-tab._1x10-no-bro-copy {
  background-image: url('../images/1x4.5kg-King-Crab_china.svg');
}

._1x20-tab.portions-cina {
  background-image: url('../images/Scored-Broiler-Claws_china.svg');
  background-size: 380px;
  margin-top: -111px;
  padding-left: 0;
}

._1x20-tab.merus-part-engl {
  background-image: url('../images/Scored-Merus.svg');
  background-size: 390px;
  width: 466.328px;
  margin-top: -109px;
  padding-left: 0;
}

._1x20-tab.portions-engl {
  background-image: url('../images/Scored-Broiler-Claws.svg');
  background-size: 380px;
  margin-top: -111px;
  padding-left: 0;
}

._1x20-tab.scored-claws-china {
  background-image: url('../images/Select-portions.svg');
  background-size: 360px;
  margin-top: -119px;
  padding-left: 0;
}

._1x20-tab.scored-claws-china-copy {
  background-image: url('../images/Scored-Merus_china1.svg');
  background-size: 360px;
  margin-top: -119px;
  padding-left: 0;
}

.merus {
  height: auto;
}

.merus-banner {
  background-image: url('../images/king_DSC_2055.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  height: 500px;
  display: flex;
}

._3-tab-tabs {
  height: 401px;
}

._3-tab-tabs.merus {
  height: auto;
}

.merus-cut {
  background-image: url('../images/DSC_4145.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 210px;
  margin-top: -35px;
}

.merus-cut.portion {
  background-image: url('../images/DSC_4142.png');
  margin-top: 9px;
}

.merus-cut.claws {
  background-image: url('../images/DSC_4136.png');
  margin-top: 6px;
}

.merus-cut.openmerus {
  background-image: url('../images/DSC_4168.png');
  background-position: 50%;
  background-size: 420px;
  width: 100%;
  margin-top: -67px;
}

._10x20-copy {
  background-color: #fff;
}

.flyer-link {
  background-image: url('../images/flyer_icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100px;
  height: 100px;
  margin-left: auto;
  transition: background-color .4s;
  display: flex;
}

.flyer-link:hover {
  background-color: var(--dodger-blue);
}

.div-block-flyer {
  z-index: 20;
  width: 100px;
  height: 390vh;
  margin-top: 101vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.view-flyer {
  color: #fff;
  font-size: 12px;
}

.download-flyer {
  color: rgba(255, 255, 255, .62);
  background-color: #ff0101;
  padding-left: 24px;
  font-family: Roboto, sans-serif;
}

.section-14 {
  flex-direction: row-reverse;
  height: 1064px;
  margin-top: 0;
  padding-top: 17px;
  display: flex;
}

.whole-king {
  background-image: url('../images/Crab_Small-Image-Size_dro.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 860px;
  height: 1064px;
  margin-top: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0;
}

.plus-name-icon {
  background-color: var(--red-doy-plus);
  border: 1px solid #fff;
  border-radius: 50px;
  flex-direction: column;
  flex: none;
  align-self: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
  position: relative;
  top: -26%;
  bottom: auto;
  left: 245px;
  right: 0%;
}

.tab-pane-tab-1 {
  background-color: #ff5050;
}

.dropdown-link-4 {
  width: 290px;
  height: 120px;
  margin-top: 6px;
}

.dropdown-list-2 {
  margin-left: 7px;
}

.dropdown-list-2.w--open {
  margin-left: 108px;
}

.text-block-32 {
  color: #fff;
  margin-top: -6px;
  margin-left: -7px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 100;
}

.dropdown-list-legs {
  background-color: #d8d1d1;
}

.dropdown-list-legs.w--open {
  background-color: rgba(255, 255, 255, .79);
  border-radius: 7px;
  width: 150px;
  height: 70px;
  margin-top: -69px;
  margin-left: -144px;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.dropdown-list-legs.feeder-claw {
  margin-top: -77px;
  margin-left: -92px;
}

.dropdown-list-legs.feeder-claw.w--open {
  width: 120px;
  margin-top: -76px;
  margin-left: -10px;
  transition: opacity .2s;
}

.dropdown-list-legs.leg-pop {
  border: 1px none var(--text-color);
  width: 90px;
  margin-top: -63px;
  margin-left: -99px;
}

.dropdown-list-legs.killer-claw {
  margin-top: -77px;
  margin-left: -92px;
}

.dropdown-list-legs.killer-claw.w--open {
  width: 110px;
  margin-top: 51px;
  margin-left: -18px;
  transition: opacity .2s;
}

.dropdown-list-legs.feeder-claw-copy {
  margin-top: -77px;
  margin-left: -92px;
}

.dropdown-list-legs.feeder-claw-copy.w--open {
  width: 240px;
  margin-top: -64px;
  margin-left: 45px;
  transition: opacity .2s;
}

.dropdown-list-legs.merus-bann {
  margin-top: -77px;
  margin-left: -92px;
}

.dropdown-list-legs.merus-bann.w--open {
  width: 139px;
  margin-top: -64px;
  margin-left: -134px;
  transition: opacity .2s;
}

.dropdown-list-legs.select-portion {
  margin-top: -77px;
  margin-left: -92px;
}

.dropdown-list-legs.select-portion.w--open {
  width: 272px;
  margin-top: -61px;
  margin-left: -267px;
  transition: opacity .2s;
}

.dropdown-list-legs.shrimp-eye {
  border: 1px solid var(--text-color);
  background-color: var(--alice-blue);
  width: 110px;
  margin-top: -63px;
  margin-left: -127px;
}

.dropdown-list-legs.pereiopods-or-legs-dr {
  border: 1px solid var(--text-color);
  background-color: var(--alice-blue);
  width: 0;
  margin-top: -63px;
  margin-left: -138px;
}

.dropdown-list-legs.pereiopods-or-legs-dr.w--open {
  width: 250px;
  margin-top: 55px;
  margin-left: -71px;
}

.dropdown-list-legs.carapace-dr {
  border: 1px solid var(--text-color);
  background-color: rgba(74, 144, 226, .13);
  width: 70px;
  margin-top: -63px;
  margin-left: -127px;
}

.dropdown-list-legs.carapace-dr.w--open {
  background-color: var(--alice-blue);
  width: 140px;
  margin-top: -78px;
  margin-left: -74px;
  padding-left: 0;
}

.dropdown-list-legs.antenna-dr {
  border: 1px solid var(--text-color);
  background-color: var(--alice-blue);
  width: 40px;
  margin-top: -63px;
  margin-left: 0;
}

.dropdown-list-legs.antenna-dr.w--open {
  width: 140px;
  margin-top: 55px;
  margin-left: -68px;
  padding-left: 11px;
}

.dropdown-list-legs.pereiopods-dr {
  border: 1px solid var(--text-color);
  background-color: var(--alice-blue);
  width: 110px;
  margin-top: -63px;
  margin-left: -127px;
}

.dropdown-list-legs.pereiopods-dr.w--open {
  width: 167px;
  margin-top: 55px;
  margin-left: -71px;
}

.dropdown-list-legs.abodomen-segments-1-6dr {
  border: 1px solid var(--text-color);
  background-color: var(--alice-blue);
  width: 130px;
  margin-top: -63px;
  margin-left: -127px;
}

.dropdown-list-legs.abodomen-segments-1-6dr.w--open {
  width: 290px;
  margin-top: -75px;
  margin-left: -185px;
}

.dropdown-list-legs.vein {
  border: 1px solid var(--text-color);
  background-color: var(--alice-blue);
  width: 130px;
  margin-top: -63px;
  margin-left: -127px;
}

.dropdown-list-legs.vein.w--open {
  width: 89px;
  margin-top: 45px;
  margin-left: -79px;
}

.dropdown-list-legs.tail-segment {
  border: 1px solid var(--text-color);
  background-color: var(--alice-blue);
  width: 130px;
  margin-top: -63px;
  margin-left: -127px;
}

.dropdown-list-legs.tail-segment.w--open {
  width: 180px;
  margin-top: 39px;
  margin-left: -174px;
}

.dropdown-list-legs.tail-fin {
  border: 1px solid var(--text-color);
  background-color: var(--alice-blue);
  width: 130px;
  margin-top: -63px;
  margin-left: -127px;
}

.dropdown-list-legs.tail-fin.w--open {
  width: 125px;
  margin-top: 39px;
  margin-left: -120px;
}

.dropdown-list-legs.select-portion-copy {
  margin-top: -77px;
  margin-left: -92px;
}

.dropdown-list-legs.select-portion-copy.w--open {
  width: 180px;
  margin-top: -61px;
  margin-left: -174px;
  transition: opacity .2s;
}

.dropdown-list-legs.merus-bann-copy {
  margin-top: -77px;
  margin-left: -92px;
}

.dropdown-list-legs.merus-bann-copy.w--open {
  width: 270px;
  margin-top: -64px;
  margin-left: -122px;
  transition: opacity .2s;
}

.dropdown-link-5 {
  text-align: center;
  justify-content: flex-end;
  width: auto;
  margin-top: 16px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.div-block-102 {
  flex-direction: column;
  justify-content: flex-end;
  width: 47%;
  height: 180px;
  margin-top: 28px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.dropdown-toggle-2 {
  padding-right: 17px;
}

.div-block-103 {
  background-image: url('../images/plus_1plus.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 30px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 454px;
}

.div-block-104 {
  background-image: url('../images/plus_1plus.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-top: -54px;
  margin-right: -27px;
}

.div-block-105 {
  background-color: var(--red);
  color: var(--red);
  position: -webkit-sticky;
  position: sticky;
  top: -298px;
}

.link-block {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 200px 200px auto auto auto;
  grid-template-columns: 2.75fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  width: 520px;
  height: 1064px;
  margin-top: 0;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cuts {
  background-color: var(--white-main);
  background-image: url('../images/leg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  flex-direction: row;
  justify-content: space-between;
  height: 200px;
  display: flex;
}

.cuts.merus-banner {
  background-image: url('../images/merus.png');
  background-size: 70%;
}

.name-of-leg {
  width: 51%;
  height: 50px;
}

.legs-sizes {
  text-align: right;
  width: auto;
  margin-right: 0;
  padding: 16px;
}

.legs-sizes.select-link {
  margin-right: -9px;
}

.leg-name {
  color: var(--text-all);
  text-transform: uppercase;
  margin: 15px;
  font-family: Roboto, sans-serif;
  font-size: 29px;
  font-weight: 300;
}

.leg-name.feeder-claw-text {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.legs-sizes-link1 {
  color: var(--text-all);
  width: 190px;
  margin-left: 25px;
  padding-right: 0;
  text-decoration: none;
  display: block;
}

.div-block-107 {
  width: 100px;
  height: 100px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.arrow-down {
  background-image: url('../images/green_down_errow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  width: 50px;
  height: 50px;
  margin-right: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.plus-name {
  margin-top: 0;
}

.plus-name-icon-claw {
  background-color: var(--red-doy-plus);
  border: 1px solid #fff;
  border-radius: 50px;
  flex-direction: column;
  flex: none;
  align-self: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
  position: relative;
  top: -7%;
  bottom: auto;
  left: 154px;
  right: 0%;
}

.plus-name-icon-killer-claw {
  background-color: var(--red-doy-plus);
  border: 1px solid #fff;
  border-radius: 50px;
  flex-direction: column;
  flex: none;
  align-self: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
  position: relative;
  top: 18%;
  bottom: auto;
  left: 70px;
  right: 0%;
}

.plus-name-icon-select-portion {
  background-color: var(--red-doy-plus);
  border: 1px solid #fff;
  border-radius: 50px;
  flex-direction: column;
  flex: none;
  align-self: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
  position: relative;
  top: 18%;
  bottom: auto;
  left: -93px;
  right: 0%;
}

.plus-name-icon-merus {
  background-color: var(--red-doy-plus);
  border: 1px solid #fff;
  border-radius: 50px;
  flex-direction: column;
  flex: none;
  align-self: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
  position: relative;
  top: 31%;
  bottom: auto;
  left: -165px;
  right: 0%;
}

.bold-text-14 {
  width: 100%;
  height: 40px;
  margin-right: 0;
  font-weight: 300;
}

.cuts-copy {
  background-color: var(--white-main);
  background-image: url('../images/leg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  flex-direction: row;
  justify-content: space-between;
  height: 200px;
  display: flex;
}

.feeder-claw-copy {
  background-color: var(--white-main);
  background-image: url('../images/Feeder-Claw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  flex-direction: row;
  justify-content: space-between;
  height: 200px;
  display: flex;
}

.killer-claw-copy {
  background-color: var(--white-main);
  background-image: url('../images/Killer-Claw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  flex-direction: row;
  justify-content: space-between;
  height: 200px;
  display: flex;
}

.bold-text-15 {
  font-weight: 300;
}

.section-15 {
  background-color: rgba(255, 255, 255, .85);
  justify-content: center;
  height: 116vh;
  margin-top: 0;
  display: flex;
}

.div-block-108 {
  justify-content: center;
  width: 80%;
  height: 100vh;
  padding-top: 0;
  display: flex;
}

.legs-sizes {
  height: 100%;
}

.legs-sizes-big {
  background-image: url('../images/King_crab_sizes.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80%;
  height: 100%;
  margin-top: 50px;
}

.div-block-109 {
  z-index: 10;
  width: 99.9999%;
  margin-top: -49px;
  position: relative;
}

.text-block-33 {
  text-align: right;
}

.leg-name-copy {
  z-index: 10;
  color: var(--text-all);
  text-align: right;
  text-transform: uppercase;
  margin: 41px 15px 15px;
  font-family: Roboto, sans-serif;
  font-size: 43px;
  font-weight: 300;
  position: relative;
}

.leg-name-copy.feeder-claw-text {
  margin-left: -3px;
}

.leg-name-copy.king-crab-cluster {
  text-align: left;
  margin-top: 131px;
  margin-bottom: 33px;
  padding: 0 32px;
  font-size: 26px;
  line-height: 40px;
  top: 0;
}

.leg-name-copy.special-cuts {
  height: 100px;
  margin: 0;
  padding: 168px 117px 117px;
  line-height: 50px;
}

.leg-name-copy.left-jast {
  text-align: left;
  width: 520.672px;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 35px;
  font-size: 37px;
}

.leg-name-copy.left-jast-1 {
  text-align: left;
  margin-top: 47px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 35px;
  font-size: 37px;
}

.leg-name-copy.left-jast-split, .leg-name-copy.left-jast-1-copy {
  text-align: left;
  margin-top: 128px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 35px;
}

.leg-name-copy.king-crab-cluster-china {
  text-align: left;
  margin-top: -29px;
  margin-bottom: 33px;
  padding: 0 32px;
  font-size: 20px;
  line-height: 40px;
  top: 0;
}

.text-block-34 {
  color: var(--text-all);
  height: 100%;
  margin-top: 102px;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  line-height: 114px;
}

.section-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, .95);
  background-image: url('../images/King-Crab-Cluster.png');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: 66%;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  height: 75vh;
  display: grid;
}

.section-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/SPECIAL-CUTS-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 467px;
  display: grid;
}

.div-block-110 {
  background-color: var(--white-3);
  flex-direction: row;
  width: 100%;
  display: flex;
}

.section-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.special-cuts-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 330px 330px 330px 330px 330px 330px;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.merus-block {
  background-color: rgba(255, 255, 255, .92);
  background-image: url('../images/merus-shadow.png');
  background-position: 60% 90%;
  background-repeat: no-repeat;
  background-size: auto;
}

.merus-block.select-portion-block {
  background-color: rgba(255, 255, 255, .89);
  background-image: url('../images/Select-Portion-shadow.png');
}

.merus-block.split {
  background-color: rgba(255, 255, 255, .97);
  background-image: url('../images/splid-shadow.png');
}

.merus-block.window-cut {
  background-color: rgba(255, 255, 255, .89);
  background-image: url('../images/Window-Cut-shadow.png');
}

.merus-block.butterfly-split {
  background-color: rgba(255, 255, 255, .95);
  background-image: url('../images/Butterfly-Split-shadow.png');
}

.merus-block.scored-broiler-claws {
  background-image: url('../images/Scored-Broiler-Claws-shadow.png');
}

.merus-block-info {
  background-color: var(--white-3);
}

.merus-block-info.select-portion-info {
  background-color: rgba(255, 255, 255, .79);
}

.merus-block-info.window-cut-info {
  background-color: rgba(255, 255, 255, .8);
}

.merus-block-info.scored-broiler-claws-info {
  background-color: rgba(255, 255, 255, .79);
}

.paragraph-73 {
  text-indent: 0;
}

.leg-sizes {
  background-color: rgba(255, 255, 255, .85);
  justify-content: center;
  width: auto;
  height: 800px;
  margin-top: 0;
  display: flex;
}

.link-block-11 {
  z-index: 20;
  width: 70px;
  height: 70px;
  margin-top: 92px;
  margin-right: 0;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.killer-claw-copy-copy {
  background-color: var(--white-main);
  background-image: url('../images/Killer-Claw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  flex-direction: row;
  justify-content: space-between;
  height: 200px;
  display: flex;
}

.killer-claw-copy-copy.select-portion-banner {
  background-image: url('../images/Select-Portion-shadow.png');
}

.king-crab-banner-copy {
  z-index: 0;
  border-style: none;
  border-width: 1px;
  border-color: var(--white) black black;
  background-color: rgba(221, 221, 221, 0);
  width: auto;
  height: 77vh;
  margin-top: 100px;
  margin-left: 100px;
  padding-top: 0;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-19 {
  justify-content: flex-start;
  margin-top: 107px;
  margin-left: 171px;
  padding-top: 0;
  display: flex;
}

.dropdown-link-6 {
  color: var(--white-3);
}

.section-20 {
  height: 600px;
}

.text-learn-about-king-crab {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  padding: 0 40px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 55px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.paragraph-74 {
  color: var(--text-all);
  width: 430px;
  margin-top: 1px;
  padding: 0 53px 38px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  line-height: 27px;
}

.contact-main {
  background-color: var(--white-7);
  opacity: .96;
  justify-content: center;
  height: 480px;
  display: flex;
}

.contact-main.snow-crab {
  height: auto;
}

.sl1-about-shrimp {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2716-1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.about-shrimp-text {
  color: #fff;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding: 0 40px 19px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 55px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-block-35 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  display: flex;
}

.container-8 {
  height: 100%;
}

.sl2_design-in-process {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2786.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.about-king-crab-text {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  flex-direction: column-reverse;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  width: auto;
  margin-top: 0;
  padding: 0 27px 0 19px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 55px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.about-king-crab-text.new-king-about {
  width: 460px;
}

.link-7 {
  align-self: center;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.king-links {
  border: 1px none var(--white);
  text-align: right;
  background-color: rgba(10, 23, 37, 0);
  margin-top: 334px;
  padding: 12px 32px 12px 25px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-block-24-copy {
  color: var(--white);
  width: 330px;
  margin-top: 8px;
  line-height: 20px;
  text-decoration: none;
}

.text-block-24-copy:hover {
  color: #fff;
}

.lett-link-copy {
  color: #fff;
  letter-spacing: 0;
  text-indent: 0%;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  transition: letter-spacing .5s, color .2s;
}

.lett-link-copy:hover {
  color: var(--deep-sky-blue);
  letter-spacing: normal;
  text-indent: 0%;
  border: 1px #000;
  line-height: 19px;
}

.king-crab-nav {
  text-align: right;
  flex-direction: column;
  flex: none;
  order: 0;
  justify-content: center;
  align-items: flex-end;
  height: 140px;
  margin-top: 32px;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: 36%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.king-crab-nav.farm {
  margin-top: -22px;
}

.king-crab-nav.wild {
  margin-top: -27px;
}

.text-block-36 {
  align-self: flex-end;
}

.button-5 {
  background-color: rgba(56, 152, 236, 0);
  margin-right: 30px;
  padding-right: 0;
}

.text-block-37 {
  color: #fff;
  width: auto;
  margin-top: 0;
  margin-right: 28px;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.learn-about-king {
  text-transform: capitalize;
  background-color: rgba(56, 152, 236, 0);
  width: auto;
  height: 40px;
  margin-top: 22px;
  margin-bottom: 11px;
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.learn-about-king:hover {
  color: var(--red);
}

.learn-about-king.w--current {
  margin-top: 24px;
  padding-top: 0;
}

.bold-text-16 {
  text-transform: lowercase;
  font-size: 18px;
  font-weight: 300;
  transition: color .325s;
}

.learn-about-king-copy {
  text-transform: capitalize;
  background-color: rgba(56, 152, 236, 0);
  width: 300px;
  height: 58px;
  margin-top: 35px;
  margin-right: 30px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  transition: color .275s;
}

.learn-about-king-copy {
  background-color: rgba(56, 152, 236, 0);
  width: 400px;
  height: 40px;
  margin-top: -12px;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
}

.learn-king-crab {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  transition: color .325s;
}

.banner-text {
  color: #fff;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding: 0 40px 19px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 55px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.banner-text.pf {
  flex: none;
  height: 260px;
  margin-top: 0;
  margin-right: 1px;
  padding-right: 27px;
  top: 22%;
}

.banner-sl1 {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2716-1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.banner-sl1.about1 {
  background-image: url('../images/dsc_6229.jpg');
}

.banner-sl1.qt1 {
  background-image: url('../images/dsc_3797dsc_3796.jpg');
}

.banner-sl1.news1 {
  background-image: url('../images/DSC_5985.jpg');
  background-position: 50%;
}

.banner-sl1.quality-sl1 {
  background-image: url('../images/dsc_3797dsc_3796.jpg');
}

.banner-sl1.about-4 {
  background-image: url('../images/DSC_1534.jpg');
}

.banner-sl1.contact-1 {
  background-image: url('../images/IMG_2335.jpg');
}

.banner-sl1.product-flyers-sl1, .banner-sl1.product-flyers-sl2, .banner-sl1.product-flyers-sl1-copy {
  background-image: url('../images/DSC_9633.jpg');
}

.banner-sl1.product-flyers-sl2-copy {
  background-image: url('../images/DSC_5951.jpg');
}

.banner-sl1.product-flyers-sl3 {
  background-image: url('../images/DSC_9633.jpg');
}

.banner-sl1.news1-copy {
  background-image: url('../images/DSC_5925.jpg');
  background-position: 50% 8%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-sl1.news-engl {
  background-image: url('../images/DSC_5925.jpg');
  background-position: 50% 10%;
}

.banner-sl2 {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2786.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.banner-sl2.about3 {
  background-image: url('../images/DSC_9632.jpg');
}

.banner-sl2.q23 {
  background-image: url('../images/DSC_9183.jpg');
}

.banner-sl3 {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2786.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.banner-sl3.about2 {
  background-image: url('../images/DSC_1534.jpg');
}

.banner-sl3.qt2 {
  background-image: url('../images/dsc_37472.jpg');
}

.banner-sl3.news2 {
  background-image: url('../images/merus_box.jpg');
}

.banner-sl3.quality-sl2 {
  background-image: url('../images/DSC_2153.jpg');
}

.banner-sl3.quality-sl3 {
  background-image: url('../images/Grill_Skewer_DSC_9759.jpg');
}

.banner-sl3.quality-sl-4 {
  background-image: url('../images/DSC_5835.jpg');
}

.banner-sl3.news3, .banner-sl3.news4 {
  background-image: url('../images/IMG_6791.jpg');
}

.banner-sl3.product-flyers-sl2 {
  background-image: url('../images/DSC_2504.jpg');
}

.banner-sl3.product-flyers-sl3 {
  background-image: url('../images/DSC_7440.jpg');
}

.banner-sl3.quality-sl3-copy {
  background-image: url('../images/DSC_2153.jpg');
}

.banner-sl3.quality-sl2-copy {
  background-image: url('../images/DSC_5976.jpg');
}

.section-22 {
  height: 380px;
}

.about-king-crab-text-copy, .banner-big-text {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  flex-direction: column-reverse;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  width: 370px;
  margin-top: -24px;
  padding: 0 27px 0 19px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 55px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.banner-big-text.learn-king {
  width: 450px;
}

.learn-about-kg {
  text-align: left;
  text-transform: uppercase;
  flex: 1;
  width: auto;
  margin-left: 7px;
  font-size: 18px;
  font-weight: 300;
  transition: color .325s;
}

.king-link {
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  width: 340px;
  height: 130px;
  margin-top: -54px;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.king-link:hover {
  color: var(--red);
}

.king-cr-par {
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  width: auto;
  height: 40px;
  margin-top: 14px;
  margin-right: 30px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.king-cr-par:hover {
  color: var(--red);
}

.red-crab {
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  flex: 0 auto;
  width: auto;
  height: 40px;
  margin-top: 2px;
  margin-right: 30px;
  padding: 9px 0 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.red-crab:hover {
  color: var(--red);
}

.red-crab.w--current {
  margin-top: 16px;
  padding-top: 2px;
}

.sl1-red-crab {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/dsc_3960.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl2_red-crab {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_4111.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.snow-crab-no-link {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  flex-direction: column-reverse;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  width: 440px;
  margin-top: -34px;
  padding: 0 27px 0 19px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 55px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.snow-crab-no-link.new-king-about {
  width: 460px;
}

.red-crab-copy {
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  width: 400px;
  height: 40px;
  margin-top: 21px;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.red-crab-copy:hover {
  color: var(--red);
}

.snow-crab-op {
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  width: 410px;
  height: 21px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 30px;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.snow-crab-op:hover {
  color: var(--red);
}

.sl1-snow-crab {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_1899.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl2_snow-crab {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_1932.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.learn-about-shrimp-text {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  flex-direction: column-reverse;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  width: 540px;
  margin-top: -10px;
  margin-bottom: 17px;
  padding: 0 27px 0 19px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 55px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.learn-about-shrimp-text.new-king-about {
  width: 460px;
}

.farm-raised-text {
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  width: 400px;
  height: 40px;
  margin-top: 12px;
  margin-right: 30px;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.farm-raised-text:hover {
  color: var(--red);
}

.wild-caught-shrimp-text {
  text-transform: uppercase;
  width: auto;
  font-size: 18px;
  font-weight: 300;
  transition: color .325s;
}

.learn-aabout-shrimp {
  text-transform: lowercase;
  background-color: rgba(56, 152, 236, 0);
  width: 410px;
  height: 30px;
  margin-top: -7px;
  margin-bottom: 6px;
  margin-right: 30px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.learn-aabout-shrimp:hover {
  color: var(--red);
}

.learn-aabout-shrimp.w--current {
  height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.grilling-shrimp {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  transition: color .325s;
}

.grilling-shrimp-link {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2786.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.learn-about-king-copy {
  text-transform: lowercase;
  background-color: rgba(56, 152, 236, 0);
  width: 410px;
  height: 30px;
  margin-top: -9px;
  margin-right: 30px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.learn-about-king-copy:hover {
  color: var(--red);
}

.wild-caught-shrimp-link {
  text-transform: lowercase;
  background-color: rgba(56, 152, 236, 0);
  width: 410px;
  height: 30px;
  margin-top: -7px;
  margin-bottom: 6px;
  margin-right: 30px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.wild-caught-shrimp-link:hover {
  color: var(--red);
}

.grilling-shrimp-link-page {
  text-transform: lowercase;
  background-color: rgba(56, 152, 236, 0);
  width: 410px;
  height: 30px;
  margin-top: -7px;
  margin-bottom: 6px;
  margin-right: 30px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.grilling-shrimp-link-page:hover {
  color: var(--red);
}

.breaded-shrimp-link {
  text-transform: lowercase;
  background-color: rgba(56, 152, 236, 0);
  width: 410px;
  height: 30px;
  margin-top: -7px;
  margin-bottom: 6px;
  margin-right: 30px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: none;
}

.breaded-shrimp-link:hover {
  color: var(--red);
}

.text-block-38 {
  color: #fff;
  margin-top: -17px;
  padding-bottom: 13px;
  padding-right: 30px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.snow-crab-text {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  flex-direction: column-reverse;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  width: 640px;
  margin-top: -10px;
  margin-bottom: 17px;
  padding: 0 27px 0 19px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 55px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.snow-crab-text.new-king-about {
  width: 460px;
}

.angulaltus-text {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  transition: color .325s;
}

.angulatus-link-copy {
  text-transform: lowercase;
  background-color: rgba(56, 152, 236, 0);
  width: 370px;
  height: 30px;
  margin-top: -2px;
  margin-right: 30px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.angulatus-link-copy:hover {
  color: var(--red);
}

.sl1-snow {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_1944.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl2-snow {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_1901.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl3-snow {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2440.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.angulatus {
  color: #fff;
  text-transform: capitalize;
  width: 410px;
  margin-top: -17px;
  padding-bottom: 13px;
  padding-right: 30px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.opilio {
  text-transform: lowercase;
  background-color: rgba(56, 152, 236, 0);
  width: 370px;
  height: 30px;
  margin-top: -8px;
  margin-right: 30px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.opilio:hover {
  color: var(--red);
}

.farm-shrimp-text {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 0;
  margin-bottom: 48px;
  padding: 0 27px 0 19px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 55px;
  display: flex;
  position: relative;
  top: -53%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.farm-shrimp-text.new-king-about {
  width: 460px;
}

.all-shrimp-sl1 {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2859.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.all-shrimp-sl1.br2 {
  background-image: url('../images/DSC_8983.jpg');
}

.all-shtimp-sl2 {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_9035.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.all-shtimp-sl2.far2 {
  background-image: url('../images/DSC_2786.jpg');
}

.all-shrimp-sl3 {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2749-1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.wild-shrimp-text {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  flex-direction: column-reverse;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  width: 640px;
  margin-top: -10px;
  margin-bottom: 17px;
  padding: 0 27px 0 19px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 55px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.wild-shrimp-text.new-king-about {
  width: 460px;
}

.sl1-wild-shrimp {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2670.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl2-wild-shrimp {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2743-1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl3-wild-shrimp {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_8983.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl2-about-shrimp {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2786.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl1-grilling-shrimp {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2785.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl2-grilling-shrimp {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/Skewer-picture-wild-caught-final.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.breaded-shrimp-text {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  flex-direction: column-reverse;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  width: 640px;
  margin-top: -10px;
  margin-bottom: 17px;
  padding: 0 27px 0 19px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 55px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.breaded-shrimp-text.new-king-about {
  width: 460px;
}

.sl1-breaded-shrimp {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_9035.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl2-breaded-shrimp {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2653.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl3-breaded-shrimp {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_8983.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.div-block-112 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, 0);
  grid-template-rows: 370px;
  grid-template-columns: 370px 370px 370px 370px;
  grid-auto-columns: 1fr;
  height: 370px;
  margin-top: 0;
  display: grid;
}

.chef-s-section {
  background-color: var(--white-fon-bags);
  justify-content: center;
  height: auto;
  margin-top: 0;
  display: flex;
}

.text-block-39 {
  border-bottom: 1px solid var(--line);
  text-align: right;
  width: auto;
  height: 100%;
  padding: 132px 81px 81px;
}

.text-block-39.cy-ocean-text {
  border-bottom: 1px none var(--line);
  padding-top: 150px;
  padding-left: 112px;
}

.bold-text-17 {
  color: var(--text-all);
  width: auto;
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 500;
}

.chef-s-text {
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  width: 370px;
  height: auto;
}

.div-block-113 {
  border-right: 1px solid var(--line);
  border-left: 1px none var(--line);
}

.div-block-114 {
  align-items: flex-end;
  height: 100%;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.arrow-down-shrimp {
  background-color: var(--dodger-blue);
  background-image: url('../images/link_icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 27px;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  width: 70px;
  height: 70px;
  margin-right: 0;
  transition: background-color .575s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.arrow-down-shrimp:hover {
  background-color: rgba(42, 83, 131, .39);
}

.shrimp-bags {
  border-right: 1px solid var(--line);
  background-image: url('../images/dsc_8774.png');
  background-position: 50%;
  background-size: contain;
  align-items: flex-end;
  height: 100%;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.chef-s {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, 0);
  grid-template-rows: 370px 370px;
  grid-template-columns: 370px 370px;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  margin-top: 0;
  display: grid;
}

.shrimp-bags-one {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background-image: url('../images/dsc_8774.png');
  background-position: 50%;
  background-size: contain;
  align-items: flex-end;
  height: 100%;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.shrimp-bags-one.select-second {
  border-left: 1px solid var(--line);
  background-image: url('../images/dsc_8778.png');
}

.shrimp-bags-one.select-therd {
  background-image: url('../images/dsc_2754.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.shrimp-bags-one.icy-one {
  border-bottom: 1px solid var(--line);
  background-image: url('../images/dsc_2908.png');
  background-repeat: no-repeat;
}

.shrimp-bags-one.one {
  background-image: url('../images/dsc_2751.png');
  background-repeat: no-repeat;
}

.shrimp-bags-one.chef-s-net-two {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background-image: url('../images/dsc_2755388x579.png');
  background-repeat: no-repeat;
}

.shrimp-bags-one.chef-s-net-tree {
  background-image: url('../images/chef-s-net-raw-p-d-tail-on.png');
  background-repeat: no-repeat;
  background-size: 190px;
}

.shrimp-bags-one.icy2 {
  border-left: 1px solid var(--line);
  background-image: url('../images/DSC_2842_new.png');
  background-repeat: no-repeat;
}

.shrimp-bags-one.icy3 {
  background-image: url('../images/dsc_2903.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.chef-s-text-copy, .chef-s-text-copy-copy {
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  width: 370px;
  height: auto;
}

.chef-s-section-copy {
  background-color: var(--big-crab-info);
  justify-content: center;
  height: auto;
  margin-top: 0;
  display: flex;
}

.icy-ocean-section {
  background-color: var(--white-7);
  justify-content: center;
  height: auto;
  margin-top: 0;
  display: flex;
}

.icy-ocean-text {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  width: 370px;
  height: auto;
}

.chef-s-net-farm {
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  width: 370px;
  height: auto;
}

.section-23 {
  height: 680px;
}

.chef-s-net-select-banner {
  height: auto;
}

.logo-banner-chef-s {
  line-height: 160px;
}

.div-block-115 {
  height: 50vh;
}

.logo-banner-chef-s1 {
  text-align: left;
  background-image: url('../images/DSC_2749-1_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  height: 400px;
  display: flex;
}

.logo-banner-chef-s1.icy-red-logo-banner {
  background-image: url('../images/DSC_2859.jpg');
}

.logo-banner-chef-s1.ez-peel {
  background-image: url('../images/DSC_2785.jpg');
}

.logo-banner-chef-s1.bbq-logobanner {
  background-image: url('../images/Pink-grilling.jpg');
  background-position: 50%;
}

.logo-banner-chef-s1.bbq-banner-2 {
  background-image: url('../images/DSC_2716-1.jpg');
}

.logo-banner-chef-s1.breaded-banner {
  background-image: url('../images/DSC_9035.jpg');
}

.logo-banner-chef-s1._11-breaded-banner {
  background-image: url('../images/DSC_8933.jpg');
}

.logo-banner-chef-s1.icy-logo {
  background-image: url('../images/DSC_9035.jpg');
  background-position: 50%;
}

.div-block-116 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 550px;
  display: flex;
}

.chef-s-logo {
  background-image: url('../images/chefs_net.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 410px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-117 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 600px 600px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-118 {
  background-color: rgba(255, 255, 255, .48);
}

.bags-photo {
  background-color: var(--white-main);
  background-image: url('../images/two-bags-select.png');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: 540px;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.bags-photo.chef-s-perpl-bag {
  background-image: url('../images/dsc_2754.png');
  background-position: 50%;
  background-size: 420px;
}

.bags-photo.icy-14 {
  background-image: url('../images/DSC_2909.png');
  background-position: 54%;
  background-size: 460px;
}

.bags-photo.icy-red-bag {
  background-image: url('../images/DSC_2842_new.png');
  background-position: 50%;
  background-size: 390px;
}

.bags-photo.ez-peel-photo-bag {
  background-image: url('../images/dsc_2903.png');
  background-position: 50%;
  background-size: 500px;
}

.bags-photo._9-photo {
  background-image: url('../images/dsc_2751.png');
  background-position: 53%;
  background-size: 440px;
}

.bags-photo._12-photo-bag {
  background-image: url('../images/DSC_2755.png');
  background-position: 60%;
  background-size: contain;
}

.bags-photo._8-bag-photo {
  background-image: url("https://assets-global.website-files.com/648a260a7604d80072198307/648a260a7604d800721984c9_Chef's-Net-Raw-P%26D-tail-on.png");
  background-position: 50%;
  background-size: 300px;
}

.bags-photo._1-bbq {
  background-image: url('../images/grill_two_bags.png');
}

.bags-photo._1-photo {
  background-image: url('../images/grill_two_bags.png');
  background-position: 53%;
  background-size: 520px;
}

.bags-photo._2-photo {
  background-image: url('../images/DSC_2614.png');
  background-position: 53%;
  background-size: 630px;
}

.bags-photo._9-bag-photo {
  background-image: url('../images/dsc_2751.png');
  background-position: 50%;
  background-size: 470px;
}

.chifs-info-sction {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 600px 600px 500px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.name-shrimp-peoduct {
  text-align: right;
  height: 360px;
  padding: 95px 200px 107px;
  display: block;
}

.name-shrimp-peoduct.icy-block-text {
  margin-top: 13px;
}

.name-shrimp-peoduct.bbq-text-big {
  padding-top: 50px;
}

.name-shrimp-peoduct.bbq-had {
  padding-top: 77px;
}

.heading-5 {
  text-align: left;
  text-transform: uppercase;
  justify-content: flex-start;
  width: 310px;
  margin-bottom: -22px;
  font-size: 40px;
  line-height: 44px;
  display: flex;
}

.temp-bold-blue-40px {
  color: var(--text-all);
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.temp-bold-blue-40px.ang-gen-info {
  height: auto;
  margin-top: 0;
  padding: 81px 81px 81px 122px;
}

.bold-text-19 {
  color: var(--text-all);
  font-family: Roboto, sans-serif;
  font-weight: 100;
}

.bold-text-20 {
  color: var(--text-color);
  font-family: Roboto, sans-serif;
  font-size: 21px;
}

.div-block-121 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  width: 540px;
  display: flex;
}

.div-block-122 {
  background-image: url('../images/Farmed_flag.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
}

.farmed-flag {
  z-index: 10;
  background-image: url('../images/Farmed_flag.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  width: 60px;
  margin-right: 136px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
}

.farmed-flag.chef-s-net-flag {
  height: 350vh;
}

.select-bags {
  z-index: 10;
  background-image: url('../images/dsc_8774.png');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: 600px;
  display: flex;
  position: absolute;
}

.select-bags-second {
  background-image: url('../images/dsc_8778.png');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  width: 0%;
  height: 470px;
  display: flex;
  position: absolute;
  top: 2653.98px;
  left: 879px;
}

.shrimp-info-product {
  background-color: rgba(255, 255, 255, .86);
}

.nf {
  background-color: rgba(255, 255, 255, .55);
  background-image: url('../images/2-BBQ-Bay-Wild-Caught-Skewers.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 290px;
}

.nf._1nf {
  background-image: url('../images/1_nutr.png');
  background-size: 270px;
}

.nf.nf-10 {
  background-image: url('../images/11Breaded-3-lb-food-service-boxes.svg');
}

.nf.nf-4 {
  background-image: url('../images/5Headless-Argentina-Red-Shrimp.svg');
}

.text-info {
  color: var(--text-all);
  text-align: justify;
  background-color: rgba(255, 255, 255, 0);
  width: auto;
  max-width: none;
  margin-bottom: 0;
  padding: 195px 185px 185px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
}

.div-block-123, .chef-s-table {
  background-color: rgba(255, 255, 255, .97);
  background-image: url('../images/3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 860px;
}

.chef-s-net-select {
  height: auto;
}

.logo-banner {
  background-image: url('../images/DSC_2859.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  height: 60vh;
  display: flex;
}

.logo-banner.icy-ocean-banner-14 {
  background-image: url('../images/DSC_2749-1.jpg');
}

.logo-top-banner {
  background-image: url("https://assets-global.website-files.com/648a260a7604d80072198307/648a260a7604d8007219835d_Chef's_Net_perp_logo.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 550px;
  display: flex;
}

.logo-top-banner.icy-ocean-logo {
  background-image: url('../images/icy_logo.png');
  margin-right: 0;
}

.bag-photo {
  background-color: var(--white-main);
  background-image: url('../images/dsc_2754.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 410px;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.bag-photo._14-photo {
  background-image: url('../images/DSC_2909.png');
  background-position: 50% 110%;
  background-size: 460px;
}

.nut-info-shrimp {
  background-color: rgba(255, 255, 255, .76);
  background-image: url('../images/13nf.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 290px;
}

.nut-info-shrimp.nf-14 {
  background-image: url('../images/14nf.svg');
}

.shrimp-info-table {
  background-color: rgba(255, 255, 255, .97);
  background-image: url('../images/13chart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 860px;
}

.shrimp-info-table.icy-info-14 {
  background-image: url('../images/14chart.svg');
}

.table-shrimp {
  background-color: rgba(255, 255, 255, .97);
  background-image: url('../images/3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 860px;
}

.table-shrimp.table-13 {
  background-image: url('../images/13chart.svg');
}

.table-shrimp.table-14 {
  background-image: url('../images/14chart.svg');
}

.table-shrimp.table-6 {
  background-image: url('../images/6chart.svg');
}

.table-shrimp.chart-15 {
  background-image: url('../images/15chart.svg');
  background-size: 1030px;
}

.table-shrimp._9-chart {
  background-image: url('../images/1.png');
  background-position: 50%;
  background-size: auto;
}

.table-shrimp._12-table {
  background-image: url('../images/12chart.png');
}

.table-shrimp._8chart {
  background-image: url('../images/8chart.png');
}

.table-shrimp._1-table {
  background-image: url('../images/1.png');
}

.table-shrimp._2-chart {
  background-image: url('../images/2chart.png');
  background-position: 50% 20%;
  background-size: auto;
  width: 100%;
}

.table-shrimp._10-chart {
  background-color: rgba(255, 255, 255, .74);
  background-image: url('../images/10chart.svg');
  background-position: 50% 20%;
}

.table-shrimp._11-chart {
  background-color: rgba(255, 255, 255, .82);
  background-image: url('../images/11chart.svg');
  background-position: 50%;
}

.table-shrimp._4-chart, .table-shrimp._7-chart {
  background-color: rgba(255, 255, 255, .74);
  background-image: url('../images/4chart.svg');
  background-position: 50% 36%;
}

.table-shrimp._7-table {
  background-image: url('../images/7chart.svg');
}

.table-shrimp._5-table {
  background-image: url('../images/5chart.svg');
}

.table-shrimp._9-chart {
  background-image: url('../images/9chart_final.svg');
}

.table-shrimp._1chart {
  background-image: url('../images/1.png');
  background-position: 50%;
  background-size: auto;
}

.section-24 {
  height: 75vh;
}

.div-block-124 {
  background-color: var(--white-3);
}

.icy-ocean {
  height: auto;
}

.container-text-shrimp {
  margin-top: 62px;
}

.site-bar-shrimp {
  z-index: 20;
  width: 100px;
  height: 390vh;
  margin-top: 194vh;
  padding-right: 0;
  position: absolute;
  top: -89%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.site-bar-shrimp._3-site {
  height: 258%;
  margin-top: 191vh;
  position: absolute;
}

.site-bar-shrimp._13-site {
  height: 210vh;
  margin-top: 575vh;
  position: absolute;
}

.site-bar-shrimp._14-site {
  height: 231vh;
  margin-top: 819vh;
}

.div-block-125 {
  background-color: var(--white-5);
  background-image: url('../images/two-bags-select.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 120px;
  margin-top: -218px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.dropdown-link-7 {
  color: #fffefe;
  font-size: 20px;
}

.image-3 {
  margin-top: -6px;
  margin-left: 117px;
  padding-left: 0;
  position: relative;
  top: -4px;
  left: 6px;
}

.text-block-40 {
  text-align: right;
  margin-right: 56px;
}

.snow-description {
  background-image: url('../images/product-description_snow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90%;
  height: 100%;
  margin-top: 0;
  margin-left: 52px;
}

.box-photo-snow {
  background-image: url('../images/DSC_3930.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 460px;
  width: 90%;
  height: 100%;
  margin-top: 0;
  margin-left: 52px;
}

.box-photo-snow._10lb-box-photo-snow {
  background-image: url('../images/DSC_1542.png');
  background-size: 510px;
}

.op-cl-photo {
  background-image: url('../images/DSC_2230.png');
  background-position: 50%;
  background-size: cover;
  width: 750px;
  height: 401px;
  position: relative;
  left: 95px;
}

.opi-size-section {
  flex-direction: column;
  display: flex;
}

.plus-name-icon-2 {
  background-color: rgba(255, 0, 0, .51);
  border: 1px solid #fff;
  border-radius: 50px;
  flex-direction: column;
  flex: none;
  align-self: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
  position: relative;
  top: -39%;
  bottom: auto;
  left: 245px;
  right: 0%;
}

.plus-name-icon-select-portion-2 {
  background-color: rgba(255, 0, 0, .51);
  border: 1px solid #fff;
  border-radius: 50px;
  flex-direction: column;
  flex: none;
  align-self: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
  position: relative;
  top: 18%;
  bottom: auto;
  left: -101px;
  right: 0%;
}

.plus-name-icon-merus-2 {
  background-color: rgba(255, 0, 0, .51);
  border: 1px solid #fff;
  border-radius: 50px;
  flex-direction: column;
  flex: none;
  align-self: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
  position: relative;
  top: 41%;
  bottom: auto;
  left: -165px;
  right: 0%;
}

.plus-name-icon-claw-2 {
  background-color: rgba(255, 0, 0, .51);
  border: 1px solid #fff;
  border-radius: 50px;
  flex-direction: column;
  flex: none;
  align-self: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
  position: relative;
  top: -7%;
  bottom: auto;
  left: 154px;
  right: 0%;
}

.leg-name-2 {
  color: #42759e;
  text-transform: uppercase;
  margin: 15px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.leg-name-2.feeder-claw-text {
  margin-left: -3px;
}

.leg-name-2.head-taxt {
  margin-left: 4px;
}

.leg-name-2.carapace-text {
  margin-left: -3px;
  font-size: 20px;
}

.leg-name-2.carapace-text-copy, .leg-name-2.antenna-text {
  margin-left: -13px;
}

.plus-name-icon-killer-claw-2 {
  background-color: rgba(255, 0, 0, .51);
  border: 1px solid #fff;
  border-radius: 50px;
  flex-direction: column;
  flex: none;
  align-self: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
  position: relative;
  top: 26%;
  bottom: auto;
  left: 70px;
  right: 0%;
}

.container-9 {
  opacity: .95;
  background-image: url('../images/DSC_2598_final-1.jpg');
  background-position: 50%;
  background-size: auto;
  min-height: 94vh;
}

.shrimp-about {
  background-image: url('../images/DSC_2598_final-1.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 94vh;
  padding-left: 0;
}

.plus-name-icon-shrimp {
  background-color: var(--dodger-blue);
  border: 1px solid #fff;
  border-radius: 50px;
  flex-direction: column;
  flex: none;
  align-self: center;
  align-items: flex-start;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 26%;
  bottom: auto;
  left: 249px;
  right: 0%;
}

.plus-name-icon-shrimp.head {
  top: 13%;
  left: 341px;
}

.plus-name-icon-shrimp.carapace {
  top: 6%;
  left: 465px;
}

.plus-name-icon-shrimp.pereiopods-or-legs {
  top: 15%;
  left: 352px;
}

.plus-name-icon-shrimp.antenna {
  top: 23%;
  left: 239px;
}

.plus-name-icon-shrimp.pereiopods {
  top: 10%;
  left: 553px;
}

.plus-name-icon-shrimp.abodomen-segments-1-6 {
  top: -18%;
  left: 666px;
}

.plus-name-icon-shrimp.abodomen-segments-1-6-copy {
  top: -21%;
  left: 565px;
}

.plus-name-icon-shrimp.vein {
  top: -5%;
  left: 775px;
}

.plus-name-icon-shrimp.tail-segment {
  top: 13%;
  left: 797px;
}

.plus-name-icon-shrimp.tail-fin {
  top: 24%;
  left: 703px;
}

.column {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.shrimp-about-main-top {
  opacity: .96;
  background-color: #fff;
  height: 94vh;
}

.shrimp-about-chart {
  background-image: url('../images/DSC_2598_final-2.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1000px;
  height: 94vh;
  padding-left: 0;
}

.section-25 {
  height: 170vh;
}

.container-10 {
  justify-content: center;
  align-items: flex-start;
  height: 93%;
  display: flex;
}

.div-block-126 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 300px 300px 300px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.shrimp-size {
  background-image: url('../images/size_shrimp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 450px;
  font-size: 10px;
  display: flex;
}

.shrimp-size._13-15 {
  background-size: 270px;
}

.shrimp-size._16-12 {
  background-size: 230px;
}

.shrimp-size._21-25 {
  background-size: 231px;
}

.shrimp-size._26-30 {
  background-size: 200px;
}

.shrimp-size._31-40, .shrimp-size._41-50 {
  background-size: 180px;
}

.shrimp-size._61-70 {
  background-size: 129px;
}

.shrimp-size._51-60 {
  background-size: 150px;
}

.shrimp-size-text {
  color: #fff;
  letter-spacing: normal;
  text-indent: 0;
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.shrimp-size-text._8-12-text {
  font-size: 20px;
}

.templ-shrimp-40px {
  color: var(--text-all);
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.templ-shrimp-40px-white {
  color: #fff;
  margin-top: 74px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
}

.bold-text-21 {
  font-size: 43px;
  font-weight: 300;
}

.temp-roboto-light-43 {
  color: var(--text-all);
  height: 70px;
  margin-top: 19px;
  padding: 21px;
  font-family: Roboto, sans-serif;
  font-size: 43px;
  font-weight: 400;
}

.temp-roboto-light-43.count-white {
  color: #fff;
}

.section-26 {
  background-color: rgba(255, 255, 255, .95);
  height: auto;
}

.container-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.templ-blue-19-roboto {
  color: var(--text-all);
  width: 130px;
  margin-left: 8px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 19px;
}

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

.dot1 {
  background-color: var(--dark-orange);
  border-radius: 15px;
  width: 18px;
  height: 18px;
  margin-left: 19px;
  padding: 0;
}

.dot1.temp-orange {
  margin-top: -16px;
  margin-left: 18px;
  padding: 0;
  position: relative;
  top: -12px;
}

.dot1.jan-mar-red {
  background-color: var(--red);
  margin-top: -16px;
  margin-left: 18px;
  padding: 0;
  position: relative;
  top: -12px;
}

.dot1.templ-orage-dot-month {
  margin-top: -16px;
  margin-left: 18px;
  padding: 0;
  position: relative;
  top: -12px;
}

.dot1.templ-green-dot-month {
  background-color: var(--forest-green);
  margin-top: -16px;
  margin-left: 18px;
  padding: 0;
  position: relative;
  top: -12px;
}

.dot1.temp-tiger-red, .dot1.temp-tiger-red-copy {
  background-color: var(--red-2);
  margin-top: -16px;
  margin-left: 18px;
  padding: 0;
  position: relative;
  top: -12px;
}

.dot2 {
  background-color: var(--forest-green);
  border-radius: 15px;
  width: 18px;
  height: 18px;
  margin-left: 13px;
  padding: 0;
  position: relative;
}

.dot2.temp-green {
  margin-left: 18px;
  top: -31px;
}

.dot2.apr-orange {
  background-color: var(--dark-orange);
  margin-left: 18px;
  top: -31px;
}

.dot2.temp-geen-dot-month {
  margin-left: 18px;
  top: -31px;
}

.dot2.temp-red-dot-month {
  background-color: var(--red-2);
  margin-left: 18px;
  top: -31px;
}

.dot2.temp-tiger-orange {
  background-color: var(--dark-orange);
  margin-left: 18px;
  top: -31px;
}

.dot-color-green-copy {
  background-color: #129404;
  border-radius: 15px;
  width: 18px;
  height: 18px;
  margin-left: 13px;
  padding: 0;
}

.dot3 {
  background-color: var(--red-2);
  border-radius: 15px;
  width: 18px;
  height: 18px;
  margin-left: 19px;
  padding: 0;
}

.dot3.temp-red, .dot3.m-greenay-dec {
  position: relative;
  top: -26px;
}

.dot3.may-dec-green {
  background-color: var(--forest-green);
  position: relative;
  top: -26px;
}

.dot3.nov-dec {
  background-color: var(--dark-orange);
  position: relative;
  top: -26px;
}

.dot3.temp-red-month-dot {
  position: relative;
  top: -26px;
}

.dot3.temp-green-month-dot, .dot3.temp-tiger-green {
  background-color: var(--forest-green);
  position: relative;
  top: -26px;
}

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

.temp-roboto-blue-17 {
  color: var(--text-all);
  text-align: right;
  font-family: Roboto, sans-serif;
  font-size: 17px;
}

.temp-roboto-blue-17.ang-small-gen-ifo {
  text-align: left;
  height: auto;
  margin-bottom: 0;
  padding: 91px 91px 91px 78px;
}

.temp-roboto-blue-17.clu-ask-sales {
  text-align: left;
  padding: 21px 119px 119px 169px;
}

.heading-6 {
  text-align: right;
}

.temp-think-roboto-14 {
  color: var(--text-all);
  text-align: right;
  font-family: Roboto, sans-serif;
  font-weight: 100;
}

.blue-line {
  background-color: var(--text-all);
  color: var(--text-all);
  width: 690px;
  height: 1px;
  position: relative;
  top: 41px;
}

.glob {
  background-image: url('../images/South-Am.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.glob.central-america {
  background-image: url('../images/Cent_am.png');
}

.glob.north-america-us {
  background-image: url('../images/north_am.png');
}

.glob.north-america-mx {
  background-image: url('../images/Cent_am.png');
}

.glob.asia-se {
  background-image: url('../images/Asia_e.png');
}

.glob.world {
  background-image: none;
  flex: none;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.glob.world-copy {
  background-image: url('../images/Cent_am.png');
  background-position: 50%;
  background-size: contain;
  flex: none;
  justify-content: flex-end;
  width: 244px;
  display: flex;
  position: relative;
  top: 0;
  left: -85px;
}

.grid-2 {
  grid-template-rows: 250px 250px 250px;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
}

.region-batt {
  border: 1px solid var(--line);
  background-color: var(--white);
  color: var(--alice-blue);
  border-radius: 11px;
  width: 180px;
  height: 40px;
  margin-top: 80px;
  margin-left: 32px;
  position: relative;
}

.region-batt.fake-batt {
  margin-top: -40px;
  margin-left: 282px;
}

.div-block-130 {
  z-index: 90;
  background-image: url('../images/arm_1arm.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  top: 110px;
  left: 206px;
}

.dropdown-toggle-3 {
  text-align: center;
  width: 150px;
  height: 40px;
  padding-top: 8px;
  padding-left: 0;
  padding-right: 0;
  top: 0;
}

.templ-blue-arial-14 {
  width: 143px;
  padding-top: 2px;
  padding-left: 0;
}

.bold-text-22 {
  color: var(--text-all);
}

.dropdown-list-3 {
  border-radius: 1px;
}

.dropdown-list-3.w--open {
  border: 1px solid var(--line-2);
  background-color: rgba(66, 117, 158, .15);
  border-radius: 11px;
  margin-top: -9px;
  padding-top: 14px;
  top: -47px;
  left: 234px;
}

.dropdown-2 {
  left: 14px;
}

.dropdown-link-8 {
  color: var(--text-all);
  padding-top: 7px;
  padding-left: 50px;
}

.dropdown-link-9 {
  border-top: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
  color: var(--text-all);
  width: 130px;
  padding-left: 38px;
}

.dropdown-link-10 {
  color: var(--text-all);
  margin-top: -7px;
  padding-top: 0;
  padding-left: 50px;
}

.text-batt, .bold-text-23 {
  color: var(--text-all);
}

.div-block-131 {
  width: 140px;
  height: 110px;
  position: relative;
  top: -27px;
  left: 75px;
}

.dropdown-list-small {
  border-radius: 1px;
}

.dropdown-list-small.w--open {
  border: 1px solid var(--line-2);
  background-color: rgba(66, 117, 158, .15);
  border-radius: 11px;
  margin-top: 11px;
  padding-top: 14px;
  top: -47px;
  left: 234px;
}

.dropdown-link-9-copy {
  border-top: 1px solid var(--line-2);
  border-bottom: 1px none var(--line-2);
  color: var(--text-all);
  width: 130px;
  padding-bottom: 11px;
  padding-left: 38px;
}

.cont-black-tiger {
  justify-content: flex-end;
  display: block;
}

.blue-line-copy {
  background-color: var(--text-all);
  color: var(--text-all);
  width: 607px;
  height: 1px;
  position: relative;
  top: 41px;
}

.grid-black-tiger {
  grid-template-rows: 250px;
  grid-template-columns: 1fr 1fr;
  margin-top: -54px;
}

.blue-line-fresh-water {
  background-color: var(--text-all);
  color: var(--text-all);
  width: 597px;
  height: 1px;
  position: relative;
  top: 36px;
}

.blue-line-cold-water {
  background-color: var(--text-all);
  color: var(--text-all);
  width: 610px;
  height: 1px;
  position: relative;
  top: 36px;
}

.div-block-132 {
  width: 50%;
}

.glob-copy {
  background-image: url('../images/South-Am.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.glob-copy.central-america {
  background-image: url('../images/Cent_am.png');
}

.glob-copy.north-america-us {
  background-image: url('../images/north_am.png');
}

.glob-copy.north-america-mx {
  background-image: url('../images/Cent_am.png');
}

.glob-copy.asia-se {
  background-image: url('../images/Asia_e.png');
}

.glob-copy.world {
  z-index: 10;
  background-image: url('../images/Asia_e.png');
  background-position: 50%;
  background-size: contain;
  flex: none;
  justify-content: flex-end;
  width: 250px;
  display: flex;
  position: relative;
}

.glob-copy.world-copy {
  background-image: none;
  flex: none;
  justify-content: flex-end;
  width: 120px;
  display: flex;
  position: relative;
}

.region-batt-long {
  border: 1px solid var(--line);
  background-color: var(--white);
  color: var(--alice-blue);
  border-radius: 11px;
  width: 310px;
  height: 40px;
  margin-top: 98px;
  margin-left: -89px;
  position: relative;
  left: 106px;
}

.region-batt-long.fake-batt {
  margin-top: -40px;
  margin-left: 282px;
}

.dropdown-cold-water {
  margin-left: 73px;
  left: 14px;
}

.dropdown-list-3-copy {
  border-radius: 1px;
}

.dropdown-list-3-copy.w--open {
  border: 1px solid var(--line-2);
  background-color: rgba(66, 117, 158, .15);
  border-radius: 11px;
  margin-top: -9px;
  padding-top: 14px;
  top: -47px;
  left: 293px;
}

.div-block-130-copy {
  z-index: 90;
  background-image: url('../images/arm_1arm.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  top: 110px;
  left: -143px;
}

.angulaltus-cluaters {
  opacity: .96;
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.angulatus-brand {
  height: 100%;
}

.snow-crab-ang-info {
  flex: 1;
  grid-template-rows: 500px;
  grid-template-columns: 100px 1fr 1fr;
  grid-auto-rows: .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  justify-items: center;
  width: 100%;
  margin-top: 1px;
  margin-left: 0;
  display: grid;
}

.ang-open-box {
  background-image: url('../images/ang_open_DSC_1540.png');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 210px;
  position: relative;
  top: 70px;
  left: 0;
  right: 0;
}

.ang-open-box.snow-10lb {
  background-image: url('../images/DSC_3930.png');
}

.ang-bags {
  z-index: 10;
  background-image: url('../images/DSC_9242.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 360px;
  height: 430px;
  margin-top: -42px;
  position: relative;
  top: 0;
  left: -1px;
}

.ang-bags.snow-box-20 {
  background-image: url('../images/DSC_1542.png');
}

.ang-bags.back-bag {
  z-index: 0;
  background-image: url('../images/DSC_9242_back.png');
  background-position: 50% 100%;
  background-size: contain;
  height: 410px;
  left: -222px;
}

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

.two-bags-ang {
  justify-content: center;
  align-items: flex-end;
  margin-top: -205px;
  margin-left: -42px;
  display: flex;
  position: relative;
  left: -33px;
}

.snow-text {
  display: block;
}

.nut-king-copy {
  background-image: url('../images/Angulaltus_nut.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 515px;
  margin: 14px 52px 52px;
}

.nut-king-copy.nut-snow {
  background-image: url('../images/Angulaltus_nut.svg');
}

.nut-sizes-ang {
  background-color: rgba(255, 255, 255, .84);
  grid-template-rows: 540px;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.gen-info-ang {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(auto, auto);
  grid-template-columns: 468px 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.div-block-134 {
  background-color: rgba(255, 255, 255, .95);
  height: auto;
}

.gen-info-had-nag {
  background-color: rgba(5, 2, 2, .61);
}

.boxes-bags-photos {
  color: var(--text-all);
  text-align: center;
  height: 80%;
  margin-left: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 100;
}

.div-block-135 {
  z-index: 10;
  width: 210px;
  position: relative;
  top: 83px;
  left: 421px;
}

.cluster-ang-spec {
  width: 100%;
  height: 551px;
  display: flex;
}

.cluster-specification-ang {
  background-color: rgba(255, 255, 255, .91);
  width: auto;
}

.div-block-137 {
  width: 50%;
}

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

.cluster-photo-ang {
  background-color: #fff;
  width: auto;
  position: relative;
}

.clust-ang-ph {
  background-image: url('../images/Cluster_DSC_2230.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
  display: flex;
  position: relative;
  left: 0;
}

.dss-heading-2 {
  color: #42759e;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 100px;
  padding: 50px 20px 0 70px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
}

.dss-heading-2.snow-clust-photo-info {
  text-align: center;
  width: 100%;
  margin-top: 149px;
  margin-left: 0;
}

.dss-heading-2.sizes-king {
  padding: 51px 51px 23px;
}

.dss-heading-2.specification-had {
  margin-left: 0;
  padding: 31px 12px 12px 77px;
}

.container-14 {
  height: 310px;
}

.chef-s-net-select-cont {
  height: 100%;
}

.chef-s-net-select-main {
  background-color: var(--white-7);
  opacity: .96;
  justify-content: center;
  height: auto;
  display: flex;
}

.chef-s-net-select-main.snow-crab {
  height: auto;
}

.farmed-flag-banner {
  z-index: 0;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60px;
  height: 498vh;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 270px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.farmed-flag-banner.bbq-bay {
  z-index: 20;
  height: 440vh;
}

.farmed-flag-banner.che-net-flag {
  display: none;
}

.farmed-flag-banner.chef-s-net-flag {
  z-index: 1;
  height: 560vh;
  display: none;
}

.farmed-flag-banner.icy-oc-raw-flag {
  z-index: 1;
  height: 600vh;
  display: none;
}

.farmed-flag-banner.icy-cooked-flag {
  z-index: 1;
  display: none;
}

.farmed-flag-banner.icy-oc-wh-flag {
  height: 570vh;
  display: none;
}

.farmed-flag-banner.tuna {
  height: 440vh;
}

.flag-mouve {
  background-image: url('../images/Farmed_flag.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
  height: 130px;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.flag-mouve.wild-flug {
  display: block;
  position: -webkit-sticky;
  position: sticky;
}

.flag-mouve.bbq-flag {
  background-image: url('../images/WILD_CAUGHT.svg');
  background-position: 50% 66%;
  background-size: 120px;
}

.icy-ocean-banner {
  text-align: left;
  background-image: url('../images/DSC_2749-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  height: 400px;
  display: flex;
}

.chef-s-logo-copy, .chef-s-net-logo {
  background-image: url('../images/chefs_net.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 410px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: auto;
  margin-left: 0;
  margin-right: 65px;
  display: flex;
}

.icy-ocean-logo {
  background-image: url('../images/icy_logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 230px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.shrimp-links {
  text-align: right;
  flex-direction: column;
  flex: none;
  order: 0;
  justify-content: center;
  align-items: flex-end;
  height: 250px;
  margin-top: -30px;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: 36%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.all-shrimp-sl4 {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_8933.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.all-shrimp-sl4.far4 {
  background-image: url('../images/DSC_2670.jpg');
}

.farm-raised-shrimp {
  text-transform: lowercase;
  background-color: rgba(56, 152, 236, 0);
  width: 410px;
  height: 30px;
  margin-top: -7px;
  margin-right: 30px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.farm-raised-shrimp:hover {
  color: var(--red);
}

.sl1-chef-s-net-select {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2749-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl1-chef-s-net-select.icy-red-banner {
  background-image: url('../images/DSC_2859.jpg');
}

.sl1-chef-s-net-select.ez-peel-banner {
  background-image: url('../images/DSC_2785.jpg');
}

.sl1-chef-s-net-select._8chef-s-net-raw-bann {
  background-image: url('../images/DSC_2749-1_1.jpg');
}

.sl1-chef-s-net-select._10-sl {
  background-image: url('../images/DSC_9038.jpg');
  background-position: 50% 0;
}

.sl1-chef-s-net-select._10-sl2 {
  background-image: url('../images/DSC_8983.jpg');
}

.sl1-chef-s-net-select._11 {
  background-image: url('../images/DSC_2653.jpg');
  background-position: 50% 0;
}

.sl1-chef-s-net-select._11-sl2 {
  background-image: url('../images/DSC_9020.jpg');
  background-position: 50%;
}

.sl1-chef-s-net-select._4-sl1 {
  background-image: url('../images/DSC_2716-1.jpg');
  background-position: 50% 0;
}

.sl1-chef-s-net-select._4-sl2 {
  background-image: url('../images/29C016EB-1F79-4D6E-B4AF-31FA6C3A5F25_1_105_c.jpg');
  background-size: cover;
}

.sl1-chef-s-net-select._7-sl1 {
  background-image: url('../images/DSC_2743-1.jpg');
  background-position: 50% 0;
}

.sl1-chef-s-net-select._2-sl2 {
  background-image: url('../images/DSC_9245.jpg');
  background-size: cover;
}

.sl1-chef-s-net-select._6-sl1 {
  background-image: url('../images/DSC_2670.jpg');
}

.sl1-chef-s-net-select._6-sl2 {
  background-image: url('../images/DSC_9223.jpg');
  background-position: 50%;
}

.sl1-chef-s-net-select._9-chef-s-net-raw-bann {
  background-image: url('../images/DSC_2785.jpg');
}

.nav-up-2 {
  background-color: rgba(74, 144, 226, .39);
  border-right: 7px red;
  border-radius: 0 10px 10px 0;
  width: 100px;
  height: 200px;
  position: -webkit-sticky;
  position: sticky;
  top: 51px;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.dropdown-link-11 {
  color: rgba(255, 255, 255, .7);
  font-family: Roboto, sans-serif;
}

.dropdown-link-11.w--current, .dropdown-link-11.w--current:hover {
  color: #fff;
}

.dropdown-link-12 {
  color: rgba(255, 255, 255, .7);
  text-transform: uppercase;
  padding-left: 17px;
  font-family: Roboto, sans-serif;
}

.dropdown-link-12:hover {
  color: #fff;
}

.dropdown-toggle-4 {
  background-image: url('../images/Icon_nav.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100px;
  height: 100px;
  margin-top: 0;
  margin-left: 0;
  padding: 17px;
  transition: background-color .4s;
}

.dropdown-toggle-4:hover {
  background-color: rgba(74, 144, 226, .39);
  border-top-right-radius: 10px;
}

.dropdown-toggle-4.w--open {
  background-color: rgba(255, 255, 255, .38);
  border-top-right-radius: 10px;
}

.dropdown-link-13 {
  color: rgba(255, 255, 255, .7);
  text-transform: uppercase;
  padding-left: 17px;
  font-family: Roboto, sans-serif;
}

.go-up-2 {
  background-image: url('../images/up_arrows-nav.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100px;
  height: 100px;
  transition: background-color .4s;
}

.go-up-2:hover {
  background-color: rgba(74, 144, 226, .39);
  border-bottom-right-radius: 10px;
}

.banner-logo {
  background-image: url('../images/chefs_net.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 410px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.banner-logo.logo-perpl {
  background-image: url("https://assets-global.website-files.com/648a260a7604d80072198307/648a260a7604d8007219835d_Chef's_Net_perp_logo.png");
}

.banner-logo.logo-icy {
  background-image: url('../images/icy_logo.png');
  background-size: 240px;
}

.banner-logo.red-logo-icy {
  background-image: url('../images/Icy_Oceans_logo.png');
  background-size: 280px;
}

.banner-logo._12-logo-bann {
  background-image: url('../images/chefs_net_red.png');
}

.banner-logo.bbq-logo {
  background-image: url('../images/bbq_Logo.png');
  background-size: 220px;
}

.banner-logo._1-bbq-logo {
  background-image: url('../images/bbq_Logo.png');
  background-size: 240px;
}

.banner-logo.breaded-shrimp-logo-1 {
  background-image: url('../images/Icy_Oceans_logo.png');
  background-size: 220px;
}

.banner-logo.icy-logo-red {
  background-image: url('../images/Icy_Oceans_logo.png');
  background-size: 320px;
}

.banner-logo.icy-logo-blue {
  background-image: url('../images/icy_logo.png');
  background-size: 290px;
}

.text-block-41 {
  text-align: right;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  width: auto;
  height: 100%;
  padding: 132px 81px 81px;
}

.text-block-41.cy-ocean-text {
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  padding-top: 150px;
}

.text-block-41.cy-ocean-text.bbq-text {
  text-transform: uppercase;
  padding-top: 134px;
  padding-left: 73px;
  padding-right: 54px;
}

.text-block-41.cy-ocean-text.king-crab-text {
  text-transform: uppercase;
  padding-top: 166px;
}

.text-block-41.cy-ocean-text.bbq-text-copy {
  text-transform: uppercase;
  padding-top: 164px;
  padding-left: 73px;
  padding-right: 77px;
}

.whole-crab-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, 0);
  grid-template-rows: 370px 370px;
  grid-template-columns: 370px 370px;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  margin-top: 0;
  display: grid;
}

.whole-crab-section.new, .whole-crab-section.china-box {
  grid-template-rows: 370px;
}

.arrow-down-shrimp-2 {
  background-color: rgba(74, 144, 226, .39);
  background-image: url('../images/link_icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 27px;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  width: 70px;
  height: 70px;
  margin-right: 0;
  transition: background-color .575s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.arrow-down-shrimp-2:hover {
  background-color: rgba(42, 83, 131, .39);
}

.links-to-pages {
  background-image: url('../images/dsc_8774.png');
  background-position: 50%;
  background-size: contain;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  border-right: 1px solid rgba(0, 0, 0, .3);
  align-items: flex-end;
  height: 100%;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.links-to-pages.select-second {
  background-image: url('../images/dsc_8778.png');
  border-left: 1px solid rgba(0, 0, 0, .3);
}

.links-to-pages.select-therd {
  background-image: url('../images/dsc_2754.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.links-to-pages.chef-s-net-tree {
  background-image: url('../images/chef-s-net-raw-p-d-tail-on.png');
  background-repeat: no-repeat;
  background-size: 190px;
}

.links-to-pages.chef-s-net-tree.bbq3 {
  background-image: url('../images/DSC_2614.png');
  background-position: 50% 70%;
  background-size: 300px;
}

.links-to-pages.chef-s-net-tree._5-bag-photo {
  background-image: url('../images/DSC_2662.png');
  background-size: 240px;
}

.links-to-pages.chef-s-net-tree._10-non {
  background-image: none;
}

.links-to-pages.chef-s-net-two {
  background-image: url('../images/dsc_2755388x579.png');
  background-repeat: no-repeat;
  border-left: 1px solid rgba(0, 0, 0, .3);
}

.links-to-pages.chef-s-net-two.bbq-2 {
  background-image: url('../images/Red_DSC_8770.png');
}

.links-to-pages.chef-s-net-two._7-bag {
  background-image: url('../images/Red_DSC_3927.png');
}

.links-to-pages.chef-s-net-two._10-box {
  background-image: url('../images/RED_DSC_5423_one.png');
}

.links-to-pages.chef-s-net-two._11-box-breaded {
  background-image: url('../images/RED_DSC_5448-1.png');
}

.links-to-pages.one {
  background-image: url('../images/dsc_2751.png');
  background-repeat: no-repeat;
}

.links-to-pages.one.bbq-bag {
  background-image: url('../images/4_tawo_bags.png');
  background-position: 50%;
  background-size: 260px;
}

.links-to-pages.one.bbq-bag-copy {
  background-image: url('../images/Red_DSC_5429.png');
  background-position: 50%;
  background-size: 260px;
}

.links-to-pages.one._4-bag {
  background-image: url('../images/4_tawo_bags.png');
  background-position: 50%;
  background-size: 260px;
}

.links-to-pages.one._10-breaded {
  background-image: url('../images/RED_DSC_5522_one.png');
  background-position: 50%;
  background-size: 340px;
}

.links-to-pages.one._11-breaded {
  border-top: 1px solid var(--line);
  background-image: url('../images/RED_DSC_5432-1.png');
  background-position: 50%;
  background-size: 340px;
}

.links-to-pages.one.king-box {
  background-image: url('../images/two_boxes.png');
  background-position: 50%;
  background-size: 300px;
}

.links-to-pages.one.mt-box-link {
  border-left: 1px solid var(--line);
  background-image: url('../images/MT_2_boxes.png');
  background-position: 50%;
  background-size: 250px;
}

.links-to-pages.one.snow-crab-2-boxes {
  background-image: url('../images/Snow-Crab-2-boxes.png');
  background-position: 50%;
  background-size: 300px;
}

.links-to-pages.one.snow-crab-bags {
  background-image: url('../images/MT-bags.png');
  background-position: 50%;
  background-size: 300px;
}

.links-to-pages.one.snow-open-box {
  background-image: url('../images/ang_open_DSC_1540.png');
  background-position: 50%;
  background-size: 300px;
}

.links-to-pages.one.mt-merus-link {
  border-left: 1px solid var(--line);
  background-image: url('../images/DSC_7647_new.png');
  background-position: 50%;
  background-size: 330px;
}

.links-to-pages.one.mt-whole-box {
  background-image: url('../images/DSC_7747.png');
  background-position: 50%;
  background-size: 390px;
}

.links-to-pages.bag-4 {
  background-image: url('../images/4_tawo_bags.png');
  background-repeat: no-repeat;
  background-size: 260px;
}

.links-to-pages.bag-5 {
  background-image: url('../images/DSC_2662.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 230px;
  border-left: 1px solid rgba(0, 0, 0, .3);
}

.links-to-pages.bag-7 {
  background-image: url('../images/Red_DSC_3927.png');
  background-repeat: no-repeat;
  background-size: 270px;
  border-left: 1px solid rgba(0, 0, 0, .3);
}

.links-to-pages.box-10-1 {
  background-image: url('../images/RED_DSC_5423_one.png');
}

.links-to-pages.box-10-2 {
  background-image: url('../images/RED_DSC_5522_one.png');
  background-position: 130%;
  background-repeat: no-repeat;
  background-size: 350px;
  border-left: 1px solid rgba(0, 0, 0, .3);
}

.links-to-pages.box-10-2.bbq-2 {
  background-image: url('../images/Red_DSC_8770.png');
}

.links-to-pages.box-10-2._7-bag {
  background-image: url('../images/Red_DSC_3927.png');
}

.links-to-pages.box-10-2._10-box {
  background-image: url('../images/RED_DSC_5423_one.png');
}

.links-to-pages.box-10-2._11-box-breaded {
  background-image: url('../images/RED_DSC_5448-1.png');
}

.links-to-pages.no {
  background-image: none;
  border-bottom-style: none;
  border-right-style: none;
}

.links-to-pages.box-11-1 {
  background-image: url('../images/RED_DSC_5432-1.png');
  background-repeat: no-repeat;
}

.links-to-pages.box-11-2 {
  background-image: url('../images/RED_DSC_5448-1.png');
  background-position: 130%;
  background-repeat: no-repeat;
  background-size: 350px;
  border-left: 1px solid rgba(0, 0, 0, .3);
}

.links-to-pages.box-11-2.bbq-2 {
  background-image: url('../images/Red_DSC_8770.png');
}

.links-to-pages.box-11-2._7-bag {
  background-image: url('../images/Red_DSC_3927.png');
}

.links-to-pages.box-11-2._10-box {
  background-image: url('../images/RED_DSC_5423_one.png');
}

.links-to-pages.box-11-2._11-box-breaded {
  background-image: url('../images/RED_DSC_5448-1.png');
}

.links-to-pages.mt-2-boxes {
  border-left: 1px solid #000;
}

.bold-text-25 {
  color: #42759e;
  width: auto;
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 500;
}

.chef-s-text-copy-copy-2 {
  border-left: 1px solid rgba(0, 0, 0, .3);
  border-right: 1px solid rgba(0, 0, 0, .3);
  width: 370px;
  height: auto;
}

.chef-s-section-3, .chef-s-section-one {
  background-color: var(--white-7);
  justify-content: center;
  display: flex;
}

.chef-s-net-farm-2 {
  border-left: 1px solid rgba(0, 0, 0, .3);
  border-right: 1px solid rgba(0, 0, 0, .3);
  width: 370px;
  height: auto;
}

.brands-all {
  height: auto;
  margin-top: 26px;
}

.brand-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 500px;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
}

.brand-grid.mmarine-gr-logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 500px;
  grid-template-columns: 1fr 1fr 1px;
  grid-auto-columns: 1fr;
  display: grid;
}

.brand-grid.icy-oce-grid {
  grid-template-columns: 1fr 1fr;
}

.mt-logo {
  background-color: var(--white-6);
  background-image: url('../images/MW_logo_color.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 450px;
  width: 100%;
}

.mt-logo.icy-read {
  background-image: url('../images/Icy_Oceans_logo.png');
  background-position: 77%;
  background-size: 350px;
}

.mt-logo.bbq_logo {
  background-image: url('../images/bbq_Logo.png');
  background-size: 290px;
}

.mt-logo.icy-net-read {
  background-image: url('../images/chefs_net_red.png');
  background-position: 77%;
  background-size: 420px;
}

.div-block-140 {
  background-color: rgba(255, 255, 255, .97);
}

.mt-links {
  background-color: rgba(255, 255, 255, 0);
  width: auto;
}

.div-block-141 {
  width: 100%;
  height: 100%;
  padding: 129px;
}

.marine-list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 310px;
  margin: 96px auto 0;
  display: flex;
}

.marine-list.icy-list {
  text-align: right;
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 53px;
  display: flex;
}

.marine-list.bbq-list {
  padding-top: 90px;
}

.marine-list.chi-f-red-list {
  padding-top: 107px;
}

.marine-list.chefs-net-perple {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  margin-right: auto;
  padding-top: 113px;
  display: flex;
}

.brand-links {
  color: var(--text-all);
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  flex-direction: row;
  justify-content: flex-start;
  width: 380px;
  margin-top: 16px;
  padding: 0 0 0 13px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
  transition: color .375s;
  display: flex;
}

.brand-links:hover {
  color: var(--text-color);
}

.brand-links.red-king-link {
  padding-top: 21px;
}

.brand-links.left {
  text-align: right;
  text-transform: capitalize;
  background-image: none;
  justify-content: flex-end;
  margin-top: 0;
}

.brand-links.left:hover {
  background-color: rgba(255, 255, 255, 0);
}

.div-block-143 {
  background-color: var(--white-main);
  background-image: url('../images/bbq_Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 240px;
}

.all-brands-link-text-2 {
  color: #42759e;
  text-align: center;
  height: 120px;
  margin-top: 0;
  margin-left: 100px;
  padding: 34px 0 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 100;
  display: flex;
}

.brand-text-2 {
  color: #42759e;
  text-align: center;
  height: 120px;
  margin-top: 0;
  margin-left: 69px;
  padding: 24px 0 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 100;
}

.king-text-2 {
  color: #42759e;
  text-align: left;
  height: 50px;
  margin-top: 26px;
  margin-left: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 100;
  display: block;
}

.line-2 {
  border-bottom: 1px solid #42759e;
  padding: 22px 0 18px;
}

.boxes-photos-2 {
  color: #42759e;
  text-align: center;
  height: 80%;
  margin-left: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 100;
}

.text-master-2 {
  color: #42759e;
  text-align: justify;
  height: 50%;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-master-2.snow-crab-copy {
  margin-left: 100px;
  padding: 173px 145px 145px;
}

.text-master-2.sizes-king {
  text-align: left;
  width: 310px;
  height: 70%;
  padding: 0 51px 51px;
}

.text-master-2.king-crab {
  height: 100%;
  margin-left: 0;
  padding: 179px 122px 122px;
}

.text-master-2.gene {
  text-align: left;
  height: 20%;
  margin-left: 100px;
  padding: 7px 52px 22px 68px;
  font-size: 30px;
  line-height: 31px;
}

.text-master-2.frozen-bulk-text-copy {
  text-align: left;
  height: 30%;
  padding: 33px 87px 0 69px;
  font-size: 26px;
  line-height: 34px;
}

.text-master-2.snow-info {
  text-align: left;
  height: 20%;
  margin-left: 100px;
  padding: 7px 52px 22px 68px;
  font-size: 23px;
  line-height: 31px;
}

.text-master-2.snow-info-ang {
  text-align: left;
  height: 20%;
  margin-left: 100px;
  padding: 7px 46px 53px 68px;
  font-size: 17px;
  line-height: 21px;
}

.about-greed {
  background-color: var(--white-7);
  flex: 1;
  grid-template-rows: 500px;
  grid-template-columns: 100px 1fr 1fr;
  grid-auto-rows: .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  justify-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  display: grid;
}

.about-greed.icy-ocean-greed {
  background-color: var(--white-7);
  grid-template-rows: 500px;
  grid-template-columns: 100px 1fr 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
  justify-content: end;
}

.sl2-brands {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/merus_box.jpg');
  background-position: 100% 0;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl3-brands {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/shrimp_boxes.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

._100pix-left {
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  padding-left: 0;
}

._100pix-left.whole-div {
  background-color: #fff;
}

.text-link-block {
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  width: auto;
}

.right-logo {
  background-color: var(--white-6);
  background-image: url('../images/icy_logo.png');
  background-position: 33%;
  background-repeat: no-repeat;
  background-size: 310px;
  width: 100%;
}

.right-logo.chef-s-logo-right {
  background-image: url('../images/chefs_net.png');
  background-position: 47%;
  background-size: 400px;
}

.right-logo.chef-s-logo-right-perpl {
  background-image: url("https://assets-global.website-files.com/648a260a7604d80072198307/648a260a7604d8007219835d_Chef's_Net_perp_logo.png");
  background-position: 47%;
  background-size: 420px;
}

.right-logo.photo-about {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/DSC_9633.jpg');
  background-position: 0 0, 33%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  display: flex;
}

.sl1-chef-s-net-perpl {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2785.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.chef-s-logo-red {
  background-image: url('../images/chefs_net_red.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 410px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.chef-s-logo-red.bbq-banner-logo {
  background-image: url('../images/bbq_Logo.png');
  background-size: 215px;
}

.chef-s-logo-red.icy-logo-red {
  background-image: url('../images/Icy_Oceans_logo.png');
  background-size: 215px;
}

.chef-s-logo-red.icy-logo {
  background-image: url('../images/icy_logo.png');
  background-size: 215px;
}

.chef-s-section-2, .chef-s-section-1, .chef-s-section-two, .chef-s-section-one-copy {
  background-color: var(--white-7);
  justify-content: center;
  display: flex;
}

.farmed-flag-banner-2 {
  z-index: 0;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60px;
  height: 439vh;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 270px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.farmed-flag-banner-2.ch-net-tail-flag {
  z-index: 0;
  height: 520vh;
  display: none;
}

.farmed-flag-banner-2.ch-net-raw-flag {
  z-index: 0;
  height: 489vh;
  display: none;
}

.farmed-flag-banner-2.ch-net-raw-sh-flag {
  height: 500vh;
  display: none;
}

.shrimp-about-main-copy {
  opacity: .96;
  background-color: rgba(0, 0, 0, 0);
  height: 94vh;
}

.shrimp-about-main-copy.snow-crab {
  height: auto;
}

.top-page-sothern {
  opacity: .96;
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.top-page-sothern.snow-crab {
  height: auto;
}

.cluster-southern {
  background-color: #fff;
  height: 610px;
}

.section-27 {
  background-image: url('../images/DSC_4065.jpg');
  background-position: 50%;
  background-size: auto;
  height: 400px;
}

.siuth-banner {
  background-image: url('../images/DSC_4065.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.sl1-chef-s-net-cooked {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2749-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl1-chef-s-net-cooked.icy-red-banner {
  background-image: url('../images/DSC_2859.jpg');
}

.sl1-chef-s-net-cooked.ez-peel-banner {
  background-image: url('../images/DSC_2785.jpg');
}

.sl1-chef-s-net-cooked-p-d-tail-on {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2768.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl1-chef-s-net-cooked-p-d-tail-on.icy-red-banner {
  background-image: url('../images/DSC_2859.jpg');
}

.sl1-chef-s-net-cooked-p-d-tail-on.ez-peel-banner {
  background-image: url('../images/DSC_2785.jpg');
}

.bbq-bags {
  background-color: var(--white-7);
  justify-content: center;
  display: flex;
}

.farmed-flag-banner-copy {
  z-index: 10;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60px;
  height: 485vh;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 270px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-144 {
  width: 100%;
  height: 400px;
  position: absolute;
}

.wild-flag-banner {
  z-index: 1;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60px;
  height: 430vh;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 270px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.flag-mouve-copy {
  background-image: url('../images/WILD_CAUGHT.svg');
  background-position: 50% 66%;
  background-repeat: no-repeat;
  background-size: 119px;
  width: 75px;
  height: 130px;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.flag-mouve-copy.wild-flug {
  display: block;
  position: -webkit-sticky;
  position: sticky;
}

.home-logo-copy {
  background-image: url('../images/MW_logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300px;
  align-items: flex-end;
  width: 230px;
  min-width: 100px;
  height: 170px;
  min-height: 100px;
  margin-top: 0;
  margin-bottom: 123px;
  margin-right: 42px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.sl3-red-crab {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_4065.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.container-18 {
  background-image: url('../images/DSC_2252_cluster_long.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.argentine-wild {
  background-color: var(--white-7);
  justify-content: center;
  display: flex;
}

.breaded {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, 0);
  grid-template-rows: 370px 370px;
  grid-template-columns: 370px 370px;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  margin-top: 0;
  display: grid;
}

._1bbq-bay {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/Pink-grilling.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

._1bbq-bay.icy-red-banner {
  background-image: url('../images/DSC_2859.jpg');
}

._1bbq-bay.ez-peel-banner {
  background-image: url('../images/DSC_2785.jpg');
}

._1bbq-bay._8chef-s-net-raw-bann {
  background-image: url('../images/DSC_2749-1_1.jpg');
}

.logo-banner-chef-s1-copy {
  text-align: left;
  background-image: url('../images/DSC_2749-1_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  height: 400px;
  display: flex;
}

.logo-banner-chef-s1-copy.icy-red-logo-banner {
  background-image: url('../images/DSC_2859.jpg');
}

.logo-banner-chef-s1-copy.ez-peel {
  background-image: url('../images/DSC_2785.jpg');
}

.logo-banner-chef-s1-copy.bbq-logobanner {
  background-image: url('../images/Pink-grilling.jpg');
  background-position: 50%;
}

.logo-banner-chef-s1-copy.bbq-banner-2 {
  background-image: url('../images/DSC_2716-1.jpg');
}

.logo-banner-chef-s1-copy.breaded-banner {
  background-image: url('../images/DSC_9035.jpg');
}

.logo-banner-chef-s1-copy._11-breaded-banner {
  background-image: url('../images/DSC_8933.jpg');
}

._1bbq-bay-banner {
  text-align: left;
  background-image: url('../images/Grill_Skewer_DSC_9759.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  height: 400px;
  display: flex;
}

._1bbq-bay-banner.icy-red-logo-banner {
  background-image: url('../images/DSC_2859.jpg');
}

._1bbq-bay-banner.ez-peel {
  background-image: url('../images/DSC_2785.jpg');
}

._1bbq-bay-banner.bbq-logobanner {
  background-image: url('../images/Pink-grilling.jpg');
  background-position: 50%;
}

._1bbq-bay-banner.bbq-banner-2 {
  background-image: url('../images/DSC_2716-1.jpg');
}

._1bbq-bay-banner.breaded-banner {
  background-image: url('../images/DSC_9035.jpg');
}

._1bbq-bay-banner._11-breaded-banner {
  background-image: url('../images/DSC_8933.jpg');
}

.bold-text-27 {
  color: var(--text-all);
  margin-top: 13px;
  font-family: Roboto, sans-serif;
  font-size: 21px;
}

.blue-text-under {
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: uppercase;
  justify-content: flex-start;
  width: 270px;
  margin-bottom: -22px;
  font-size: 40px;
  line-height: 23px;
  display: flex;
}

.learn-about-king-copy-copy {
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  width: auto;
  height: 40px;
  margin-top: 0;
  margin-right: 30px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.learn-about-king-copy-copy:hover {
  color: var(--red);
}

.snow-crab-kink {
  text-transform: capitalize;
  background-color: rgba(56, 152, 236, 0);
  width: 410px;
  height: 47px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.snow-crab-kink:hover {
  color: var(--red);
}

.snow-crab-kink-copy {
  text-transform: capitalize;
  background-color: rgba(56, 152, 236, 0);
  width: 410px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.snow-crab-kink-copy:hover {
  color: var(--red);
}

.text-block-35-copy {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  display: flex;
}

.whole-snow-crab {
  color: #fff;
  text-align: center;
  background-image: url('../images/Whole-Snow-Crab.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 31px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  display: flex;
}

.container-19 {
  flex: 1;
  height: 100vh;
  display: flex;
}

.text-block-42 {
  color: #42759e;
  width: 100px;
  height: 100%;
  margin-top: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  line-height: 114px;
}

.leg-name-copy-2 {
  color: #42759e;
  text-align: right;
  text-transform: uppercase;
  margin: 41px 15px 15px;
  font-family: Roboto, sans-serif;
  font-size: 43px;
  font-weight: 300;
}

.text-block-43 {
  z-index: 10;
  color: var(--text-all);
  text-align: right;
  justify-content: space-between;
  width: 100%;
  padding: 28px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.sizes {
  color: #42759e;
  width: 100px;
  height: auto;
  margin-top: -54px;
  margin-left: -24px;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 103px;
}

.whole-snow-crab-had-text {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: -42%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heading-7 {
  color: #fff;
  padding-left: 51px;
}

.bold-text-28 {
  font-size: 36px;
}

.cluster-text {
  border: 1px solid var(--text-all);
  background-color: var(--white-3);
  border-radius: 8px;
  justify-content: flex-end;
  width: 190px;
  height: 70px;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -55%;
}

.text-block-44 {
  flex: 1;
  padding: 17px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.bold-text-29 {
  color: var(--text-all);
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 300;
}

.section-28 {
  background-color: var(--white-8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.cluster-size {
  flex-direction: column;
  justify-content: center;
  height: auto;
  margin-top: 0;
  display: flex;
}

.div-block-145 {
  background-image: url('../images/Cluster-Size.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 720px;
  height: 420px;
}

.heading-8 {
  color: var(--text-all);
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 53px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

._12up {
  background-image: url('../images/Cluster-Size.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 680px;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  height: 420px;
  margin-top: 0;
  display: flex;
}

._12-up-size {
  color: var(--text-all);
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 34px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 300;
  display: flex;
  position: relative;
}

._10up {
  background-image: url('../images/Cluster-Size.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 540px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 720px;
  height: 420px;
  display: flex;
}

._10-up-size {
  color: var(--text-all);
  text-align: right;
  margin-top: 283px;
  margin-bottom: -59px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.container-20 {
  margin-top: -2px;
}

._8up {
  background-image: url('../images/Cluster-Size.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 480px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 720px;
  height: 420px;
  display: flex;
}

._5-8up {
  background-image: url('../images/Cluster-Size.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 420px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 720px;
  height: 420px;
  display: flex;
}

._4up {
  background-image: url('../images/Cluster-Size.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 310px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 720px;
  height: 420px;
  display: flex;
}

.wild-caught-flag {
  z-index: 10;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60px;
  height: 4561px;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 270px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.wild-caught-flag.bbq-flag {
  height: 416vh;
  margin-top: 100px;
}

.wild-caught-flag.grilling-flag {
  height: 319vh;
  margin-top: 100px;
}

.wild-caught-flag.grilling-flag-copy, .wild-caught-flag.bbq-flag {
  height: 250vh;
  margin-top: 100px;
}

.wild-caught-flag-copy {
  z-index: 10;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60px;
  height: 254vh;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 270px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.wild-caught-flag-copy.bread-flag {
  height: 340vh;
}

.wild-caught-flag-copy.wild-arg-flag, .wild-caught-flag-copy.icy-ar-sh-flag {
  height: 400vh;
}

.wild-caught-flag-copy.icy-oc-bread-flag {
  height: 480vh;
}

.srimp-nav-all {
  text-align: right;
  flex-direction: column;
  flex: none;
  order: 0;
  justify-content: center;
  align-items: flex-end;
  height: 250px;
  margin-top: -24px;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: 36%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.learn-aabout-shrimp-2 {
  text-transform: lowercase;
  background-color: rgba(56, 152, 236, 0);
  width: 410px;
  height: 30px;
  margin-top: -7px;
  margin-bottom: 6px;
  margin-right: 30px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.learn-aabout-shrimp-2:hover {
  color: red;
}

.learn-aabout-shrimp-2.w--current {
  margin-top: 0;
  margin-bottom: 6px;
}

.farm-raised-shrimp-2 {
  text-transform: lowercase;
  background-color: rgba(56, 152, 236, 0);
  width: 410px;
  height: 30px;
  margin-top: -7px;
  margin-right: 30px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.farm-raised-shrimp-2:hover {
  color: red;
}

.wild-caught-shrimp-link-2 {
  text-transform: lowercase;
  background-color: rgba(56, 152, 236, 0);
  width: 410px;
  height: 30px;
  margin-top: -7px;
  margin-right: 30px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.wild-caught-shrimp-link-2:hover {
  color: red;
}

.dropdown-list-all-shrimp {
  border-top-right-radius: 10px;
  padding-left: 0;
}

.dropdown-list-all-shrimp.w--open {
  background-color: rgba(74, 144, 226, .68);
  border-radius: 0;
  width: 198px;
  margin-top: -101px;
  margin-left: 107px;
  padding-left: 0;
  display: block;
  overflow: visible;
}

.dropdown-link-14 {
  color: #fff;
}

.dropdown-link-15 {
  color: #fff;
  text-transform: uppercase;
}

.bold-text-31 {
  width: auto;
  font-size: 12px;
}

.dropdown-link-16 {
  color: #fff;
  font-size: 12px;
}

.dropdown-link-17, .dropdown-link-18, .bold-text-32, .dropdown-link-19, .dropdown-link-20 {
  color: #fff;
}

.bold-text-33 {
  text-transform: uppercase;
  font-size: 12px;
}

.bold-text-34 {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.bold-text-35, .bold-text-36 {
  font-size: 12px;
}

.bold-text-37 {
  color: #fff;
  white-space: pre-wrap;
  flex-wrap: nowrap;
  display: flex;
}

.dropdown-link-21 {
  color: #fff;
  white-space: pre-wrap;
  display: flex;
}

.dropdown-link-22 {
  color: #fffdfd;
  white-space: pre-wrap;
  display: flex;
}

.dropdown-link-23 {
  color: #fffefe;
  white-space: pre-wrap;
  display: flex;
}

.dropdown-link-24 {
  color: snow;
  white-space: pre-wrap;
  display: flex;
}

.dropdown-link-25, .dropdown-link-26, .dropdown-link-27 {
  color: #fff;
  white-space: pre-wrap;
  display: flex;
}

.dropdown-link-28 {
  color: #fff;
  text-transform: uppercase;
  white-space: pre-wrap;
  display: flex;
}

.bold-text-38 {
  color: #fff;
  text-transform: uppercase;
}

.bold-text-39, .bold-text-40, .bold-text-41 {
  color: #fff;
}

.general-info-ang {
  background-color: rgba(255, 255, 255, .85);
  width: 100%;
  margin-top: 0;
}

.snow-ang-description {
  background-image: url('../images/Snow_crab_info.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90%;
  height: 100%;
  margin-top: 0;
  margin-left: 52px;
}

.banner-sl4 {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2716-1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.banner-sl4.about1 {
  background-image: url('../images/dsc_6229.jpg');
}

.banner-sl4.qt1 {
  background-image: url('../images/dsc_3797dsc_3796.jpg');
}

.banner-sl4.news1 {
  background-image: url('../images/DSC_6187.jpg');
}

.banner-sl4.quality-sl1 {
  background-image: url('../images/dsc_3797dsc_3796.jpg');
}

.banner-sl4.about-4 {
  background-color: #fff;
  background-image: none;
}

.about-main-part {
  opacity: .96;
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.about-main-part.snow-crab {
  height: auto;
}

.logos-greed-copy {
  background-color: var(--white-7);
  flex: 1;
  grid-template-rows: 500px;
  grid-template-columns: 100px 1fr 50%;
  grid-auto-rows: .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  justify-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  display: grid;
}

.logos-greed-copy.icy-ocean-greed {
  background-color: var(--white-7);
  justify-content: end;
}

.about-left-text {
  background-color: var(--white-6);
  justify-content: center;
  width: 100%;
  display: flex;
}

.about-left-text.icy-read {
  background-image: url('../images/Icy_Oceans_logo.png');
  background-position: 77%;
  background-size: 370px;
}

.about-left-text.bbq_logo {
  background-image: url('../images/bbq_Logo.png');
  background-size: 290px;
}

.about-left-text.icy-net-read {
  background-image: url('../images/chefs_net_red.png');
  background-position: 77%;
  background-size: 470px;
}

.about-left-text.about-photo-left {
  background-image: url('../images/DSC_4698.jpg');
  background-position: 0 0;
  background-size: auto;
}

.about-right-text {
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  width: 100%;
  display: flex;
}

.heading-about-photo {
  color: var(--text-all);
  justify-content: center;
  width: 341px;
  height: 70px;
  margin: 222px 0 0;
  font-family: Roboto, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 35px;
  display: flex;
}

.dss-in-2010 {
  font-weight: 500;
  display: block;
}

.qt-text-main {
  clear: none;
  color: var(--text-all);
  text-align: justify;
  letter-spacing: 0;
  text-indent: 1px;
  flex: 0 auto;
  width: 740px;
  height: auto;
  margin: 0;
  font-family: Roboto, sans-serif;
}

.qt-text-main.about-text-left {
  margin-left: -16px;
}

.qt-text-main.about-susta {
  margin-top: 0;
}

.qt-text-main.aur-premium {
  margin-top: 72px;
}

.about-right-photos {
  background-color: rgba(255, 255, 255, .32);
  background-image: linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../images/DSC_9633.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  width: 100%;
  display: flex;
}

.about-right-photos.chef-s-logo-right {
  background-image: url('../images/chefs_net.png');
  background-position: 47%;
  background-size: 410px;
}

.about-right-photos.chef-s-logo-right-perpl {
  background-image: url("https://assets-global.website-files.com/648a260a7604d80072198307/648a260a7604d8007219835d_Chef's_Net_perp_logo.png");
  background-position: 47%;
  background-size: 470px;
}

.about-text-left1 {
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
}

.hq-frozen {
  color: #fff;
  font-weight: 500;
  display: block;
}

.heading-about {
  color: var(--text-all);
  justify-content: center;
  width: 392px;
  height: 70px;
  margin: 222px 0 0;
  font-family: Roboto, sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 35px;
  display: flex;
}

.heading-about.had-right-about {
  color: #fff;
  width: 336px;
}

.heading-about.about-white {
  color: #fff;
}

.section-29 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/DSC_6188.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 560px;
  display: flex;
}

.text-block-45 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-42 {
  color: #fff;
  justify-content: center;
  font-family: Roboto, sans-serif;
  font-size: 27px;
  font-weight: 400;
  display: flex;
}

.section-30 {
  background-color: var(--white-3);
  height: 230px;
}

.qt-text {
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.news-main {
  background-color: var(--white-6);
  opacity: .96;
  background-image: url('../images/sena21-home-slider-bg.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
}

.news-main.snow-crab {
  height: auto;
}

.about-right-text-main {
  clear: none;
  color: var(--text-all);
  text-align: justify;
  letter-spacing: 0;
  text-indent: 1px;
  flex: 0 auto;
  width: 80%;
  height: auto;
  margin: 0;
  font-family: Roboto, sans-serif;
}

.about-right-text-main.about-text-left {
  margin-left: -16px;
}

.about-right-text-main.about-susta {
  margin-top: 0;
}

.about-right-text-main.aur-premium {
  margin-top: 72px;
}

.news-boston {
  clear: none;
  color: var(--text-all);
  text-align: left;
  letter-spacing: 0;
  text-indent: 1px;
  flex: 0 auto;
  width: 80%;
  height: auto;
  margin: 0 0 0 21px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.news-boston.about-text-left {
  margin-left: -16px;
}

.news-boston.about-susta {
  margin-top: 0;
}

.news-boston.aur-premium {
  margin-top: 72px;
}

.about-batt-main {
  clear: none;
  color: var(--text-all);
  text-align: justify;
  letter-spacing: 0;
  text-indent: 1px;
  flex: 0 auto;
  width: 740px;
  height: auto;
  margin: 0;
  font-family: Roboto, sans-serif;
}

.about-batt-main.about-text-left {
  margin-left: -16px;
}

.about-batt-main.about-susta {
  margin-top: 0;
}

.about-batt-main.aur-premium {
  margin-top: 1px;
}

.grid-boston {
  grid-column-gap: 0px;
  grid-template-rows: 480px;
  grid-template-columns: 100px 1fr 1fr;
}

.text-block-46 {
  color: #fff;
  text-align: right;
  font-family: Roboto, sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 39px;
}

.dss-logo-block {
  border-right: 1px solid var(--white-3);
  flex-direction: column;
  align-items: flex-end;
  width: 320px;
  margin-right: 0;
  padding-right: 21px;
  line-height: 50px;
  display: flex;
}

.block-logo-boston {
  background-image: url('../images/boston-logo.png');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: contain;
}

.paragraph-76 {
  text-align: left;
  padding-top: 17px;
  padding-bottom: 23px;
  padding-left: 57px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.link-block-12 {
  background-image: url('../images/boston-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 430px;
  height: 110px;
  margin-left: 56px;
}

.news-greed {
  background-color: var(--white-7);
  flex: 1;
  grid-template-rows: 500px;
  grid-template-columns: 98px 1fr 1fr;
  grid-auto-rows: .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  justify-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  display: grid;
}

.news-greed.icy-ocean-greed {
  background-color: var(--white-7);
  grid-template-rows: 500px;
  grid-template-columns: 97px 1fr 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
  justify-content: end;
}

.would-like {
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
}

.expo-photo {
  background-color: var(--white-6);
  background-image: url('../images/boston_news_1.jpg');
  background-position: 33%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.expo-photo.chef-s-logo-right {
  background-image: url('../images/chefs_net.png');
  background-position: 47%;
  background-size: 410px;
}

.expo-photo.chef-s-logo-right-perpl {
  background-image: url("https://assets-global.website-files.com/648a260a7604d80072198307/648a260a7604d8007219835d_Chef's_Net_perp_logo.png");
  background-position: 47%;
  background-size: 470px;
}

.expo-photo.photo-about {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/DSC_9633.jpg');
  background-position: 0 0, 33%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  display: flex;
}

.about-left {
  clear: none;
  color: var(--text-all);
  text-align: left;
  letter-spacing: 0;
  text-indent: 1px;
  flex: 0 auto;
  width: 80%;
  height: auto;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 19px;
}

.about-left.about-text-left {
  margin-left: -16px;
}

.about-left.about-susta {
  margin-top: 0;
}

.about-left.aur-premium {
  margin-top: 72px;
}

.news-greed-2 {
  background-color: var(--white-7);
  flex: 1;
  grid-template-rows: 500px;
  grid-template-columns: 98px 1fr 1fr;
  grid-auto-rows: .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  justify-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  display: grid;
}

.news-greed-2.icy-ocean-greed {
  background-color: var(--white-7);
  grid-template-rows: 500px;
  grid-template-columns: 97px 1fr 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
  justify-content: end;
}

.news-2 {
  background-color: var(--white-7);
  flex: 1;
  grid-template-rows: 500px;
  grid-template-columns: 98px 1fr 1fr;
  grid-auto-rows: .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  justify-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  display: grid;
}

.news-2.icy-ocean-greed {
  background-color: var(--white-7);
  grid-template-rows: 500px;
  grid-template-columns: 97px 1fr 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
  justify-content: end;
}

.news-2.news-2part {
  background-color: var(--white-7);
  grid-template-rows: 500px;
  grid-template-columns: 97px 1fr 1fr;
  grid-auto-columns: .25fr;
  justify-content: end;
}

.right-photo-news {
  background-color: var(--white-6);
  background-image: url('../images/icy_logo.png');
  background-position: 33%;
  background-repeat: no-repeat;
  background-size: 310px;
  width: 100%;
}

.right-photo-news.chef-s-logo-right {
  background-image: url('../images/chefs_net.png');
  background-position: 47%;
  background-size: 410px;
}

.right-photo-news.chef-s-logo-right-perpl {
  background-image: url("https://assets-global.website-files.com/648a260a7604d80072198307/648a260a7604d8007219835d_Chef's_Net_perp_logo.png");
  background-position: 47%;
  background-size: 470px;
}

.right-photo-news.photo-about {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/DSC_9633.jpg');
  background-position: 0 0, 33%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  display: flex;
}

.right-photo-news.photo-news {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/boston_news_1.jpg');
  background-position: 0 0, 33%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  display: flex;
}

.news-text-left {
  width: 65%;
  margin-left: -48px;
  font-size: 20px;
  line-height: 30px;
}

.text-news-left {
  color: var(--text-all);
  width: 100%;
  font-family: Roboto, sans-serif;
  display: flex;
}

.news-king-text {
  width: 65%;
  margin-left: -34px;
  font-size: 20px;
  line-height: 30px;
}

.text-news-left-krab {
  color: #000;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  display: flex;
}

.text-news-left-krab.merus-pre-cut {
  padding: 13px 0;
  font-weight: 300;
}

.text-news-left-krab.top-line {
  padding-bottom: 4px;
  font-size: 31px;
}

.news-3 {
  background-color: rgba(252, 252, 252, .64);
  flex: 1;
  grid-template-rows: 500px;
  grid-template-columns: 98px 1fr 1fr;
  grid-auto-rows: .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  justify-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  display: grid;
}

.news-3.icy-ocean-greed {
  background-color: var(--white-7);
  grid-template-rows: 500px;
  grid-template-columns: 97px 1fr 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
  justify-content: end;
}

.news-3.news-2part {
  background-color: var(--white-7);
  grid-template-rows: 500px;
  grid-template-columns: 97px 1fr 1fr;
  grid-auto-columns: .25fr;
  justify-content: end;
}

.king-had {
  color: #000;
  margin-top: 2px;
  margin-bottom: 0;
}

.merus-box-news {
  background-color: #fff;
  background-image: url('../images/merus-box.jpg');
  background-position: 33%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}

.merus-box-news.chef-s-logo-right {
  background-image: url('../images/chefs_net.png');
  background-position: 47%;
  background-size: 410px;
}

.merus-box-news.chef-s-logo-right-perpl {
  background-image: url("https://assets-global.website-files.com/648a260a7604d80072198307/648a260a7604d8007219835d_Chef's_Net_perp_logo.png");
  background-position: 47%;
  background-size: 470px;
}

.merus-box-news.photo-about {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/DSC_9633.jpg');
  background-position: 0 0, 33%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  display: flex;
}

.merus-box-news.photo-news {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/boston_news_1.jpg');
  background-position: 0 0, 33%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  display: flex;
}

.paragraph-77 {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 13px;
}

.button-6 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 40px;
  margin-top: 23px;
  font-size: 12px;
  display: flex;
}

.button-6:hover {
  background-color: var(--dark-orange);
}

.news-4-box-king {
  background-color: #fff;
  flex: 1;
  grid-template-rows: 500px;
  grid-template-columns: 98px 1fr 1fr;
  grid-auto-rows: .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  justify-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  display: grid;
}

.news-4-box-king.icy-ocean-greed {
  background-color: var(--white-7);
  grid-template-rows: 500px;
  grid-template-columns: 97px 1fr 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
  justify-content: end;
}

.news-4-box-king.news-2part {
  background-color: var(--white-7);
  grid-template-rows: 500px;
  grid-template-columns: 97px 1fr 1fr;
  grid-auto-columns: .25fr;
  justify-content: end;
}

.news-text-left-copy {
  width: 65%;
  margin-left: -48px;
  font-size: 20px;
  line-height: 30px;
}

.whole-box {
  background-image: url('../images/whole_king_3D-1.jpg');
  background-position: 0 0;
  background-size: contain;
  width: 100%;
}

.news-4-batt {
  background-color: rgba(252, 252, 252, .64);
  flex: 1;
  grid-template-rows: 500px;
  grid-template-columns: 98px 1fr 1fr;
  grid-auto-rows: .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  justify-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  display: grid;
}

.news-4-batt.icy-ocean-greed {
  background-color: var(--white-7);
  grid-template-rows: 500px;
  grid-template-columns: 97px 1fr 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
  justify-content: end;
}

.news-4-batt.news-2part {
  background-color: var(--white-7);
  grid-template-rows: 500px;
  grid-template-columns: 97px 1fr 1fr;
  grid-auto-columns: .25fr;
  justify-content: end;
}

.whole-photo-box {
  background-color: #fff;
  background-image: url('../images/whole_king_3D-1.jpg');
  background-position: 33%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}

.whole-photo-box.chef-s-logo-right {
  background-image: url('../images/chefs_net.png');
  background-position: 47%;
  background-size: 410px;
}

.whole-photo-box.chef-s-logo-right-perpl {
  background-image: url("https://assets-global.website-files.com/648a260a7604d80072198307/648a260a7604d8007219835d_Chef's_Net_perp_logo.png");
  background-position: 47%;
  background-size: 470px;
}

.whole-photo-box.photo-about {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/DSC_9633.jpg');
  background-position: 0 0, 33%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  display: flex;
}

.whole-photo-box.photo-news {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/boston_news_1.jpg');
  background-position: 0 0, 33%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  display: flex;
}

.button-6-whole {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 40px;
  margin-top: 23px;
  font-size: 12px;
  display: flex;
}

.form-block-2 {
  width: 300px;
}

.banner-sl5 {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2786.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.banner-sl5.about2 {
  background-image: url('../images/DSC_1534.jpg');
}

.banner-sl5.qt2 {
  background-image: url('../images/dsc_37472.jpg');
}

.banner-sl5.news2 {
  background-image: url('../images/merus_box.jpg');
}

.banner-sl5.quality-sl2 {
  background-image: url('../images/DSC_7233.jpg');
}

.banner-sl5.quality-sl3 {
  background-image: url('../images/Grill_Skewer_DSC_9759.jpg');
}

.banner-sl5.quality-sl-4 {
  background-image: url('../images/DSC_5835.jpg');
}

.banner-sl5.news3, .banner-sl5.news4 {
  background-image: url('../images/merus_box.jpg');
}

.banner-sl6 {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2786.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.banner-sl6.about2 {
  background-image: url('../images/DSC_1534.jpg');
}

.banner-sl6.qt2 {
  background-image: url('../images/dsc_37472.jpg');
}

.banner-sl6.news2 {
  background-image: url('../images/merus_box.jpg');
}

.banner-sl6.quality-sl2 {
  background-image: url('../images/DSC_7233.jpg');
}

.banner-sl6.quality-sl3 {
  background-image: url('../images/Grill_Skewer_DSC_9759.jpg');
}

.banner-sl6.quality-sl-4 {
  background-image: url('../images/DSC_5835.jpg');
}

.banner-sl6.news3, .banner-sl6.news4 {
  background-image: url('../images/merus_box.jpg');
}

.banner-sl6.news3 {
  background-image: url('../images/IMG_6791.jpg');
}

.banner-sl6.news4 {
  background-image: url('../images/DSC_3829.jpg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-146 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.text-block-47 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.div-block-147 {
  color: var(--text-all);
  width: 80%;
  font-family: Roboto, sans-serif;
}

.form-2 {
  flex-direction: column;
  align-items: flex-start;
  height: 340px;
  display: flex;
}

.submit-button-3 {
  background-color: #000;
  width: 140px;
  margin-top: 12px;
}

.submit-button-3:hover {
  background-color: var(--dark-orange);
}

.text-block-48 {
  color: var(--text-all);
  text-align: left;
  margin-top: -6px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.success-message {
  background-color: var(--white-4);
  margin-top: 13px;
}

.text-block-49 {
  color: var(--text-all);
  font-family: Roboto, sans-serif;
}

.text-field-3 {
  border: 1px solid var(--line);
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  height: 100px;
}

.text-field-4, .text-field-5 {
  border: 1px solid var(--line);
  background-color: rgba(0, 0, 0, 0);
}

.field-label-2 {
  border: 1px none var(--text-all);
  color: var(--text-all);
}

.field-label-3, .field-label-4 {
  color: var(--text-all);
}

.grilling-shrimp-had {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  flex-direction: column-reverse;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  width: 540px;
  margin-top: -10px;
  margin-bottom: 17px;
  padding: 0 27px 0 19px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 55px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.grilling-shrimp-had.new-king-about {
  width: 460px;
}

.grilling-sl1 {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_9764.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.grilling-sl1.br2 {
  background-image: url('../images/DSC_8983.jpg');
}

.grilling-sl2 {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_9906.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.grilling-sl2.far2 {
  background-image: url('../images/DSC_2786.jpg');
}

.grilling-sl3 {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_9809.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.grilling-sl4 {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_8933.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.grilling-sl4.far4 {
  background-image: url('../images/DSC_2670.jpg');
}

.grilling-ba {
  background-image: url('../images/chefs_net.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 410px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.grilling-ba.logo-perpl {
  background-image: url("https://assets-global.website-files.com/648a260a7604d80072198307/648a260a7604d8007219835d_Chef's_Net_perp_logo.png");
}

.grilling-ba.logo-icy {
  background-image: url('../images/icy_logo.png');
  background-size: 240px;
}

.grilling-ba.red-logo-icy {
  background-image: url('../images/Icy_Oceans_logo.png');
  background-size: 280px;
}

.grilling-ba._12-logo-bann {
  background-image: url('../images/chefs_net_red.png');
}

.grilling-ba.bbq-logo {
  background-image: url('../images/bbq_Logo.png');
  background-size: 220px;
}

.grilling-ba._1-bbq-logo {
  background-image: url('../images/bbq_Logo.png');
  background-size: 240px;
}

.grilling-ba.breaded-shrimp-logo-1 {
  background-image: url('../images/Icy_Oceans_logo.png');
  background-size: 220px;
}

.grilling-bann {
  text-align: left;
  background-image: url('../images/DSC_2749-1_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  height: 400px;
  display: flex;
}

.grilling-bann.icy-red-logo-banner {
  background-image: url('../images/DSC_2859.jpg');
}

.grilling-bann.ez-peel {
  background-image: url('../images/DSC_2785.jpg');
}

.grilling-bann.bbq-logobanner {
  background-image: url('../images/DSC_9908.jpg');
  background-position: 50% 100%;
}

.grilling-bann.bbq-banner-2 {
  background-image: url('../images/DSC_2716-1.jpg');
}

.grilling-bann.breaded-banner {
  background-image: url('../images/DSC_9035.jpg');
}

.grilling-bann._11-breaded-banner {
  background-image: url('../images/DSC_8933.jpg');
}

.grilling-bann.icy-logo {
  background-image: url('../images/DSC_9035.jpg');
  background-position: 50%;
}

.bbq-bay-sl1 {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/Grill_Skewer_DSC_9759.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.bbq-bay-sl1.icy-red-banner {
  background-image: url('../images/DSC_2859.jpg');
}

.bbq-bay-sl1.ez-peel-banner {
  background-image: url('../images/DSC_2785.jpg');
}

.bbq-bay-sl1._8chef-s-net-raw-bann {
  background-image: url('../images/DSC_2749-1_1.jpg');
}

.bbq-bay-sl2 {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_9906.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.bbq-bay-sl2.icy-red-banner {
  background-image: url('../images/DSC_2859.jpg');
}

.bbq-bay-sl2.ez-peel-banner {
  background-image: url('../images/DSC_2785.jpg');
}

.bbq-bay-sl2._8chef-s-net-raw-bann {
  background-image: url('../images/DSC_2749-1_1.jpg');
}

.bbq-bay-sl3 {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/Pink-grilling.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.bbq-bay-sl3.icy-red-banner {
  background-image: url('../images/DSC_2859.jpg');
}

.bbq-bay-sl3.ez-peel-banner {
  background-image: url('../images/DSC_2785.jpg');
}

.bbq-bay-sl3._8chef-s-net-raw-bann {
  background-image: url('../images/DSC_2749-1_1.jpg');
}

.bbq-bay-text-had {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 0;
  margin-bottom: 48px;
  padding: 0 27px 0 19px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 55px;
  display: flex;
  position: relative;
  top: -53%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bbq-bay-text-had.new-king-about {
  width: 460px;
}

.whole-snow {
  opacity: .96;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  height: 91vh;
  display: flex;
}

.whole-snow.snow-crab {
  height: auto;
}

.whole-snow-crab-main {
  flex: 1;
  height: 100%;
  margin: -10px;
}

.whole-snow-learn {
  font-weight: 400;
}

.mt_logo-copy {
  background-color: rgba(255, 255, 255, .36);
  flex-direction: column;
  width: 100%;
  display: flex;
}

.nut-sizes-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, .45);
  grid-template-rows: 540px;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.sl1-bbq-grilling-shrimp {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_9906.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl1-bbq-grilling-shrimp.icy-red-banner {
  background-image: url('../images/DSC_2859.jpg');
}

.sl1-bbq-grilling-shrimp.ez-peel-banner {
  background-image: url('../images/DSC_2785.jpg');
}

.sl1-bbq-grilling-shrimp._8chef-s-net-raw-bann {
  background-image: url('../images/DSC_2749-1_1.jpg');
}

.logo-banner-bbq-grilling-shrimp {
  text-align: left;
  background-image: url('../images/DSC_9862.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  height: 400px;
  display: flex;
}

.logo-banner-bbq-grilling-shrimp.icy-red-logo-banner {
  background-image: url('../images/DSC_2859.jpg');
}

.logo-banner-bbq-grilling-shrimp.ez-peel {
  background-image: url('../images/DSC_2785.jpg');
}

.logo-banner-bbq-grilling-shrimp.bbq-logobanner {
  background-image: url('../images/Pink-grilling.jpg');
  background-position: 50%;
}

.logo-banner-bbq-grilling-shrimp.bbq-banner-2 {
  background-image: url('../images/DSC_2716-1.jpg');
}

.logo-banner-bbq-grilling-shrimp.breaded-banner {
  background-image: url('../images/DSC_9035.jpg');
}

.logo-banner-bbq-grilling-shrimp._11-breaded-banner {
  background-image: url('../images/DSC_8933.jpg');
}

.logo-banner-bbq-grilling-shrimp.icy-logo {
  background-image: url('../images/DSC_9035.jpg');
  background-position: 50%;
}

.banner-logo-grilling-shrimp {
  background-image: url('../images/bbq_Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 260px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.banner-logo-grilling-shrimp.logo-perpl {
  background-image: url("https://assets-global.website-files.com/648a260a7604d80072198307/648a260a7604d8007219835d_Chef's_Net_perp_logo.png");
}

.banner-logo-grilling-shrimp.logo-icy {
  background-image: url('../images/icy_logo.png');
  background-size: 240px;
}

.banner-logo-grilling-shrimp.red-logo-icy {
  background-image: url('../images/Icy_Oceans_logo.png');
  background-size: 280px;
}

.banner-logo-grilling-shrimp._12-logo-bann {
  background-image: url('../images/chefs_net_red.png');
}

.banner-logo-grilling-shrimp.bbq-logo {
  background-image: url('../images/bbq_Logo.png');
  background-size: 220px;
}

.banner-logo-grilling-shrimp._1-bbq-logo {
  background-image: url('../images/bbq_Logo.png');
  background-size: 240px;
}

.banner-logo-grilling-shrimp.breaded-shrimp-logo-1 {
  background-image: url('../images/Icy_Oceans_logo.png');
  background-size: 220px;
}

.text-block-50 {
  color: var(--text-all);
  text-align: left;
  margin-top: 27px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.section-32 {
  background-color: var(--white-3);
}

.div-block-148 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 38%;
  margin-top: 140px;
  padding-left: 0;
  display: flex;
}

.div-block-148.product-inf {
  justify-content: center;
  width: 80%;
  display: flex;
}

.paragraph-78 {
  color: var(--text-all);
  flex: none;
  justify-content: flex-start;
  width: 50%;
  height: 135px;
  margin-left: 0;
  padding-left: 183px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 27px;
  display: flex;
}

.paragraph-78.product-10 {
  justify-content: flex-end;
  width: 840px;
  padding-left: 0;
}

.container-21 {
  display: block;
}

.prod-info {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-text-2 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 38%;
  margin-top: 173px;
  padding-left: 0;
  display: flex;
}

.div-text-2.product-inf {
  justify-content: center;
  width: 80%;
  display: flex;
}

.heading-9 {
  color: var(--text-all);
  width: 50%;
  padding-left: 183px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.oven-ready-shrimp-10 {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 0;
  margin-bottom: 48px;
  padding: 0 27px 0 19px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 55px;
  display: flex;
  position: relative;
  top: -53%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.oven-ready-shrimp-10.new-king-about {
  width: 460px;
}

.logo-banner-10 {
  text-align: left;
  background-image: url('../images/DSC_8967.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  height: 400px;
  display: flex;
}

.logo-banner-10.icy-red-logo-banner {
  background-image: url('../images/DSC_2859.jpg');
}

.logo-banner-10.ez-peel {
  background-image: url('../images/DSC_2785.jpg');
}

.logo-banner-10.bbq-logobanner {
  background-image: url('../images/Pink-grilling.jpg');
  background-position: 50%;
}

.logo-banner-10.bbq-banner-2 {
  background-image: url('../images/DSC_2716-1.jpg');
}

.logo-banner-10.breaded-banner {
  background-image: url('../images/DSC_9035.jpg');
}

.logo-banner-10._11-breaded-banner {
  background-image: url('../images/DSC_8933.jpg');
}

.logo-banner-10.icy-logo {
  background-image: url('../images/DSC_9035.jpg');
  background-position: 50%;
}

.heading-5-copy, .breaded-text-had {
  text-align: left;
  text-transform: uppercase;
  justify-content: flex-start;
  width: 310px;
  margin-bottom: -22px;
  font-size: 40px;
  line-height: 44px;
  display: flex;
}

.temp-bold-blue-30px-copy {
  color: var(--text-all);
  margin-left: 58px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 33px;
}

.temp-bold-blue-30px-copy.ang-gen-info {
  height: auto;
  margin-top: 0;
  padding: 81px 81px 81px 122px;
}

.temp-bold-blue-30px-copy.argent-had-text {
  margin-left: 0;
}

.box-photo {
  background-color: var(--white-main);
  background-image: url('../images/2_boxes.png');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: 660px;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.box-photo.chef-s-perpl-bag {
  background-image: url('../images/dsc_2754.png');
  background-position: 50%;
  background-size: 420px;
}

.box-photo.icy-14 {
  background-image: url('../images/DSC_2909.png');
  background-position: 54%;
  background-size: 460px;
}

.box-photo.icy-red-bag {
  background-image: url('../images/DSC_2842_new.png');
  background-position: 50%;
  background-size: 390px;
}

.box-photo.ez-peel-photo-bag {
  background-image: url('../images/dsc_2903.png');
  background-position: 50%;
  background-size: 500px;
}

.box-photo._9-photo {
  background-image: url('../images/dsc_2751.png');
  background-position: 53%;
  background-size: 440px;
}

.box-photo._12-photo-bag {
  background-image: url('../images/DSC_2755.png');
  background-position: 60%;
  background-size: contain;
}

.box-photo._8-bag-photo {
  background-image: url("https://assets-global.website-files.com/648a260a7604d80072198307/648a260a7604d800721984c9_Chef's-Net-Raw-P%26D-tail-on.png");
  background-position: 50%;
  background-size: 300px;
}

.box-photo._1-bbq {
  background-image: url('../images/grill_two_bags.png');
}

.box-photo._1-photo {
  background-image: url('../images/grill_two_bags.png');
  background-position: 53%;
  background-size: 520px;
}

.box-photo._2-photo {
  background-image: url('../images/DSC_2614.png');
  background-position: 53%;
  background-size: 630px;
}

.div-text-10 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 38%;
  margin-top: 173px;
  padding-left: 0;
  display: flex;
}

.div-text-10.product-inf {
  justify-content: center;
  width: 80%;
  display: flex;
}

.product-had-10 {
  color: var(--text-all);
  align-self: center;
  width: 840px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.logo-banner-11 {
  text-align: left;
  background-image: url('../images/DSC_9018.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  height: 400px;
  display: flex;
}

.logo-banner-11.icy-red-logo-banner {
  background-image: url('../images/DSC_2859.jpg');
}

.logo-banner-11.ez-peel {
  background-image: url('../images/DSC_2785.jpg');
}

.logo-banner-11.bbq-logobanner {
  background-image: url('../images/Pink-grilling.jpg');
  background-position: 50%;
}

.logo-banner-11.bbq-banner-2 {
  background-image: url('../images/DSC_2716-1.jpg');
}

.logo-banner-11.breaded-banner {
  background-image: url('../images/DSC_9035.jpg');
}

.logo-banner-11._11-breaded-banner {
  background-image: url('../images/DSC_8933.jpg');
}

.logo-banner-11.icy-logo {
  background-image: url('../images/DSC_9035.jpg');
  background-position: 50%;
}

.breaded-text-had-copy {
  text-align: left;
  text-transform: uppercase;
  justify-content: flex-start;
  width: 310px;
  margin-bottom: -22px;
  font-size: 40px;
  line-height: 44px;
  display: flex;
}

.breaded-raw-shrimp {
  text-align: left;
  text-transform: uppercase;
  justify-content: flex-start;
  width: 360px;
  margin-top: 41px;
  margin-bottom: -6px;
  font-size: 40px;
  line-height: 44px;
  display: flex;
}

.box-photo-11 {
  background-color: var(--white-main);
  background-image: url('../images/two-boxes.png');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: 660px;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.box-photo-11.chef-s-perpl-bag {
  background-image: url('../images/dsc_2754.png');
  background-position: 50%;
  background-size: 420px;
}

.box-photo-11.icy-14 {
  background-image: url('../images/DSC_2909.png');
  background-position: 54%;
  background-size: 460px;
}

.box-photo-11.icy-red-bag {
  background-image: url('../images/DSC_2842_new.png');
  background-position: 50%;
  background-size: 390px;
}

.box-photo-11.ez-peel-photo-bag {
  background-image: url('../images/dsc_2903.png');
  background-position: 50%;
  background-size: 500px;
}

.box-photo-11._9-photo {
  background-image: url('../images/dsc_2751.png');
  background-position: 53%;
  background-size: 440px;
}

.box-photo-11._12-photo-bag {
  background-image: url('../images/DSC_2755.png');
  background-position: 60%;
  background-size: contain;
}

.box-photo-11._8-bag-photo {
  background-image: url("https://assets-global.website-files.com/648a260a7604d80072198307/648a260a7604d800721984c9_Chef's-Net-Raw-P%26D-tail-on.png");
  background-position: 50%;
  background-size: 300px;
}

.box-photo-11._1-bbq {
  background-image: url('../images/grill_two_bags.png');
}

.box-photo-11._1-photo {
  background-image: url('../images/grill_two_bags.png');
  background-position: 53%;
  background-size: 520px;
}

.box-photo-11._2-photo {
  background-image: url('../images/DSC_2614.png');
  background-position: 53%;
  background-size: 630px;
}

.had-text-4 {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 0;
  margin-bottom: 48px;
  padding: 0 27px 0 19px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 55px;
  display: flex;
  position: relative;
  top: -53%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.had-text-4.new-king-about {
  width: 460px;
}

.logo-banner-4 {
  text-align: left;
  background-image: url('../images/DSC_2742.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  height: 400px;
  display: flex;
}

.logo-banner-4.icy-red-logo-banner {
  background-image: url('../images/DSC_2859.jpg');
}

.logo-banner-4.ez-peel {
  background-image: url('../images/DSC_2785.jpg');
}

.logo-banner-4.bbq-logobanner {
  background-image: url('../images/Pink-grilling.jpg');
  background-position: 50%;
}

.logo-banner-4.bbq-banner-2 {
  background-image: url('../images/DSC_2716-1.jpg');
}

.logo-banner-4.breaded-banner {
  background-image: url('../images/DSC_9035.jpg');
}

.logo-banner-4._11-breaded-banner {
  background-image: url('../images/DSC_8933.jpg');
}

.logo-banner-4.icy-logo {
  background-image: url('../images/DSC_9035.jpg');
  background-position: 50%;
}

.icy-text-had {
  text-align: left;
  text-transform: uppercase;
  justify-content: flex-start;
  width: 310px;
  margin-bottom: -22px;
  font-size: 40px;
  line-height: 44px;
  display: flex;
}

.right-photo {
  background-color: var(--white-main);
  background-image: url('../images/2_boxes.png');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: 660px;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.right-photo.chef-s-perpl-bag {
  background-image: url('../images/dsc_2754.png');
  background-position: 50%;
  background-size: 420px;
}

.right-photo.icy-14 {
  background-image: url('../images/DSC_2909.png');
  background-position: 54%;
  background-size: 460px;
}

.right-photo.icy-red-bag {
  background-image: url('../images/DSC_2842_new.png');
  background-position: 50%;
  background-size: 390px;
}

.right-photo.ez-peel-photo-bag {
  background-image: url('../images/dsc_2903.png');
  background-position: 50%;
  background-size: 500px;
}

.right-photo._9-photo {
  background-image: url('../images/dsc_2751.png');
  background-position: 53%;
  background-size: 440px;
}

.right-photo._12-photo-bag {
  background-image: url('../images/DSC_2755.png');
  background-position: 60%;
  background-size: contain;
}

.right-photo._8-bag-photo {
  background-image: url("https://assets-global.website-files.com/648a260a7604d80072198307/648a260a7604d800721984c9_Chef's-Net-Raw-P%26D-tail-on.png");
  background-position: 50%;
  background-size: 300px;
}

.right-photo._1-bbq {
  background-image: url('../images/grill_two_bags.png');
}

.right-photo._1-photo {
  background-image: url('../images/grill_two_bags.png');
  background-position: 53%;
  background-size: 520px;
}

.right-photo._2-photo {
  background-image: url('../images/DSC_2614.png');
  background-position: 53%;
  background-size: 630px;
}

.right-photo.box-4-photo {
  background-image: url('../images/RED_DSC_3913_two.png');
  background-position: 53%;
  background-size: 490px;
}

.right-photo.box-7-photo {
  background-image: url('../images/Red_DSC_3927.png');
  background-position: 53%;
  background-size: 490px;
}

.right-photo.bag-5-photo {
  background-image: url('../images/DSC_2662.png');
  background-position: 49%;
  background-size: 350px;
}

.king-nav {
  text-align: right;
  flex-direction: column;
  flex: none;
  order: 0;
  justify-content: center;
  align-items: flex-end;
  height: 250px;
  margin-top: -22px;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: 36%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.king-nav.farm {
  margin-top: -22px;
}

.king-nav.wild {
  margin-top: -27px;
}

.up-section {
  width: auto;
  height: 1px;
  margin-top: -18px;
}

.shop-batt {
  text-decoration: none;
}

.section-33, .section-33-copy {
  height: 1px;
}

.whole-king-crab {
  text-transform: capitalize;
  background-color: rgba(56, 152, 236, 0);
  width: auto;
  height: 30px;
  margin-top: 0;
  margin-right: 30px;
  padding-top: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.whole-king-crab:hover {
  color: var(--red);
}

.king-crab-merus {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  transition: color .325s;
}

.sl1-krab-merus {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_7222.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl2_krab-merus {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_7173_new_1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl3_krab-merus {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_9671.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl4_krab-merus {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2055.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl1-krab-whole {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/king_DSC_2055.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl2_krab-whole {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2078.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.whole-crab-box {
  z-index: 10;
  background-image: url('../images/DSC_7747.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 540px;
  height: 500px;
  position: relative;
  top: 0;
  left: 46px;
}

.whole-crab-box.snow-box-20 {
  background-image: url('../images/DSC_1542.png');
  width: 540px;
}

.whole-crab-box.southern_open_box {
  background-image: url('../images/DSC_3936_les-_red.png');
  background-size: 540px;
  width: 500px;
  top: -132px;
  left: 72px;
}

.whole-crab-box.merus-box-photo {
  background-image: url('../images/DSC_7647.png');
  background-position: 50% 80%;
}

.whole-crab-box.scallop-box {
  background-image: url('../images/DSC_1269_small.png');
  background-position: 50% 80%;
}

.button-7 {
  justify-content: center;
  align-items: center;
  width: 130px;
  display: flex;
}

.buy-now {
  z-index: 20;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 130px;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 0;
  transition: opacity .5s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.buy-now:hover {
  background-color: var(--text-color);
}

.buy-now-block {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 39px;
  margin-top: 3px;
  margin-left: 0;
  padding-right: 55px;
  display: flex;
  position: relative;
  top: 473px;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.whole-crab-banner {
  background-image: url('../images/DSC_2078.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  height: 500px;
  display: flex;
}

.icons-from-boxes {
  background-image: url('../images/icones-copy.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80px;
  justify-content: center;
  width: 150px;
  height: 100%;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tuna-picks {
  border-top: 1px none var(--line);
  background-color: var(--white-main);
  justify-content: center;
  height: auto;
  display: flex;
}

.marine-treasure-scrab {
  border-left: 1px solid rgba(0, 0, 0, .3);
  border-right: 1px solid rgba(0, 0, 0, .3);
  width: 370px;
  height: auto;
}

.king-10-lb-box {
  background-color: rgba(74, 144, 226, .39);
  background-image: url('../images/link_icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 27px;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  width: 70px;
  height: 70px;
  margin-right: 0;
  transition: background-color .575s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.king-10-lb-box:hover {
  background-color: rgba(42, 83, 131, .39);
}

.mt-king-10-lb-box {
  background-color: rgba(74, 144, 226, .39);
  background-image: url('../images/link_icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 27px;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  width: 70px;
  height: 70px;
  margin-right: 0;
  transition: background-color .575s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.mt-king-10-lb-box:hover {
  background-color: rgba(42, 83, 131, .39);
}

.crab-links-2 {
  background-color: var(--white-fon-bags);
  justify-content: center;
  display: flex;
}

.net-weight {
  background-color: rgba(255, 255, 255, .47);
  height: 100%;
}

.merus-banner-copy {
  background-image: url('../images/DSC_7173_new_1.jpg');
  background-position: 0%;
  background-size: cover;
  justify-content: flex-end;
  height: 500px;
  display: flex;
}

.image-4 {
  display: block;
}

.flyer {
  z-index: 90;
  justify-content: flex-end;
  width: 100%;
  margin-top: 126px;
  padding-right: 44px;
  display: flex;
  position: relative;
}

.link-block-13 {
  flex: none;
  margin-top: 0;
  display: flex;
}

.flyer-batton {
  z-index: 80;
  color: #979797;
  background-color: rgba(56, 152, 236, 0);
  justify-content: flex-end;
  width: auto;
  height: 40px;
  margin-top: 8px;
  padding-right: 61px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  display: flex;
  position: relative;
  top: 0;
}

.flyer-batton:hover {
  color: var(--text-all);
  background-color: rgba(74, 144, 226, 0);
}

.flyer-batton.learn-flyer {
  justify-content: flex-start;
  margin-top: 297px;
  padding-left: 52px;
  top: -308px;
}

.flyer-batton.king-butt {
  margin-top: 6px;
  top: 108px;
}

.flyer-batton.red-flyer-link {
  padding-right: 55px;
  top: 149px;
}

.flyer-batton.king-butt-whole {
  margin-top: 6px;
  padding-right: 62px;
  top: 108px;
}

.flyer-batton.merus-flyer {
  margin-top: 6px;
  padding-right: 62px;
  top: 155px;
}

.flyer-batton.snow-flyer-op {
  margin-top: 6px;
  top: -407px;
}

.flyer-batton.snow-ang-fly {
  margin-top: 6px;
  padding-right: 25px;
  top: -367px;
}

.flyer-batton.learn-flyer-copy {
  justify-content: flex-start;
  margin-top: 19px;
  padding-left: 52px;
  top: -308px;
}

.div-block-149 {
  height: 30px;
  margin-right: 47px;
  position: relative;
  top: 477px;
}

.button-8 {
  text-align: center;
  background-color: #000;
  width: 120px;
  height: 35px;
  margin-right: 55px;
  padding-top: 7px;
  font-size: 14px;
  font-weight: 300;
  transition: background-color .2s;
  position: relative;
}

.button-8:hover {
  background-color: var(--text-color);
}

.buy-now-butt {
  z-index: 10;
  text-align: right;
  transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
  position: relative;
  top: -146px;
}

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

.lags-sizes {
  background-image: url('../images/King_crab_flyer_p2_new.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 890px;
  height: 800px;
  margin-left: 52px;
  display: flex;
}

.lageslinks {
  flex-direction: row;
  align-items: flex-start;
  width: 520px;
  height: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heading-10 {
  color: var(--text-all);
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 20px;
  padding-right: 55px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  display: flex;
}

.opill-text {
  text-align: right;
  margin-right: 56px;
}

.div-block-151 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 50%;
  margin-top: 133px;
  display: flex;
}

.view-flyer-batt {
  background-image: url('../images/VIEWFLYER.svg');
  background-position: 90% 30%;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  top: -113px;
}

.div-block-152 {
  background-color: var(--text-color);
}

.flyer-batt {
  border-right: 7px none var(--red);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/VIEWFLYER.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 80px;
  margin-top: 0;
  margin-left: 79px;
  position: static;
}

.batt-fl {
  background-image: url('../images/VIEWFLYER.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  width: 20px;
  height: 150px;
  margin-top: 7px;
  margin-left: 61px;
}

.quality-copy-copy, .yellowfin-tuna {
  text-decoration: none;
}

.yell-sl1 {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2604.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.tuna-small-text {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  flex-direction: column-reverse;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  width: auto;
  margin-top: 0;
  padding: 0 27px 0 19px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.tuna-small-text.new-king-about {
  width: 460px;
}

.tuna-big-text {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  flex-direction: column-reverse;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  width: auto;
  margin-top: 0;
  padding: 0 27px 0 19px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 55px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.tuna-big-text.new-king-about {
  width: 460px;
}

.yel-sl2 {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2654.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.yel-sl3 {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2685.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.tuna-st-photo {
  background-image: url('../images/DSC_2718.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 450px;
  margin-top: 0;
  position: relative;
  left: -57px;
}

.tuna-st-photo.snow-10lb {
  background-image: url('../images/DSC_3930.png');
}

.tuna-st-photo.southern-box1 {
  background-image: url('../images/DSC_1540_top_box.png');
  background-size: 360px;
}

.info-section-tuna {
  background-color: var(--white-8);
  height: auto;
  margin-top: 0;
  display: block;
}

.info-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 302px;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.tuna-banner {
  background-image: url('../images/DSC_2695.jpg');
  background-position: 50% 30%;
  background-size: cover;
  justify-content: flex-end;
  height: 500px;
  display: flex;
}

.avalable {
  height: auto;
}

.marine-treasure-scrab-copy {
  border-left: 1px solid rgba(0, 0, 0, .3);
  border-right: 1px solid rgba(0, 0, 0, .3);
  width: 370px;
  height: auto;
}

.text-block-tuna {
  text-align: center;
  border-top-style: none;
  border-top-color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px #000;
  width: auto;
  height: 100%;
  padding: 173px 0 81px;
}

.text-block-tuna.cy-ocean-text {
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  padding-top: 150px;
}

.text-block-tuna.cy-ocean-text.bbq-text {
  text-transform: uppercase;
  padding-top: 134px;
  padding-left: 73px;
  padding-right: 54px;
}

.text-block-tuna.cy-ocean-text.king-crab-text {
  text-transform: uppercase;
  padding-top: 166px;
}

.text-block-tuna.cy-ocean-text.bbq-text-copy {
  text-transform: uppercase;
  padding-top: 164px;
  padding-left: 73px;
  padding-right: 77px;
}

.tuna-aval {
  border-style: solid none none solid;
  border-width: 1px;
  border-color: var(--line) rgba(0, 0, 0, .3) black;
  width: 370px;
  height: auto;
}

.loins-center-cut {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--line) rgba(0, 0, 0, .3) rgba(0, 0, 0, .3) var(--line);
  background-image: url('../images/tuna-chunk.png');
  background-position: 30% 60px;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  height: 100%;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.loins-center-cut.select-second {
  background-image: url('../images/dsc_8778.png');
  border-left: 1px solid rgba(0, 0, 0, .3);
}

.loins-center-cut.select-therd {
  background-image: url('../images/dsc_2754.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.loins-center-cut.chef-s-net-tree {
  background-image: url('../images/chef-s-net-raw-p-d-tail-on.png');
  background-repeat: no-repeat;
  background-size: 190px;
}

.loins-center-cut.chef-s-net-tree.bbq3 {
  background-image: url('../images/DSC_2614.png');
  background-position: 50% 70%;
  background-size: 300px;
}

.loins-center-cut.chef-s-net-tree._5-bag-photo {
  background-image: url('../images/DSC_2662.png');
  background-size: 240px;
}

.loins-center-cut.chef-s-net-tree._10-non {
  background-image: none;
}

.loins-center-cut.chef-s-net-two {
  background-image: url('../images/dsc_2755388x579.png');
  background-repeat: no-repeat;
  border-left: 1px solid rgba(0, 0, 0, .3);
}

.loins-center-cut.chef-s-net-two.bbq-2 {
  background-image: url('../images/Red_DSC_8770.png');
}

.loins-center-cut.chef-s-net-two._7-bag {
  background-image: url('../images/Red_DSC_3927.png');
}

.loins-center-cut.chef-s-net-two._10-box {
  background-image: url('../images/RED_DSC_5423_one.png');
}

.loins-center-cut.chef-s-net-two._11-box-breaded {
  background-image: url('../images/RED_DSC_5448-1.png');
}

.loins-center-cut.one {
  background-image: url('../images/dsc_2751.png');
  background-repeat: no-repeat;
}

.loins-center-cut.one.bbq-bag {
  background-image: url('../images/4_tawo_bags.png');
  background-position: 50%;
  background-size: 260px;
}

.loins-center-cut.one.bbq-bag-copy {
  background-image: url('../images/Red_DSC_5429.png');
  background-position: 50%;
  background-size: 260px;
}

.loins-center-cut.one._4-bag {
  background-image: url('../images/4_tawo_bags.png');
  background-position: 50%;
  background-size: 260px;
}

.loins-center-cut.one._10-breaded {
  background-image: url('../images/RED_DSC_5522_one.png');
  background-position: 50%;
  background-size: 340px;
}

.loins-center-cut.one._11-breaded {
  border-top: 1px solid var(--line);
  background-image: url('../images/RED_DSC_5432-1.png');
  background-position: 50%;
  background-size: 340px;
}

.loins-center-cut.one.king-box {
  background-image: url('../images/king-crab-2-boxes.png');
  background-position: 50%;
  background-size: 300px;
}

.loins-center-cut.one.mt-box-link {
  border-left: 1px solid var(--line);
  background-image: url('../images/MT_2_boxes.png');
  background-position: 50%;
  background-size: 250px;
}

.loins-center-cut.one.snow-crab-2-boxes {
  background-image: url('../images/Snow-Crab-2-boxes.png');
  background-position: 50%;
  background-size: 300px;
}

.loins-center-cut.one.snow-crab-bags {
  background-image: url('../images/MT-bags.png');
  background-position: 50%;
  background-size: 300px;
}

.loins-center-cut.one.snow-open-box {
  background-image: url('../images/ang_open_DSC_1540.png');
  background-position: 50%;
  background-size: 300px;
}

.loins-center-cut.one.mt-merus-link {
  border-left: 1px solid var(--line);
  background-image: url('../images/DSC_7647_new.png');
  background-position: 50%;
  background-size: 330px;
}

.loins-center-cut.one.mt-whole-box {
  background-image: url('../images/DSC_7747.png');
  background-position: 50%;
  background-size: 390px;
}

.loins-center-cut.bag-4 {
  background-image: url('../images/4_tawo_bags.png');
  background-repeat: no-repeat;
  background-size: 260px;
}

.loins-center-cut.bag-5 {
  background-image: url('../images/DSC_2662.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 230px;
  border-left: 1px solid rgba(0, 0, 0, .3);
}

.loins-center-cut.bag-7 {
  background-image: url('../images/Red_DSC_3927.png');
  background-repeat: no-repeat;
  background-size: 270px;
  border-left: 1px solid rgba(0, 0, 0, .3);
}

.loins-center-cut.box-10-1 {
  background-image: url('../images/RED_DSC_5423_one.png');
}

.loins-center-cut.box-10-2 {
  background-image: url('../images/RED_DSC_5522_one.png');
  background-position: 130%;
  background-repeat: no-repeat;
  background-size: 350px;
  border-left: 1px solid rgba(0, 0, 0, .3);
}

.loins-center-cut.box-10-2.bbq-2 {
  background-image: url('../images/Red_DSC_8770.png');
}

.loins-center-cut.box-10-2._7-bag {
  background-image: url('../images/Red_DSC_3927.png');
}

.loins-center-cut.box-10-2._10-box {
  background-image: url('../images/RED_DSC_5423_one.png');
}

.loins-center-cut.box-10-2._11-box-breaded {
  background-image: url('../images/RED_DSC_5448-1.png');
}

.loins-center-cut.no {
  background-image: none;
  border-bottom-style: none;
  border-right-style: none;
}

.loins-center-cut.box-11-1 {
  background-image: url('../images/RED_DSC_5432-1.png');
  background-repeat: no-repeat;
}

.loins-center-cut.box-11-2 {
  background-image: url('../images/RED_DSC_5448-1.png');
  background-position: 130%;
  background-repeat: no-repeat;
  background-size: 350px;
  border-left: 1px solid rgba(0, 0, 0, .3);
}

.loins-center-cut.box-11-2.bbq-2 {
  background-image: url('../images/Red_DSC_8770.png');
}

.loins-center-cut.box-11-2._7-bag {
  background-image: url('../images/Red_DSC_3927.png');
}

.loins-center-cut.box-11-2._10-box {
  background-image: url('../images/RED_DSC_5423_one.png');
}

.loins-center-cut.box-11-2._11-box-breaded {
  background-image: url('../images/RED_DSC_5448-1.png');
}

.loins-center-cut.mt-2-boxes {
  border-left: 1px solid #000;
}

.loins-center-cut.steak {
  border-top-style: solid;
  border-top-color: var(--line);
  background-image: url('../images/DSC_2718.png');
  background-position: 0%;
  border-right-style: none;
}

.loins-center-cut.saku-block {
  border-top-style: solid;
  border-top-color: var(--line);
  background-image: url('../images/DSC_2720_new.png');
  background-position: 0 100%;
  background-size: 530px;
  border-bottom-style: none;
}

.loins-center-cut.cube-poke {
  border-top-style: solid;
  border-top-color: var(--line);
  background-image: url('../images/DSC_2742_new.png');
  background-position: 50% 100%;
  background-size: contain;
  border-right-style: none;
}

.loins-center-cut.ground {
  border-top-style: solid;
  border-top-color: var(--line);
  background-image: url('../images/ground.png');
  background-position: 30% -30%;
  background-size: 620px;
  border-bottom-style: solid;
  border-right-style: solid;
}

.text-block-51 {
  color: var(--text-all);
  padding: 24px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.tuna-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px #000;
  grid-template-rows: 370px 370px;
  grid-template-columns: 370px 370px;
  grid-auto-rows: 370px;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  margin-top: 0;
  display: grid;
}

.tuna-section.new {
  grid-template-rows: 370px 370px;
}

.snow-links, .div-block-154 {
  background-color: var(--black);
}

.tuna-link {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.tuna-link:hover {
  background-color: #000;
}

.image-in-tuna {
  background-image: linear-gradient(rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), url('../images/DSC_2685.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 650px;
  justify-content: flex-start;
  transition: all .5s ease-in-out;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-in-tuna:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/DSC_2685.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 650px;
  margin-right: 14px;
  transform: scale(1.1);
}

.div-block-81-copy {
  background-color: var(--black);
  padding: 116px 12px 12px 30px;
}

.king-craab-link {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  transition: color .325s;
}

.king-merus {
  text-transform: capitalize;
  background-color: rgba(56, 152, 236, 0);
  width: auto;
  height: 40px;
  margin-top: 6px;
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.king-merus:hover {
  color: var(--red);
}

.king-merus.w--current {
  padding-top: 0;
}

.king-crab-lin {
  text-transform: capitalize;
  background-color: rgba(56, 152, 236, 0);
  width: auto;
  height: 40px;
  margin-top: 12px;
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.king-crab-lin:hover {
  color: var(--red);
}

.king-crab-lin.w--current {
  padding-top: 0;
}

.shrimp-had {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  flex-direction: column-reverse;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  width: 540px;
  margin-top: 59px;
  margin-bottom: 0;
  margin-right: 27px;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 55px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.shrimp-had.new-king-about {
  width: 460px;
}

.shrimp-had.bbq-had {
  margin-top: 106px;
}

.shrimp-had.icy-ocean-had {
  margin-top: 113px;
}

.shrimp-link-block {
  flex: 1;
  justify-content: flex-end;
  width: 300px;
  height: 340px;
  display: flex;
  position: relative;
  top: -19px;
}

.scallops-big-text {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  flex-direction: column-reverse;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  width: auto;
  margin-top: -80px;
  padding: 0 27px 0 19px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 55px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.scallops-big-text.new-king-about {
  width: 460px;
}

.sl1-scallops {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_1269.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.sl2_scallops {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_1206.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.nut-scallop {
  background-image: url('../images/Nut-Scallop.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 515px;
  margin: 14px 52px 52px;
}

.nut-scallop.nut-snow {
  background-image: url('../images/Angulaltus_nut.svg');
}

.nut-scallop.nut-tuna-part {
  background-image: url('../images/NF_TUNA.png');
  background-size: cover;
  width: 280px;
  margin-left: 0;
  margin-right: 0;
}

.image-in-scallops {
  background-image: linear-gradient(rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), url('../images/DSC_1206.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  transition: all .5s ease-in-out;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-in-scallops:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/DSC_1206.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-right: 14px;
  transform: scale(1.1);
}

.see-scallops {
  color: rgba(255, 255, 255, .64);
  text-transform: capitalize;
  width: 330px;
  margin-top: 11px;
  line-height: 20px;
}

.see-scallops:hover {
  color: #fff;
}

.image-comming-soon {
  background-image: linear-gradient(rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), url('../images/qt.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 650px;
  justify-content: flex-start;
  transition: all .5s ease-in-out;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-comming-soon:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/qt.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 650px;
  margin-right: 14px;
  transform: scale(1.1);
}

.product-flyers {
  text-decoration: none;
}

.prod-nav {
  text-align: right;
  flex-direction: column;
  flex: none;
  order: 0;
  justify-content: center;
  align-items: flex-end;
  height: 40px;
  margin-top: 88px;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: 36%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.prod-nav.farm {
  margin-top: -22px;
}

.prod-nav.wild {
  margin-top: -27px;
}

.king-list {
  background-color: var(--white-7);
  opacity: .96;
  justify-content: center;
  height: 390px;
  display: flex;
}

.king-list.snow-crab {
  height: auto;
}

.king-flyers {
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-22 {
  display: flex;
}

.link-flyer {
  border: 1px solid var(--line);
  background-color: rgba(255, 255, 255, .68);
  border-radius: 7px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 70px;
  padding-left: 17px;
  text-decoration: none;
  display: flex;
}

.link-flyer:hover {
  background-color: #fff;
}

.text-list-had {
  color: var(--text-all);
  text-align: left;
  text-transform: uppercase;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 50px;
}

.bold-text-43 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-156 {
  width: 80%;
  padding-left: 23px;
}

.link-8 {
  color: var(--text-all);
  padding-left: 19px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.div-block-157 {
  flex-direction: row;
  align-items: center;
  height: 52px;
  display: flex;
}

.div-block-158 {
  background-image: url('../images/PDF_logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 37px;
  width: 70px;
  height: 52px;
  line-height: 30px;
}

.link-block-14 {
  justify-content: center;
  width: 100%;
  padding-top: 20px;
  text-decoration: none;
  display: flex;
}

.view-flyer-link {
  color: var(--text-all);
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
}

.view-flyer-link-name {
  color: var(--text-all);
  text-align: left;
  text-transform: uppercase;
  flex: 1;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

.snow-list {
  background-color: var(--white-8);
  opacity: .96;
  justify-content: center;
  height: 420px;
  display: flex;
}

.snow-list.snow-crab {
  height: auto;
}

.snow-list.tuna-part {
  background-color: var(--white-fon-bags);
  height: 230px;
}

.snow-flyers {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.king-list-copy {
  background-color: var(--white-7);
  opacity: .96;
  justify-content: center;
  height: 480px;
  display: flex;
}

.king-list-copy.snow-crab {
  height: auto;
}

.wild-caught-shrimp-list {
  background-color: var(--white-7);
  opacity: .96;
  justify-content: center;
  height: 840px;
  display: flex;
}

.wild-caught-shrimp-list.snow-crab {
  height: auto;
}

.wild-caught-shrimp-flyers {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.bold-text-44 {
  font-weight: 400;
}

.farm-raised-shrimp-folder {
  background-color: var(--white-7);
  opacity: .96;
  justify-content: center;
  height: 840px;
  display: flex;
}

.farm-raised-shrimp-folder.snow-crab {
  height: auto;
}

.farm-raised-shrimp-fon {
  background-color: var(--white-3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.farm-raised-shrimp-folder-copy {
  background-color: var(--white-7);
  opacity: .96;
  justify-content: center;
  height: 840px;
  display: flex;
}

.farm-raised-shrimp-folder-copy.snow-crab {
  height: auto;
}

.tuna-list {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.tuna-list.prrab-meat {
  background-color: var(--white-4);
}

.farm-raised-shrimp-link {
  text-transform: lowercase;
  background-color: rgba(56, 152, 236, 0);
  width: 410px;
  height: 30px;
  margin-top: -7px;
  margin-bottom: 6px;
  margin-right: 30px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.farm-raised-shrimp-link:hover {
  color: var(--red);
}

.div-block-tuna {
  text-align: center;
  background-image: url('../images/tuna-flyer_1_table.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 90%;
  height: 100%;
  margin-top: 0;
  margin-left: 52px;
}

.crab-meat {
  text-decoration: none;
}

.premium-crab-meat {
  background-image: linear-gradient(rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), url('../images/DSC_3764.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 650px;
  justify-content: flex-start;
  transition: all .5s ease-in-out;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.premium-crab-meat:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/DSC_3764.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 650px;
  margin-right: 14px;
  transform: scale(1.1);
}

.premium-crab {
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: -12px;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 27px;
  font-weight: 300;
  display: block;
  position: relative;
  top: 125px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.premium-crab:hover {
  transform: translate(0);
}

.snow-crab-opilio-copy {
  color: rgba(255, 255, 255, .64);
  text-transform: capitalize;
  width: 250px;
  margin-top: 0;
  line-height: 20px;
}

.snow-crab-opilio-copy:hover {
  color: #fff;
}

.prem-link {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.prem-link:hover {
  background-color: #000;
}

.div-block-159 {
  width: 250px;
}

.bold-text-45 {
  font-family: Roboto, sans-serif;
}

.div-block-55-copy {
  z-index: 60;
  color: #fff;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  width: 330px;
  height: 40px;
  display: inline-block;
  position: relative;
  top: 133px;
}

.specification {
  color: var(--text-all);
  width: 430px;
  margin-top: 1px;
  padding: 0 53px 38px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  line-height: 27px;
}

.div-block-160 {
  margin-top: -291px;
  padding-left: 48px;
  display: flex;
}

.div-block-161 {
  width: 30px;
}

.legs-sizes-china {
  color: var(--text-all);
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  column-count: 0;
  width: 50px;
  margin-left: 0;
  padding-right: 0;
  font-size: 20px;
  text-decoration: none;
  display: block;
}

.legs-sizes-china.grams {
  text-align: center;
  width: 200px;
  margin-left: 79px;
}

.legs-sizes-china.variety {
  margin-left: 59px;
}

.batt-fl-china {
  background-image: url('../images/view-flyer.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 150px;
  margin-top: 7px;
  margin-left: 61px;
}

.submit-button-china {
  background-color: #000;
  width: 140px;
  margin-top: 12px;
}

.submit-button-china:hover {
  background-color: var(--dark-orange);
}

.seafood-logo-copy {
  color: #fff;
  padding-left: 20px;
  font-size: 60px;
}

.text-block-46-copy {
  color: #fff;
  text-align: left;
  padding-left: 25px;
  font-family: Roboto, sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 39px;
}

.info-china {
  text-align: center;
  background-image: url('../images/MW_king_crab_prod_sp_china.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90%;
  height: 100%;
  margin-top: 0;
  margin-left: 52px;
}

.download-flyer-china {
  color: rgba(255, 255, 255, .62);
  background-color: #ff0101;
  padding-left: 24px;
  font-family: Roboto, sans-serif;
}

.view-flyer-china {
  color: #fff;
  font-size: 12px;
}

.bold-text-46, .bold-text-47 {
  font-weight: 400;
}

.text-block-31-copy {
  color: #fff;
  text-transform: uppercase;
  padding-top: 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.text-block-31-copy:hover {
  color: var(--deep-sky-blue);
}

.text-block-31-copy.scallops-link-batt-menu {
  display: none;
}

.text-block-links-footer {
  color: #fff;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.text-block-links-footer:hover {
  color: var(--deep-sky-blue);
}

.text-block-links-footer.scallops-link-batt-menu {
  display: none;
}

.banner-sl1-copy {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_2716-1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.banner-sl1-copy.about1 {
  background-image: url('../images/dsc_6229.jpg');
}

.banner-sl1-copy.qt1 {
  background-image: url('../images/dsc_3797dsc_3796.jpg');
}

.banner-sl1-copy.news1 {
  background-image: url('../images/DSC_2055.jpg');
  background-position: 50%;
}

.banner-sl1-copy.quality-sl1 {
  background-image: url('../images/dsc_3797dsc_3796.jpg');
}

.banner-sl1-copy.about-4 {
  background-image: url('../images/DSC_1534.jpg');
}

.banner-sl1-copy.contact-1 {
  background-image: url('../images/IMG_2335.jpg');
}

.banner-sl1-copy.product-flyers-sl1, .banner-sl1-copy.product-flyers-sl2, .banner-sl1-copy.product-flyers-sl1-copy {
  background-image: url('../images/DSC_9633.jpg');
}

.banner-sl1-copy.product-flyers-sl2-copy {
  background-image: url('../images/DSC_2078.jpg');
}

.banner-sl1-product {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_9633.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.banner-sl1-product.about1 {
  background-image: url('../images/dsc_6229.jpg');
}

.banner-sl1-product.qt1 {
  background-image: url('../images/dsc_3797dsc_3796.jpg');
}

.banner-sl1-product.news1 {
  background-image: url('../images/DSC_2055.jpg');
  background-position: 50%;
}

.banner-sl1-product.quality-sl1 {
  background-image: url('../images/dsc_3797dsc_3796.jpg');
}

.banner-sl1-product.about-4 {
  background-image: url('../images/DSC_1534.jpg');
}

.banner-sl1-product.contact-1 {
  background-image: url('../images/IMG_2335.jpg');
}

.banner-sl1-product.product-flyers-sl1, .banner-sl1-product.product-flyers-sl2, .banner-sl1-product.product-flyers-sl1-copy {
  background-image: url('../images/DSC_9633.jpg');
}

.banner-sl1-product.product-flyers-sl2-copy {
  background-image: url('../images/DSC_2078.jpg');
}

.banner-sl1-product.product-flyers-sl3 {
  background-image: url('../images/DSC_9633.jpg');
}

.banner-sl2-prod {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_5951.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.banner-sl2-prod.about1 {
  background-image: url('../images/dsc_6229.jpg');
}

.banner-sl2-prod.qt1 {
  background-image: url('../images/dsc_3797dsc_3796.jpg');
}

.banner-sl2-prod.news1 {
  background-image: url('../images/DSC_2055.jpg');
  background-position: 50%;
}

.banner-sl2-prod.quality-sl1 {
  background-image: url('../images/dsc_3797dsc_3796.jpg');
}

.banner-sl2-prod.about-4 {
  background-image: url('../images/DSC_1534.jpg');
}

.banner-sl2-prod.contact-1 {
  background-image: url('../images/IMG_2335.jpg');
}

.banner-sl2-prod.product-flyers-sl1, .banner-sl2-prod.product-flyers-sl2, .banner-sl2-prod.product-flyers-sl1-copy {
  background-image: url('../images/DSC_9633.jpg');
}

.banner-sl2-prod.product-flyers-sl2-copy {
  background-image: url('../images/DSC_2078.jpg');
}

.banner-sl3-king-qt {
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_5838.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.banner-sl3-king-qt.about2 {
  background-image: url('../images/DSC_1534.jpg');
}

.banner-sl3-king-qt.qt2 {
  background-image: url('../images/dsc_37472.jpg');
}

.banner-sl3-king-qt.news2 {
  background-image: url('../images/merus_box.jpg');
}

.banner-sl3-king-qt.quality-sl2 {
  background-image: url('../images/DSC_2153.jpg');
}

.banner-sl3-king-qt.quality-sl3 {
  background-image: url('../images/Grill_Skewer_DSC_9759.jpg');
}

.banner-sl3-king-qt.quality-sl-4 {
  background-image: url('../images/DSC_5835.jpg');
}

.banner-sl3-king-qt.news3, .banner-sl3-king-qt.news4 {
  background-image: url('../images/IMG_6791.jpg');
}

.banner-sl3-king-qt.product-flyers-sl2 {
  background-image: url('../images/DSC_2504.jpg');
}

.banner-sl3-king-qt.product-flyers-sl3 {
  background-image: url('../images/DSC_7440.jpg');
}

.banner-sl3-king-qt.quality-sl3-copy {
  background-image: url('../images/DSC_2153.jpg');
}

.banner-sl3-king-qt.quality-sl2-copy {
  background-image: url('../images/DSC_5977.jpg');
}

.king-sl {
  filter: blur();
  background-color: rgba(127, 130, 135, 0);
  background-image: url('../images/DSC_6003.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px red;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  transform: translate(0);
}

.king-sl.frozen-eng {
  background-image: url('../images/DSC_9633.jpg');
}

.seafood-logo-copy-china {
  color: #fff;
  padding-left: 20px;
  font-size: 60px;
}

.dss-logo-block-copy {
  border-right: 1px solid var(--white-3);
  flex-direction: column;
  align-items: flex-end;
  width: 320px;
  margin-right: 0;
  padding-right: 21px;
  line-height: 50px;
  display: flex;
}

.link-9 {
  color: #fff;
  padding-left: 80px;
}

@media screen and (max-width: 991px) {
  .red-sparrow-slide {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_6215.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .new-menu, .new-menu.w--current {
    margin-left: 47px;
    left: auto;
  }

  .div-block-22 {
    width: 80%;
    margin-left: 1px;
  }

  .left-arrow {
    height: 100px;
  }

  .mask {
    border-top-style: solid;
    margin-top: -1px;
  }

  .button {
    flex: 1;
    align-self: center;
    margin: 320px 0 0;
    padding-top: 12px;
    padding-bottom: 7px;
    padding-left: 19px;
    position: absolute;
  }

  .button.mill-batt {
    margin-top: 264px;
    margin-left: 165px;
  }

  .navbar-2 {
    height: 90px;
  }

  .menu-button-2 {
    margin-left: 0;
    padding-left: 7px;
    transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
  }

  .menu-button-2:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button-2.w--open {
    z-index: 100;
  }

  .menu-button-2.menu-button {
    z-index: 60;
  }

  .slide-nav {
    width: 31%;
  }

  .container-2 {
    width: 50%;
  }

  .section-3 {
    height: 436px;
    position: static;
  }

  .home-page {
    height: 100vh;
  }

  .nav-menu-2 {
    z-index: 20;
    width: 100%;
    height: 100vh;
    top: auto;
  }

  .home-page-copy {
    height: 77vh;
  }

  .banner {
    height: 88vh;
    margin-top: auto;
    position: static;
  }

  .navbar-dss {
    z-index: 70;
    height: 100px;
    position: relative;
  }

  .dss-text {
    width: 90%;
    margin-left: 21px;
    font-size: 25px;
  }

  .sl1 {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_3829.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl1-copy {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/boat_133476440.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl2_new {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_4111.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl3 {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_2153.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .link-down {
    width: 149px;
  }

  .link-down-dss {
    width: 100px;
  }

  .section-5 {
    border-left-style: none;
    border-right-style: none;
  }

  .left-nav-part {
    width: 100%;
    height: 48vh;
    margin-left: 0;
    padding-left: 65px;
  }

  .aboutdss.grid-final {
    height: 100%;
  }

  .project1-3 {
    background-image: none;
    height: 100%;
    transition-duration: .15s;
  }

  .logo-dark-2 {
    justify-content: space-around;
  }

  .text-block-18 {
    flex: 0 auto;
    padding-left: 6px;
    font-size: 23px;
    display: flex;
  }

  .about-dss-image, .qt_dss {
    background-image: none;
    height: 100%;
    transition-duration: .15s;
  }

  .qt_link.grid-final {
    height: 100%;
  }

  .qt_dss-copy, .news-dss {
    background-image: none;
    height: 100%;
    transition-duration: .15s;
  }

  .qt_link-copy.grid-final, .news_dss-link.grid-final, .dss_product.grid-final {
    height: 100%;
  }

  .dss-shop, .dss-shop-link {
    background-image: none;
    height: 100%;
    transition-duration: .15s;
  }

  .shop_dss.grid-final {
    height: 100%;
  }

  .dss-shop-link-new {
    background-image: none;
    height: 100%;
    transition-duration: .15s;
  }

  .div-block-35 {
    grid-template: "Area" 280px
    / 50% 50%;
    grid-auto-rows: 0;
    grid-auto-columns: 2.25fr;
    grid-auto-flow: row;
    height: auto;
  }

  .dss-shrimp.grid-final {
    height: 100%;
  }

  .shrimp_dss_link {
    background-image: none;
    height: 100%;
    transition-duration: .15s;
  }

  .text-block-18-copy, .text-test {
    flex: 0 auto;
    padding-left: 6px;
    font-size: 23px;
    display: flex;
  }

  .snow_dss.grid-final {
    height: 100%;
  }

  .shrimp_dss_link-copy, .snow_dss_link {
    background-image: none;
    height: 100%;
    transition-duration: .15s;
  }

  .news-lett-part {
    height: 150px;
    top: auto;
  }

  .form {
    margin-left: 2px;
  }

  .text-field {
    height: 38px;
  }

  .sign-up {
    width: 50%;
    margin-right: 44px;
  }

  .news-lett {
    border-bottom-style: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 162px;
    margin-top: 0;
    display: flex;
  }

  .shop-_new {
    padding-top: 63px;
  }

  .shop {
    z-index: 9;
    background-size: 330px;
    height: 123vh;
  }

  .button-3 {
    flex: 1;
    align-self: center;
    margin: 320px 0 0;
    padding-top: 12px;
    padding-bottom: 7px;
    padding-left: 19px;
    position: absolute;
  }

  .div-block-47 {
    border-right: 0 #000;
  }

  .nav-link {
    display: none;
  }

  .div-block-50 {
    height: 100px;
    margin-left: 35px;
  }

  .space, .cart, .cart-dss {
    display: inline;
  }

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

  .button-small.white-small {
    justify-content: center;
    width: 92%;
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 38px;
  }

  .text-block-21 {
    padding-top: 6px;
    padding-bottom: 0;
    padding-left: 23px;
    font-size: 34px;
    line-height: 40px;
  }

  .gray-ove-rlock {
    z-index: 2;
  }

  .main-text-link {
    flex: 0 auto;
    padding-left: 6px;
    font-size: 23px;
    display: flex;
  }

  .text-block-22 {
    z-index: 9;
    font-size: 30px;
  }

  .div-block-55 {
    z-index: 9;
    width: 220px;
  }

  .text-snow-crab {
    z-index: 9;
    margin-top: -50px;
    font-size: 30px;
  }

  .text-block-24 {
    width: auto;
    margin-top: 0;
  }

  .home-logo {
    width: 150px;
    margin-top: 326px;
    margin-right: 40px;
    font-size: 10px;
    top: 0;
  }

  .form-block {
    margin-left: auto;
  }

  .main-menu-links {
    grid-template-rows: 308px;
    grid-template-columns: 50% 50%;
  }

  .text-block-about {
    top: 146px;
  }

  .text-block-quality {
    line-height: 9px;
    top: 141px;
  }

  .text-shop {
    z-index: 9;
    top: 53px;
  }

  .text-block-news {
    line-height: 9px;
    top: 58px;
  }

  .image-news:hover {
    filter: none;
  }

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

  .hero1-image {
    min-height: 640px;
  }

  .hero1-image.lightbox-wrap {
    margin-bottom: -6px;
  }

  .lightbox-product-image {
    width: auto;
    height: 173px;
    margin-top: 0;
  }

  .add-to-cart {
    width: 479px;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero1-content {
    margin-top: 0;
  }

  .hero1-content.product-detail-wrap {
    margin-top: 30px;
    padding-right: 0;
  }

  .hero1 {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .body-2 {
    background-position: 50% 0;
    background-size: cover;
    background-attachment: fixed;
  }

  .section-10 {
    height: 79vh;
  }

  .product5-feed-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .div-block-56 {
    grid-template-columns: 52% 50%;
    width: 700px;
    height: 650px;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .product3-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .product-coll {
    width: 99%;
  }

  .collection-item {
    margin-bottom: -11px;
  }

  .prod-text {
    margin-top: 45px;
  }

  .heading-2 {
    margin-top: -81px;
  }

  .item-overlay {
    align-items: center;
    width: 94%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button-2 {
    background-color: #000;
  }

  .footer {
    margin-top: 0;
    display: block;
  }

  .footer-links {
    text-align: left;
    justify-content: center;
    width: auto;
    height: 100%;
    margin-top: 0;
    margin-left: 297px;
    padding-top: 37px;
    display: block;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footer-2 {
    width: 100%;
    height: 197px;
    display: flex;
  }

  .address {
    width: 23%;
    margin-top: 100px;
    margin-left: 45px;
  }

  .address.coop {
    margin-top: 145px;
  }

  .social-block {
    width: 300px;
    margin-left: -5px;
  }

  .about-2 {
    text-align: left;
    justify-content: flex-start;
    margin-top: -8px;
    margin-left: 34px;
    padding-bottom: 8px;
  }

  .paragraph-71 {
    width: 90%;
  }

  .collection-list-2 {
    width: 100%;
    margin-top: -38px;
  }

  .prod-text-big {
    margin-top: 119px;
  }

  .prod-text-home {
    margin-top: 45px;
  }

  .collection-item-2 {
    width: 70px;
  }

  .image-2 {
    margin-top: 158px;
  }

  .collection-list-wrapper-3 {
    margin-top: 41px;
  }

  .div-block-62 {
    height: 0;
    margin-top: 109px;
  }

  .footer-_grid {
    margin-top: 12px;
  }

  .text-block-30 {
    margin-left: 37px;
  }

  .home-footer, .king-crab, .snow-crab {
    text-decoration: none;
  }

  .links-footer, .links-footer1 {
    padding-left: 40px;
  }

  .paragraph-72 {
    padding-left: 40px;
    padding-right: 31px;
  }

  .item-overlay-copy {
    align-items: center;
    width: 94%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-crab {
    z-index: 9;
    font-size: 30px;
  }

  .snow-block {
    z-index: 9;
    width: 220px;
  }

  .premium-crab-meat-link {
    width: auto;
  }

  .shop-brands {
    z-index: 9;
    width: 220px;
  }

  .button-4 {
    height: 38px;
    padding-top: 8px;
    padding-bottom: 0;
  }

  .div-block-80 {
    padding-left: 18px;
  }

  .div-block-81 {
    padding-top: 47px;
    padding-left: 18px;
  }

  .div-block-82 {
    padding-left: 18px;
  }

  .lerarn-about {
    width: 214px;
  }

  .link-3 {
    width: auto;
  }

  .site-menu {
    z-index: 40;
    height: 780vh;
    margin-top: 193.7vh;
  }

  .site-menu.chef-s-net {
    height: 480vh;
  }

  .site-menu.red-king-menu {
    height: 550vh;
  }

  .site-menu.whole-crab-menu {
    height: 450vh;
  }

  .site-menu.wild-cut {
    height: 494vh;
  }

  .site-menu.icy-oceanbreaded-nav, .site-menu.chef-s-net-copy {
    height: 480vh;
  }

  .site-menu.bbq-bay-nav {
    height: 160vh;
  }

  .site-menu.arg-menu {
    height: 480vh;
  }

  .site-menu.icy-ar-bre-menu {
    height: 480vh;
  }

  .site-menu.chef-s-net-menu {
    height: 570vh;
  }

  .site-menu.icy-oc-menu {
    height: 580vh;
  }

  .site-menu.icy-oc-cook-copy {
    height: 570vh;
  }

  .site-menu.ch-net-tail-on-menu {
    height: 500vh;
  }

  .site-menu.chef-s-raw-menu {
    height: 490vh;
  }

  .site-menu.icy-oc-wh-menu {
    height: 600vh;
  }

  .site-menu.ch-net-raw-menu {
    height: 480vh;
  }

  .site-menu.learn-about-kc {
    height: 730vh;
  }

  .king-crab-banner {
    height: 77vh;
  }

  .sl1-krab {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_9632.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl2_krab {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_2078.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl3_krab {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/king-crab.jpg');
    background-position: 0%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl4_krab {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_5926.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .dropdown-list.w--open {
    width: 162px;
    height: auto;
  }

  .top-page {
    height: auto;
  }

  .dropdown-link._3photo {
    height: 70px;
  }

  .dropdown-link._13photo {
    height: 80px;
  }

  .king-crab-all-info {
    grid-template-rows: 349px .25fr;
    grid-template-columns: 100px 1fr;
    grid-auto-rows: auto;
    height: auto;
  }

  .text-king {
    height: 220px;
  }

  .brand-text {
    text-align: left;
    margin-left: 0;
  }

  .m-logo {
    width: 100%;
    margin-top: -39px;
    margin-left: 0;
  }

  .boxes-photos {
    height: 740px;
    margin-top: 0;
    margin-left: 0;
  }

  .king-box-text {
    margin-top: -9px;
  }

  .brand-text-new {
    text-align: left;
    width: 100%;
    padding-left: 72px;
    padding-right: 68px;
  }

  .box-text-top.ang-text {
    text-align: right;
    justify-content: flex-end;
    padding-left: 72px;
    padding-right: 0;
  }

  .all-brands-link {
    text-align: right;
    width: 100%;
    padding-left: 72px;
  }

  .all-brands-link-text {
    height: 169px;
    margin-left: 0;
    padding-top: 71px;
  }

  .div-block-93 {
    width: 51%;
  }

  .barnads-link {
    width: 16%;
    height: 80px;
    margin-top: 0;
  }

  .box-10lb {
    width: 460px;
    height: 220px;
    top: 90px;
    left: 13px;
  }

  .box-20-lb {
    height: 310px;
    top: 110px;
    left: 6px;
  }

  .box-20-lb.southern_open_box {
    left: 214px;
  }

  .box-20-lb.box-open {
    top: -376px;
  }

  .text-master.king-crab {
    align-items: center;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-master.sizes-king {
    width: 384px;
  }

  .text-master.gene {
    text-align: left;
    margin-left: 0;
    padding-top: 18px;
    padding-left: 186px;
  }

  .text-master.frozen-bulk-text {
    text-align: center;
    height: 14%;
    margin-top: 41px;
    padding: 11px 0 32px;
  }

  .text-master.frozen-bulk-text-copy {
    text-align: center;
    text-align: center;
    margin-top: 63px;
    padding: 11px 154px 37px;
  }

  .text-master.text-part {
    padding-left: 29px;
    font-size: 18px;
    line-height: 25px;
  }

  .text-master.snow-crab-copy {
    height: 100%;
    margin-left: -9px;
    padding-top: 91px;
  }

  .text-master.snow-info {
    text-align: center;
    margin-left: 0;
    padding-top: 18px;
  }

  .text-master.gene-snow, .text-master.cluster-op-photo-info {
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding-top: 18px;
  }

  .text-master.snow-crab-sizes {
    text-align: left;
    margin-top: 27px;
    margin-left: 0;
    padding: 11px 154px 37px;
  }

  .text-master.upon-request {
    text-align: left;
    height: auto;
    padding: 0 120px 0 160px;
  }

  .text-master.angulatus-small {
    text-align: right;
    justify-content: flex-end;
    padding-left: 72px;
    padding-right: 27px;
  }

  .text-master.ang-crab-text {
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 112px 72px 98px;
  }

  .text-master.ang-crab-sizes {
    text-align: left;
    margin-top: 81px;
    padding: 10px 154px 37px 72px;
  }

  .text-master.ang-sizes-2 {
    text-align: left;
    padding: 0 120px 0 72px;
  }

  .text-master.ang-8x2 {
    top: 0;
    left: 0;
  }

  .text-master.whole-net-weight, .text-master.sizes-king-copy {
    width: 384px;
  }

  .text-master.net-weight-merus {
    width: 384px;
    line-height: 30px;
  }

  .text-master.tuna-para {
    align-items: center;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-master.ori-tuna {
    width: 384px;
  }

  .text-master.scallop-text {
    align-items: center;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-master.frozen-bulk-text-copy {
    text-align: left;
    text-align: left;
    height: 14%;
    margin-top: 41px;
    padding: 11px 154px 101px 189px;
  }

  .text-master.frozen-bulk-text-copy-copy {
    text-align: center;
    text-align: left;
    text-align: left;
    height: 14%;
    margin-top: 41px;
    padding: 11px 154px 101px 189px;
  }

  .text-master.frozen-bulk-text-china {
    text-align: center;
    margin-top: 63px;
    padding: 11px 154px 37px;
  }

  .text-master.frozen-bulk-text-engl {
    text-align: center;
    margin-top: 63px;
    padding: 11px 128px 37px;
  }

  .text-master.frozen-bulk-text-1x4 {
    text-align: center;
    height: 14%;
    margin-top: 41px;
    padding: 11px 154px 101px;
  }

  .text-master.frozen-bulk-text-1x9-1 {
    text-align: left;
    height: 14%;
    margin-top: 41px;
    padding: 11px 154px 101px 189px;
  }

  .nut-king {
    height: 480px;
    margin-top: 2px;
    margin-bottom: 3px;
    margin-left: 126px;
  }

  .nut-king.nut-snow {
    margin-top: 23px;
    margin-left: 70px;
  }

  .nut-king.nut-tuna-part {
    margin-top: 28px;
  }

  .had-banner-brands {
    margin-top: 266px;
    padding-top: 6px;
    padding-bottom: 0;
    padding-left: 23px;
    font-size: 34px;
    line-height: 40px;
  }

  .brands-banner {
    height: 77vh;
  }

  .sl1-brands {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_2153.jpg');
    background-position: 0%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .dss-heading {
    text-align: center;
    margin-left: 0;
    padding-left: 20px;
  }

  .dss-heading.general-in {
    text-align: left;
    margin-top: 17px;
    margin-left: 0;
    padding-left: 190px;
  }

  .dss-heading.cluster-had {
    text-align: left;
    padding-left: 186px;
  }

  .dss-heading.specification-had {
    padding-top: 55px;
    padding-left: 0;
  }

  .dss-heading.snow-clust {
    width: 100%;
  }

  .dss-heading.general-in-snow {
    margin-top: 17px;
  }

  .dss-heading.snow-10lb-box-text, .dss-heading.snow-clust-photo-info {
    width: 100%;
  }

  .general-info.table {
    background-color: rgba(255, 255, 255, .95);
    height: 318px;
    padding: 59px 31px 31px;
  }

  .general-info.clust-pho {
    height: auto;
  }

  .general-info.clust-pho-big {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .general-info.clust-pho-copy {
    background-color: var(--white-8);
  }

  .info-section {
    height: auto;
  }

  .info {
    grid-template-columns: auto;
  }

  .general-info-copy {
    background-color: rgba(255, 255, 255, .79);
  }

  .info-english {
    background-image: url('../images/Product-Description_king_new_final.svg');
    background-position: 50%;
    width: 100%;
    height: 190px;
    margin-left: 0;
  }

  .bold-text-12 {
    text-align: left;
  }

  .cluster-specification {
    height: 620px;
  }

  .cluster {
    height: 790px;
    margin-top: 0;
  }

  .info-cluster {
    grid-template-rows: 400px 392px;
    grid-template-columns: auto;
  }

  .general-info-cluster {
    background-color: #fff;
  }

  .general-info-cluster.opi-sizes {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cluster-tab {
    background-position: 50%;
    margin-left: 0;
  }

  .cluster-tab.snow-tab, .cluster-tab.snow-tab-10 {
    width: auto;
    margin-left: 0;
  }

  .cluster-tab.tab-china {
    background-position: 50%;
  }

  .cluster-photo {
    background-position: 50%;
    width: 100%;
    height: 42vh;
    margin-left: 0;
  }

  .cluster-photo.southern-cluster {
    background-color: #fff;
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .cluste-spec {
    height: auto;
  }

  .cluster-photo-big {
    background-position: 50%;
    height: 100%;
    margin-left: 0;
  }

  .info-cluster-spe {
    grid-template-rows: 400px 400px;
    grid-template-columns: auto;
    grid-auto-rows: 320px;
    height: auto;
  }

  .info-cluster-spe.op-section {
    background-image: none;
    grid-template-rows: 500px 514px;
    grid-template-columns: 0% auto;
    grid-auto-rows: auto;
    height: auto;
  }

  .info-cluster-spe.ang-info-spe {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 876px;
    grid-template-rows: 392px;
    grid-auto-rows: 391px;
    height: auto;
  }

  ._3-tab {
    height: auto;
  }

  .meus-parts {
    grid-template-rows: 459px;
    grid-template-columns: 1fr;
    display: grid;
  }

  .meus-parts._3-coll {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  ._10x20 {
    background-color: rgba(255, 255, 255, .95);
  }

  ._1x10.last1x01 {
    background-color: #fff;
  }

  ._1x10.merus-part {
    background-color: rgba(255, 255, 255, .95);
  }

  ._1x20-tab {
    height: 210px;
    margin-top: 20px;
    margin-bottom: 47px;
  }

  ._1x20-tab.merus-part-china {
    background-size: 520px;
    width: 100%;
    height: 290px;
    margin-top: -30px;
  }

  ._1x20-tab.portions {
    margin-top: -64px;
  }

  ._1x20-tab.scored-claws {
    margin-top: -28px;
  }

  ._1x20-tab.no-lines {
    background-position: 50%;
    background-size: 350px;
  }

  ._1x20-tab.portions-cina {
    background-size: 470px;
    height: 250px;
    margin-top: -64px;
  }

  ._1x20-tab.scored-claws-china {
    background-size: 470px;
    margin-top: -28px;
  }

  ._1x20-tab.merus-part-engl {
    background-size: 300px;
    width: 100%;
    margin-top: -84px;
  }

  ._1x20-tab.portions-engl {
    margin-top: -64px;
  }

  ._1x20-tab.scored-claws-china {
    margin-top: -28px;
  }

  ._1x20-tab.scored-claws-china-copy {
    background-size: 470px;
    margin-top: -28px;
  }

  .merus-banner {
    background-size: cover;
  }

  ._3-tab-tabs, ._3-tab-tabs.merus {
    height: auto;
  }

  .merus-cut {
    height: 200px;
    margin-top: 0;
  }

  .merus-cut.portion {
    margin-top: -78px;
  }

  .merus-cut.claws {
    margin-top: -53px;
  }

  ._10x20-copy {
    background-color: rgba(255, 255, 255, .95);
  }

  .div-block-flyer {
    height: 816vh;
    margin-top: 100vh;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .download-flyer {
    padding-left: 11px;
  }

  .section-14 {
    height: 100vh;
    margin-top: -18px;
  }

  .whole-king {
    background-position: 50% 0;
    width: 690px;
    height: 700px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    left: 4%;
  }

  .plus-name-icon {
    top: -42%;
    left: 224px;
  }

  .dropdown-list-legs.w--open {
    width: 120px;
    margin-left: -105px;
  }

  .dropdown-list-legs.feeder-claw.w--open {
    margin-top: -88px;
    margin-left: 0;
  }

  .dropdown-list-legs.killer-claw.w--open {
    margin-top: 54px;
    margin-left: -7px;
  }

  .dropdown-list-legs.carapace-dr {
    margin-left: 0;
    padding-left: 0;
  }

  .dropdown-link-5 {
    text-align: center;
    width: auto;
    margin-left: 0;
    padding-right: 0;
  }

  .link-block {
    z-index: 20;
    flex: 0 auto;
    grid-template-columns: 3.5fr;
    width: 100%;
    margin-top: 608px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .cuts, .cuts.merus-banner {
    background-size: auto;
  }

  .name-of-leg {
    padding: 14px;
  }

  .legs-sizes {
    flex: none;
    width: auto;
    margin-right: 0;
  }

  .leg-name {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 23px;
    display: inline;
  }

  .legs-sizes-link1 {
    padding-right: 22px;
  }

  .arrow-down {
    margin-right: 0;
  }

  .plus-name-icon-claw {
    left: 142px;
  }

  .plus-name-icon-killer-claw {
    top: 13%;
  }

  .plus-name-icon-select-portion {
    margin-left: 0;
    top: 29%;
    left: -53px;
  }

  .plus-name-icon-merus {
    top: 26%;
    left: -135px;
  }

  .bold-text-14 {
    height: 100px;
    margin-right: 0;
    font-size: 23px;
  }

  .feeder-claw-copy, .killer-claw-copy {
    background-size: auto;
  }

  .section-15 {
    height: 80vh;
  }

  .div-block-108 {
    height: 75vh;
  }

  .legs-sizes-big {
    background-size: contain;
    width: 90%;
    height: 80%;
    margin-top: 69px;
  }

  .leg-name-copy {
    margin-top: 12px;
  }

  .leg-name-copy.king-crab-cluster {
    margin-left: 112px;
  }

  .leg-name-copy.special-cuts {
    flex: 1;
    width: 100%;
    height: 120px;
    padding: 96px 37px 139px 105px;
  }

  .leg-name-copy.left-jast {
    margin-top: 37px;
    font-size: 26px;
  }

  .leg-name-copy.left-jast-1 {
    margin-top: 74px;
    font-size: 26px;
    line-height: 33px;
  }

  .leg-name-copy.left-jast-split {
    font-size: 26px;
    line-height: 33px;
  }

  .leg-name-copy.left-jast-1-copy {
    margin-top: 152px;
    font-size: 29px;
    line-height: 31px;
  }

  .leg-name-copy.king-crab-cluster-china {
    margin-left: 112px;
  }

  .text-block-34 {
    margin-top: 59px;
    font-size: 22px;
    line-height: 79px;
  }

  .section-16 {
    background-position: 40% 20%;
    background-size: 89%;
    grid-template-rows: 500px auto;
    grid-template-columns: 1fr;
    height: auto;
    position: relative;
    top: -1px;
  }

  .section-17 {
    background-position: 80%;
    grid-template-rows: 296px;
    grid-template-columns: 50% 1fr;
    height: auto;
  }

  .special-cuts-grid {
    grid-template-columns: 50% 50%;
  }

  .merus-block {
    background-position: 50%;
    background-size: 100%;
  }

  .merus-block.scored-broiler-claws {
    background-position: 50% 64%;
    background-size: 70%;
  }

  .leg-sizes {
    align-items: flex-start;
    height: 800px;
    margin-top: 0;
    line-height: 130px;
    display: flex;
    position: relative;
    top: 0;
  }

  .link-block-11 {
    justify-content: center;
    margin-top: 89px;
    margin-left: 130px;
    display: flex;
  }

  .killer-claw-copy-copy.select-portion-banner {
    background-image: url('../images/select_p.png');
    background-size: auto;
  }

  .king-crab-banner-copy {
    height: 77vh;
  }

  .section-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto 0;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 1698px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    display: grid;
  }

  .text-learn-about-king-crab {
    padding-top: 6px;
    padding-bottom: 85px;
    padding-left: 23px;
    font-size: 34px;
    line-height: 40px;
  }

  .paragraph-74 {
    width: auto;
    padding-left: 150px;
  }

  .contact-main {
    justify-content: center;
    display: flex;
  }

  .sl1-about-shrimp {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_2716-1.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .about-shrimp-text {
    padding-top: 6px;
    padding-bottom: 85px;
    padding-left: 23px;
    font-size: 34px;
    line-height: 40px;
  }

  .sl2_design-in-process {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/11_DSC_6165.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .about-king-crab-text {
    width: 250px;
    margin-top: -33px;
    margin-right: 30px;
    padding: 6px 0 0;
    font-size: 40px;
    line-height: 40px;
  }

  .king-links {
    padding-left: 18px;
  }

  .text-block-24-copy {
    width: 204px;
  }

  .king-crab-nav {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: 380px;
    margin-top: -64px;
    display: flex;
    top: 35%;
  }

  .king-crab-nav.wild {
    margin-top: 117px;
    top: 0%;
  }

  .text-block-37 {
    width: 210px;
  }

  .learn-about-king {
    width: auto;
    margin-top: 42px;
  }

  .learn-about-king.w--current {
    margin-top: 21px;
  }

  .banner-text {
    padding-top: 6px;
    padding-bottom: 85px;
    padding-left: 23px;
    font-size: 34px;
    line-height: 40px;
  }

  .banner-text.qt {
    padding-bottom: 25px;
  }

  .banner-text.pf {
    margin-top: 19px;
    padding-bottom: 25px;
  }

  .banner-sl1 {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/boat_133476440.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .banner-sl1.product-flyers-sl2-copy {
    background-position: 0%;
  }

  .banner-sl2, .banner-sl3 {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/11_DSC_6165.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .banner-sl3.quality-sl3, .banner-sl3.quality-sl-4, .banner-sl3.product-flyers-sl3 {
    background-position: 0%;
  }

  .banner-sl3.quality-sl2-copy {
    background-position: 50%;
  }

  .about-king-crab-text-copy, .banner-big-text {
    width: 250px;
    margin-top: -33px;
    margin-right: 30px;
    padding: 6px 0 0;
    font-size: 34px;
    line-height: 40px;
  }

  .banner-big-text.learn-king {
    width: 290px;
  }

  .learn-about-kg {
    width: auto;
    line-height: 20px;
  }

  .king-cr-par {
    width: 270px;
  }

  .red-crab {
    justify-content: flex-end;
    width: auto;
    margin-top: 33px;
    margin-bottom: 3px;
    margin-left: 49px;
    display: block;
  }

  .red-crab.w--current {
    margin-top: 30px;
  }

  .sl1-red-crab {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/dsc_3960.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl2_red-crab {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_4111.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .snow-crab-no-link {
    width: 250px;
    margin-top: 0;
    margin-right: 30px;
    padding: 6px 0 0;
    font-size: 40px;
    line-height: 40px;
  }

  .snow-crab-op.w--current {
    width: 240px;
    height: 54px;
  }

  .sl1-snow-crab {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_1899.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl2_snow-crab {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_1932.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .learn-about-shrimp-text {
    width: 250px;
    margin-top: -33px;
    margin-right: 30px;
    padding: 6px 0 0;
    font-size: 40px;
    line-height: 40px;
  }

  .farm-raised-text {
    width: auto;
  }

  .learn-aabout-shrimp {
    width: auto;
    margin-top: -7px;
  }

  .grilling-shrimp-link {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/11_DSC_6165.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .learn-about-king-copy {
    width: auto;
    margin-top: 22px;
  }

  .wild-caught-shrimp-link, .grilling-shrimp-link-page, .breaded-shrimp-link {
    width: auto;
    margin-top: -7px;
  }

  .snow-crab-text {
    width: 250px;
    margin-top: -33px;
    margin-right: 30px;
    padding: 6px 0 0;
    font-size: 40px;
    line-height: 40px;
  }

  .angulatus-link-copy {
    width: auto;
    margin-top: 22px;
  }

  .sl1-snow {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_1944.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl2-snow {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_1901.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl3-snow {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_2440.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .opilio {
    width: auto;
    margin-top: 22px;
  }

  .farm-shrimp-text {
    width: 100%;
    margin-top: -10px;
    margin-right: 0;
    padding: 6px 27px 0 0;
    font-size: 40px;
    line-height: 40px;
    top: -53%;
  }

  .all-shrimp-sl1 {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_2859.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .all-shtimp-sl2 {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_9035.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .all-shrimp-sl3 {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_2749-1.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .wild-shrimp-text {
    width: 250px;
    margin-top: -33px;
    margin-right: 30px;
    padding: 6px 0 0;
    font-size: 40px;
    line-height: 40px;
  }

  .sl1-wild-shrimp {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_2670.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl2-wild-shrimp {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_2743-1.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl3-wild-shrimp {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_8983.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl2-about-shrimp {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_2785.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl1-grilling-shrimp {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/boat_133476440.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl2-grilling-shrimp {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/Skewer-picture-wild-caught-final.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .breaded-shrimp-text {
    width: 250px;
    margin-top: -33px;
    margin-right: 30px;
    padding: 6px 0 0;
    font-size: 40px;
    line-height: 40px;
  }

  .sl1-breaded-shrimp {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_9035.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl2-breaded-shrimp {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_2653.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl3-breaded-shrimp {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_8983.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .div-block-112 {
    margin-top: 17px;
  }

  .chef-s-section {
    height: auto;
    margin-top: 0;
  }

  .text-block-39 {
    border-bottom: 1px solid var(--line);
  }

  .arrow-down-shrimp {
    margin-right: 0;
  }

  .chef-s {
    grid-row-gap: 0px;
    border-right: 1px solid var(--line);
    border-left: 1px solid var(--line);
    grid-template-columns: 370px 370px;
    grid-auto-rows: 370px;
    height: auto;
    margin-top: 0;
  }

  .shrimp-bags-one {
    border-bottom: 1px solid var(--line);
    border-right-style: none;
  }

  .shrimp-bags-one.select-second, .shrimp-bags-one.select-therd, .shrimp-bags-one.chef-s-net-two, .shrimp-bags-one.chef-s-net-tree, .shrimp-bags-one.icy2, .shrimp-bags-one.icy3 {
    border-right-style: solid;
  }

  .chef-s-text-copy-copy {
    border-left-style: none;
  }

  .chef-s-section-copy {
    height: auto;
    margin-top: 27px;
  }

  .icy-ocean-section {
    height: auto;
    margin-top: 0;
  }

  .icy-ocean-text, .chef-s-net-farm {
    border-left-style: none;
  }

  .chef-s-net-select-banner {
    height: auto;
  }

  .chef-s-logo {
    height: 400px;
    margin-left: 0;
    margin-right: 0;
  }

  .bags-photo {
    width: 100%;
  }

  .chifs-info-sction {
    grid-template-rows: 600px 600px auto auto auto;
    grid-template-columns: 1% 1fr;
    grid-auto-flow: row;
  }

  .name-shrimp-peoduct.bbq-had {
    padding-top: 49px;
    padding-left: 237px;
  }

  .temp-bold-blue-40px.ang-gen-info {
    margin-bottom: 0;
    padding-left: 72px;
  }

  .nf {
    height: 600px;
  }

  .text-info {
    padding: 122px;
  }

  .div-block-123 {
    background-size: 680px;
    height: 600px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .chef-s-table {
    background-size: 680px;
    height: 430px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .chef-s-net-select {
    height: auto;
  }

  .bag-photo {
    width: 100%;
  }

  .nut-info-shrimp {
    height: 600px;
  }

  .shrimp-info-table {
    background-image: url('../images/13chart.svg');
    background-size: 680px;
    height: 430px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .table-shrimp {
    background-size: 680px;
    height: 430px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .table-shrimp._9-chart, .table-shrimp._2-chart {
    background-size: 650px;
  }

  .table-shrimp._11-chart {
    background-size: contain;
  }

  .table-shrimp._1chart {
    background-size: 650px;
  }

  .icy-ocean {
    height: 390vh;
  }

  .site-bar-shrimp {
    z-index: 40;
    height: 625vh;
  }

  .site-bar-shrimp._3-site {
    margin-top: 437vh;
  }

  .snow-op-info {
    height: auto;
  }

  .snow-description {
    background-position: 50%;
    width: 100%;
    height: 230px;
    margin-top: -15px;
    margin-left: 0;
  }

  .snow-op-sp._10lb-snow, .snow-op-sp.op-photo-part {
    height: auto;
  }

  .box-photo-snow {
    background-position: 50%;
    width: 100%;
    height: 42vh;
    margin-left: 0;
  }

  .general-iphone {
    text-align: center;
  }

  .op-cl-photo {
    background-size: contain;
    left: 0;
  }

  .opi-size-section {
    height: auto;
  }

  .plus-name-icon-2 {
    top: -32%;
    left: 224px;
  }

  .plus-name-icon-select-portion-2 {
    margin-left: 0;
    top: 29%;
    left: -53px;
  }

  .plus-name-icon-merus-2 {
    top: 26%;
    left: -135px;
  }

  .plus-name-icon-claw-2 {
    left: 120px;
  }

  .leg-name-2 {
    margin-left: 13px;
    font-size: 20px;
  }

  .leg-name-2.carapace-text {
    margin-left: -2px;
  }

  .leg-name-2.carapace-text-copy, .leg-name-2.antenna-text {
    margin-left: 6px;
  }

  .plus-name-icon-killer-claw-2 {
    top: 22%;
  }

  .container-9 {
    background-repeat: no-repeat;
    background-size: auto;
  }

  .shrimp-about {
    background-size: 110%;
  }

  .plus-name-icon-shrimp {
    top: -32%;
    left: 224px;
  }

  .plus-name-icon-shrimp.eye {
    top: 30%;
    left: 192px;
  }

  .plus-name-icon-shrimp.head {
    top: 19%;
    left: 267px;
  }

  .plus-name-icon-shrimp.carapace {
    top: 12%;
    left: 362px;
  }

  .plus-name-icon-shrimp.pereiopods-or-legs {
    top: 16%;
    left: 301px;
  }

  .plus-name-icon-shrimp.antenna {
    top: 23%;
    left: 198px;
  }

  .plus-name-icon-shrimp.pereiopods {
    top: 14%;
    left: 435px;
  }

  .plus-name-icon-shrimp.abodomen-segments-1-6, .plus-name-icon-shrimp.abodomen-segments-1-6-copy {
    top: -13%;
    left: 464px;
  }

  .plus-name-icon-shrimp.vein {
    top: -13%;
    left: 539px;
  }

  .plus-name-icon-shrimp.tail-segment {
    top: 12%;
    left: 628px;
  }

  .plus-name-icon-shrimp.tail-fin {
    top: 18%;
    left: 568px;
  }

  .shrimp-about-chart {
    background-size: 110%;
  }

  .section-25 {
    height: 228vh;
  }

  .div-block-126 {
    grid-template-rows: auto 377px 392px;
    grid-template-columns: 300px 300px;
    grid-auto-rows: 354px;
  }

  .section-26 {
    height: auto;
  }

  .container-12 {
    padding-right: 20px;
  }

  .temp-roboto-blue-17.ang-small-gen-ifo {
    text-align: justify;
    background-color: rgba(255, 255, 255, .57);
    padding-top: 77px;
    padding-left: 72px;
    padding-right: 72px;
  }

  .temp-roboto-blue-17.clu-ask-sales {
    margin-bottom: 0;
    padding-bottom: 44px;
    padding-left: 72px;
    padding-right: 72px;
  }

  .blue-line {
    width: 450px;
    margin-left: 22px;
  }

  .glob {
    width: 510px;
    margin-left: 21px;
  }

  .glob.world {
    margin-left: -89px;
  }

  .grid-2 {
    grid-template-rows: 250px 250px;
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
  }

  .cont-black-tiger {
    padding-right: 20px;
  }

  .blue-line-copy {
    width: 350px;
    margin-left: 22px;
  }

  .grid-black-tiger {
    grid-template-rows: 250px;
    grid-template-columns: 1fr;
    height: 300px;
    margin-top: 1px;
  }

  .blue-line-fresh-water {
    width: 350px;
    margin-left: 22px;
  }

  .blue-line-cold-water {
    width: 380px;
    margin-left: 22px;
  }

  .glob-copy {
    width: 510px;
    margin-left: 21px;
  }

  .div-block-130-copy {
    left: -164px;
  }

  .snow-crab-ang-info {
    grid-template-rows: 540px 500px 349px .25fr;
    grid-template-columns: 100px 1fr;
  }

  .ang-open-box {
    width: 460px;
    height: 230px;
    top: 114px;
    left: 235px;
  }

  .ang-bags {
    height: 370px;
    top: -129px;
    left: -14px;
  }

  .ang-bags.back-bag {
    height: 360px;
    left: -271px;
  }

  .two-bags-ang {
    margin-top: -25px;
    left: 0;
  }

  .snow-text {
    padding-right: 27px;
  }

  .nut-king-copy {
    height: 480px;
    margin: 0;
  }

  .nut-king-copy.nut-snow {
    margin-top: 23px;
    margin-left: 70px;
  }

  .nut-sizes-ang {
    background-color: rgba(255, 255, 255, .9);
  }

  .gen-info-ang {
    grid-row-gap: 0px;
    grid-template-columns: auto;
  }

  .bold-text-24 {
    text-align: center;
  }

  .div-block-135 {
    top: 151px;
  }

  .cluster-specification-ang {
    height: 212px;
  }

  .div-block-138 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .clust-ang-ph {
    background-position: 50%;
    background-size: contain;
    padding: 169px;
    left: 0;
  }

  .dss-heading-2 {
    text-align: center;
    margin-left: 0;
    padding-left: 20px;
  }

  .dss-heading-2.snow-clust-photo-info {
    text-align: left;
    width: 100%;
    margin-top: 0;
    padding-left: 72px;
  }

  .dss-heading-2.general-in {
    text-align: left;
    margin-top: 17px;
    margin-left: 148px;
  }

  .dss-heading-2.specification-had {
    padding-top: 36px;
    padding-left: 0;
  }

  .dss-heading-2.general-in-snow {
    margin-top: 0;
  }

  .container-13 {
    height: auto;
  }

  .container-14 {
    height: auto;
    margin-top: 78px;
  }

  .container-15 {
    height: auto;
  }

  .container-17 {
    max-width: 728px;
  }

  .farmed-flag-banner {
    margin-top: 0;
    padding-top: 101px;
    top: 0;
    left: 611px;
  }

  .farmed-flag-banner.bbq-bay {
    height: 510vh;
  }

  .farmed-flag-banner.che-net-flag {
    height: 590vh;
  }

  .farmed-flag-banner.chef-s-net-flag, .farmed-flag-banner.icy-oc-raw-flag, .farmed-flag-banner.icy-cooked-flag, .farmed-flag-banner.icy-oc-wh-flag {
    height: 680vh;
  }

  .farmed-flag-banner.tuna {
    z-index: 50;
    height: 510vh;
  }

  .chef-s-logo-copy, .chef-s-net-logo, .icy-ocean-logo {
    height: 400px;
    margin-left: -61px;
    margin-right: 0;
  }

  .shrimp-links {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: 230px;
    display: flex;
    top: 37%;
  }

  .all-shrimp-sl4 {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_2749-1.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .all-shrimp-sl4.br1 {
    background-image: url('../images/DSC_8933.jpg');
    background-position: 50%;
  }

  .farm-raised-shrimp {
    width: auto;
    margin-top: -7px;
  }

  .sl1-chef-s-net-select {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_2749-1.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl1-chef-s-net-select._10-sl, .sl1-chef-s-net-select._11, .sl1-chef-s-net-select._11-sl2, .sl1-chef-s-net-select._4-sl1, .sl1-chef-s-net-select._7-sl1 {
    background-position: 50% 0;
  }

  .banner-logo {
    height: 400px;
    margin-left: -61px;
    margin-right: 0;
  }

  .text-block-41 {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
  }

  .text-block-41.cy-ocean-text.bbq-text, .text-block-41.cy-ocean-text.king-crab-text, .text-block-41.cy-ocean-text.bbq-text-copy {
    border-left: 1px solid var(--line);
  }

  .whole-crab-section {
    grid-row-gap: 0px;
    border-left: 1px solid rgba(0, 0, 0, .3);
    border-right: 1px solid rgba(0, 0, 0, .3);
    grid-template-columns: 370px 370px;
    grid-auto-rows: 370px;
    height: auto;
    margin-top: 0;
  }

  .arrow-down-shrimp-2 {
    margin-right: 0;
  }

  .links-to-pages {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    border-right-style: none;
  }

  .links-to-pages.select-second, .links-to-pages.select-therd, .links-to-pages.chef-s-net-tree, .links-to-pages.chef-s-net-two, .links-to-pages.one._10-breaded, .links-to-pages.one._11-breaded {
    border-right-style: solid;
  }

  .links-to-pages.one.snow-crab-2-boxes {
    border-left: 1px solid var(--line);
  }

  .links-to-pages.one.mt-merus-link {
    background-image: url('../images/DSC_7647_new.png');
  }

  .links-to-pages.one.mt-whole-box {
    border-left: 1px solid var(--line);
  }

  .links-to-pages.bag-5, .links-to-pages.bag-7, .links-to-pages.box-10-2, .links-to-pages.box-11-2 {
    border-right-style: solid;
  }

  .chef-s-text-copy-copy-2, .chef-s-net-farm-2 {
    border-left-style: none;
  }

  .brands-all {
    margin-top: 17px;
    display: block;
  }

  .brand-grid {
    grid-template-rows: 500px 500px 500px 500px;
    grid-template-columns: 2fr;
  }

  .brand-grid.mmarine-gr-logo {
    grid-template-rows: 500px 500px;
  }

  .brand-grid.icy-oce-grid {
    grid-template-rows: 500px 500px;
    grid-auto-flow: column;
  }

  .mt-logo {
    background-color: var(--white-6);
    background-position: 50%;
    background-size: auto;
  }

  .mt-logo.icy-read, .mt-logo.icy-net-read {
    background-position: 50%;
  }

  .mt-links {
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
    display: flex;
  }

  .marine-list {
    width: NaN% ;
    flex-direction: column;
    align-items: stretch;
    height: 300px;
    margin-top: 92px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .marine-list.icy-list, .marine-list.chefs-net-perple {
    align-items: center;
    margin-right: 0;
  }

  .brand-links {
    position: relative;
  }

  .brand-links.left {
    width: 300px;
  }

  .all-brands-link-text-2 {
    height: 169px;
    margin-left: 0;
    padding-top: 71px;
  }

  .brand-text-2 {
    text-align: left;
    margin-left: 0;
  }

  .king-text-2 {
    margin-top: -12px;
  }

  .text-master-2.snow-crab-copy {
    height: 100%;
    margin-left: -9px;
    padding-top: 91px;
  }

  .text-master-2.sizes-king {
    width: 320px;
  }

  .text-master-2.king-crab {
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 104px;
  }

  .text-master-2.gene {
    text-align: left;
    margin-left: 0;
    padding-top: 18px;
    padding-left: 169px;
  }

  .text-master-2.frozen-bulk-text-copy {
    text-align: center;
    margin-top: 27px;
    padding: 11px 154px 37px;
  }

  .text-master-2.snow-info, .text-master-2.snow-info-ang {
    text-align: center;
    margin-left: 0;
    padding-top: 18px;
  }

  .about-greed {
    background-color: var(--white-7);
    grid-template-rows: 540px 500px;
    grid-template-columns: 100% 0;
  }

  .about-greed.icy-ocean-greed {
    background-color: var(--white-7);
    grid-template-rows: 540px 500px;
    grid-template-columns: 0% 10.5fr;
    grid-auto-columns: 0;
    grid-auto-flow: column;
    justify-content: center;
  }

  .sl2-brands {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/merus_box_1.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl3-brands {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/shrimp_boxes.jpg');
    background-position: 0%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  ._100pix-left {
    justify-content: center;
    padding-left: 0;
    display: block;
  }

  .text-link-block {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
  }

  .text-link-block.about-left {
    justify-content: center;
    display: flex;
  }

  .text-link-block.news-left-trxt {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: -492px;
    display: flex;
  }

  .right-logo {
    background-color: var(--white-6);
    background-position: 50%;
  }

  .sl1-chef-s-net-perpl {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_2749-1.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .chef-s-logo-red {
    height: 400px;
    margin-left: 0;
    margin-right: 0;
  }

  .farmed-flag-banner-2 {
    margin-top: 0;
    padding-top: 101px;
    top: 0;
    left: 611px;
  }

  .farmed-flag-banner-2.ch-net-tail-flag, .farmed-flag-banner-2.ch-net-raw-flag, .farmed-flag-banner-2.ch-net-raw-sh-flag {
    height: 600vh;
  }

  .big-photo-southern {
    height: 798px;
  }

  .cluster-southern {
    height: 460px;
    line-height: 90px;
  }

  .siuth-banner {
    background-size: cover;
  }

  .sl1-chef-s-net-cooked, .sl1-chef-s-net-cooked-p-d-tail-on {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_2749-1.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .farmed-flag-banner-copy {
    margin-top: 0;
    padding-top: 101px;
    top: 0;
    left: 611px;
  }

  .wild-flag-banner {
    margin-top: 100px;
    padding-top: 0;
    top: 0;
    left: 611px;
  }

  .home-logo-copy {
    background-position: 50% 200%;
    background-size: 240px;
    width: 180px;
    height: 150px;
    margin-top: -1px;
    font-size: 10px;
    top: 351px;
  }

  .sl3-red-crab {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_4065.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .breaded {
    grid-row-gap: 0px;
    border-left: 1px rgba(0, 0, 0, .3);
    border-right: 1px rgba(0, 0, 0, .3);
    grid-template-columns: 370px 370px;
    grid-auto-rows: 370px;
    height: auto;
    margin-top: 0;
  }

  ._1bbq-bay {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/Pink-grilling.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .learn-about-king-copy-copy {
    width: 250px;
    margin-top: 15px;
    padding-top: 0;
  }

  .snow-crab-kink {
    width: auto;
    margin-top: -11px;
  }

  .snow-crab-kink-copy {
    width: auto;
    margin-top: 2px;
  }

  .whole-snow-crab {
    background-size: contain;
    height: 100%;
  }

  .container-19 {
    background-size: 650px;
    height: 75vh;
  }

  .text-block-42 {
    margin-top: 59px;
    font-size: 22px;
    line-height: 79px;
  }

  .leg-name-copy-2 {
    margin-top: 12px;
  }

  .text-block-43 {
    height: 686.25px;
    padding-top: 0;
    padding-bottom: 35px;
  }

  .sizes {
    text-align: right;
    height: 800px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    font-size: 18px;
    line-height: 90px;
    display: flex;
    position: relative;
    top: 6px;
  }

  .cluster-text {
    margin-top: -85px;
    margin-left: 132px;
    top: 9%;
    right: -19%;
  }

  .cluster-size {
    height: auto;
  }

  .heading-8 {
    text-transform: uppercase;
  }

  .wild-caught-flag {
    margin-top: 0;
    padding-top: 0;
    top: 0;
    left: 611px;
  }

  .wild-caught-flag.grilling-flag, .wild-caught-flag.grilling-flag-copy {
    height: 410vh;
    margin-top: -766px;
  }

  .wild-caught-flag.bbq-flag {
    height: 360vh;
    margin-top: -766px;
  }

  .wild-caught-flag-copy {
    margin-top: 98px;
    padding-top: 0;
    top: 0;
    left: 611px;
  }

  .wild-caught-flag-copy.wild-arg-flag, .wild-caught-flag-copy.icy-ar-sh-flag {
    height: 500vh;
  }

  .srimp-nav-all {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: 230px;
    display: flex;
    top: 35%;
  }

  .learn-aabout-shrimp-2, .farm-raised-shrimp-2, .wild-caught-shrimp-link-2 {
    width: auto;
    margin-top: -7px;
  }

  .dropdown-list-all-shrimp.w--open {
    width: 200px;
    height: 650px;
  }

  .general-info-ang {
    background-color: rgba(255, 255, 255, .79);
    margin-top: 0;
  }

  .snow-ang-description {
    background-position: 50%;
    width: 100%;
    height: 230px;
    margin-top: 0;
    margin-left: 0;
  }

  .snow-cl-photo {
    background-image: url('../images/DSC_7895.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    padding-right: 0;
  }

  .banner-sl4 {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/boat_133476440.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .logos-greed-copy {
    background-color: var(--white-7);
    grid-template-rows: 540px 500px;
    grid-template-columns: 100% 0;
  }

  .logos-greed-copy.icy-ocean-greed {
    background-color: var(--white-7);
    grid-template-columns: 0% 10.5fr;
    grid-auto-columns: 0;
    grid-auto-flow: column;
    justify-content: center;
  }

  .about-left-text {
    background-color: var(--white-6);
    background-position: 50%;
    background-size: auto;
  }

  .about-left-text.icy-read, .about-left-text.icy-net-read {
    background-position: 50%;
  }

  .about-right-text {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    display: flex;
  }

  .heading-about-photo {
    margin-left: 174px;
    margin-right: 205px;
  }

  .qt-text-main {
    text-align: justify;
  }

  .qt-text-main.about-text-left {
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .about-right-photos {
    background-color: var(--white-6);
    background-position: 50%;
  }

  .about-text-left1 {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
  }

  .heading-about {
    margin-left: 174px;
    margin-right: 205px;
  }

  .text-block-45 {
    width: 80%;
  }

  .bold-text-42 {
    line-height: 31px;
  }

  .section-30 {
    justify-content: center;
    display: flex;
  }

  .qt-text {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    width: 80%;
    display: flex;
  }

  .news-main {
    background-position: 50%;
    justify-content: center;
    height: auto;
    padding-right: 0;
    display: block;
  }

  .about-right-text-main {
    text-align: justify;
  }

  .about-right-text-main.about-text-left {
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .news-boston {
    text-align: justify;
  }

  .news-boston.about-text-left {
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .about-batt-main {
    text-align: justify;
  }

  .about-batt-main.about-text-left {
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .grid-boston {
    grid-row-gap: 0px;
    grid-template-rows: 276px;
    grid-template-columns: 1px 1fr;
    grid-auto-rows: 274px;
    grid-auto-flow: row;
    justify-items: end;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-46 {
    text-align: right;
  }

  .dss-logo-block {
    align-items: flex-start;
  }

  .block-left-news {
    width: 1px;
  }

  .seafood-logo {
    width: 350px;
  }

  .paragraph-76 {
    padding-left: 0;
  }

  .link-block-12 {
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0;
  }

  .news-greed {
    background-color: var(--white-7);
    grid-auto-rows: 5fr;
    grid-auto-columns: .5fr;
    grid-auto-flow: row;
  }

  .news-greed.icy-ocean-greed {
    background-color: var(--white-7);
    grid-template-rows: 540px 500px;
    grid-template-columns: 0% 10.5fr;
    grid-auto-columns: 0;
    grid-auto-flow: column;
    justify-content: center;
  }

  .would-like {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
  }

  .would-like.about-left {
    justify-content: center;
    display: flex;
  }

  .expo-photo {
    background-color: var(--white-6);
    background-position: 50%;
  }

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

  .about-left.about-text-left {
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .about-left.news-left-text {
    align-items: center;
    width: 52%;
    margin-top: 0;
    display: flex;
  }

  .news-greed-2 {
    background-color: var(--white-7);
    grid-template-rows: 540px 500px;
    grid-template-columns: 100% 0;
  }

  .news-greed-2.icy-ocean-greed {
    background-color: var(--white-7);
    grid-template-rows: 540px 500px;
    grid-template-columns: 0% 10.5fr;
    grid-auto-columns: 0;
    grid-auto-flow: column;
    justify-content: center;
  }

  .news-2 {
    background-color: var(--white-7);
    grid-template-rows: 540px 500px;
    grid-template-columns: 100% 0;
  }

  .news-2.icy-ocean-greed {
    background-color: var(--white-7);
    grid-template-rows: 540px 500px;
    grid-template-columns: 0% 10.5fr;
    grid-auto-columns: 0;
    grid-auto-flow: column;
    justify-content: center;
  }

  .news-2.news-2part {
    background-color: var(--white-7);
    grid-template-rows: 500px auto;
    grid-template-columns: 0% 10.5fr;
    grid-auto-rows: 500px;
    grid-auto-columns: 0;
    grid-auto-flow: row;
    align-content: end;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .right-photo-news {
    background-color: var(--white-6);
    background-position: 50%;
  }

  .right-photo-news.photo-news {
    height: 500px;
    display: flex;
  }

  .section-31 {
    height: auto;
  }

  .news-text-left {
    width: 46%;
    margin-left: 4px;
  }

  .text-news-left {
    width: 100%;
  }

  .news-king {
    justify-content: center;
    display: block;
  }

  .news-king-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-left: 0;
    display: flex;
  }

  .text-news-left-krab {
    justify-content: flex-start;
    width: 300px;
  }

  .text-news-left-krab.merus-pre-cut {
    width: 300px;
  }

  .news-3 {
    background-color: var(--white-7);
    grid-template-rows: 500px 500px;
    grid-template-columns: auto 0;
    justify-content: center;
    justify-items: stretch;
  }

  .news-3.icy-ocean-greed {
    background-color: var(--white-7);
    grid-template-rows: 540px 500px;
    grid-template-columns: 0% 10.5fr;
    grid-auto-columns: 0;
    grid-auto-flow: column;
    justify-content: center;
  }

  .news-3.news-2part {
    background-color: var(--white-7);
    grid-template-rows: 500px auto;
    grid-template-columns: 0% 10.5fr;
    grid-auto-rows: 500px;
    grid-auto-columns: 0;
    grid-auto-flow: row;
    align-content: end;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .king-had {
    width: 300px;
  }

  .merus-box-news {
    background-color: #fff;
    background-position: 50%;
  }

  .merus-box-news.photo-news {
    height: 500px;
    display: flex;
  }

  .paragraph-77 {
    width: 300px;
  }

  .button-6 {
    margin-left: -174px;
  }

  .news-4-box-king {
    background-color: var(--white-7);
    background-image: none;
    grid-template-rows: 500px 500px;
    grid-template-columns: 0% 85px;
    grid-auto-columns: 0;
  }

  .news-4-box-king.icy-ocean-greed {
    background-color: var(--white-7);
    grid-template-rows: 540px 500px;
    grid-template-columns: 0% 10.5fr;
    grid-auto-columns: 0;
    grid-auto-flow: column;
    justify-content: center;
  }

  .news-4-box-king.news-2part {
    background-color: var(--white-7);
    grid-template-rows: 500px auto;
    grid-template-columns: 0% 10.5fr;
    grid-auto-rows: 500px;
    grid-auto-columns: 0;
    grid-auto-flow: row;
    align-content: end;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .news-text-left-copy {
    width: 46%;
  }

  .news-4-batt {
    background-color: var(--white-7);
    grid-template-rows: 500px 500px;
    grid-template-columns: auto 0;
    grid-auto-flow: column;
    justify-content: center;
    justify-items: stretch;
  }

  .news-4-batt.icy-ocean-greed {
    background-color: var(--white-7);
    grid-template-rows: 540px 500px;
    grid-template-columns: 0% 10.5fr;
    grid-auto-columns: 0;
    grid-auto-flow: column;
    justify-content: center;
  }

  .news-4-batt.news-2part {
    background-color: var(--white-7);
    grid-template-rows: 500px auto;
    grid-template-columns: 0% 10.5fr;
    grid-auto-rows: 500px;
    grid-auto-columns: 0;
    grid-auto-flow: row;
    align-content: end;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .whole-photo-box {
    background-color: #fff;
    background-position: 50%;
  }

  .whole-photo-box.photo-news {
    height: 500px;
    display: flex;
  }

  .button-6-whole {
    margin-left: -174px;
  }

  .banner-sl5 {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/11_DSC_6165.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .banner-sl5.quality-sl3, .banner-sl5.quality-sl-4 {
    background-position: 0%;
  }

  .banner-sl6 {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/11_DSC_6165.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .banner-sl6.quality-sl3, .banner-sl6.quality-sl-4 {
    background-position: 0%;
  }

  .div-block-146 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .text-block-47 {
    text-align: left;
    justify-content: space-between;
  }

  .div-block-147, .form-2 {
    width: 300px;
  }

  .grilling-shrimp-had {
    width: 250px;
    margin-top: -33px;
    margin-right: 30px;
    padding: 6px 0 0;
    font-size: 40px;
    line-height: 40px;
  }

  .grilling-sl1 {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_2859.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .grilling-sl2 {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_9035.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .grilling-sl3, .grilling-sl4 {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_2749-1.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .grilling-sl4.br1 {
    background-image: url('../images/DSC_8933.jpg');
    background-position: 50%;
  }

  .grilling-ba {
    height: 400px;
    margin-left: -61px;
    margin-right: 0;
  }

  .bbq-bay-sl1, .bbq-bay-sl2, .bbq-bay-sl3 {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/Pink-grilling.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .bbq-bay-text-had {
    width: 100%;
    margin-top: -10px;
    margin-right: 0;
    padding: 6px 27px 0 0;
    font-size: 40px;
    line-height: 40px;
    top: -53%;
  }

  .whole-snow {
    justify-content: center;
    height: 72vh;
    display: flex;
  }

  .whole-snow-crab-main {
    margin-top: 0;
  }

  .sl1-bbq-grilling-shrimp {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_2749-1.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .banner-logo-grilling-shrimp {
    height: 400px;
    margin-left: -61px;
    margin-right: 0;
  }

  .div-block-148 {
    margin-top: 145px;
  }

  .paragraph-78 {
    width: 90%;
    padding-left: 63px;
  }

  .paragraph-78.product-10 {
    width: 85%;
  }

  .div-text-2 {
    margin-top: 232px;
  }

  .heading-9 {
    padding-left: 63px;
  }

  .oven-ready-shrimp-10 {
    width: 100%;
    margin-top: -10px;
    margin-right: 0;
    padding: 6px 27px 0 0;
    font-size: 40px;
    line-height: 40px;
    top: -53%;
  }

  .temp-bold-blue-30px-copy {
    margin-left: 12px;
  }

  .temp-bold-blue-30px-copy.ang-gen-info {
    margin-bottom: 0;
    padding-left: 72px;
  }

  .box-photo {
    width: 100%;
  }

  .div-text-10 {
    margin-top: 232px;
  }

  .product-had-10 {
    width: 85%;
    padding-left: 0;
  }

  .box-photo-11 {
    width: 100%;
  }

  .had-text-4 {
    width: 100%;
    margin-top: -10px;
    margin-right: 0;
    padding: 6px 27px 0 0;
    font-size: 40px;
    line-height: 40px;
    top: -53%;
  }

  .icy-text-had {
    margin-top: -5px;
    margin-left: 46px;
  }

  .right-photo {
    width: 100%;
  }

  .king-nav {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: 230px;
    display: flex;
    top: 35%;
  }

  .up-section {
    margin-top: 0;
  }

  .whole-king-crab {
    width: auto;
    margin-top: -4px;
  }

  .sl1-krab-merus {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_7222.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl2_krab-merus {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_7173_new_1.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl3_krab-merus {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/king-crab.jpg');
    background-position: 0%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl4_krab-merus {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_2055.jpg');
    background-position: 0%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl1-krab-whole {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/king_DSC_2055.jpg');
    background-position: 0%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl2_krab-whole {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_2078.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .whole-crab-box {
    height: 640px;
    top: -53px;
    left: 147px;
  }

  .whole-crab-box.southern_open_box {
    left: 214px;
  }

  .whole-crab-box.merus-box-photo, .whole-crab-box.scallop-box {
    background-position: 50%;
  }

  .buy-now {
    margin-left: 578px;
  }

  .buy-now-block {
    top: 1021px;
  }

  .whole-crab-banner {
    background-size: cover;
  }

  .marine-treasure-scrab {
    border-left-style: none;
  }

  .king-10-lb-box, .mt-king-10-lb-box {
    margin-right: 0;
  }

  .merus-banner-copy {
    background-size: cover;
  }

  .flyer-batton {
    margin-top: 10px;
  }

  .flyer-batton.learn-flyer {
    padding-left: 146px;
  }

  .flyer-batton.red-flyer-link {
    margin-top: 19px;
    padding-top: 0;
    top: 131px;
  }

  .flyer-batton.king-butt-whole, .flyer-batton.merus-flyer, .flyer-batton.snow-ang-fly {
    margin-top: 6px;
    padding-top: 14px;
  }

  .flyer-batton.learn-flyer-copy {
    padding-left: 146px;
  }

  .div-block-149 {
    top: 233px;
  }

  .button-8 {
    margin-right: 59px;
  }

  .buy-now-butt {
    top: -295px;
  }

  .lags-sizes {
    background-size: 800px;
    height: 800px;
  }

  .lageslinks {
    align-items: flex-end;
    width: 100%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading-10 {
    margin-top: 0;
    padding-right: 23px;
    font-size: 30px;
  }

  .yell-sl1 {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_2604.jpg');
    background-position: 0%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .tuna-small-text {
    width: 250px;
    margin-top: -3px;
    margin-right: 30px;
    padding: 6px 0 0;
    font-size: 18px;
    line-height: 30px;
  }

  .tuna-big-text {
    width: 250px;
    margin-top: -62px;
    margin-right: 30px;
    padding: 6px 0 0;
    font-size: 40px;
    line-height: 40px;
  }

  .yel-sl2 {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_2654.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .yel-sl3 {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_2685.jpg');
    background-position: 0%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .tuna-st-photo {
    background-position: 50%;
    width: 460px;
    height: 510px;
    left: 90px;
  }

  .info-section-tuna {
    height: auto;
  }

  .info-copy {
    grid-template-columns: auto;
  }

  .tuna-banner {
    background-size: cover;
  }

  .marine-treasure-scrab-copy {
    border-left-style: none;
  }

  .text-block-tuna {
    border-top: 1px none var(--line);
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    border-right-style: none;
  }

  .text-block-tuna.cy-ocean-text.bbq-text, .text-block-tuna.cy-ocean-text.king-crab-text, .text-block-tuna.cy-ocean-text.bbq-text-copy {
    border-left: 1px solid var(--line);
  }

  .tuna-aval {
    border-left-style: none;
  }

  .loins-center-cut {
    border-top-style: solid;
    border-bottom: 1px rgba(0, 0, 0, .3);
    border-right-style: none;
  }

  .loins-center-cut.select-second, .loins-center-cut.select-therd, .loins-center-cut.chef-s-net-tree, .loins-center-cut.chef-s-net-two, .loins-center-cut.one._10-breaded, .loins-center-cut.one._11-breaded {
    border-right-style: solid;
  }

  .loins-center-cut.one.snow-crab-2-boxes {
    border-left: 1px solid var(--line);
  }

  .loins-center-cut.one.mt-merus-link {
    background-image: url('../images/DSC_7647_new.png');
  }

  .loins-center-cut.one.mt-whole-box {
    border-left: 1px solid var(--line);
  }

  .loins-center-cut.bag-5, .loins-center-cut.bag-7, .loins-center-cut.box-10-2, .loins-center-cut.box-11-2 {
    border-right-style: solid;
  }

  .loins-center-cut.steak {
    border-style: none;
    border-color: var(--line);
  }

  .loins-center-cut.saku-block {
    border-bottom-style: solid;
    border-right-style: solid;
  }

  .loins-center-cut.cube-poke {
    border-right-style: solid;
  }

  .loins-center-cut.ground {
    border-style: none none solid;
    border-color: black black var(--line);
  }

  .tuna-section {
    grid-row-gap: 0px;
    border-left: 1px solid rgba(0, 0, 0, .3);
    border-right: 1px solid rgba(0, 0, 0, .3);
    grid-template-columns: 370px 370px;
    grid-auto-rows: 370px;
    height: auto;
    margin-top: 0;
  }

  .div-block-81-copy {
    padding-top: 73px;
    padding-left: 18px;
  }

  .king-merus {
    width: auto;
    margin-top: 0;
  }

  .king-crab-lin {
    width: auto;
    margin-top: 14px;
  }

  .shrimp-had {
    width: 260px;
    margin-top: 55px;
    margin-right: 30px;
    padding: 6px 0 0;
    font-size: 40px;
    line-height: 40px;
  }

  .shrimp-had.bbq-had {
    margin-top: 101px;
  }

  .scallops-big-text {
    width: 250px;
    margin-top: -62px;
    margin-right: 30px;
    padding: 6px 0 0;
    font-size: 40px;
    line-height: 40px;
  }

  .sl1-scallops {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_1269.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .sl2_scallops {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_1206.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .nut-scallop {
    height: 480px;
    margin-top: 2px;
    margin-bottom: 3px;
    margin-left: 126px;
  }

  .nut-scallop.nut-snow {
    margin-top: 23px;
    margin-left: 70px;
  }

  .nut-scallop.nut-tuna-part {
    margin-top: 28px;
  }

  .see-scallops {
    width: auto;
  }

  .prod-nav {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: 380px;
    margin-top: -84px;
    display: flex;
    top: 35%;
  }

  .prod-nav.wild {
    margin-top: 117px;
    top: 0%;
  }

  .king-list {
    justify-content: center;
    display: flex;
  }

  .king-flyers {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    width: 80%;
    display: flex;
  }

  .text-list-had {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 68px;
    display: flex;
  }

  .div-block-156 {
    padding-left: 14px;
  }

  .view-flyer-link {
    line-height: 17px;
  }

  .view-flyer-link-name {
    line-height: 15px;
  }

  .snow-list {
    justify-content: center;
    display: flex;
  }

  .snow-flyers {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    width: 80%;
    display: flex;
  }

  .king-list-copy {
    justify-content: center;
    display: flex;
  }

  .wild-caught-shrimp-list {
    justify-content: center;
    height: 811px;
    display: flex;
  }

  .wild-caught-shrimp-flyers {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    width: 80%;
    display: flex;
  }

  .farm-raised-shrimp-folder {
    justify-content: center;
    height: 811px;
    display: flex;
  }

  .farm-raised-shrimp-fon {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    width: 80%;
    display: flex;
  }

  .farm-raised-shrimp-folder-copy {
    background-color: rgba(255, 255, 255, .9);
    justify-content: center;
    height: 811px;
    display: flex;
  }

  .tuna-list {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    width: 80%;
    display: flex;
  }

  .farm-raised-shrimp-link {
    width: auto;
    margin-top: -7px;
  }

  .div-block-tuna {
    background-image: url('../images/Product-Description_king_new_final.svg');
    background-position: 50%;
    width: 100%;
    height: 190px;
    margin-left: 0;
  }

  .crab-meat {
    text-decoration: none;
  }

  .premium-crab {
    z-index: 9;
    margin-top: -50px;
    font-size: 30px;
  }

  .snow-crab-opilio-copy {
    width: auto;
  }

  .div-block-55-copy {
    z-index: 9;
    width: 220px;
  }

  .specification {
    width: auto;
    padding-left: 150px;
  }

  .legs-sizes-china {
    padding-right: 22px;
  }

  .seafood-logo-copy {
    width: 350px;
  }

  .text-block-46-copy {
    text-align: right;
  }

  .info-china {
    background-image: url('../images/Product-Description_king_new_final.svg');
    background-position: 50%;
    width: 100%;
    height: 190px;
    margin-left: 0;
  }

  .download-flyer-china {
    padding-left: 11px;
  }

  .banner-sl1-copy {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/boat_133476440.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .banner-sl1-product {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_9633.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .banner-sl2-prod {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_5952.jpg');
    background-position: 0 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .banner-sl3-king-qt {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_5839.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .banner-sl3-king-qt.quality-sl3, .banner-sl3-king-qt.quality-sl-4, .banner-sl3-king-qt.product-flyers-sl3 {
    background-position: 0%;
  }

  .king-sl {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/DSC_6004.jpg');
    background-position: 100%;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .seafood-logo-copy-china {
    width: 350px;
    margin-top: -145px;
  }

  .dss-logo-block-copy {
    border-bottom: 1px solid var(--white-8);
    border-right-style: none;
    align-items: flex-start;
    margin-top: 141px;
  }
}

@media screen and (max-width: 767px) {
  .red-sparrow-slide {
    background-size: cover;
  }

  .new-menu {
    margin-left: 52px;
  }

  .new-menu.w--current {
    margin-left: 49px;
  }

  .div-block-22 {
    width: 60%;
    margin-left: 0;
  }

  .mask {
    margin-top: 0;
  }

  .button {
    margin-top: 254px;
    margin-left: 141px;
    padding-top: 13px;
    padding-left: 15px;
  }

  .button.mill-batt {
    margin-left: 160px;
  }

  .navbar-2 {
    z-index: 20;
    height: 100px;
  }

  .menu-button-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 12px;
  }

  .menu-button-2.w--open {
    margin-right: 0;
  }

  .slide-nav {
    width: 100%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .slide-nav.prroduct-banner {
    margin-bottom: 0;
  }

  .nav-menu-2 {
    background-color: rgba(6, 12, 17, .83);
    width: 100%;
    height: 30px;
  }

  .dss-body {
    background-repeat: no-repeat;
  }

  .banner {
    height: 88vh;
  }

  .navbar-dss {
    z-index: 20;
    height: 100px;
  }

  .sl1, .sl1-copy, .sl2_new, .sl3 {
    background-size: cover;
  }

  .link-down {
    width: 140px;
  }

  .link-down-dss {
    width: 100px;
  }

  .section-5 {
    height: auto;
  }

  .left-nav-part {
    width: 60%;
    margin-left: 0;
  }

  .aboutdss {
    width: 100%;
  }

  .aboutdss.grid-final {
    height: 280px;
  }

  .project1-3 {
    background-image: none;
    width: 100%;
    height: 280px;
  }

  .vew-project-2 {
    height: 100%;
  }

  .text-block-18 {
    margin-left: -6px;
    font-size: 30px;
  }

  .about-dss-image, .qt_dss {
    background-image: none;
    width: 100%;
    height: 280px;
  }

  .qt_link {
    width: 100%;
  }

  .qt_link.grid-final {
    height: 280px;
  }

  .qt_dss-copy, .news-dss {
    background-image: none;
    width: 100%;
    height: 280px;
  }

  .qt_link-copy {
    width: 100%;
  }

  .qt_link-copy.grid-final {
    height: 280px;
  }

  .news_dss-link {
    width: 100%;
  }

  .news_dss-link.grid-final {
    height: 280px;
  }

  .dss_product {
    width: 100%;
  }

  .dss_product.grid-final {
    height: 280px;
  }

  .dss-shop, .dss-shop-link {
    background-image: none;
    width: 100%;
    height: 280px;
  }

  .shop_dss {
    width: 100%;
  }

  .shop_dss.grid-final {
    height: 280px;
  }

  .dss-shop-link-new {
    background-image: none;
    width: 100%;
    height: 280px;
  }

  .div-block-35 {
    flex-direction: column;
    grid-template: "." 200px
    / auto;
    grid-auto-rows: auto;
    grid-auto-columns: 5fr;
    grid-auto-flow: row;
    height: auto;
    display: flex;
  }

  .dss-shrimp {
    width: 100%;
  }

  .dss-shrimp.grid-final {
    height: 280px;
  }

  .shrimp_dss_link {
    background-image: none;
    width: 100%;
    height: 280px;
  }

  .text-block-18-copy, .text-test {
    margin-left: -6px;
    font-size: 30px;
  }

  .snow_dss {
    width: 100%;
  }

  .snow_dss.grid-final {
    height: 280px;
  }

  .shrimp_dss_link-copy, .snow_dss_link {
    background-image: none;
    width: 100%;
    height: 280px;
  }

  .news-lett-part {
    height: 150px;
    top: auto;
  }

  .field-label {
    width: 100px;
  }

  .form {
    width: 100%;
    margin-top: 41px;
    margin-left: 0;
    padding-left: 287px;
  }

  .bold-text-9 {
    height: 40px;
    margin-top: -11px;
    display: block;
  }

  .text-field {
    width: 140px;
  }

  .sign-up {
    width: 100%;
    height: 60px;
    margin-top: 20px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .news-lett {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: flex;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-39 {
    width: 100%;
    margin-top: -12px;
  }

  .shop-_new {
    text-align: center;
    width: 100%;
    height: 80px;
    margin-left: 0;
  }

  .shop {
    background-position: 100% 101%;
    height: 225vh;
    margin-top: 215px;
  }

  .button-3 {
    margin-top: 254px;
    margin-left: 141px;
    padding-top: 13px;
    padding-left: 15px;
  }

  .cart-item-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cart-product-price {
    font-size: 14px;
    line-height: 22px;
  }

  .error-message, .empty-state {
    width: 100%;
    max-width: none;
  }

  .cart-container {
    min-width: 360px;
    max-width: 420px;
  }

  .cart-product-name {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 22px;
  }

  .cart-product-image {
    width: 56px;
  }

  .text-block-21 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gray-ove-rlock {
    width: 100%;
  }

  .main-text-link {
    margin-left: -6px;
    font-size: 30px;
  }

  .king-crab-link {
    height: 280px;
  }

  .text-snow-crab {
    margin-top: -19px;
  }

  .snow-crab-link {
    height: 280px;
  }

  .text-block-24 {
    width: 80%;
    margin-top: 91px;
  }

  .home-logo {
    margin-top: -36px;
    top: 347px;
  }

  .shrimp-link {
    height: 280px;
  }

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

  .main-menu-links {
    grid-template-rows: 308px 308px;
    grid-template-columns: 100%;
  }

  .text-shop {
    top: 59px;
  }

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

  .hero1-image {
    min-height: 460px;
  }

  .hero1-image.lightbox-wrap {
    margin-bottom: -10px;
  }

  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }

  .lightbox-product-image {
    height: 120px;
  }

  .add-to-cart {
    width: auto;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero1 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .body-2 {
    background-color: #000;
    background-size: cover;
  }

  .section-10 {
    height: 120vh;
    margin-top: -87px;
  }

  .product5-feed-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .div-block-56 {
    grid-template-columns: 73%;
    width: auto;
    margin-bottom: 92px;
    display: block;
  }

  .section-list {
    grid-template-rows: 91%;
    grid-template-columns: 1fr;
    height: 238vh;
    top: 0;
  }

  .product3-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .product-card {
    height: 560px;
  }

  .collection-item {
    height: 580px;
  }

  .prod-text {
    margin-top: 10px;
  }

  .heading-2 {
    margin-top: 48px;
  }

  .item-overlay {
    width: 96%;
    height: 559px;
  }

  .footer {
    height: auto;
    margin-top: 0;
  }

  .bold-text-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-links {
    width: 100%;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-left: 0;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .footer-2 {
    height: 350px;
  }

  .address {
    width: 40%;
    margin-top: 194px;
  }

  .address.coop {
    margin-top: 231px;
  }

  .social-block {
    width: 300px;
    margin-top: 34px;
  }

  .about-2 {
    margin-top: -3px;
    margin-left: 26px;
    padding-bottom: 0;
    padding-left: 22px;
  }

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

  .collection-list-2 {
    margin-top: -110px;
  }

  .prod-text-big {
    margin-top: -52px;
    padding: 29px;
  }

  .prod-text-home {
    margin-top: -124px;
    padding-left: 87px;
  }

  .payment-cards {
    grid-template-rows: 47px;
    margin-top: 297px;
  }

  .payment {
    margin-top: 0;
    padding: 0 31px 31px;
  }

  .div-block-62 {
    height: auto;
  }

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

  .footer-_grid {
    grid-template-rows: 169px auto auto auto;
    grid-template-columns: .25fr 1fr;
  }

  .div-block-69 {
    height: 61px;
  }

  .div-block-70 {
    border-top-style: solid;
    border-top-color: var(--white);
    border-left-style: none;
  }

  .fallow-links {
    margin-top: 103px;
  }

  .text-block-30 {
    height: 60px;
    margin-left: 153px;
  }

  .king-crab {
    text-decoration: none;
  }

  .links-footer1 {
    border-left-style: none;
    padding-top: 0;
    padding-left: 40px;
  }

  .paragraph-72 {
    padding-top: 21px;
    padding-bottom: 35px;
    padding-left: 40px;
  }

  .item-overlay-copy {
    width: 96%;
    height: 559px;
  }

  .premium-crab-meat-link {
    width: 80%;
  }

  .shop-brands {
    top: 92px;
  }

  .shop-link-go {
    margin-top: 0;
  }

  .div-block-79 {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-80 {
    height: 260px;
    padding-top: 13px;
  }

  .div-block-81 {
    padding-top: 37px;
  }

  .div-block-82 {
    height: 148px;
    padding-top: 33px;
  }

  .lerarn-about {
    width: 100%;
  }

  .product-card-2 {
    height: 560px;
  }

  .site-menu {
    height: 1060vh;
  }

  .site-menu.chef-s-net {
    height: 780vh;
    margin-top: 187.9vh;
  }

  .site-menu.red-king-menu {
    height: 720vh;
  }

  .site-menu.whole-crab-menu, .site-menu.merus-menu {
    height: 600vh;
  }

  .site-menu.all-shrimp {
    margin-top: 188.9vh;
  }

  .site-menu.wild-cut {
    height: 1020vh;
    margin-top: 236.9vh;
  }

  .site-menu.breaded_m {
    height: 320vh;
    margin-top: 188.9vh;
  }

  .site-menu.icy-oceanbreaded-nav {
    height: 690vh;
    margin-top: 101vh;
    top: 0%;
  }

  .site-menu.chef-s-net-copy, .site-menu.bbq-bay-nav {
    height: 650vh;
    margin-top: -92.1vh;
  }

  .site-menu.arg-menu {
    height: 780vh;
    margin-top: 187.9vh;
  }

  .site-menu.icy-ar-bre-menu {
    height: 780vh;
    margin-top: 187.9vh;
  }

  .site-menu.chef-s-net-menu {
    height: 820vh;
    margin-top: 187.9vh;
  }

  .site-menu.icy-oc-menu {
    height: 830vh;
    margin-top: 187.9vh;
  }

  .site-menu.icy-oc-cook-copy {
    height: 840vh;
    margin-top: 187.9vh;
  }

  .site-menu.ch-net-tail-on-menu, .site-menu.chef-s-raw-menu {
    height: 780vh;
    margin-top: 187.9vh;
  }

  .site-menu.icy-oc-wh-menu {
    height: 840vh;
    margin-top: 187.9vh;
  }

  .site-menu.ch-net-raw-menu {
    height: 780vh;
    margin-top: 187.9vh;
  }

  .site-menu.learn-about-kc {
    height: 970vh;
  }

  .site-menu.scallop-menu {
    height: 600vh;
  }

  .sl1-krab {
    background-position: 0%;
    background-size: cover;
  }

  .sl2_krab, .sl3_krab, .sl4_krab {
    background-position: 50%;
    background-size: cover;
  }

  .dropdown-list.w--open {
    width: 160px;
    height: auto;
  }

  .m-logo {
    width: auto;
    margin-left: 0;
  }

  .king-box-text {
    margin-top: -8px;
  }

  .king-box-text.pre-cut-text {
    margin-right: 47px;
  }

  .king-text {
    text-align: right;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-right: 27px;
    display: flex;
  }

  .brand-text-new {
    text-align: left;
    padding-left: 72px;
    padding-right: 134px;
  }

  .box-text-top {
    width: 90%;
  }

  .box-text-top.snow-top {
    width: 509px;
    margin-top: -10px;
  }

  .box-text-top.ang-text {
    margin-right: 0;
  }

  .box-text-top.red-had {
    padding-right: 0;
  }

  .all-brands-link {
    text-align: right;
    width: 100%;
    margin-left: 0;
    padding-left: 72px;
    padding-right: 21px;
  }

  .div-block-93 {
    width: 60%;
  }

  .barnads-link {
    width: 20%;
  }

  .box-10lb {
    width: 360px;
    top: 9px;
    left: 49px;
  }

  .box-20-lb {
    width: 420px;
    top: 185px;
    left: 129px;
  }

  .box-20-lb.snow-box-20 {
    width: 500px;
    margin-left: -84px;
  }

  .box-20-lb.southern_open_box {
    width: 450px;
    top: -40px;
    left: 44px;
  }

  .box-20-lb.box-open {
    width: 470px;
    left: -158px;
    right: 0;
  }

  .text-master.king-crab {
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
    padding: 0 72px;
    display: flex;
  }

  .text-master.sizes-king {
    width: 280px;
    height: 60%;
    padding: 40px 65px 40px 40px;
  }

  .text-master.gene {
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-master.frozen-bulk-text {
    text-align: center;
    margin-top: 3px;
    padding: 49px 0;
    display: block;
  }

  .text-master.frozen-bulk-text-copy {
    text-align: left;
    margin-top: -20px;
    padding: 49px;
  }

  .text-master.text-part {
    text-align: center;
    padding-top: 0;
    font-size: 15px;
    line-height: 21px;
  }

  .text-master.snow-crab-copy {
    height: 100%;
    padding: 72px;
  }

  .text-master.snow-crab-sizes {
    margin-top: -20px;
    padding: 49px;
  }

  .text-master.upon-request {
    padding-left: 53px;
    padding-right: 28px;
  }

  .text-master.angulatus-small {
    margin-top: 39px;
    margin-right: 0;
    padding-left: 195px;
    padding-right: 0;
  }

  .text-master.ang-crab-text {
    align-items: center;
    height: 100%;
    padding: 73px 72px 72px;
    display: flex;
  }

  .text-master.ang-crab-sizes {
    margin-top: 0;
    padding: 24px 24px 24px 50px;
  }

  .text-master.ang-sizes-2 {
    padding-left: 52px;
    padding-right: 28px;
  }

  .text-master.ang-8x2 {
    width: 170px;
    margin-top: 0;
    margin-left: 0;
    left: 0;
  }

  .text-master.whole-net-weight {
    width: 280px;
    height: 100%;
    padding: 40px 65px 40px 40px;
  }

  .text-master.sizes-king-copy {
    width: 280px;
    height: 60%;
    padding: 40px 65px 40px 40px;
  }

  .text-master.net-weight-merus {
    width: auto;
    height: 100%;
    padding: 40px 65px 40px 40px;
    line-height: 30px;
  }

  .text-master.tuna-para {
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
    padding: 0 72px;
    display: flex;
  }

  .text-master.ori-tuna {
    width: 280px;
    height: 100%;
    padding: 40px 65px 40px 40px;
  }

  .text-master.scallop-text {
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
    padding: 0 72px;
    display: flex;
  }

  .text-master.frozen-bulk-text-copy {
    text-align: center;
    text-align: center;
    margin-top: 3px;
    padding: 49px;
  }

  .text-master.frozen-bulk-text-copy-copy {
    text-align: left;
    text-align: center;
    text-align: center;
    margin-top: 3px;
    padding: 49px;
  }

  .text-master.frozen-bulk-text-china, .text-master.frozen-bulk-text-engl {
    text-align: left;
    margin-top: -20px;
    padding: 49px;
  }

  .text-master.frozen-bulk-text-1x4, .text-master.frozen-bulk-text-1x9-1 {
    text-align: center;
    margin-top: 3px;
    padding: 49px;
  }

  .nut-king {
    margin: 27px;
  }

  .had-banner-brands {
    margin-top: 266px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sl1-brands {
    background-image: url('../images/DSC_2153.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .dss-heading.general-in {
    text-align: left;
    margin-top: 8px;
    margin-left: 27px;
    padding-left: 0;
  }

  .dss-heading.cluster-had {
    text-align: center;
    margin-left: 0;
    padding-left: 0;
  }

  .dss-heading.specification-had {
    padding-top: 107px;
  }

  .dss-heading.general-in-snow {
    margin-top: 8px;
  }

  .info {
    margin-top: 0;
  }

  .general-info-copy {
    padding-left: 17px;
    padding-right: 101px;
  }

  .info-cluster {
    grid-template-rows: 400px 392px;
    grid-template-columns: minmax(0%, 1fr);
    justify-content: center;
    margin-top: 0;
    display: block;
  }

  .cluster-tab.snow-tab, .cluster-tab.snow-tab-10 {
    background-size: 520px;
    width: auto;
    margin-left: 0;
  }

  .cluster-photo {
    height: 45vh;
  }

  .info-cluster-spe {
    margin-top: 0;
  }

  .info-cluster-spe.op-section {
    grid-template-rows: 500px;
    grid-auto-rows: 500px;
  }

  .info-cluster-spe.ang-info-spe {
    background-position: 50% 0;
    background-size: 820px;
    grid-template-rows: 366px;
    grid-auto-rows: 302px;
  }

  .meus-parts {
    grid-template-rows: auto auto auto;
    display: grid;
  }

  ._1x20-tab {
    margin-top: 28px;
  }

  ._1x20-tab.merus-part-china {
    margin-top: 3px;
  }

  ._1x20-tab._1x10-lb {
    margin-top: 37px;
  }

  ._1x20-tab._1x10-no-bro {
    margin-top: 34px;
  }

  ._1x20-tab._1x10-lb-copy {
    margin-top: 37px;
  }

  ._1x20-tab._1x10-no-bro-copy {
    margin-top: 34px;
  }

  ._1x20-tab.merus-part-engl {
    margin-top: 3px;
  }

  .merus-banner {
    background-size: cover;
  }

  ._10x20-copy {
    padding-top: 80px;
  }

  .div-block-flyer {
    height: 835vh;
  }

  .section-14 {
    height: 100vh;
  }

  .whole-king {
    align-items: center;
    width: 450px;
    height: 390px;
    margin-top: 0;
    margin-left: 0;
    top: 0%;
    left: 0%;
    right: 0;
  }

  .plus-name-icon {
    top: -49%;
    left: 138px;
  }

  .dropdown-list-legs.feeder-claw.w--open {
    width: 190px;
    margin-top: -76px;
    margin-left: -74px;
  }

  .dropdown-list-legs.killer-claw.w--open {
    margin-top: 41px;
    margin-left: 40px;
  }

  .dropdown-list-legs.select-portion {
    margin-top: 0;
    margin-left: 0;
    top: -13px;
    left: 80px;
  }

  .dropdown-list-legs.select-portion.w--open {
    width: 234px;
  }

  .dropdown-list-legs.pereiopods-or-legs-dr.w--open {
    width: 250px;
  }

  .dropdown-list-legs.pereiopods-dr.w--open {
    width: 158px;
  }

  .dropdown-list-legs.abodomen-segments-1-6dr.w--open {
    width: 289px;
    margin-left: -268px;
  }

  .dropdown-list-legs.vein {
    margin-top: -59px;
  }

  .dropdown-list-legs.vein.w--open {
    width: 100px;
    margin-top: -54px;
    margin-left: -58px;
    top: 168%;
    left: -89%;
  }

  .dropdown-list-legs.tail-segment {
    margin-top: -59px;
  }

  .dropdown-list-legs.tail-segment.w--open {
    width: 179px;
    margin-top: -54px;
    margin-left: -128px;
    top: 168%;
    left: -89%;
  }

  .dropdown-list-legs.tail-fin {
    margin-top: -59px;
  }

  .dropdown-list-legs.tail-fin.w--open {
    width: 130px;
    margin-top: -54px;
    margin-left: -58px;
    top: 168%;
    left: -89%;
  }

  .dropdown-list-legs.select-portion-copy {
    margin-top: 0;
    margin-left: 0;
    top: -13px;
    left: 80px;
  }

  .dropdown-list-legs.select-portion-copy.w--open {
    width: 234px;
  }

  .dropdown-link-5 {
    width: auto;
    margin-left: 0;
  }

  .link-block {
    grid-template-columns: auto;
    margin-left: auto;
  }

  .legs-sizes {
    width: auto;
  }

  .legs-sizes-link1 {
    width: 140px;
    margin-left: 0;
    padding-right: 0;
  }

  .plus-name-icon-claw {
    top: -14%;
    left: 102px;
  }

  .plus-name-icon-killer-claw {
    top: 7%;
    left: -14px;
  }

  .plus-name-icon-select-portion {
    top: 40%;
    left: -36px;
  }

  .plus-name-icon-merus {
    top: 39%;
    left: -95px;
  }

  .div-block-108 {
    height: 74vh;
  }

  .legs-sizes-big {
    height: 60%;
  }

  .leg-name-copy.king-crab-cluster {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .leg-name-copy.left-jast {
    text-align: center;
    width: 100%;
    margin-top: 23px;
    padding-left: 0;
  }

  .leg-name-copy.left-jast-1 {
    text-align: center;
    margin-top: 48px;
    padding-left: 0;
  }

  .leg-name-copy.left-jast-split {
    text-align: center;
    margin-top: 124px;
    padding-left: 0;
  }

  .leg-name-copy.left-jast-1-copy {
    text-align: center;
    margin-top: 102px;
    padding-left: 0;
  }

  .text-block-34 {
    height: 55%;
    margin-top: 95px;
    line-height: 51px;
  }

  .section-16 {
    top: -64px;
  }

  .special-cuts-grid {
    grid-template-rows: 260px 260px 260px 260px 260px 260px 260px 260px 260px 260px 260px 260px;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .merus-block {
    background-position: 50% 80%;
  }

  .merus-block.scored-broiler-claws {
    background-size: 58%;
  }

  .leg-sizes {
    height: 500px;
    margin-top: 0;
    top: -63px;
  }

  .link-block-11 {
    width: 90px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-19 {
    justify-content: center;
    margin-top: 57px;
  }

  .text-learn-about-king-crab {
    padding-top: 0;
    padding-bottom: 77px;
  }

  .contact-main {
    height: 60vh;
  }

  .sl1-about-shrimp {
    background-size: cover;
  }

  .about-shrimp-text {
    padding-top: 0;
    padding-bottom: 77px;
  }

  .sl2_design-in-process {
    background-size: cover;
  }

  .about-king-crab-text {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-24-copy {
    width: 80%;
  }

  .king-crab-nav {
    top: 36%;
  }

  .king-crab-nav.wild {
    margin-top: 91px;
    top: 5%;
  }

  .text-block-37 {
    margin-top: 0;
  }

  .learn-about-king {
    margin-top: 27px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-text {
    padding-top: 0;
    padding-bottom: 77px;
  }

  .banner-text.qt {
    padding-bottom: 11px;
  }

  .banner-text.pf {
    margin-right: 5px;
    padding-bottom: 11px;
  }

  .banner-sl1 {
    background-size: cover;
  }

  .banner-sl1.product-flyers-sl2-copy {
    background-position: 0%;
  }

  .banner-sl2, .banner-sl3 {
    background-size: cover;
  }

  .banner-sl3.about2 {
    background-position: 50%;
  }

  .banner-sl3.quality-sl3, .banner-sl3.quality-sl-4, .banner-sl3.product-flyers-sl3 {
    background-position: 40%;
  }

  .about-king-crab-text-copy, .banner-big-text {
    margin-top: -42px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .learn-about-kg {
    width: 294.281px;
    margin-left: 14px;
  }

  .king-cr-par {
    width: 260px;
  }

  .red-crab {
    margin-top: 18px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .red-crab.w--current {
    margin-top: 8px;
    margin-bottom: 7px;
  }

  .sl1-red-crab {
    background-size: cover;
  }

  .sl2_red-crab {
    background-position: 50%;
    background-size: cover;
  }

  .snow-crab-no-link {
    margin-top: -42px;
    margin-bottom: 11px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
  }

  .snow-crab-op.w--current {
    height: 44px;
  }

  .sl1-snow-crab, .sl2_snow-crab {
    background-size: cover;
  }

  .learn-about-shrimp-text {
    margin-top: -42px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .learn-aabout-shrimp {
    margin-top: -7px;
  }

  .grilling-shrimp-link {
    background-size: cover;
  }

  .learn-about-king-copy {
    margin-top: -8px;
  }

  .wild-caught-shrimp-link, .grilling-shrimp-link-page, .breaded-shrimp-link {
    margin-top: -7px;
  }

  .snow-crab-text {
    margin-top: -42px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .angulatus-link-copy {
    margin-top: -8px;
  }

  .sl1-snow, .sl2-snow, .sl3-snow {
    background-size: cover;
  }

  .opilio {
    margin-top: -8px;
  }

  .farm-shrimp-text {
    margin-top: -10px;
    padding-top: 0;
    padding-bottom: 0;
    top: -55%;
  }

  .all-shrimp-sl1, .all-shtimp-sl2, .all-shrimp-sl3 {
    background-size: cover;
  }

  .wild-shrimp-text {
    margin-top: -42px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sl1-wild-shrimp, .sl2-wild-shrimp, .sl3-wild-shrimp, .sl2-about-shrimp, .sl1-grilling-shrimp, .sl2-grilling-shrimp {
    background-size: cover;
  }

  .breaded-shrimp-text {
    margin-top: -42px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sl1-breaded-shrimp, .sl2-breaded-shrimp, .sl3-breaded-shrimp {
    background-size: cover;
  }

  .chef-s-section {
    height: auto;
    margin-top: 0;
  }

  .text-block-39 {
    border-bottom: 1px solid var(--line);
    padding: 153px 175px 153px 153px;
  }

  .text-block-39.cy-ocean-text {
    text-align: left;
  }

  .chef-s-text {
    border-left-style: none;
    border-right-style: none;
    width: auto;
  }

  .shrimp-bags {
    background-repeat: no-repeat;
    border-right-style: none;
  }

  .chef-s {
    grid-row-gap: 0px;
    grid-template-columns: 100%;
    grid-auto-rows: 370px;
  }

  .shrimp-bags-one {
    background-repeat: no-repeat;
    border-right-style: none;
  }

  .chef-s-text-copy, .chef-s-text-copy-copy {
    border-left-style: none;
    border-right-style: none;
    width: auto;
  }

  .chef-s-section-copy {
    height: auto;
  }

  .icy-ocean-section {
    height: auto;
    margin-top: 0;
  }

  .icy-ocean-text, .chef-s-net-farm {
    border-left-style: none;
    border-right-style: none;
    width: auto;
  }

  .chef-s-net-select-banner {
    height: auto;
  }

  .logo-banner-chef-s1 {
    justify-content: flex-start;
  }

  .chef-s-logo {
    background-size: 320px;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: 0;
  }

  .name-shrimp-peoduct {
    padding-left: 96px;
    padding-right: 62px;
  }

  .name-shrimp-peoduct.bbq-had {
    padding-top: 59px;
    padding-left: 134px;
  }

  .temp-bold-blue-40px.ang-gen-info {
    text-align: left;
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .farmed-flag {
    margin-right: 65px;
  }

  .text-info {
    padding: 119px;
  }

  .chef-s-table {
    background-size: 550px;
    height: 360px;
  }

  .chef-s-net-select {
    height: 348vh;
  }

  .shrimp-info-table, .table-shrimp {
    background-size: 550px;
    height: 360px;
  }

  .table-shrimp._9-chart {
    background-size: 490px;
  }

  .table-shrimp._2-chart {
    background-position: 50% 30%;
    background-size: 490px;
  }

  .table-shrimp._1chart {
    background-size: 490px;
  }

  .icy-ocean {
    height: 348vh;
  }

  .site-bar-shrimp {
    height: 739vh;
  }

  .site-bar-shrimp._3-site {
    margin-top: 701vh;
  }

  .crab-top-text {
    width: 310px;
  }

  .op-cl-photo {
    background-repeat: no-repeat;
    background-size: 100%;
    width: auto;
  }

  .plus-name-icon-2 {
    top: -32%;
    left: 138px;
  }

  .plus-name-icon-select-portion-2 {
    top: 17%;
    left: -59px;
  }

  .plus-name-icon-merus-2 {
    top: 31%;
    left: -105px;
  }

  .plus-name-icon-claw-2 {
    top: -6%;
    left: 102px;
  }

  .leg-name-2.carapace-text {
    margin-left: -5px;
  }

  .leg-name-2.carapace-text-copy {
    margin-left: 10px;
  }

  .leg-name-2.antenna-text {
    margin-left: -12px;
  }

  .plus-name-icon-killer-claw-2 {
    top: 17%;
    left: 44px;
  }

  .shrimp-about {
    background-size: 110%;
    height: 80vh;
  }

  .plus-name-icon-shrimp {
    top: -32%;
    left: 138px;
  }

  .plus-name-icon-shrimp.eye {
    left: 144px;
  }

  .plus-name-icon-shrimp.head {
    left: 206px;
  }

  .plus-name-icon-shrimp.carapace {
    top: 11%;
    left: 274px;
  }

  .plus-name-icon-shrimp.pereiopods-or-legs {
    top: 15%;
    left: 242px;
  }

  .plus-name-icon-shrimp.antenna {
    top: 23%;
    left: 139px;
  }

  .plus-name-icon-shrimp.pereiopods {
    top: 8%;
    left: 353px;
  }

  .plus-name-icon-shrimp.abodomen-segments-1-6, .plus-name-icon-shrimp.abodomen-segments-1-6-copy {
    top: -17%;
    left: 393px;
  }

  .plus-name-icon-shrimp.vein {
    top: -15%;
    left: 452px;
  }

  .plus-name-icon-shrimp.tail-segment {
    top: 1%;
    left: 490px;
  }

  .plus-name-icon-shrimp.tail-fin {
    top: 7%;
    left: 436px;
  }

  .shrimp-about-main-top {
    height: auto;
  }

  .shrimp-about-chart {
    background-size: 110%;
    width: 570px;
    height: 80vh;
    display: inline-block;
  }

  .section-25 {
    height: auto;
  }

  .div-block-126 {
    grid-template-columns: 300px;
  }

  .temp-roboto-light-43 {
    margin-left: 29px;
    font-size: 41px;
  }

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

  .dot2 {
    margin-left: -6px;
  }

  .temp-roboto-blue-17 {
    margin-left: 23px;
  }

  .temp-roboto-blue-17.ang-small-gen-ifo {
    margin-left: 0;
  }

  .temp-roboto-blue-17.clu-ask-sales {
    margin-left: 0;
    padding-bottom: 36px;
    padding-left: 72px;
  }

  .blue-line {
    width: 280px;
    top: 38px;
  }

  .white-shrimp-source {
    padding-right: 20px;
    position: relative;
  }

  .glob {
    margin-left: 59px;
  }

  .glob.world {
    margin-left: 0;
  }

  .glob.world-copy {
    width: 230px;
    margin-top: -26px;
    margin-left: -49px;
  }

  .dropdown-toggle-3.drop-int {
    margin-left: -60px;
  }

  .blue-line-copy {
    width: 180px;
    top: 38px;
  }

  .grid-black-tiger {
    grid-template-columns: 100%;
    margin-top: -5px;
  }

  .blue-line-fresh-water {
    width: 161px;
    top: 38px;
  }

  .blue-line-cold-water {
    width: 200px;
    top: 38px;
  }

  .glob-copy {
    margin-left: 59px;
  }

  .region-batt-long {
    width: 190px;
    margin-left: 0;
    left: 33px;
  }

  .dropdown-list-3-copy.w--open {
    left: 173px;
  }

  .div-block-130-copy {
    width: 80px;
    max-width: 80px;
    left: -153px;
  }

  .angulaltus-cluaters {
    height: auto;
  }

  .snow-crab-ang-info {
    grid-template-rows: 540px 589px 349px .25fr;
  }

  .ang-open-box {
    width: 360px;
    top: 45px;
    left: 113px;
  }

  .ang-bags {
    width: 420px;
    top: -97px;
  }

  .ang-bags.snow-box-20 {
    width: 500px;
    margin-left: -84px;
  }

  .ang-bags.back-bag {
    left: -175px;
  }

  .two-bags-ang {
    margin-top: -66px;
    margin-left: 0;
  }

  .snow-text {
    padding-right: 0;
  }

  .nut-king-copy {
    margin: 27px;
  }

  .ang-cluster {
    height: auto;
  }

  .bold-text-24 {
    text-align: left;
  }

  .boxes-bags-photos {
    margin-top: 86px;
  }

  .div-block-135 {
    width: 130px;
    top: 92px;
    left: 280px;
  }

  .cluster-specification-ang {
    height: auto;
  }

  .dss-heading-2.snow-clust-photo-info {
    padding-top: 19px;
    padding-left: 72px;
    padding-right: 72px;
  }

  .dss-heading-2.general-in {
    text-align: left;
    margin-top: 8px;
    margin-left: 27px;
    padding-left: 0;
  }

  .dss-heading-2.specification-had {
    padding-top: 43px;
  }

  .dss-heading-2.cluster-had {
    text-align: left;
    margin-left: 27px;
    padding-left: 0;
  }

  .dss-heading-2.general-in-snow {
    margin-top: 8px;
  }

  .container-15 {
    padding-right: 0;
  }

  .container-16 {
    margin-top: 36px;
    padding-right: 20px;
  }

  .container-17 {
    justify-content: center;
    max-width: 720px;
    height: auto;
    display: flex;
  }

  .chef-s-net-select-main {
    height: auto;
  }

  .farmed-flag-banner {
    height: 694vh;
    margin-right: 3px;
    left: 473px;
  }

  .farmed-flag-banner.bbq-bay {
    height: 580vh;
  }

  .farmed-flag-banner.che-net-flag {
    height: 750vh;
  }

  .farmed-flag-banner.chef-s-net-flag, .farmed-flag-banner.icy-oc-raw-flag, .farmed-flag-banner.icy-cooked-flag, .farmed-flag-banner.icy-oc-wh-flag {
    height: 930vh;
  }

  .farmed-flag-banner.tuna {
    height: 580vh;
  }

  .icy-ocean-banner {
    justify-content: flex-start;
  }

  .chef-s-logo-copy, .chef-s-net-logo, .icy-ocean-logo {
    background-size: 320px;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 70px;
    position: relative;
    left: 0;
  }

  .shrimp-links {
    top: 36%;
  }

  .all-shrimp-sl4 {
    background-size: cover;
  }

  .all-shrimp-sl4.br1 {
    background-position: 50%;
  }

  .farm-raised-shrimp {
    margin-top: -7px;
  }

  .sl1-chef-s-net-select {
    background-size: cover;
  }

  .sl1-chef-s-net-select._10-sl2, .sl1-chef-s-net-select._11-sl2, .sl1-chef-s-net-select._4-sl2, .sl1-chef-s-net-select._2-sl2 {
    background-position: 50%;
  }

  .banner-logo {
    background-size: 320px;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: 0;
  }

  .text-block-41 {
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    padding: 153px 175px 153px 153px;
  }

  .text-block-41.cy-ocean-text.bbq-text-copy {
    justify-content: center;
    display: flex;
  }

  .whole-crab-section {
    grid-row-gap: 0px;
    flex: 1;
    grid-template-columns: 100%;
    grid-auto-rows: 370px;
    grid-auto-columns: 4fr;
    justify-content: stretch;
  }

  .links-to-pages {
    background-repeat: no-repeat;
    border-right-style: none;
  }

  .links-to-pages.one._11-breaded {
    background-size: contain;
  }

  .links-to-pages.one.mt-merus-link {
    background-image: url('../images/DSC_7647_new.png');
  }

  .links-to-pages.box-10-2, .links-to-pages.box-11-2 {
    background-position: 50%;
    background-size: 390px;
  }

  .bold-text-25 {
    text-align: left;
  }

  .chef-s-text-copy-copy-2, .chef-s-net-farm-2 {
    border-left-style: none;
    border-right-style: none;
    width: auto;
  }

  .mt-logo.icy-net-read {
    background-size: 410px;
  }

  .marine-list {
    margin-left: auto;
  }

  .marine-list.icy-list {
    margin-left: 0;
  }

  .marine-list.bbq-list {
    align-items: center;
    width: auto;
  }

  .marine-list.chefs-net-perple {
    margin-left: 0;
  }

  .king-text-2 {
    margin-top: -11px;
  }

  .text-master-2.snow-crab-copy {
    height: 100%;
    padding: 72px;
  }

  .text-master-2.sizes-king {
    width: 280px;
    height: 60%;
    padding: 40px 65px 40px 40px;
  }

  .text-master-2.king-crab {
    align-items: center;
    height: 100%;
    padding: 72px;
  }

  .text-master-2.gene {
    text-align: left;
    margin-left: 27px;
    padding-left: 0;
  }

  .text-master-2.frozen-bulk-text-copy {
    margin-top: -20px;
    padding: 49px;
  }

  .sl2-brands {
    background-image: url('../images/merus_box.jpg');
    background-position: 100%;
    background-size: cover;
  }

  .sl3-brands {
    background-image: url('../images/iphone_barded.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .right-logo.chef-s-logo-right-perpl {
    background-size: 410px;
  }

  .sl1-chef-s-net-perpl {
    background-size: cover;
  }

  .chef-s-logo-red {
    background-size: 320px;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: 0;
  }

  .farmed-flag-banner-2 {
    height: 694vh;
    margin-right: 3px;
    left: 473px;
  }

  .farmed-flag-banner-2.ch-net-tail-flag {
    height: 760vh;
  }

  .farmed-flag-banner-2.ch-net-raw-flag {
    height: 759vh;
  }

  .farmed-flag-banner-2.ch-net-raw-sh-flag {
    height: 790vh;
  }

  .shrimp-about-main-copy {
    height: 80vh;
  }

  .top-page-sothern {
    height: auto;
  }

  .siuth-banner, .sl1-chef-s-net-cooked, .sl1-chef-s-net-cooked-p-d-tail-on {
    background-size: cover;
  }

  .farmed-flag-banner-copy {
    height: 694vh;
    margin-right: 3px;
    left: 473px;
  }

  .wild-flag-banner {
    height: 694vh;
    margin-top: 100px;
    margin-right: 3px;
    padding-top: 0;
    top: 0;
    left: 473px;
  }

  .home-logo-copy {
    min-width: 90px;
    min-height: 90px;
    margin-top: 7px;
    top: 347px;
  }

  .sl3-red-crab {
    background-size: cover;
  }

  .container-18 {
    background-size: 820px;
  }

  .breaded {
    grid-row-gap: 0px;
    flex: 1;
    grid-template-columns: 100%;
    grid-auto-rows: 370px;
  }

  ._1bbq-bay {
    background-size: cover;
  }

  .logo-banner-chef-s1-copy, ._1bbq-bay-banner {
    justify-content: flex-start;
  }

  .learn-about-king-copy-copy {
    width: 260px;
    margin-top: 13px;
    padding-bottom: 0;
  }

  .snow-crab-kink {
    height: 40px;
    margin-top: 0;
  }

  .snow-crab-kink-copy {
    margin-top: 7px;
  }

  .whole-snow-crab {
    background-position: 0%;
    background-size: contain;
    flex: none;
    justify-content: center;
    width: 550px;
    height: 100%;
    padding: 24px 17px 24px 23px;
  }

  .container-19 {
    background-size: 460px;
  }

  .text-block-42 {
    height: 55%;
    margin-top: 95px;
    line-height: 51px;
  }

  .text-block-43 {
    align-items: flex-start;
  }

  .sizes {
    height: 100%;
    margin-top: -10px;
    padding: 15px 15px 15px 45px;
    line-height: 58px;
  }

  .whole-snow-crab-had-text {
    margin-left: 37px;
  }

  .heading-7 {
    text-align: center;
    padding-left: 0;
  }

  .cluster-text {
    flex: none;
    justify-content: center;
    margin-top: -125px;
    top: 16%;
    left: 0;
    right: 0%;
  }

  .bold-text-30 {
    text-align: left;
  }

  .cluster-size {
    align-items: center;
  }

  ._12up {
    background-size: 560px;
    width: 550px;
  }

  ._12-up-size {
    margin-bottom: 11px;
    margin-right: 11px;
  }

  ._10up {
    background-size: 460px;
    width: 550px;
  }

  ._8up {
    background-size: 400px;
    width: 550px;
  }

  ._5-8up {
    background-size: 360px;
    width: 550px;
  }

  ._4up {
    background-size: 300px;
    width: 550px;
  }

  .wild-caught-flag {
    height: 778vh;
    margin-right: 3px;
    left: 473px;
  }

  .wild-caught-flag.bbq-flag {
    height: 703vh;
  }

  .wild-caught-flag.grilling-flag {
    height: 518vh;
    margin-top: 100px;
  }

  .wild-caught-flag.grilling-flag-copy {
    height: 470vh;
    margin-top: 100px;
  }

  .wild-caught-flag.bbq-flag {
    height: 400vh;
    margin-top: 100px;
  }

  .wild-caught-flag-copy {
    height: 694vh;
    margin-top: 99px;
    margin-right: 3px;
    left: 473px;
  }

  .wild-caught-flag-copy.bread-flag {
    height: 430vh;
  }

  .wild-caught-flag-copy.wild-arg-flag, .wild-caught-flag-copy.icy-ar-sh-flag {
    height: 590vh;
  }

  .srimp-nav-all {
    top: 36%;
  }

  .learn-aabout-shrimp-2, .farm-raised-shrimp-2, .wild-caught-shrimp-link-2 {
    margin-top: -7px;
  }

  .dropdown-list-all-shrimp.w--open {
    width: 200px;
    height: 650px;
  }

  .general-info-ang {
    margin-top: -8px;
    padding-left: 0;
    padding-right: 0;
  }

  .snow-cl-photo {
    background-position: 0%;
  }

  .banner-sl4 {
    background-size: cover;
  }

  .about-main-part {
    height: auto;
  }

  .about-left-text.icy-net-read {
    background-size: 410px;
  }

  .heading-about-photo {
    margin-left: 0;
    margin-right: 0;
  }

  .qt-text-main {
    text-align: justify;
    width: 450px;
    margin-top: 0;
  }

  .qt-text-main.about-text-left {
    margin-top: 0;
  }

  .qt-text-main.about-susta {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-right-photos.chef-s-logo-right-perpl {
    background-size: 410px;
  }

  .heading-about {
    margin-left: 0;
    margin-right: 0;
  }

  .news-main {
    height: 60vh;
  }

  .about-right-text-main {
    text-align: justify;
    width: 450px;
    margin-top: 0;
  }

  .about-right-text-main.about-text-left {
    margin-top: 0;
  }

  .about-right-text-main.about-susta {
    margin-top: 0;
    margin-bottom: 0;
  }

  .news-boston {
    text-align: justify;
    width: 450px;
    margin-top: 0;
  }

  .news-boston.about-text-left {
    margin-top: 0;
  }

  .news-boston.about-susta {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-batt-main {
    text-align: justify;
    width: 450px;
    margin-top: 0;
  }

  .about-batt-main.about-text-left {
    margin-top: 0;
  }

  .about-batt-main.about-susta {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-boston {
    grid-row-gap: 0px;
    grid-template-columns: 1px 1fr;
    grid-auto-rows: 142px;
    grid-auto-flow: row;
  }

  .block-left-news, .seafood-logo {
    padding-right: 0;
  }

  .paragraph-76 {
    padding-top: 0;
  }

  .expo-photo.chef-s-logo-right-perpl {
    background-size: 410px;
  }

  .about-left {
    text-align: justify;
    width: 450px;
    margin-top: 0;
  }

  .about-left.about-text-left {
    margin-top: 0;
  }

  .about-left.about-susta {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-left.news-left-text {
    text-align: left;
    width: 67%;
  }

  .right-photo-news.chef-s-logo-right-perpl {
    background-size: 410px;
  }

  .news-text-left {
    width: 60%;
    margin-left: 0;
  }

  .text-news-left {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .news-king-text {
    width: 100vw;
    margin-left: 0;
  }

  .text-news-left-krab {
    width: 300px;
    margin-left: 0;
    padding-left: 0;
  }

  .news-3 {
    grid-template-rows: 500px 500px;
  }

  .merus-box-news.chef-s-logo-right-perpl {
    background-size: 410px;
  }

  .news-text-left-copy {
    width: 60%;
    margin-left: 0;
  }

  .news-4-batt {
    grid-template-rows: 500px 500px;
  }

  .whole-photo-box.chef-s-logo-right-perpl {
    background-size: 410px;
  }

  .banner-sl5 {
    background-size: cover;
  }

  .banner-sl5.about2 {
    background-position: 50%;
  }

  .banner-sl5.quality-sl3, .banner-sl5.quality-sl-4 {
    background-position: 40%;
  }

  .banner-sl6 {
    background-size: cover;
  }

  .banner-sl6.about2 {
    background-position: 50%;
  }

  .banner-sl6.quality-sl3, .banner-sl6.quality-sl-4 {
    background-position: 40%;
  }

  .grilling-shrimp-had {
    margin-top: -42px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grilling-sl1, .grilling-sl2, .grilling-sl3, .grilling-sl4 {
    background-size: cover;
  }

  .grilling-sl4.br1 {
    background-position: 50%;
  }

  .grilling-ba {
    background-size: 320px;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: 0;
  }

  .grilling-bann {
    justify-content: flex-start;
  }

  .bbq-bay-sl1, .bbq-bay-sl2, .bbq-bay-sl3 {
    background-size: cover;
  }

  .bbq-bay-text-had {
    margin-top: -10px;
    padding-top: 0;
    padding-bottom: 0;
    top: -55%;
  }

  .whole-snow {
    width: 93%;
    height: 60vh;
  }

  .whole-snow-crab-main {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 18px 18px 18px 38px;
    display: flex;
  }

  .whole-snow-learn {
    text-align: left;
    flex: none;
  }

  .sl1-bbq-grilling-shrimp {
    background-size: cover;
  }

  .logo-banner-bbq-grilling-shrimp {
    justify-content: flex-start;
  }

  .banner-logo-grilling-shrimp {
    background-size: 210px;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: 0;
  }

  .text-block-50 {
    width: 360px;
  }

  .div-block-148 {
    margin-top: 124px;
    margin-left: -24px;
    padding-left: 0;
    font-size: 0;
  }

  .paragraph-78 {
    font-size: 13px;
    line-height: 22px;
  }

  .paragraph-78.product-10 {
    width: 90%;
  }

  .div-text-2 {
    margin-top: 236px;
    margin-left: -24px;
    padding-left: 0;
    font-size: 0;
  }

  .oven-ready-shrimp-10 {
    margin-top: -10px;
    padding-top: 0;
    padding-bottom: 0;
    top: -55%;
  }

  .logo-banner-10 {
    justify-content: flex-start;
  }

  .temp-bold-blue-30px-copy.ang-gen-info {
    text-align: left;
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .box-photo {
    background-position: 71%;
    background-size: 610px;
  }

  .div-text-10 {
    margin-top: 236px;
    margin-left: 0;
    padding-left: 0;
    font-size: 0;
  }

  .product-had-10 {
    width: 93%;
  }

  .logo-banner-11 {
    justify-content: flex-start;
  }

  .box-photo-11 {
    background-position: 71%;
    background-size: 610px;
  }

  .had-text-4 {
    margin-top: -10px;
    padding-top: 0;
    padding-bottom: 0;
    top: -55%;
  }

  .logo-banner-4 {
    justify-content: flex-start;
  }

  .icy-text-had {
    margin-left: 38px;
  }

  .right-photo {
    background-position: 71%;
    background-size: 610px;
  }

  .right-photo.box-4-photo, .right-photo.box-7-photo {
    background-size: 410px;
  }

  .king-nav {
    top: 36%;
  }

  .whole-king-crab {
    margin-top: -4px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sl1-krab-merus {
    background-position: 69%;
    background-size: cover;
  }

  .sl2_krab-merus {
    background-position: 100%;
    background-size: cover;
  }

  .sl3_krab-merus, .sl4_krab-merus, .sl1-krab-whole, .sl2_krab-whole {
    background-position: 50%;
    background-size: cover;
  }

  .whole-crab-box {
    width: auto;
    margin-top: 52px;
    top: -146px;
    left: 0;
  }

  .whole-crab-box.snow-box-20 {
    width: 500px;
    margin-left: -84px;
  }

  .whole-crab-box.southern_open_box {
    width: 450px;
    top: -40px;
    left: 112px;
  }

  .buy-now, .buy-now-block {
    margin-left: 0;
  }

  .whole-crab-banner {
    background-position: 100%;
    background-size: cover;
  }

  .icons-from-boxes {
    width: 120px;
  }

  .marine-treasure-scrab {
    background-color: var(--white);
    border-left-style: none;
    border-right-style: none;
    width: auto;
  }

  .crab-links-2 {
    justify-content: center;
    display: flex;
  }

  .merus-banner-copy {
    background-size: cover;
  }

  .flyer-batton.merus-flyer {
    align-items: center;
  }

  .flyer-batton.snow-ang-fly {
    margin-top: -26px;
    padding-right: 27px;
    top: -474px;
  }

  .button-8 {
    margin-right: 50px;
  }

  .buy-now-butt {
    top: -346px;
  }

  .lags-sizes {
    background-position: 50%;
    background-size: 480px;
    height: 500px;
    margin-left: 0;
  }

  .heading-10 {
    font-size: 20px;
  }

  .yell-sl1 {
    background-position: 20%;
    background-size: cover;
  }

  .tuna-small-text {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
  }

  .tuna-big-text {
    margin-top: -38px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .yel-sl2, .yel-sl3 {
    background-position: 50%;
    background-size: cover;
  }

  .tuna-st-photo {
    width: 470px;
    height: 500px;
    top: -64px;
    left: 49px;
  }

  .info-copy {
    margin-top: 0;
  }

  .tuna-banner {
    background-size: cover;
  }

  .marine-treasure-scrab-copy {
    border-left-style: none;
    border-right-style: none;
    width: auto;
  }

  .text-block-tuna {
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    justify-content: center;
    padding: 153px 175px 153px 153px;
    display: flex;
  }

  .tuna-aval {
    border-left-style: none;
    border-right-style: none;
    width: auto;
  }

  .loins-center-cut {
    background-position: 130%;
    background-repeat: no-repeat;
    background-size: contain;
    border-top-style: none;
    border-right-style: none;
  }

  .loins-center-cut.one._11-breaded {
    background-size: contain;
  }

  .loins-center-cut.one.mt-merus-link {
    background-image: url('../images/DSC_7647_new.png');
  }

  .loins-center-cut.box-10-2, .loins-center-cut.box-11-2 {
    background-position: 50%;
    background-size: 390px;
  }

  .loins-center-cut.steak {
    background-position: -110% 100%;
    background-size: 590px;
    border-top-style: solid;
  }

  .loins-center-cut.saku-block {
    background-position: -70% 100%;
    background-size: 630px;
    border-bottom-style: none;
  }

  .loins-center-cut.cube-poke {
    background-position: 50% 60%;
    background-size: cover;
  }

  .tuna-section {
    grid-row-gap: 0px;
    flex: 1;
    grid-template-columns: 100%;
    grid-auto-rows: 370px;
    grid-auto-columns: 4fr;
    justify-content: stretch;
  }

  .tuna-link {
    height: 280px;
  }

  .div-block-81-copy {
    padding-top: 63px;
  }

  .king-merus, .king-crab-lin {
    margin-top: 11px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .shrimp-had {
    width: 260px;
    margin-top: 62px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .shrimp-link-block {
    top: 4px;
  }

  .scallops-big-text {
    margin-top: -38px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sl1-scallops, .sl2_scallops {
    background-position: 50%;
    background-size: cover;
  }

  .nut-scallop {
    margin: 27px;
  }

  .see-scallops {
    width: 80%;
  }

  .prod-nav {
    top: 36%;
  }

  .prod-nav.wild {
    margin-top: 91px;
    top: 5%;
  }

  .king-list {
    height: 65vh;
  }

  .king-flyers {
    width: 99%;
  }

  .text-list-had {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-43 {
    flex: none;
    justify-content: space-between;
    align-items: stretch;
  }

  .view-flyer-link-name {
    line-height: 14px;
  }

  .snow-list {
    height: 44vh;
  }

  .snow-list.tuna-part {
    height: 25vh;
  }

  .snow-flyers {
    width: 99%;
  }

  .king-list-copy {
    height: 60vh;
  }

  .wild-caught-shrimp-list {
    height: 86vh;
  }

  .wild-caught-shrimp-flyers {
    width: 99%;
  }

  .farm-raised-shrimp-folder {
    height: 86vh;
  }

  .farm-raised-shrimp-fon {
    width: 99%;
  }

  .farm-raised-shrimp-folder-copy {
    height: 100vh;
  }

  .tuna-list {
    width: 99%;
  }

  .farm-raised-shrimp-link {
    margin-top: -7px;
  }

  .premium-crab {
    margin-top: -19px;
    line-height: 60px;
  }

  .snow-crab-opilio-copy {
    width: 80%;
  }

  .prem-link {
    height: 280px;
  }

  .legs-sizes-china {
    width: 140px;
    margin-left: 0;
    padding-right: 0;
  }

  .div-block-162 {
    text-align: left;
  }

  .seafood-logo-copy {
    padding-right: 0;
  }

  .banner-sl1-copy, .banner-sl1-product, .banner-sl2-prod, .banner-sl3-king-qt {
    background-size: cover;
  }

  .banner-sl3-king-qt.about2 {
    background-position: 50%;
  }

  .banner-sl3-king-qt.quality-sl3, .banner-sl3-king-qt.quality-sl-4, .banner-sl3-king-qt.product-flyers-sl3 {
    background-position: 40%;
  }

  .king-sl {
    background-position: 0%;
    background-size: cover;
  }

  .seafood-logo-copy-china {
    margin-top: -120px;
    padding-right: 0;
  }

  .dss-logo-block-copy {
    margin-top: 102px;
  }
}

@media screen and (max-width: 479px) {
  .left.menu-button-dss.home-new {
    margin-left: 0;
  }

  .right.menu-button-dss {
    border-bottom-color: var(--white);
  }

  .new-menu {
    margin-left: 2px;
  }

  .new-menu.w--current {
    margin-left: 0;
  }

  .div-block-22 {
    width: 90%;
    height: 40vh;
    margin-left: 18px;
  }

  .menu-parent {
    margin-top: 1px;
    margin-left: 25px;
    padding-left: 8px;
  }

  .mask {
    border-bottom-style: none;
  }

  .button {
    margin-top: 260px;
    margin-left: 0;
    padding-top: 13px;
  }

  .button.mill-batt {
    z-index: 20;
    width: 120px;
    height: 40px;
    margin-left: 152px;
    padding-top: 8px;
    font-size: 15px;
    display: flex;
  }

  .navbar-2 {
    margin-top: 0;
  }

  .menu-button-2 {
    margin-left: 0;
    margin-right: 2px;
    padding-top: 20px;
  }

  .menu-button-2.w--open {
    padding-top: 0;
  }

  .slide-nav {
    width: 100%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .slide-nav.prroduct-banner {
    margin-bottom: 0;
  }

  .section-3 {
    display: block;
  }

  .nav-menu-2 {
    background-color: rgba(6, 12, 17, .83);
    top: 0;
  }

  .dss-body {
    background-color: #000;
    background-image: url('../images/DSC_5034_fon.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-right-style: none;
    height: auto;
    margin-top: 0;
  }

  .home-page-copy {
    border-style: none;
    margin-left: 0;
  }

  .banner {
    display: block;
  }

  .navbar-dss {
    margin-top: 0;
  }

  .menu-parent-dss {
    border-bottom-style: none;
    margin-top: 0;
    margin-left: 0;
    padding-left: 8px;
  }

  .sl2_new {
    background-position: 50%;
  }

  .section-4 {
    height: auto;
  }

  .sl3 {
    background-position: 50%;
  }

  .link-down {
    width: 131px;
  }

  .link-down-dss {
    width: 131px;
    display: none;
  }

  .section-5 {
    border-style: none;
    height: auto;
    margin-top: auto;
    top: auto;
  }

  .left-nav-part {
    width: 90%;
    height: 40vh;
    margin-left: 18px;
  }

  .aboutdss {
    flex: none;
    height: 320px;
    display: flex;
  }

  .project1-3 {
    height: 280px;
    line-height: 50px;
    transition-timing-function: cubic-bezier(.55, .085, .68, .53);
  }

  .dark-over-final-2 {
    flex: none;
    align-items: flex-end;
    height: 280px;
    margin-left: 0;
    margin-right: 0;
  }

  .vew-project-2 {
    height: 100%;
    margin-top: -4px;
  }

  .text-block-18 {
    text-align: center;
    flex: 1;
    justify-content: center;
    margin: 0 auto auto;
    padding: 94px;
  }

  .about-dss-image, .qt_dss {
    height: 280px;
    line-height: 50px;
    transition-timing-function: cubic-bezier(.55, .085, .68, .53);
  }

  .qt_link {
    flex: none;
    height: 320px;
    display: flex;
  }

  .qt_dss-copy, .news-dss {
    height: 280px;
    line-height: 50px;
    transition-timing-function: cubic-bezier(.55, .085, .68, .53);
  }

  .qt_link-copy, .news_dss-link, .dss_product {
    flex: none;
    height: 320px;
    display: flex;
  }

  .dss-shop, .dss-shop-link {
    height: 280px;
    line-height: 50px;
    transition-timing-function: cubic-bezier(.55, .085, .68, .53);
  }

  .shop_dss {
    flex: none;
    height: 320px;
    display: flex;
  }

  .dss-shop-link-new {
    height: 280px;
    line-height: 50px;
    transition-timing-function: cubic-bezier(.55, .085, .68, .53);
  }

  .div-block-35 {
    grid-template-columns: 100%;
    grid-auto-columns: auto;
  }

  .dss-shrimp {
    flex: none;
    height: 320px;
    display: flex;
  }

  .shrimp_dss_link {
    height: 280px;
    line-height: 50px;
    transition-timing-function: cubic-bezier(.55, .085, .68, .53);
  }

  .text-block-18-copy, .text-test {
    text-align: center;
    flex: 1;
    justify-content: center;
    margin: 0 auto auto;
    padding: 94px;
  }

  .snow_dss {
    flex: none;
    height: 320px;
    display: flex;
  }

  .shrimp_dss_link-copy, .snow_dss_link {
    height: 280px;
    line-height: 50px;
    transition-timing-function: cubic-bezier(.55, .085, .68, .53);
  }

  .news-lett-part {
    height: 186px;
    margin-top: 0;
  }

  .form {
    margin-top: -4px;
    padding-left: 93px;
  }

  .bold-text-9 {
    margin-left: 13px;
  }

  .text-field {
    border-color: var(--white);
    border-radius: 0%;
  }

  .sign-up {
    margin-top: 37px;
  }

  .news-lett {
    z-index: 9;
    border-top: 1px solid var(--white);
    height: 186px;
    margin-top: 0;
  }

  .shop {
    z-index: 9;
    height: 190vh;
    margin-top: -184px;
  }

  .button-3 {
    margin-top: 260px;
    margin-left: 0;
    padding-top: 13px;
  }

  .follow-us {
    margin-left: 0;
    display: none;
  }

  .batt-conn-arr {
    border-top-style: solid;
    border-top-color: var(--white);
    height: 101px;
    display: flex;
  }

  .div-block-50 {
    z-index: 10;
    width: 80%;
  }

  .text-field-2.cart-input {
    color: #000;
    font-size: 18px;
    line-height: 30px;
  }

  .button-small {
    flex: 1;
    align-self: stretch;
  }

  .button-small.white-small {
    flex: none;
    margin-top: 0;
    margin-bottom: -38px;
    margin-left: 7px;
    padding: 0;
  }

  .cart-container {
    min-width: 240px;
    max-width: 320px;
  }

  .cart-product-image {
    width: 56px;
  }

  .text-block-21 {
    justify-content: flex-end;
    margin-right: 32px;
    padding: 0;
    font-size: 30px;
    line-height: 32px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .gray-ove-rlock {
    background-color: rgba(7, 7, 7, .44);
    border-right-style: none;
  }

  .main-text-link {
    text-align: center;
    flex: 1;
    justify-content: center;
    margin: 0 auto auto;
    padding: 94px;
  }

  .text-block-22 {
    z-index: 9;
    text-align: center;
    padding-left: 0;
    top: 111px;
  }

  .div-block-55 {
    z-index: 9;
    width: 280px;
    top: 138px;
  }

  .king-crab-link {
    height: 280px;
  }

  .text-snow-crab {
    z-index: 9;
    text-align: center;
    margin-top: 1px;
    padding-left: 0;
    top: 110px;
  }

  .snow-crab-link {
    height: 280px;
  }

  .text-block-24 {
    width: 270px;
    margin-top: 97px;
  }

  .home-logo {
    margin-top: 4px;
    top: 301px;
    right: -3%;
  }

  .main-menu-links {
    grid-row-gap: 16px;
    grid-template-rows: 280px 280px 280px;
    grid-template-columns: 99%;
    height: 120%;
  }

  .text-block-about {
    top: 113px;
  }

  .quality-link {
    height: 280px;
  }

  .text-block-quality {
    z-index: 1;
    top: 121px;
  }

  .news_link, .brands_link {
    height: 280px;
  }

  .text-shop {
    z-index: 9;
    top: 126px;
  }

  .text-block-news {
    z-index: 9;
    top: 125px;
  }

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

  .hero1-image.lightbox-wrap {
    margin-bottom: -18px;
  }

  .lightbox-product-image {
    height: 70px;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hero1 {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-10 {
    height: 115vh;
  }

  .product5-feed-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block-56 {
    height: 640px;
  }

  .section-list {
    grid-template-rows: 500px auto;
    height: 168vh;
    margin-top: 198px;
    margin-bottom: -16px;
    padding-bottom: 0;
    top: auto;
  }

  .product3-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .product-card {
    height: 463px;
    margin-top: 28px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .collection-item {
    height: 500px;
    margin-top: -13px;
  }

  .heading-2 {
    margin-top: 2px;
  }

  .link-block-6 {
    height: 406px;
  }

  .item-overlay {
    height: 413px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .footer {
    margin-top: 0;
  }

  .footer-links {
    border-left-style: none;
    border-right-style: none;
    height: 167px;
    margin-top: 1px;
    margin-bottom: 156px;
    padding-top: 0;
    padding-bottom: 7px;
  }

  .footer-2 {
    flex-direction: column;
    justify-content: center;
    height: 350px;
    display: flex;
  }

  .address {
    width: 90%;
    margin-top: 200px;
    margin-left: 0;
    padding-left: 29px;
  }

  .address.coop {
    align-items: flex-start;
    width: 90%;
    margin-top: 113px;
    padding-top: 0;
    padding-right: 0;
  }

  .social-block {
    flex: 1;
    justify-content: flex-start;
    width: 80%;
    margin-top: 115px;
    margin-left: 30px;
    margin-right: 0;
    padding-left: 0;
    display: flex;
    left: 0;
  }

  .about-2 {
    height: 20px;
    margin-top: -3px;
    margin-bottom: -1px;
    padding-top: 0;
  }

  .paragraph-71 {
    width: 100%;
  }

  .default-state {
    margin-top: 17px;
  }

  .prod-text-home {
    margin-top: -3px;
    padding-left: 21px;
  }

  .collection-item-2 {
    width: 60px;
  }

  .payment-cards {
    margin-top: 265px;
  }

  .payment {
    margin-top: 0;
    padding-bottom: 0;
  }

  .collection-list-wrapper-3 {
    margin-top: 92px;
  }

  .div-block-62 {
    margin-top: 110px;
  }

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

  .div-block-69 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .text-block-30 {
    text-align: center;
    margin-left: 0;
  }

  .item-overlay-copy {
    height: 413px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .text-crab {
    z-index: 9;
    text-align: center;
    margin-top: -32px;
    padding-left: 0;
    top: 111px;
  }

  .snow-block, .shop-brands {
    z-index: 9;
    width: 280px;
    top: 138px;
  }

  .shop-link-go {
    margin-top: 16px;
  }

  .learn-more-link {
    width: 88.5879%;
  }

  .div-block-79 {
    justify-content: center;
    width: 100%;
    height: 190px;
    padding-top: 107px;
    padding-left: 59px;
    display: flex;
  }

  .button-4 {
    display: inline-block;
  }

  .div-block-80 {
    padding-top: 0;
  }

  .div-block-81 {
    padding-top: 31px;
  }

  .lerarn-about {
    width: 100%;
  }

  .product-card-2 {
    height: 463px;
    margin-top: 28px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-up {
    top: 47px;
  }

  .site-menu {
    height: 1080vh;
    display: inline;
  }

  .site-menu.red-king-menu {
    height: 710vh;
  }

  .site-menu.whole-crab-menu, .site-menu.snow-mwnu-op {
    height: 620vh;
  }

  .site-menu.all-shrimp {
    height: 12568px;
  }

  .site-menu.wild-cut {
    height: 1067vh;
  }

  .site-menu.icy-oceanbreaded-nav {
    top: 0%;
  }

  .site-menu.arg-menu {
    height: 510vh;
  }

  .site-menu.chef-s-net-menu {
    height: 890vh;
  }

  .site-menu.icy-oc-cook-copy {
    height: 810vh;
  }

  .site-menu.learn-about-kc {
    height: 930vh;
  }

  .king-crab-banner {
    border-style: none;
    margin-left: 0;
  }

  .sl1-krab {
    background-position: 50%;
  }

  .dropdown-list.w--open {
    width: 170px;
    height: auto;
  }

  .top-page {
    margin-top: 0;
  }

  .king-crab-all-info {
    grid-template-rows: 0 30vh 50vh .25fr;
    height: auto;
    margin-top: 0;
  }

  .text-king {
    background-color: #fff;
    height: 420px;
    display: block;
  }

  .brand-text {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .m-logo {
    background-size: contain;
    height: 160%;
    margin: 12px 28px 0;
    padding: 0;
  }

  .boxes-photos {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-top: -16px;
    display: block;
  }

  .boxes-photos.snow-ipnone {
    margin-top: -18px;
  }

  .boxes-photos.snow-boxes {
    margin-top: 6px;
  }

  .king-box-text {
    text-align: right;
    margin-top: -7px;
    margin-left: 27px;
    margin-right: -1px;
  }

  .king-box-text.snow-boxes {
    text-align: right;
    margin-top: -2px;
    margin-right: -3px;
  }

  .king-box-text.pre-cut-text {
    margin-top: 0;
    margin-right: 0;
  }

  .king-box-text.box {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .king-box-text.red-tex-box {
    margin-top: -6px;
    padding-right: 23px;
  }

  .mt_logo {
    justify-content: flex-end;
    height: auto;
  }

  .king-text {
    text-align: right;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-right: 43px;
    display: block;
  }

  .king-text.merus-text {
    width: auto;
    margin-top: 7px;
    padding-right: 38px;
  }

  .king-text.whole-had {
    width: 100%;
    padding-right: 41px;
  }

  .brand-text-new {
    text-align: left;
    width: auto;
    margin-left: 27px;
    margin-right: 0;
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .box-text-top {
    text-align: right;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .box-text-top.snow-top {
    width: auto;
    margin-left: 22px;
  }

  .box-text-top.ang-text {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .box-text-top.king-top-had, .box-text-top.yel-tuna-text {
    padding-right: 0;
  }

  .all-brands-link {
    width: 100%;
    margin-left: 27px;
    padding-top: 27px;
    padding-left: 0;
    padding-right: 0;
    line-height: 30px;
  }

  .all-brands-link-text {
    width: 100%;
    height: 90px;
    margin-left: 0;
    padding-top: 0;
  }

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

  .barnads-link {
    width: 150px;
    height: 100px;
    margin-top: -10px;
  }

  .box-10lb {
    z-index: auto;
    background-position: 50%;
    background-size: 250px;
    flex: 1;
    justify-content: center;
    width: auto;
    height: 180px;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
    display: block;
    top: auto;
    left: -21px;
    right: 0;
  }

  .box-10lb.snow-10lb {
    width: 240px;
  }

  .box-10lb.southern-box1 {
    background-size: 251px;
    height: 220px;
    top: -40px;
  }

  .box-20-lb {
    z-index: 10;
    background-position: 50%;
    background-size: 300px;
    flex: 1;
    width: auto;
    height: 224px;
    margin-left: auto;
    top: 67px;
    left: -10px;
  }

  .box-20-lb.snow-box-20 {
    width: 330px;
    margin-left: -12px;
  }

  .box-20-lb.southern_open_box {
    background-size: 400px;
    width: auto;
    height: 250px;
    top: -168px;
    left: 0;
  }

  .box-20-lb.box-open {
    background-size: 340px;
    width: 308px;
    height: 380px;
    margin-left: 0;
    left: 0;
  }

  .text-master.king-crab {
    height: 100%;
    margin-left: 0;
    padding: 0 36px 36px;
  }

  .text-master.sizes-king {
    width: auto;
    margin-top: 2px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 28px;
  }

  .text-master.gene {
    text-align: left;
    height: auto;
    margin-top: 32px;
    margin-bottom: 77px;
    margin-left: 0;
    padding: 0 0 0 26px;
  }

  .text-master.frozen-bulk-text {
    text-align: center;
    height: 50px;
    margin-top: 0;
    padding: 22px 17px 0 27px;
    font-size: 23px;
  }

  .text-master.frozen-bulk-text-copy {
    text-align: center;
    text-align: left;
    margin-top: 5px;
    margin-left: 0;
    padding: 0 19px 0 26px;
    font-size: 23px;
    line-height: 30px;
  }

  .text-master.text-part {
    text-align: center;
    padding-left: 35px;
  }

  .text-master.snow-crab-copy {
    align-items: center;
    margin-left: 0;
    padding: 36px;
    display: flex;
  }

  .text-master.snow-info {
    text-align: left;
    margin-top: 12px;
    padding: 3px 43px 60px 25px;
    font-size: 20px;
    line-height: 24px;
  }

  .text-master.gene-snow {
    text-align: left;
    padding: 21px 60px 60px 31px;
  }

  .text-master.cluster-op-photo-info {
    text-align: left;
    padding: 21px 60px 60px 28px;
  }

  .text-master.snow-crab-sizes {
    text-align: left;
    margin-top: 5px;
    padding: 28px;
    font-size: 23px;
    line-height: 30px;
  }

  .text-master.upon-request {
    padding: 31px;
  }

  .text-master.angulatus-small {
    text-align: right;
    margin-top: 13px;
    margin-left: 27px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-master.ang-crab-text {
    margin-top: 0;
    margin-left: 0;
    padding: 36px;
  }

  .text-master.ang-crab-sizes {
    text-align: left;
    margin-top: 45px;
    padding: 0 17px 15px 27px;
    font-size: 20px;
    line-height: 30px;
  }

  .text-master.ang-sizes-2 {
    padding-left: 27px;
  }

  .text-master.ang-8x2 {
    width: 240px;
    margin-top: 16px;
  }

  .text-master.whole-net-weight {
    width: auto;
    height: 331px;
    padding-left: 33px;
  }

  .text-master.sizes-king-copy {
    width: auto;
    padding-left: 28px;
  }

  .text-master.net-weight-merus {
    width: auto;
    padding-left: 28px;
    line-height: 27px;
  }

  .text-master.tuna-para {
    height: 100%;
    margin-left: 0;
    padding: 0 36px 36px;
  }

  .text-master.ori-tuna {
    width: auto;
    margin-top: -46px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 28px;
  }

  .text-master.scallop-text {
    height: 100%;
    margin-left: 0;
    padding: 0 36px 36px;
  }

  .text-master.frozen-bulk-text-copy {
    text-align: left;
    text-align: left;
    height: 50px;
    margin-top: 0;
    padding: 22px 17px 0 27px;
    font-size: 23px;
  }

  .text-master.frozen-bulk-text-copy-copy {
    text-align: left;
    text-align: left;
    text-align: left;
    height: 50px;
    margin-top: 0;
    margin-left: 0;
    padding: 22px 17px 0 27px;
    font-size: 23px;
    line-height: 30px;
  }

  .text-master.frozen-bulk-text-china, .text-master.frozen-bulk-text-engl {
    text-align: left;
    margin-top: 5px;
    margin-left: 0;
    padding: 0 19px 0 26px;
    font-size: 23px;
    line-height: 30px;
  }

  .text-master.frozen-bulk-text-1x4, .text-master.frozen-bulk-text-1x9-1 {
    text-align: left;
    height: 50px;
    margin-top: 0;
    padding: 22px 17px 0 27px;
    font-size: 23px;
  }

  .nut-sizes {
    grid-template-columns: 100%;
    grid-auto-rows: 331px;
    height: auto;
    display: grid;
  }

  .sizes-text {
    text-align: center;
    height: 330px;
  }

  .nut-king.nut-snow {
    margin-left: 27px;
  }

  .had-banner-brands {
    justify-content: flex-end;
    margin-top: 265px;
    margin-right: 32px;
    padding: 0;
    font-size: 30px;
    line-height: 32px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .brands-banner {
    border-style: none;
    margin-left: 0;
  }

  .sl1-brands {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .dss-heading.sizes-king {
    text-align: left;
    margin-left: 27px;
    padding-top: 24px;
    padding-left: 0;
  }

  .dss-heading.general-in {
    text-align: left;
    margin-top: 21px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 26px;
  }

  .dss-heading.cluster-had {
    text-align: left;
    margin-left: 0;
    padding: 15px 0 15px 25px;
  }

  .dss-heading.specification-had {
    text-align: left;
    margin-left: 27px;
    padding-top: 23px;
  }

  .dss-heading.snow-clust {
    text-align: left;
    padding: 51px 0 0 25px;
    font-size: 35px;
  }

  .dss-heading.general-in-snow {
    margin-top: 0;
  }

  .dss-heading.snow-10lb-box-text {
    text-align: left;
    padding: 0 0 0 26px;
  }

  .dss-heading.snow-clust-photo-info {
    text-align: left;
    margin-top: 0;
    padding: 51px 0 0 28px;
  }

  .general-info.table {
    height: auto;
    padding-top: 28px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .info-section {
    height: auto;
  }

  .info {
    grid-template-rows: auto;
  }

  .general-info-copy {
    height: 139px;
    padding-left: 0;
    padding-right: 0;
  }

  .info-english {
    background-size: contain;
    margin-left: 0;
  }

  .bold-text-12 {
    text-align: left;
    font-size: 35px;
  }

  .cluster {
    height: auto;
  }

  .info-cluster {
    grid-template-rows: auto auto;
  }

  .general-info-cluster {
    padding-left: 0;
  }

  .cluster-tab {
    background-size: contain;
    width: 100%;
    margin-top: 19px;
  }

  .cluster-tab.snow-tab, .cluster-tab.snow-tab-10 {
    background-size: auto;
  }

  .cluster-tab.tab-china {
    background-size: contain;
  }

  .cluster-photo {
    height: 290px;
    margin-left: 0;
  }

  .cluste-spec {
    height: auto;
  }

  .cluster-photo-big {
    height: 270px;
    margin-left: 0;
  }

  .cluster-photo-big.south-photo1 {
    background-size: cover;
  }

  .info-cluster-spe {
    grid-template-rows: auto;
    grid-auto-rows: 357px;
    height: auto;
  }

  .info-cluster-spe.op-section {
    background-image: none;
    grid-template-rows: auto;
  }

  .info-cluster-spe.ang-info-spe {
    background-position: 40% 0;
    background-size: 760px;
    grid-template-rows: 339px;
    grid-auto-rows: 339px;
  }

  .meus-parts {
    grid-template-rows: auto;
    grid-auto-rows: auto;
    height: auto;
    display: grid;
  }

  ._1x20-tab {
    margin-top: 43px;
    margin-bottom: 0;
  }

  ._1x20-tab.merus-part-china {
    background-size: 270px;
    width: auto;
    margin-top: 4px;
    margin-left: 2px;
    margin-right: 0;
    padding: 0;
  }

  ._1x20-tab.portions {
    background-size: contain;
    margin-top: 0;
  }

  ._1x20-tab.scored-claws {
    background-size: contain;
    margin-top: 0;
    margin-bottom: 0;
  }

  ._1x20-tab._1x10-lb {
    margin-top: 53px;
  }

  ._1x20-tab._1x10-no-bro {
    margin-top: 98px;
  }

  ._1x20-tab.no-lines {
    background-position: 50%;
    background-size: contain;
    height: 129px;
    margin-top: 67px;
  }

  ._1x20-tab._1x10-lb-copy {
    margin-top: 53px;
  }

  ._1x20-tab._1x10-no-bro-copy {
    margin-top: 98px;
  }

  ._1x20-tab.portions-cina {
    background-size: contain;
    margin-top: 0;
  }

  ._1x20-tab.merus-part-engl {
    background-size: 270px;
    width: auto;
    margin-top: 4px;
    margin-left: 2px;
    margin-right: 0;
    padding: 0;
  }

  ._1x20-tab.portions-engl {
    background-size: contain;
    margin-top: 0;
  }

  ._1x20-tab.scored-claws-china, ._1x20-tab.scored-claws-china-copy {
    background-size: contain;
    margin-top: 0;
    margin-bottom: 0;
  }

  .merus {
    height: auto;
  }

  .merus-banner {
    background-repeat: no-repeat;
    background-size: cover;
  }

  ._3-tab-tabs.merus {
    height: auto;
  }

  .merus-cut {
    margin-top: 0;
    padding-top: 0;
  }

  .merus-cut.portion {
    margin-top: 0;
  }

  .merus-cut.claws {
    margin-top: auto;
  }

  .merus-cut.openmerus {
    background-size: 330px;
    margin-top: 0;
  }

  ._10x20-copy {
    padding-top: 39px;
  }

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

  .section-14 {
    align-items: flex-start;
    height: 130vh;
    margin-top: 0;
    padding-top: 0;
  }

  .whole-king {
    align-items: center;
    width: 290px;
    height: 40vh;
  }

  .plus-name-icon {
    background-color: var(--red-doy-plus);
    opacity: 1;
    margin-top: 0;
    margin-left: 0;
    top: -60%;
    left: 118px;
  }

  .dropdown-list-legs.w--open {
    width: 119px;
    margin-top: -75px;
    margin-left: -103px;
  }

  .dropdown-list-legs.feeder-claw.w--open {
    width: 190px;
    margin-top: -113px;
    margin-left: -190px;
  }

  .dropdown-list-legs.killer-claw.w--open {
    z-index: 20;
    width: 187px;
    margin-top: 51px;
    margin-left: -64px;
  }

  .dropdown-list-legs.select-portion.w--open {
    background-color: var(--big-crab-info);
    width: 235px;
    margin-top: -77px;
    margin-left: -85px;
    left: -11px;
  }

  .dropdown-list-legs.merus-bann {
    z-index: 20;
    background-color: rgba(255, 255, 255, .79);
  }

  .dropdown-list-legs.merus-bann.w--open {
    background-color: rgba(255, 255, 255, .79);
    width: 129px;
    margin-top: -74px;
    margin-left: -72px;
  }

  .dropdown-list-legs.select-portion.w--open {
    background-color: rgba(255, 255, 255, .79);
    width: 235px;
    margin-top: -77px;
    margin-left: -85px;
  }

  .dropdown-list-legs.pereiopods-or-legs-dr.w--open, .dropdown-list-legs.carapace-dr.w--open {
    margin-left: -124px;
  }

  .dropdown-list-legs.antenna-dr.w--open {
    margin-left: -8px;
  }

  .dropdown-list-legs.pereiopods-dr.w--open {
    margin-left: -124px;
  }

  .dropdown-list-legs.abodomen-segments-1-6dr.w--open {
    margin-left: -204px;
  }

  .dropdown-list-legs.vein {
    margin-top: -56px;
  }

  .dropdown-list-legs.vein.w--open {
    margin-left: 13px;
    top: 19%;
    left: -194%;
  }

  .dropdown-list-legs.tail-segment.w--open {
    margin-top: -24px;
    margin-left: -63px;
    top: 19%;
    left: -194%;
  }

  .dropdown-list-legs.tail-fin.w--open {
    margin-left: 13px;
    top: 19%;
    left: -194%;
  }

  .dropdown-list-legs.select-portion-copy.w--open {
    background-color: var(--big-crab-info);
    width: 235px;
    margin-top: -77px;
    margin-left: -85px;
    left: -11px;
  }

  .dropdown-list-legs.merus-bann-copy {
    z-index: 20;
    background-color: var(--big-crab-info);
  }

  .dropdown-list-legs.merus-bann-copy.w--open {
    background-color: var(--big-crab-info);
    width: 210px;
    margin-top: -74px;
    margin-left: -72px;
  }

  .dropdown-link-5 {
    margin-top: 13px;
  }

  .dropdown-toggle-2 {
    z-index: 0;
  }

  .dropdown-toggle-2.w--open {
    z-index: 20;
  }

  .link-block {
    height: auto;
    margin-top: 482px;
    top: 0%;
  }

  .cuts {
    background-size: 300px;
  }

  .cuts.merus-banner {
    background-size: 270px;
  }

  .leg-name {
    line-height: 27px;
  }

  .legs-sizes-link1 {
    margin-left: -74px;
    margin-right: 0;
    padding-right: 0;
  }

  .arrow-down {
    margin-right: 0;
  }

  .plus-name {
    margin-top: 0;
  }

  .plus-name-icon-claw {
    background-color: var(--red-doy-plus);
    opacity: 1;
    margin-top: 0;
    margin-left: 0;
    top: -25%;
    left: 57px;
  }

  .plus-name-icon-killer-claw {
    background-color: var(--red-doy-plus);
    opacity: 1;
    margin-top: 0;
    margin-left: 0;
    top: 6%;
    left: 26px;
  }

  .plus-name-icon-select-portion {
    background-color: var(--red-doy-plus);
    opacity: 1;
    margin-top: 0;
    margin-left: 0;
    top: 11%;
    left: -33px;
  }

  .plus-name-icon-merus {
    z-index: 2;
    background-color: var(--red-doy-plus);
    opacity: 1;
    margin-top: -7px;
    margin-left: 0;
    top: 41%;
    left: -60px;
  }

  .bold-text-14 {
    margin-right: 0;
  }

  .feeder-claw-copy {
    background-size: 300px;
  }

  .killer-claw-copy {
    background-size: 270px;
  }

  .div-block-108 {
    height: auto;
  }

  .legs-sizes-big {
    background-position: 0 0;
    background-size: contain;
    width: 100%;
    height: 81%;
    margin-top: 55px;
  }

  .leg-name-copy {
    margin-top: -6px;
  }

  .leg-name-copy.king-crab-cluster {
    margin-left: 0;
  }

  .leg-name-copy.special-cuts {
    padding-left: 20px;
    font-size: 30px;
  }

  .leg-name-copy.left-jast {
    text-align: center;
    margin-top: 26px;
    padding-left: 0;
  }

  .leg-name-copy.left-jast-1, .leg-name-copy.left-jast-split, .leg-name-copy.left-jast-1-copy {
    text-align: center;
    padding-left: 0;
  }

  .leg-name-copy.king-crab-cluster-china {
    margin-left: 30px;
  }

  .text-block-34 {
    height: auto;
    margin-top: 64px;
    margin-left: -11px;
    padding-top: 0;
    padding-left: 0;
    font-size: 12px;
    line-height: 33px;
  }

  .section-16 {
    background-position: 50% 10%;
    grid-template-rows: 278px auto;
    top: -2px;
  }

  .merus-block-info {
    text-align: center;
  }

  .leg-sizes {
    height: auto;
    margin-top: 1143px;
    top: 0;
  }

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

  .killer-claw-copy-copy.select-portion-banner {
    background-size: 320px;
  }

  .king-crab-banner-copy {
    border-style: none;
    margin-left: 0;
  }

  .section-19 {
    justify-content: center;
    height: auto;
    margin-top: 59px;
    display: flex;
  }

  .text-learn-about-king-crab {
    justify-content: flex-end;
    margin-right: 0;
    padding: 42px;
    font-size: 30px;
    line-height: 32px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .paragraph-74 {
    padding-left: 27px;
    padding-right: 0;
  }

  .contact-main {
    height: auto;
  }

  .about-shrimp-text {
    justify-content: flex-end;
    margin-right: 32px;
    padding: 0 0 92px;
    font-size: 30px;
    line-height: 32px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .container-8 {
    line-height: 70px;
    display: block;
  }

  .about-king-crab-text {
    justify-content: flex-end;
    margin-top: 0;
    margin-right: 32px;
    padding: 0;
    font-size: 40px;
    line-height: 32px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .about-king-crab-text.new-king-about {
    width: 430px;
  }

  .king-crab-nav {
    width: 90%;
    margin-top: -73px;
  }

  .king-crab-nav.wild {
    margin-top: 130px;
    margin-bottom: -12px;
    top: 8%;
  }

  .learn-about-king {
    margin-top: 42px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-text {
    justify-content: flex-end;
    margin-right: 32px;
    padding: 0 0 92px;
    font-size: 30px;
    line-height: 32px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .banner-text.qt {
    padding-bottom: 12px;
  }

  .banner-text.pf {
    margin-top: 50px;
    margin-right: 5px;
    padding-bottom: 12px;
  }

  .banner-sl1.news1 {
    background-position: 50% 100%;
  }

  .banner-sl1.product-flyers-sl1 {
    background-position: 50%;
  }

  .banner-sl1.product-flyers-sl2-copy {
    background-position: 0%;
  }

  .banner-sl1.product-flyers-sl3 {
    background-position: 50%;
  }

  .banner-sl1.news1-copy {
    background-position: 50% 100%;
  }

  .banner-sl3.about2, .banner-sl3.quality-sl2 {
    background-position: 50%;
  }

  .banner-sl3.quality-sl3 {
    background-position: 30%;
  }

  .banner-sl3.quality-sl-4 {
    background-image: url('../images/DSC_5835.jpg');
    background-position: 30%;
  }

  .banner-sl3.product-flyers-sl2 {
    background-position: 50%;
  }

  .banner-sl3.product-flyers-sl3 {
    background-position: 30%;
  }

  .banner-sl3.quality-sl3-copy, .banner-sl3.quality-sl2-copy, .banner-sl3.quality-sl2-copy {
    background-position: 50%;
  }

  .about-king-crab-text-copy, .banner-big-text {
    justify-content: flex-end;
    margin-top: -47px;
    margin-right: 32px;
    padding: 0;
    font-size: 30px;
    line-height: 32px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .banner-big-text.learn-king {
    width: 250px;
  }

  .learn-about-kg {
    margin-left: 0;
  }

  .red-crab {
    margin-top: 37px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .red-crab.w--current {
    margin-top: 34px;
  }

  .snow-crab-no-link {
    justify-content: flex-end;
    margin-top: -47px;
    margin-right: 32px;
    padding: 0;
    font-size: 40px;
    line-height: 32px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .learn-about-shrimp-text {
    justify-content: flex-end;
    margin-top: -47px;
    margin-right: 32px;
    padding: 0;
    font-size: 30px;
    line-height: 32px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .learn-aabout-shrimp {
    height: 30px;
    margin-top: -7px;
  }

  .learn-about-king-copy {
    margin-top: 20px;
  }

  .wild-caught-shrimp-link, .grilling-shrimp-link-page, .breaded-shrimp-link, .breaded-shrimp-link.w--current {
    margin-top: -7px;
  }

  .snow-crab-text {
    justify-content: flex-end;
    margin-top: -47px;
    margin-right: 32px;
    padding: 0;
    font-size: 30px;
    line-height: 32px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .angulatus-link-copy {
    margin-top: 20px;
  }

  .sl1-snow {
    background-size: cover;
  }

  .angulatus {
    padding-left: 129px;
  }

  .opilio {
    margin-top: 20px;
  }

  .farm-shrimp-text {
    justify-content: flex-end;
    margin-top: -47px;
    margin-right: 32px;
    padding: 0;
    font-size: 30px;
    line-height: 32px;
    top: -55%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .all-shrimp-sl1.br2 {
    background-position: 50%;
  }

  .all-shtimp-sl2 {
    background-image: url('../images/DSC_9035.jpg');
    background-position: 50%;
  }

  .wild-shrimp-text, .breaded-shrimp-text {
    justify-content: flex-end;
    margin-top: -47px;
    margin-right: 32px;
    padding: 0;
    font-size: 30px;
    line-height: 32px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .chef-s-section {
    margin-top: 0;
  }

  .text-block-39 {
    padding: 132px 84px 93px 67px;
  }

  .text-block-39.cy-ocean-text {
    padding-left: 77px;
  }

  .icy-ocean-section {
    margin-top: 0;
  }

  .chef-s-net-select-banner {
    height: auto;
  }

  .logo-banner-chef-s1 {
    height: 50vh;
  }

  .chef-s-logo {
    background-position: 69%;
    background-size: 210px;
    height: auto;
    margin-left: -70px;
    margin-right: 0;
    left: 0;
  }

  .bags-photo {
    background-position: 70%;
    background-size: 360px;
  }

  .bags-photo.chef-s-perpl-bag {
    background-size: 310px;
  }

  .bags-photo.icy-14 {
    background-size: contain;
  }

  .bags-photo.icy-red-bag, .bags-photo._8-bag-photo {
    background-size: 260px;
  }

  .bags-photo._1-photo, .bags-photo._2-photo {
    background-size: 330px;
  }

  .bags-photo._9-bag-photo {
    background-size: 360px;
  }

  .chifs-info-sction {
    grid-template-rows: 500px 500px 437px auto auto;
  }

  .name-shrimp-peoduct {
    padding: 102px 44px 0 31px;
  }

  .name-shrimp-peoduct.bbq-had {
    padding-left: 25px;
  }

  .name-shrimp-peoduct.arg-text-new {
    padding-top: 7px;
  }

  .name-shrimp-peoduct.brea-text {
    padding-top: 0;
  }

  .name-shrimp-peoduct.icy-text-new {
    padding-top: 24px;
    padding-left: 41px;
  }

  .heading-5 {
    width: 281px;
    font-size: 37px;
  }

  .heading-5.bbq-h1, .heading-5.skewers-h1 {
    width: 270px;
  }

  .temp-bold-blue-40px {
    font-size: 36px;
  }

  .temp-bold-blue-40px.ang-gen-info {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .shrimp-info-product.shrimp-info-14 {
    padding-top: 46px;
  }

  .text-info {
    height: auto;
    padding: 75px 45px 45px;
  }

  .text-info._4-tex-info, .text-info._7-tex-info, .text-info._5-tex-info {
    padding-top: 33px;
  }

  .text-info.bbq-info {
    padding-top: 42px;
  }

  .chef-s-table {
    background-size: 300px;
    height: 240px;
  }

  .chef-s-net-select {
    height: auto;
  }

  .logo-banner {
    height: 50vh;
  }

  .logo-top-banner {
    background-size: 210px;
    height: auto;
  }

  .bag-photo {
    background-position: 70%;
    background-size: 360px;
  }

  .bag-photo._14-photo {
    background-size: 370px;
  }

  .shrimp-info-table, .table-shrimp {
    background-size: 300px;
    height: 240px;
  }

  .table-shrimp._9-chart {
    background-size: 280px;
  }

  .table-shrimp._2-chart {
    background-position: 50% 14%;
    background-size: 280px;
    height: auto;
  }

  .table-shrimp._10-chart, .table-shrimp._11-chart, .table-shrimp._4-chart, .table-shrimp._7-chart {
    height: 350px;
  }

  .table-shrimp._1chart {
    background-size: 280px;
  }

  .icy-ocean {
    height: auto;
  }

  .site-bar-shrimp {
    height: 655vh;
    display: inline;
  }

  .text-block-40 {
    text-align: left;
    margin-top: 46px;
    margin-right: 27px;
    padding-left: 28px;
    font-size: 29px;
    line-height: 30px;
  }

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

  .crab-top-text.top-snow-opilli {
    text-align: right;
  }

  .snow-description {
    margin-left: 0;
  }

  .box-photo-snow {
    background-size: 300px;
    height: 26vh;
    margin-left: 0;
  }

  .box-photo-snow._10lb-box-photo-snow {
    background-size: 320px;
  }

  .op-cl-photo {
    height: 280px;
  }

  .plus-name-icon-2 {
    opacity: 1;
    background-color: rgba(255, 0, 0, .51);
    margin-top: 0;
    margin-left: 0;
    top: -44%;
    left: 84px;
  }

  .plus-name-icon-select-portion-2 {
    opacity: 1;
    background-color: rgba(255, 0, 0, .51);
    margin-top: 0;
    margin-left: 0;
    top: 11%;
    left: -38px;
  }

  .plus-name-icon-merus-2 {
    z-index: 2;
    opacity: 1;
    background-color: rgba(255, 0, 0, .51);
    margin-top: -7px;
    margin-left: 0;
    top: 41%;
    left: -60px;
  }

  .plus-name-icon-claw-2 {
    opacity: 1;
    background-color: rgba(255, 0, 0, .51);
    margin-top: 0;
    margin-left: 0;
    top: -17%;
    left: 27px;
  }

  .leg-name-2.antenna-text {
    margin-left: -16px;
  }

  .plus-name-icon-killer-claw-2 {
    opacity: 1;
    background-color: rgba(255, 0, 0, .51);
    margin-top: 0;
    margin-left: 0;
    top: 21%;
    left: 43px;
  }

  .shrimp-about {
    background-position: 50%;
    background-size: 140%;
    height: 60vh;
  }

  .plus-name-icon-shrimp {
    opacity: 1;
    background-color: rgba(255, 0, 0, .51);
    margin-top: 0;
    margin-left: 0;
    top: -44%;
    left: 84px;
  }

  .plus-name-icon-shrimp.eye {
    background-color: var(--dodger-blue);
    top: 30%;
    left: 32px;
  }

  .plus-name-icon-shrimp.head {
    background-color: var(--dodger-blue);
    top: 14%;
    left: 83px;
  }

  .plus-name-icon-shrimp.carapace {
    background-color: var(--dodger-blue);
    top: 4%;
    left: 136px;
  }

  .plus-name-icon-shrimp.pereiopods-or-legs {
    background-color: var(--dodger-blue);
    top: 2%;
    left: 127px;
  }

  .plus-name-icon-shrimp.antenna {
    background-color: var(--dodger-blue);
    top: 17%;
    left: 10px;
  }

  .plus-name-icon-shrimp.pereiopods {
    background-color: var(--dodger-blue);
    top: -3%;
    left: 206px;
  }

  .plus-name-icon-shrimp.abodomen-segments-1-6 {
    background-color: var(--dodger-blue);
    top: -32%;
    left: 213px;
  }

  .plus-name-icon-shrimp.abodomen-segments-1-6-copy {
    background-color: var(--dodger-blue);
    top: -36%;
    left: 213px;
  }

  .plus-name-icon-shrimp.vein {
    background-color: var(--dodger-blue);
    top: -36%;
    left: 259px;
  }

  .plus-name-icon-shrimp.tail-segment {
    background-color: var(--dodger-blue);
    top: -19%;
    left: 260px;
  }

  .plus-name-icon-shrimp.tail-fin {
    background-color: var(--dodger-blue);
    top: -16%;
    left: 220px;
  }

  .shrimp-about-main-top {
    width: auto;
    height: auto;
  }

  .shrimp-about-chart {
    background-position: 50%;
    background-size: 140%;
    flex: 0 auto;
    width: 520px;
    height: auto;
    display: block;
  }

  .section-25 {
    background-image: url('../images/DSC_5034_fon.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 719px;
    background-attachment: scroll;
    height: auto;
  }

  .shrimp-size-text {
    margin-bottom: 49px;
  }

  .shrimp-size-text._8-12-text {
    margin-bottom: 10px;
  }

  .templ-shrimp-40px, .templ-shrimp-40px-white {
    text-align: center;
  }

  .temp-roboto-light-43 {
    margin-left: -5px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 28px;
  }

  .templ-blue-19-roboto {
    margin-left: 0;
    padding-bottom: 16px;
  }

  .div-block-127 {
    flex-direction: column;
    height: 160px;
    margin-left: 36px;
  }

  .dot1, .dot2, .dot3 {
    min-width: 18px;
    margin-left: 0;
  }

  .temp-roboto-blue-17 {
    margin-bottom: 0;
  }

  .temp-roboto-blue-17.ang-small-gen-ifo {
    padding: 31px;
  }

  .temp-roboto-blue-17.clu-ask-sales {
    padding: 27px;
  }

  .temp-think-roboto-14 {
    margin-top: 31px;
  }

  .blue-line {
    width: auto;
    top: 70px;
  }

  .white-shrimp-source {
    padding-right: 20px;
  }

  .glob {
    background-position: 50%;
    width: 100%;
    margin-left: 0;
  }

  .glob.south-america {
    background-position: 50%;
    background-size: contain;
    justify-content: center;
    display: flex;
  }

  .glob.central-america, .glob.north-america-us, .glob.north-america-mx, .glob.asia-se {
    justify-content: center;
    display: flex;
  }

  .glob.world {
    justify-content: center;
    margin-left: 0;
  }

  .glob.world-copy {
    margin-left: -161px;
    left: 0;
  }

  .grid-2 {
    flex: 1;
    grid-template-columns: auto;
    justify-items: center;
    width: 260px;
  }

  .region-batt {
    flex: 0 auto;
    justify-content: flex-end;
    width: 177px;
    margin-top: 21px;
    margin-left: 0;
    display: flex;
    left: 0;
  }

  .div-block-130 {
    flex: 1;
    width: 110px;
    display: none;
    left: 0;
  }

  .dropdown-toggle-3 {
    width: 179px;
    margin-left: 0;
  }

  .dropdown-toggle-3.w--open {
    width: 178px;
  }

  .dropdown-toggle-3.drop-int {
    margin-left: 0;
    left: 6px;
  }

  .templ-blue-arial-14 {
    width: 179px;
  }

  .dropdown-list-3.w--open {
    color: var(--white-3);
    background-color: rgba(255, 255, 255, .57);
    top: 53px;
    left: 0;
  }

  .dropdown-2 {
    flex: 0 auto;
    position: static;
    left: 0;
  }

  .dropdown-link-9 {
    margin-left: 12px;
    padding-left: 37px;
  }

  .dropdown-list-small.w--open {
    color: var(--white-3);
    background-color: rgba(255, 255, 255, .57);
    top: 53px;
    left: 0;
  }

  .dropdown-link-9-copy {
    margin-left: 12px;
    padding-left: 37px;
  }

  .blue-line-copy {
    width: auto;
    top: 70px;
  }

  .grid-black-tiger {
    flex: none;
    grid-template-columns: 100%;
    justify-items: center;
    width: 100%;
  }

  .blue-line-fresh-water {
    width: auto;
    top: 71px;
    bottom: 0;
  }

  .blue-line-cold-water {
    width: auto;
    top: 68px;
  }

  .glob-copy {
    background-position: 50%;
    width: 100%;
    margin-left: 0;
  }

  .glob-copy.world {
    left: 0;
  }

  .region-batt-long {
    width: 180px;
    margin-top: 21px;
    margin-left: 0;
    left: 2px;
  }

  .dropdown-cold-water {
    left: 0;
  }

  .dropdown-cold-water.drop-international {
    margin-left: 0;
  }

  .dropdown-list-3-copy.w--open {
    color: var(--white-3);
    background-color: rgba(255, 255, 255, .57);
    top: 53px;
    left: 0;
  }

  .div-block-130-copy {
    display: none;
  }

  .angulaltus-cluaters {
    height: auto;
  }

  .angulatus-brand {
    line-height: 70px;
  }

  .snow-crab-ang-info {
    grid-template-rows: 401px 659px auto .25fr;
    grid-template-columns: auto 1fr;
    height: auto;
  }

  .ang-open-box {
    width: 270px;
    margin-top: 30px;
    margin-left: 9px;
    top: -39px;
    left: 0;
  }

  .ang-open-box.snow-10lb {
    width: 240px;
  }

  .ang-bags {
    background-size: contain;
    width: 410px;
    height: 300px;
    top: -22px;
    left: 71px;
  }

  .ang-bags.snow-box-20 {
    width: 330px;
    margin-left: -12px;
  }

  .ang-bags.back-bag {
    background-position: 50%;
    background-size: contain;
    height: 270px;
    margin-top: 0;
    top: -53px;
    left: -34px;
  }

  .two-bags-ang {
    margin-top: 0;
    top: -195px;
    left: -1px;
  }

  .snow-text {
    text-align: right;
    margin-left: 27px;
    margin-right: 0;
  }

  .nut-king-copy.nut-snow {
    margin-left: 27px;
  }

  .nut-sizes-ang {
    grid-template-columns: 100%;
    display: grid;
  }

  .gen-info-had-nag {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-24 {
    text-align: left;
  }

  .boxes-bags-photos {
    height: auto;
    margin-top: 18px;
  }

  .boxes-bags-photos.snow-ipnone {
    margin-top: 47px;
  }

  .div-block-135 {
    width: 240px;
    top: 99px;
    left: 37px;
  }

  .clust-ang-ph {
    padding: 136px;
  }

  .dss-heading-2.snow-clust-photo-info {
    width: 90%;
    margin-top: 0;
    margin-left: 27px;
    padding: 51px 0 0;
  }

  .dss-heading-2.sizes-king {
    text-align: left;
    margin-left: 26px;
    padding-top: 24px;
    padding-left: 0;
  }

  .dss-heading-2.general-in {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 4px;
    margin-left: 27px;
    padding-top: 0;
    padding-left: 0;
  }

  .dss-heading-2.specification-had {
    text-align: left;
    margin-left: 27px;
    padding-top: 23px;
  }

  .dss-heading-2.cluster-had {
    text-align: left;
    padding: 15px 15px 15px 27px;
  }

  .dss-heading-2.general-in-snow {
    margin-top: 0;
  }

  .container-13, .container-14 {
    justify-content: center;
    display: flex;
  }

  .container-15 {
    margin-top: 64px;
  }

  .container-16 {
    text-align: left;
    justify-content: space-between;
    height: auto;
    margin-top: 74px;
    padding-right: 0;
    display: block;
  }

  .container-17 {
    max-width: 320px;
  }

  .chef-s-net-select-cont {
    line-height: 70px;
  }

  .chef-s-net-select-main {
    height: auto;
  }

  .farmed-flag-banner {
    height: 701vh;
    left: 231px;
  }

  .farmed-flag-banner.icy-oc-wh-flag {
    height: 900vh;
  }

  .icy-ocean-banner {
    height: 50vh;
  }

  .chef-s-logo-copy, .chef-s-net-logo {
    background-size: 210px;
    height: auto;
    margin-left: -70px;
    margin-right: 0;
    left: 0;
  }

  .icy-ocean-logo {
    background-position: 71%;
    background-size: 200px;
    height: auto;
    margin-left: -70px;
    margin-right: 0;
    left: 0;
  }

  .all-shrimp-sl4.br1 {
    background-position: 50%;
  }

  .farm-raised-shrimp {
    margin-top: -7px;
  }

  .sl1-chef-s-net-select._10-sl, .sl1-chef-s-net-select._10-sl2, .sl1-chef-s-net-select._11, .sl1-chef-s-net-select._11-sl2, .sl1-chef-s-net-select._11-sl2, .sl1-chef-s-net-select._4-sl1, .sl1-chef-s-net-select._4-sl2, .sl1-chef-s-net-select._7-sl1, .sl1-chef-s-net-select._2-sl2, .sl1-chef-s-net-select._9-chef-s-net-raw-bann {
    background-position: 50%;
  }

  .nav-up-2 {
    top: 47px;
  }

  .banner-logo {
    background-size: 210px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    left: 0;
  }

  .text-block-41 {
    padding: 132px 84px 93px 67px;
  }

  .text-block-41.cy-ocean-text {
    padding-left: 77px;
  }

  .text-block-41.cy-ocean-text.bbq-text-copy {
    padding-left: 56px;
    padding-right: 56px;
  }

  .links-to-pages.one._10-breaded, .links-to-pages.one._11-breaded {
    background-position: 50%;
    background-size: contain;
  }

  .links-to-pages.one.king-box, .links-to-pages.one.snow-crab-2-boxes, .links-to-pages.one.snow-crab-bags, .links-to-pages.one.snow-open-box {
    background-size: 260px;
  }

  .links-to-pages.one.mt-merus-link {
    background-image: url('../images/DSC_7647_new.png');
    background-size: 340px;
  }

  .links-to-pages.one.mt-whole-box {
    background-size: 360px;
  }

  .links-to-pages.box-10-2, .links-to-pages.box-11-2 {
    background-position: 110%;
    background-size: 300px;
  }

  .bold-text-25 {
    text-align: center;
    letter-spacing: 0;
    text-indent: 0;
    column-count: 0;
    width: 190px;
  }

  .mt-logo {
    background-size: 220px;
  }

  .mt-logo.icy-read {
    background-size: 240px;
  }

  .mt-logo.bbq_logo {
    background-size: 181px;
  }

  .mt-logo.icy-net-read {
    background-size: 240px;
  }

  .mt-links {
    justify-content: center;
    align-items: center;
  }

  .marine-list {
    flex: 1;
    align-items: center;
    width: 100%;
    margin-top: 31px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .marine-list.icy-list {
    text-align: left;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 0;
  }

  .marine-list.chi-f-red-list {
    margin-top: 92px;
  }

  .marine-list.chefs-net-perple {
    width: 100%;
    margin-top: 84px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 81px;
    padding-left: 0;
  }

  .brand-links {
    justify-content: flex-start;
    width: 260px;
    margin-top: 1px;
    padding: 6px 10px 15px 16px;
    font-size: 17px;
    display: block;
  }

  .brand-links.left {
    text-align: left;
    width: 260px;
    margin-left: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .all-brands-link-text-2 {
    width: 100%;
    height: 90px;
    margin-left: 0;
    padding-top: 0;
  }

  .brand-text-2 {
    margin-left: 0;
  }

  .king-text-2 {
    text-align: right;
    height: auto;
    margin-top: -15px;
  }

  .boxes-photos-2 {
    height: auto;
    margin-top: 6px;
  }

  .boxes-photos-2.snow-ipnone {
    margin-top: 47px;
  }

  .text-master-2.snow-crab-copy {
    margin-left: 0;
    padding: 36px;
  }

  .text-master-2.sizes-king {
    width: 320px;
    padding-top: 1px;
    padding-left: 25px;
    padding-right: 17px;
  }

  .text-master-2.king-crab {
    align-items: center;
    margin-left: 0;
    padding: 36px;
    display: flex;
  }

  .text-master-2.gene {
    text-align: left;
    height: auto;
    margin-top: 3px;
    margin-bottom: 36px;
    margin-left: 27px;
    padding: 0;
  }

  .text-master-2.frozen-bulk-text-copy {
    text-align: left;
    margin-top: 5px;
    margin-left: 27px;
    padding: 0 17px 0 0;
    font-size: 23px;
    line-height: 30px;
  }

  .text-master-2.snow-info {
    margin-top: 12px;
    padding: 3px 43px 60px;
    font-size: 20px;
    line-height: 24px;
  }

  .text-master-2.snow-info-ang {
    text-align: left;
    margin-top: 12px;
    padding: 3px 24px 60px 28px;
    font-size: 17px;
    line-height: 24px;
  }

  .about-greed {
    grid-template-rows: 400px 597px;
    grid-template-columns: 100% 0;
    height: auto;
  }

  .sl2-brands, .sl3-brands {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  ._100pix-left {
    width: auto;
  }

  .text-link-block.news-left-trxt {
    margin-top: -216px;
  }

  .right-logo {
    background-size: 210px;
  }

  .right-logo.chef-s-logo-right, .right-logo.chef-s-logo-right-perpl {
    background-size: 240px;
  }

  .chef-s-logo-red {
    background-position: 69%;
    background-size: 210px;
    height: auto;
    margin-left: -70px;
    margin-right: 0;
    left: 0;
  }

  .farmed-flag-banner-2 {
    height: 701vh;
    left: 231px;
  }

  .shrimp-about-main-copy {
    height: 60vh;
  }

  .top-page-sothern, .big-photo-southern {
    height: auto;
  }

  .cluster-southern {
    height: 320px;
  }

  .siuth-banner {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bold-text-26 {
    justify-content: flex-end;
    width: 100%;
    margin-right: 22px;
    display: flex;
  }

  .farmed-flag-banner-copy {
    height: 701vh;
    left: 231px;
  }

  .wild-flag-banner {
    height: 701vh;
    margin-top: 100px;
    margin-left: 0;
    top: 0;
    left: 231px;
  }

  .home-logo-copy {
    background-position: 50% 140%;
    background-size: 190px;
    width: 140px;
    min-width: 80px;
    height: 100px;
    min-height: 60px;
    margin-top: 0;
    top: 301px;
    right: -3%;
  }

  .container-18 {
    background-size: 470px;
  }

  ._1bbq-bay {
    background-position: 50%;
  }

  .logo-banner-chef-s1-copy, ._1bbq-bay-banner {
    height: 50vh;
  }

  .learn-about-king-copy-copy {
    margin-top: 15px;
  }

  .snow-crab-kink {
    height: 47px;
    margin-top: 0;
  }

  .snow-crab-kink-copy {
    margin-top: 20px;
    padding-left: 0;
  }

  .whole-snow-crab {
    text-align: left;
    background-size: contain;
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    width: 290px;
    padding: 47px 0 0;
  }

  .container-19 {
    background-size: 300px;
  }

  .text-block-42 {
    height: auto;
    margin-top: 64px;
    margin-left: -11px;
    padding-top: 0;
    padding-left: 0;
    font-size: 12px;
    line-height: 33px;
  }

  .leg-name-copy-2 {
    margin-top: -6px;
  }

  .text-block-43 {
    align-items: flex-end;
    padding-bottom: 50px;
  }

  .sizes {
    letter-spacing: 0;
    height: auto;
    margin-top: 0;
    margin-left: 10px;
    padding-top: 0;
    padding-left: 0;
    font-size: 12px;
    line-height: 38px;
    top: -10px;
  }

  .whole-snow-crab-had-text {
    flex: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    top: 0%;
  }

  .cluster-text {
    justify-content: center;
    width: 161px;
    height: 60px;
    margin-top: 282px;
    margin-bottom: 0;
    margin-left: 0;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0%;
  }

  .text-block-44 {
    margin-top: -15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text-29 {
    font-size: 30px;
  }

  .bold-text-30 {
    text-align: center;
    justify-content: center;
    width: auto;
    display: flex;
  }

  .heading-8 {
    text-align: center;
    padding-top: 13px;
    font-size: 32px;
  }

  ._12up {
    background-size: 300px;
    width: 300px;
    height: 210px;
    margin-top: 0;
  }

  ._12-up-size {
    margin-top: -48px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 1px;
    font-size: 22px;
  }

  ._10up {
    background-size: 270px;
    flex: 0 auto;
    width: 300px;
    height: 210px;
  }

  ._10-up-size {
    margin-top: 137px;
    margin-bottom: 0;
    padding-top: 0;
  }

  ._8up {
    background-size: 240px;
    flex: 0 auto;
    width: 300px;
    height: 210px;
  }

  ._5-8up {
    background-size: 210px;
    flex: 0 auto;
    width: 300px;
    height: 210px;
  }

  ._4up {
    background-size: 180px;
    flex: 0 auto;
    width: 300px;
    height: 210px;
  }

  .wild-caught-flag {
    height: 6865px;
    left: 231px;
  }

  .wild-caught-flag.grilling-flag {
    height: 529vh;
  }

  .wild-caught-flag.grilling-flag-copy {
    height: 490vh;
  }

  .wild-caught-flag.bbq-flag {
    height: 440vh;
  }

  .wild-caught-flag-copy {
    height: 701vh;
    margin-top: 98px;
    left: 231px;
  }

  .learn-aabout-shrimp-2, .farm-raised-shrimp-2, .wild-caught-shrimp-link-2 {
    margin-top: -7px;
  }

  .dropdown-list-all-shrimp.w--open {
    width: 200px;
    height: 650px;
  }

  .general-info-ang {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .snow-ang-description {
    margin-left: 0;
  }

  .about-main-part {
    height: auto;
  }

  .logos-greed-copy {
    grid-template-rows: 400px 430px;
    grid-template-columns: 100% 0;
    height: auto;
  }

  .about-left-text {
    background-size: 220px;
  }

  .about-left-text.icy-read {
    background-size: 240px;
  }

  .about-left-text.bbq_logo {
    background-size: 181px;
  }

  .about-left-text.icy-net-read {
    background-size: 240px;
  }

  .about-right-text {
    justify-content: center;
  }

  .heading-about-photo {
    width: 230px;
    height: 110px;
    margin-top: 165px;
  }

  .dss-in-2010 {
    justify-content: center;
    width: 230px;
    height: auto;
    display: flex;
  }

  .qt-text-main {
    text-align: justify;
    text-indent: -2px;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
  }

  .qt-text-main.about-text-left {
    margin-top: 0;
    margin-left: 34px;
    margin-right: 34px;
  }

  .qt-text-main.about-susta {
    margin-top: 23px;
    line-height: 14px;
  }

  .qt-text-main.aur-premium {
    margin-top: 38px;
  }

  .about-right-photos {
    background-size: 210px;
  }

  .about-right-photos.chef-s-logo-right, .about-right-photos.chef-s-logo-right-perpl {
    background-size: 240px;
  }

  .heading-about {
    align-items: center;
    width: 230px;
    height: auto;
    margin-top: 0;
  }

  .heading-about.had-right-about {
    align-items: center;
    height: auto;
    margin-top: 0;
  }

  .qt-text {
    justify-content: center;
    width: auto;
    margin-bottom: 34px;
  }

  .news-main {
    height: auto;
  }

  .about-right-text-main {
    text-align: justify;
    text-indent: -2px;
    width: 80%;
    margin-top: 6px;
    margin-left: 0;
    margin-right: 0;
  }

  .about-right-text-main.about-text-left {
    margin-top: 0;
    margin-left: 34px;
    margin-right: 34px;
  }

  .about-right-text-main.about-susta {
    margin-top: 23px;
    line-height: 14px;
  }

  .about-right-text-main.aur-premium {
    margin-top: 38px;
  }

  .news-boston {
    text-align: justify;
    text-indent: -2px;
    width: 80%;
    margin-top: 31px;
    margin-left: 0;
    margin-right: 0;
  }

  .news-boston.about-text-left {
    margin-top: 0;
    margin-left: 34px;
    margin-right: 34px;
  }

  .news-boston.about-susta {
    margin-top: 23px;
    line-height: 14px;
  }

  .news-boston.aur-premium {
    margin-top: 38px;
  }

  .about-batt-main {
    text-align: justify;
    text-indent: -2px;
    margin-top: 31px;
    margin-left: 0;
    margin-right: 0;
  }

  .about-batt-main.about-text-left {
    margin-top: 0;
    margin-left: 34px;
    margin-right: 34px;
  }

  .about-batt-main.about-susta {
    margin-top: 23px;
    line-height: 14px;
  }

  .about-batt-main.aur-premium {
    width: 80%;
    margin-top: 0;
  }

  .grid-boston {
    grid-template-rows: 286px;
    grid-auto-rows: 264px;
    padding-left: 0;
  }

  .dss-logo-block {
    align-items: center;
    width: 270px;
  }

  .seafood-logo {
    width: 260px;
  }

  .block-logo-boston {
    background-size: cover;
  }

  .link-block-12 {
    margin-top: -58px;
  }

  .news-greed {
    grid-template-rows: 400px 597px;
    grid-template-columns: 100% 0;
    height: auto;
  }

  .expo-photo {
    background-size: 210px;
  }

  .expo-photo.chef-s-logo-right, .expo-photo.chef-s-logo-right-perpl {
    background-size: 240px;
  }

  .about-left {
    text-align: justify;
    text-indent: -2px;
    width: 80%;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .about-left.about-text-left {
    margin-top: 0;
    margin-left: 34px;
    margin-right: 34px;
  }

  .about-left.about-susta {
    margin-top: 23px;
    line-height: 14px;
  }

  .about-left.aur-premium {
    margin-top: 38px;
  }

  .about-left.news-left-text {
    width: 90%;
  }

  .news-greed-2, .news-2 {
    grid-template-rows: 400px 597px;
    grid-template-columns: 100% 0;
    height: auto;
  }

  .news-2.news-2part {
    grid-template-rows: 365px auto;
    grid-auto-rows: 366px;
  }

  .right-photo-news {
    background-size: 210px;
  }

  .right-photo-news.chef-s-logo-right, .right-photo-news.chef-s-logo-right-perpl {
    background-size: 240px;
  }

  .right-photo-news.photo-news {
    height: 366px;
  }

  .news-text-left {
    width: 82%;
  }

  .text-news-left {
    width: 100%;
    margin-left: 0;
  }

  .news-king-text {
    width: 100vw;
  }

  .text-news-left-krab {
    width: 250px;
    margin-left: 0;
  }

  .text-news-left-krab.merus-pre-cut {
    width: 250px;
  }

  .news-3 {
    grid-template-rows: 400px 400px;
    grid-template-columns: 0% 0;
    grid-auto-columns: 3fr;
    height: auto;
  }

  .news-3.news-2part {
    grid-template-rows: 365px auto;
    grid-auto-rows: 366px;
  }

  .king-had {
    width: 250px;
  }

  .merus-box-news {
    background-size: contain;
  }

  .merus-box-news.chef-s-logo-right, .merus-box-news.chef-s-logo-right-perpl {
    background-size: 240px;
  }

  .merus-box-news.photo-news {
    height: 366px;
  }

  .paragraph-77 {
    width: 250px;
  }

  .button-6 {
    margin-left: -118px;
  }

  .news-4-box-king {
    grid-template-rows: 400px 597px;
    grid-template-columns: 100% 0;
    height: auto;
  }

  .news-4-box-king.news-2part {
    grid-template-rows: 365px auto;
    grid-auto-rows: 366px;
  }

  .news-text-left-copy {
    width: 82%;
  }

  .news-4-batt {
    grid-template-rows: 400px 400px;
    grid-template-columns: 0% 0;
    grid-auto-columns: 3fr;
    height: auto;
  }

  .news-4-batt.news-2part {
    grid-template-rows: 365px auto;
    grid-auto-rows: 366px;
  }

  .whole-photo-box {
    background-size: contain;
  }

  .whole-photo-box.chef-s-logo-right, .whole-photo-box.chef-s-logo-right-perpl {
    background-size: 240px;
  }

  .whole-photo-box.photo-news {
    height: 366px;
  }

  .button-6-whole {
    margin-left: -118px;
  }

  .banner-sl5.about2, .banner-sl5.quality-sl2 {
    background-position: 50%;
  }

  .banner-sl5.quality-sl3 {
    background-position: 30%;
  }

  .banner-sl5.quality-sl-4 {
    background-image: url('../images/DSC_5835.jpg');
    background-position: 30%;
  }

  .banner-sl6.about2, .banner-sl6.quality-sl2 {
    background-position: 50%;
  }

  .banner-sl6.quality-sl3 {
    background-position: 30%;
  }

  .banner-sl6.quality-sl-4 {
    background-image: url('../images/DSC_5835.jpg');
    background-position: 30%;
  }

  .grilling-shrimp-had {
    justify-content: flex-end;
    margin-top: -47px;
    margin-right: 32px;
    padding: 0;
    font-size: 30px;
    line-height: 32px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .grilling-sl1.br2 {
    background-position: 50%;
  }

  .grilling-sl2 {
    background-image: url('../images/DSC_9035.jpg');
    background-position: 50%;
  }

  .grilling-sl4.br1 {
    background-position: 50%;
  }

  .grilling-ba {
    background-size: 210px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    left: 0;
  }

  .grilling-bann {
    height: 50vh;
  }

  .bbq-bay-sl1, .bbq-bay-sl2, .bbq-bay-sl3 {
    background-position: 50%;
  }

  .bbq-bay-text-had {
    justify-content: flex-end;
    margin-top: -47px;
    margin-right: 32px;
    padding: 0;
    font-size: 30px;
    line-height: 32px;
    top: -55%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .whole-snow {
    width: 100%;
    height: 60vh;
  }

  .whole-snow-crab-main {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    line-height: 70px;
    display: flex;
  }

  .whole-snow-learn {
    text-align: left;
    flex: 1;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .mt_logo-copy {
    height: auto;
  }

  .nut-sizes-copy {
    grid-template-columns: 100%;
    height: auto;
    display: grid;
  }

  .logo-banner-bbq-grilling-shrimp {
    height: 50vh;
  }

  .banner-logo-grilling-shrimp {
    background-size: 210px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    left: 0;
  }

  .text-block-50 {
    width: 260px;
  }

  .paragraph-78 {
    width: 90%;
    padding-left: 0;
    line-height: 16px;
  }

  .paragraph-78.product-10 {
    height: 100px;
  }

  .prod-info {
    align-items: center;
    margin-top: 50px;
  }

  .div-text-2 {
    height: auto;
    margin-top: 47px;
    margin-left: 0;
  }

  .heading-9 {
    width: auto;
    padding-left: 0;
  }

  .oven-ready-shrimp-10 {
    justify-content: flex-end;
    margin-top: -47px;
    margin-right: 32px;
    padding: 0;
    font-size: 30px;
    line-height: 32px;
    top: -55%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .logo-banner-10 {
    height: 50vh;
  }

  .heading-5-copy.bbq-h1, .heading-5-copy.skewers-h1 {
    width: 270px;
  }

  .breaded-text-had {
    width: 250px;
    margin-top: 88px;
    margin-bottom: 0;
  }

  .breaded-text-had.bbq-h1, .breaded-text-had.skewers-h1 {
    width: 270px;
  }

  .temp-bold-blue-30px-copy {
    margin-left: 5px;
    font-size: 28px;
  }

  .temp-bold-blue-30px-copy.ang-gen-info {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .box-photo {
    background-position: 70%;
    background-size: 360px;
  }

  .box-photo.chef-s-perpl-bag {
    background-size: 310px;
  }

  .box-photo.icy-red-bag {
    background-size: 260px;
  }

  .box-photo._1-photo, .box-photo._2-photo {
    background-size: 330px;
  }

  .div-text-10 {
    height: auto;
    margin-top: 47px;
    margin-left: 0;
  }

  .product-had-10 {
    width: 90%;
    padding-left: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .logo-banner-11 {
    height: 50vh;
  }

  .breaded-text-had-copy {
    width: 250px;
    margin-top: 88px;
    margin-bottom: 0;
  }

  .breaded-text-had-copy.bbq-h1, .breaded-text-had-copy.skewers-h1 {
    width: 270px;
  }

  .breaded-raw-shrimp {
    width: 250px;
    margin-top: 88px;
    margin-bottom: 0;
  }

  .breaded-raw-shrimp.bbq-h1, .breaded-raw-shrimp.skewers-h1 {
    width: 270px;
  }

  .box-photo-11 {
    background-position: 70%;
    background-size: 360px;
  }

  .box-photo-11.chef-s-perpl-bag {
    background-size: 310px;
  }

  .box-photo-11.icy-red-bag {
    background-size: 260px;
  }

  .box-photo-11._1-photo, .box-photo-11._2-photo {
    background-size: 330px;
  }

  .had-text-4 {
    justify-content: flex-end;
    margin-top: -47px;
    margin-right: 32px;
    padding: 0;
    font-size: 30px;
    line-height: 32px;
    top: -55%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .logo-banner-4 {
    height: 50vh;
  }

  .icy-text-had {
    width: 250px;
    margin-top: 88px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .icy-text-had.bbq-h1, .icy-text-had.skewers-h1 {
    width: 270px;
  }

  .right-photo {
    background-position: 70%;
    background-size: 360px;
  }

  .right-photo.chef-s-perpl-bag {
    background-size: 310px;
  }

  .right-photo.icy-red-bag {
    background-size: 260px;
  }

  .right-photo._1-photo, .right-photo._2-photo {
    background-size: 330px;
  }

  .right-photo.box-4-photo, .right-photo.box-7-photo {
    background-size: 280px;
  }

  .king-nav {
    width: 90%;
  }

  .whole-king-crab {
    margin-top: -1px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sl1-krab-merus {
    background-position: 70% 60%;
  }

  .sl1-krab-whole {
    background-position: 50%;
  }

  .whole-crab-box {
    width: 100%;
    margin-top: -153px;
    top: 0;
    left: 0;
    right: 0;
  }

  .whole-crab-box.snow-box-20 {
    width: 330px;
    margin-left: -12px;
  }

  .whole-crab-box.southern_open_box {
    background-size: 400px;
    width: 318px;
    top: -168px;
    left: 0;
  }

  .whole-crab-box.merus-box-photo, .whole-crab-box.scallop-box {
    background-position: 50% 0;
    align-items: flex-start;
    height: 476px;
    margin-top: 0;
    display: flex;
    top: auto;
  }

  .buy-now {
    margin-right: 41px;
  }

  .buy-now-block {
    margin-left: 0;
    padding-right: 39px;
    top: 897px;
  }

  .whole-crab-banner {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .icons-from-boxes {
    width: 100px;
  }

  .net-weight {
    text-align: center;
  }

  .merus-banner-copy {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .flyer-batton {
    padding-right: 25px;
  }

  .flyer-batton.learn-flyer {
    padding-left: 64px;
  }

  .flyer-batton.king-butt {
    padding-right: 42px;
  }

  .flyer-batton.red-flyer-link {
    padding-right: 26px;
    top: 133px;
  }

  .flyer-batton.king-butt-whole {
    padding-right: 42px;
  }

  .flyer-batton.merus-flyer {
    align-items: stretch;
    margin-top: 0;
    padding-right: 42px;
    top: 129px;
    bottom: auto;
  }

  .flyer-batton.snow-flyer-op {
    margin-top: -9px;
    padding-right: 42px;
    top: -297px;
  }

  .flyer-batton.snow-ang-fly {
    margin-top: -24px;
    padding-right: 46px;
    top: -596px;
  }

  .flyer-batton.learn-flyer-copy {
    padding-left: 64px;
  }

  .button-8 {
    margin-right: 46px;
  }

  .buy-now-butt {
    top: -210px;
  }

  .lags-sizes {
    background-size: 330px;
    height: 310px;
  }

  .lageslinks {
    height: auto;
  }

  .heading-10 {
    align-items: flex-end;
    font-size: 13px;
  }

  .opill-text {
    text-align: right;
    width: 101%;
    margin-top: 2px;
    margin-right: 27px;
    padding-left: 7px;
    font-size: 29px;
    line-height: 30px;
  }

  .div-block-151 {
    margin-top: 155px;
  }

  .flyer-batt {
    margin-top: -215px;
    top: 47px;
  }

  .yell-sl1 {
    background-position: 20%;
  }

  .tuna-small-text {
    justify-content: flex-end;
    margin-top: 0;
    margin-right: 32px;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .tuna-small-text.new-king-about {
    width: 430px;
  }

  .tuna-big-text {
    justify-content: flex-end;
    margin-top: 0;
    margin-right: 32px;
    padding: 0;
    font-size: 30px;
    line-height: 32px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .tuna-big-text.new-king-about {
    width: 430px;
  }

  .tuna-st-photo {
    z-index: auto;
    background-position: 50%;
    background-size: contain;
    flex: 1;
    justify-content: center;
    width: auto;
    height: 320px;
    margin-top: 22px;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
    display: block;
    top: auto;
    left: 0;
    right: 0;
  }

  .tuna-st-photo.snow-10lb {
    width: 240px;
  }

  .tuna-st-photo.southern-box1 {
    background-size: 251px;
    height: 220px;
    top: -40px;
  }

  .info-section-tuna {
    height: auto;
  }

  .info-copy {
    grid-template-rows: auto;
  }

  .tuna-banner {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .text-block-tuna {
    align-items: center;
    padding: 0;
  }

  .text-block-tuna.cy-ocean-text {
    padding-left: 77px;
  }

  .loins-center-cut {
    background-position: 0 160%;
    background-size: 460px;
  }

  .loins-center-cut.one._10-breaded, .loins-center-cut.one._11-breaded {
    background-position: 50%;
    background-size: contain;
  }

  .loins-center-cut.one.king-box, .loins-center-cut.one.snow-crab-2-boxes, .loins-center-cut.one.snow-crab-bags, .loins-center-cut.one.snow-open-box {
    background-size: 260px;
  }

  .loins-center-cut.one.mt-merus-link {
    background-image: url('../images/DSC_7647_new.png');
    background-size: 340px;
  }

  .loins-center-cut.one.mt-whole-box {
    background-size: 360px;
  }

  .loins-center-cut.box-10-2, .loins-center-cut.box-11-2 {
    background-position: 110%;
    background-size: 300px;
  }

  .loins-center-cut.steak {
    background-position: 0 100%;
  }

  .loins-center-cut.saku-block {
    background-position: 10% 70%;
  }

  .tuna-link {
    height: 280px;
  }

  .div-block-81-copy {
    padding-top: 55px;
  }

  .king-merus, .king-crab-lin {
    margin-top: 18px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .shrimp-had {
    flex: none;
    justify-content: flex-end;
    align-self: center;
    width: 291px;
    height: 86px;
    margin-top: 72px;
    margin-right: 0;
    padding: 0;
    font-size: 38px;
    line-height: 40px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .shrimp-had.bbq-had {
    height: 48px;
    margin-top: 109px;
  }

  .shrimp-link-block {
    top: -13px;
  }

  .scallops-big-text {
    justify-content: flex-end;
    margin-top: 0;
    margin-right: 32px;
    padding: 0;
    font-size: 30px;
    line-height: 32px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .scallops-big-text.new-king-about {
    width: 430px;
  }

  .sl1-scallops {
    background-position: 50%;
  }

  .sl2_scallops {
    background-position: 60%;
    background-size: cover;
  }

  .nut-scallop.nut-snow {
    margin-left: 27px;
  }

  .prod-nav {
    width: 90%;
    margin-top: -73px;
  }

  .prod-nav.wild {
    margin-top: 130px;
    margin-bottom: -12px;
    top: 8%;
  }

  .king-list {
    height: 70vh;
  }

  .king-flyers {
    justify-content: center;
    width: 90%;
    margin-bottom: 34px;
  }

  .link-flyer {
    width: 100%;
  }

  .text-list-had {
    text-align: left;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-43 {
    line-height: 23px;
  }

  .div-block-156 {
    padding-left: 0;
  }

  .div-block-158 {
    width: 51px;
  }

  .view-flyer-link {
    flex: none;
  }

  .view-flyer-link-name {
    flex: 1;
    line-height: 14px;
  }

  .snow-list {
    height: 45vh;
  }

  .snow-flyers {
    justify-content: center;
    width: 90%;
    margin-bottom: 34px;
  }

  .king-list-copy {
    height: 53vh;
  }

  .wild-caught-shrimp-list {
    height: 86vh;
  }

  .wild-caught-shrimp-flyers {
    justify-content: center;
    width: 90%;
    margin-bottom: 34px;
  }

  .farm-raised-shrimp-folder {
    height: 86vh;
  }

  .farm-raised-shrimp-fon {
    justify-content: center;
    width: 90%;
    margin-bottom: 34px;
  }

  .farm-raised-shrimp-folder-copy {
    height: 100vh;
  }

  .tuna-list {
    justify-content: center;
    width: 90%;
    margin-bottom: 34px;
  }

  .farm-raised-shrimp-link {
    margin-top: -7px;
  }

  .div-block-tuna {
    margin-left: 0;
  }

  .premium-crab {
    z-index: 9;
    text-align: center;
    margin-top: 1px;
    padding-left: 0;
    line-height: 40px;
    top: 110px;
  }

  .prem-link {
    height: 280px;
  }

  .div-block-55-copy {
    z-index: 9;
    width: 280px;
    top: 138px;
  }

  .specification {
    padding-left: 27px;
    padding-right: 0;
  }

  .legs-sizes-china {
    margin-left: -74px;
    margin-right: 0;
    padding-right: 0;
  }

  .seafood-logo-copy {
    width: 260px;
  }

  .info-china {
    background-size: contain;
    margin-left: 0;
  }

  .banner-sl1-copy.product-flyers-sl1, .banner-sl1-product, .banner-sl1-product.product-flyers-sl1, .banner-sl1-product.product-flyers-sl3 {
    background-position: 50%;
  }

  .banner-sl2-prod {
    background-position: 0 100%;
  }

  .banner-sl2-prod.product-flyers-sl1, .banner-sl3-king-qt.about2, .banner-sl3-king-qt.quality-sl2 {
    background-position: 50%;
  }

  .banner-sl3-king-qt.quality-sl3 {
    background-position: 30%;
  }

  .banner-sl3-king-qt.quality-sl-4 {
    background-image: url('../images/DSC_5835.jpg');
    background-position: 30%;
  }

  .banner-sl3-king-qt.product-flyers-sl2 {
    background-position: 50%;
  }

  .banner-sl3-king-qt.product-flyers-sl3 {
    background-position: 30%;
  }

  .banner-sl3-king-qt.quality-sl3-copy, .banner-sl3-king-qt.quality-sl2-copy, .banner-sl3-king-qt.quality-sl2-copy, .king-sl {
    background-position: 50%;
  }

  .seafood-logo-copy-china {
    width: 260px;
    margin-top: -178px;
    padding-left: 0;
  }

  .dss-logo-block-copy {
    align-items: center;
    width: 270px;
  }
}

#w-node-cd06a071-600a-88b6-3ac1-87a230260cf3-30260cf1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-cd06a071-600a-88b6-3ac1-87a230260d23-30260cf1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8b1a7802-a47c-17bc-3dd2-83c5ba005d51-ba005d45 {
  justify-self: center;
}

#w-node-_608e207d-3e39-b7d4-cc9b-371059cad76e-59cad76c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9668aaa-3ee9-f77f-5dd7-28b255add634-7219832e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b9668aaa-3ee9-f77f-5dd7-28b255add635-7219832e {
  align-self: center;
}

#w-node-b9668aaa-3ee9-f77f-5dd7-28b255add634-72198344 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b9668aaa-3ee9-f77f-5dd7-28b255add635-72198344 {
  align-self: center;
}

#w-node-_16d17826-8d7f-a97e-367e-d029bce68cf3-bce68cf1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_16d17826-8d7f-a97e-367e-d029bce68d1f-bce68cf1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-dd93e22b-a4ac-9c58-1c34-80ea58d14c55-58d14c53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a24e202-5124-1255-0613-bdff6e689035-6e689033 {
  justify-self: center;
}

#w-node-c40e7513-caf7-919a-40ea-a77e64973c66-72198345, #w-node-_60b79399-3687-a041-f995-2490c4c706e4-72198345, #w-node-_8647f6eb-e538-4438-d1a3-ea59c0f74151-72198345, #w-node-bca0086e-28d1-7437-91f3-6affb4feaf4d-72198345, #w-node-f61f3090-1bd7-0595-bc29-453bcb8b7cea-72198345, #w-node-b5ffc8d1-9f6a-79de-d505-07945a2bfcc0-72198345, #w-node-_2a8da1d6-29ed-a31c-5f7c-799d54808e7a-72198345, #w-node-_83dcaa09-2c11-caad-6da9-7c49a7e7ec3d-72198345, #w-node-_023a9dc2-0f24-2dc6-d06b-4aa2e4296a1c-72198345 {
  align-self: end;
}

#w-node-_04b1ee30-b701-d319-254c-63a6493a2bf1-72198345 {
  justify-self: end;
}

#chef-s-table.w-node-_5e46545b-0549-2e59-fc16-471ad2327764-72198346 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#chef-s-table.w-node-_0930de7d-93ab-82aa-cb9b-36aa6bb1d482-72198347 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#chef-s-table.w-node-_5e46545b-0549-2e59-fc16-471ad2327764-72198348, #w-node-a5f30f63-d727-46ce-8e4e-d53b83e52cde-72198349, #chef-s-table.w-node-_5e46545b-0549-2e59-fc16-471ad2327764-72198361, #chef-s-table.w-node-_5e46545b-0549-2e59-fc16-471ad2327764-72198362, #chef-s-table.w-node-_5e46545b-0549-2e59-fc16-471ad2327764-72198363, #chef-s-table.w-node-_5e46545b-0549-2e59-fc16-471ad2327764-72198364, #chef-s-table.w-node-_5e46545b-0549-2e59-fc16-471ad2327764-72198366 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_68895fea-f0b8-6357-8011-ef6748c38e19-72198369 {
  align-self: center;
  justify-self: end;
}

#w-node-ae9699fe-19d9-f882-9795-873bd680683f-72198369 {
  align-self: center;
}

#w-node-_68895fea-f0b8-6357-8011-ef6748c38e19-7219836a {
  align-self: center;
  justify-self: end;
}

#w-node-ae9699fe-19d9-f882-9795-873bd680683f-7219836a {
  align-self: center;
}

#w-node-e78e3b5f-78ed-bbfb-70d6-5dec62c9dcee-62c9dced {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e78e3b5f-78ed-bbfb-70d6-5dec62c9dd1c-62c9dced {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#chef-s-table.w-node-_5e46545b-0549-2e59-fc16-471ad2327764-72198376, #chef-s-table.w-node-_5e46545b-0549-2e59-fc16-471ad2327764-72198377, #chef-s-table.w-node-_5e46545b-0549-2e59-fc16-471ad2327764-7219838f, #chef-s-table.w-node-_5e46545b-0549-2e59-fc16-471ad2327764-72198390, #chef-s-table.w-node-_5e46545b-0549-2e59-fc16-471ad2327764-721983a4, #chef-s-table.w-node-_5e46545b-0549-2e59-fc16-471ad2327764-721983a5, #chef-s-table.w-node-_5e46545b-0549-2e59-fc16-471ad2327764-721983a7, #w-node-_3a63239f-18a4-147a-e080-36caef895918-721983a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5da9b0f1-4b8c-949a-c245-8566489904e6-721983a9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3a63239f-18a4-147a-e080-36caef895918-721983ab, #w-node-_5da9b0f1-4b8c-949a-c245-8566489904e6-721983ab {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8548891-cacd-f104-1704-47b416e4f424-721983ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a63239f-18a4-147a-e080-36caef895918-721983ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5da9b0f1-4b8c-949a-c245-8566489904e6-721983ac {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6dc34232-fe82-bc09-eff5-cf31fa8976a0-721983b5 {
  align-self: center;
  justify-self: end;
}

#w-node-_8e9d2a45-c3db-453b-6ed0-3e2bcbcd3039-721983b5 {
  align-self: center;
}

#w-node-_6dc34232-fe82-bc09-eff5-cf31fa8976a0-721983ba {
  align-self: center;
  justify-self: end;
}

#w-node-_8e9d2a45-c3db-453b-6ed0-3e2bcbcd3039-721983ba {
  align-self: center;
}

#w-node-_3a63239f-18a4-147a-e080-36caef895918-721983bd, #w-node-_5da9b0f1-4b8c-949a-c245-8566489904e6-721983bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8548891-cacd-f104-1704-47b416e4f424-721983bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00ebd1d2-5d31-d4b3-ce3d-96af270c0d5a-721983c0, #w-node-_00ebd1d2-5d31-d4b3-ce3d-96af270c0d6e-721983c0, #w-node-_00ebd1d2-5d31-d4b3-ce3d-96af270c0d72-721983c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fd02df56-c17d-d1ed-fab6-1d00d1db52a0-721983c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d44b605-62f1-baba-3a08-39a1f1ae8ed3-721983c0, #w-node-f15594a7-d2cc-171f-8659-3172da995db4-721983c4, #w-node-f15594a7-d2cc-171f-8659-3172da995dc8-721983c4, #w-node-_766f8e91-4ece-528c-3cc6-b16293714096-721983c6, #w-node-_766f8e91-4ece-528c-3cc6-b162937140aa-721983c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_766f8e91-4ece-528c-3cc6-b162937140af-721983c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b387722-f45f-ab8d-03f5-6e7c857e2d1d-721983c7, #w-node-_3a63239f-18a4-147a-e080-36caef895918-721983c8, #w-node-_5da9b0f1-4b8c-949a-c245-8566489904e6-721983c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8548891-cacd-f104-1704-47b416e4f424-721983c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3a63239f-18a4-147a-e080-36caef895918-721983ce, #w-node-_5da9b0f1-4b8c-949a-c245-8566489904e6-721983ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8548891-cacd-f104-1704-47b416e4f424-721983ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9f68859d-943c-88a0-0760-cb2657b9ba93-721983ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-cd06a071-600a-88b6-3ac1-87a230260cf3-30260cf1 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-cd06a071-600a-88b6-3ac1-87a230260d23-30260cf1 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-b9668aaa-3ee9-f77f-5dd7-28b255add634-7219832e {
    justify-self: center;
  }

  #w-node-b9668aaa-3ee9-f77f-5dd7-28b255add635-7219832e {
    justify-self: stretch;
  }

  #w-node-b9668aaa-3ee9-f77f-5dd7-28b255add634-72198344 {
    justify-self: center;
  }

  #w-node-b9668aaa-3ee9-f77f-5dd7-28b255add635-72198344 {
    justify-self: stretch;
  }

  #w-node-_16d17826-8d7f-a97e-367e-d029bce68cf3-bce68cf1 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_16d17826-8d7f-a97e-367e-d029bce68d1f-bce68cf1 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-ae466737-81bd-97c8-bb82-d4c748079979-72198345, #w-node-ab802d9d-6a5b-d733-287c-3c112083520c-72198345, #w-node-ed66b375-6f9b-066b-d261-d0edaca8bc3d-72198345, #w-node-_26ea668a-6fb4-b184-69b7-d789393b5838-72198345, #w-node-c531f260-ac5a-45c3-405d-9d95b56746e4-72198345, #w-node-d52a919c-7f0e-4a6e-f452-f75be2ef736f-72198345, #w-node-_2d134099-d0bf-a1f6-70fd-c61cfcc4d39f-72198345, #w-node-_9792667f-8bf5-72ee-575b-0b8f9785e222-72198345, #w-node-_04b1ee30-b701-d319-254c-63a6493a2bf1-72198345 {
    justify-self: center;
  }

  #w-node-_5e46545b-0549-2e59-fc16-471ad232774d-72198346, #w-node-_5e46545b-0549-2e59-fc16-471ad232775e-72198346, #w-node-_5e46545b-0549-2e59-fc16-471ad2327760-72198346, #chef-s-nf.w-node-_5e46545b-0549-2e59-fc16-471ad2327763-72198346, #w-node-_0930de7d-93ab-82aa-cb9b-36aa6bb1d46c-72198347, #w-node-_0930de7d-93ab-82aa-cb9b-36aa6bb1d47d-72198347, #w-node-_0930de7d-93ab-82aa-cb9b-36aa6bb1d47e-72198347, #chef-s-nf.w-node-_0930de7d-93ab-82aa-cb9b-36aa6bb1d481-72198347, #w-node-_5e46545b-0549-2e59-fc16-471ad232774d-72198348, #w-node-_5e46545b-0549-2e59-fc16-471ad232775e-72198348, #w-node-_5e46545b-0549-2e59-fc16-471ad2327760-72198348, #chef-s-nf.w-node-_5e46545b-0549-2e59-fc16-471ad2327763-72198348 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a5f30f63-d727-46ce-8e4e-d53b83e52cde-72198349 {
    justify-self: center;
  }

  #w-node-a50a0504-ceef-1ed3-0833-bdf99fec2689-72198349 {
    justify-self: stretch;
  }

  #w-node-_5e46545b-0549-2e59-fc16-471ad232774d-72198361, #w-node-_5e46545b-0549-2e59-fc16-471ad232775e-72198361, #w-node-_5e46545b-0549-2e59-fc16-471ad2327760-72198361, #chef-s-nf.w-node-_5e46545b-0549-2e59-fc16-471ad2327763-72198361, #w-node-_5e46545b-0549-2e59-fc16-471ad232774d-72198362, #w-node-_5e46545b-0549-2e59-fc16-471ad232775e-72198362, #w-node-_5e46545b-0549-2e59-fc16-471ad2327760-72198362, #chef-s-nf.w-node-_5e46545b-0549-2e59-fc16-471ad2327763-72198362, #w-node-_5e46545b-0549-2e59-fc16-471ad232774d-72198363, #w-node-_5e46545b-0549-2e59-fc16-471ad232775e-72198363, #w-node-_5e46545b-0549-2e59-fc16-471ad2327760-72198363, #chef-s-nf.w-node-_5e46545b-0549-2e59-fc16-471ad2327763-72198363, #w-node-_5e46545b-0549-2e59-fc16-471ad232774d-72198364, #w-node-_5e46545b-0549-2e59-fc16-471ad232775e-72198364, #w-node-_5e46545b-0549-2e59-fc16-471ad2327760-72198364, #chef-s-nf.w-node-_5e46545b-0549-2e59-fc16-471ad2327763-72198364, #w-node-_5e46545b-0549-2e59-fc16-471ad232774d-72198366, #w-node-_5e46545b-0549-2e59-fc16-471ad232775e-72198366, #w-node-_5e46545b-0549-2e59-fc16-471ad2327760-72198366, #chef-s-nf.w-node-_5e46545b-0549-2e59-fc16-471ad2327763-72198366 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_68895fea-f0b8-6357-8011-ef6748c38e19-72198369, #w-node-_68895fea-f0b8-6357-8011-ef6748c38e19-7219836a {
    justify-self: center;
  }

  #w-node-e78e3b5f-78ed-bbfb-70d6-5dec62c9dcee-62c9dced {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-e78e3b5f-78ed-bbfb-70d6-5dec62c9dd1c-62c9dced {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_5e46545b-0549-2e59-fc16-471ad232774d-72198376, #w-node-_5e46545b-0549-2e59-fc16-471ad232775e-72198376, #w-node-_5e46545b-0549-2e59-fc16-471ad2327760-72198376, #chef-s-nf.w-node-_5e46545b-0549-2e59-fc16-471ad2327763-72198376, #w-node-_5e46545b-0549-2e59-fc16-471ad232774d-72198377, #w-node-_5e46545b-0549-2e59-fc16-471ad232775e-72198377, #w-node-_5e46545b-0549-2e59-fc16-471ad2327760-72198377, #chef-s-nf.w-node-_5e46545b-0549-2e59-fc16-471ad2327763-72198377, #w-node-_5e46545b-0549-2e59-fc16-471ad232774d-7219838f, #w-node-_5e46545b-0549-2e59-fc16-471ad232775e-7219838f, #w-node-_5e46545b-0549-2e59-fc16-471ad2327760-7219838f, #chef-s-nf.w-node-_5e46545b-0549-2e59-fc16-471ad2327763-7219838f, #w-node-_5e46545b-0549-2e59-fc16-471ad232774d-72198390, #w-node-_5e46545b-0549-2e59-fc16-471ad232775e-72198390, #w-node-_5e46545b-0549-2e59-fc16-471ad2327760-72198390, #chef-s-nf.w-node-_5e46545b-0549-2e59-fc16-471ad2327763-72198390, #w-node-_5e46545b-0549-2e59-fc16-471ad232774d-721983a4, #w-node-_5e46545b-0549-2e59-fc16-471ad232775e-721983a4, #w-node-_5e46545b-0549-2e59-fc16-471ad2327760-721983a4, #chef-s-nf.w-node-_5e46545b-0549-2e59-fc16-471ad2327763-721983a4, #w-node-_5e46545b-0549-2e59-fc16-471ad232774d-721983a5, #w-node-_5e46545b-0549-2e59-fc16-471ad232775e-721983a5, #w-node-_5e46545b-0549-2e59-fc16-471ad2327760-721983a5, #chef-s-nf.w-node-_5e46545b-0549-2e59-fc16-471ad2327763-721983a5, #w-node-_5e46545b-0549-2e59-fc16-471ad232774d-721983a7, #w-node-_5e46545b-0549-2e59-fc16-471ad232775e-721983a7, #w-node-_5e46545b-0549-2e59-fc16-471ad2327760-721983a7, #chef-s-nf.w-node-_5e46545b-0549-2e59-fc16-471ad2327763-721983a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3a63239f-18a4-147a-e080-36caef895918-721983a9 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-f5ca913e-7fde-9652-bbd9-f193cbcf9b3f-721983a9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f5ca913e-7fde-9652-bbd9-f193cbcf9b3f-721983ab, #nutritions.w-node-c2c6bc35-5305-f24b-3799-b998a84790a9-721983ab {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3a63239f-18a4-147a-e080-36caef895918-721983ac {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-f5ca913e-7fde-9652-bbd9-f193cbcf9b3f-721983ac {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6b8f276c-a4b7-41b1-9a39-29975d3f23fe-721983b5, #w-node-_6dc34232-fe82-bc09-eff5-cf31fa8976a0-721983b5 {
    justify-self: center;
  }

  #w-node-_8e9d2a45-c3db-453b-6ed0-3e2bcbcd3039-721983b5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_6b8f276c-a4b7-41b1-9a39-29975d3f23fe-721983ba, #w-node-_6dc34232-fe82-bc09-eff5-cf31fa8976a0-721983ba {
    justify-self: center;
  }

  #w-node-_8e9d2a45-c3db-453b-6ed0-3e2bcbcd3039-721983ba {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-f5ca913e-7fde-9652-bbd9-f193cbcf9b3f-721983bd, #nutritions.w-node-c2c6bc35-5305-f24b-3799-b998a84790a9-721983bd, #w-node-_00ebd1d2-5d31-d4b3-ce3d-96af270c0d65-721983c0, #nutritions.w-node-_00ebd1d2-5d31-d4b3-ce3d-96af270c0d71-721983c0, #w-node-_70605e91-9902-8f05-92b0-1013772faa82-721983c0, #w-node-f15594a7-d2cc-171f-8659-3172da995dbf-721983c4, #nutritions.w-node-f15594a7-d2cc-171f-8659-3172da995dcb-721983c4, #w-node-_766f8e91-4ece-528c-3cc6-b162937140a1-721983c6, #nutritions.w-node-_766f8e91-4ece-528c-3cc6-b162937140ad-721983c6, #w-node-_0b387722-f45f-ab8d-03f5-6e7c857e2d06-721983c7, #w-node-_0b387722-f45f-ab8d-03f5-6e7c857e2d17-721983c7, #w-node-_0b387722-f45f-ab8d-03f5-6e7c857e2d19-721983c7, #w-node-_0b387722-f45f-ab8d-03f5-6e7c857e2d1c-721983c7, #w-node-f5ca913e-7fde-9652-bbd9-f193cbcf9b3f-721983c8, #nutritions.w-node-c2c6bc35-5305-f24b-3799-b998a84790a9-721983c8, #w-node-f5ca913e-7fde-9652-bbd9-f193cbcf9b3f-721983ce, #nutritions.w-node-c2c6bc35-5305-f24b-3799-b998a84790a9-721983ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cd06a071-600a-88b6-3ac1-87a230260cf3-30260cf1 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-cd06a071-600a-88b6-3ac1-87a230260d23-30260cf1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8b1a7802-a47c-17bc-3dd2-83c5ba005d70-ba005d45 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b9668aaa-3ee9-f77f-5dd7-28b255add635-7219832e, #w-node-b9668aaa-3ee9-f77f-5dd7-28b255add635-72198344 {
    align-self: center;
  }

  #w-node-_16d17826-8d7f-a97e-367e-d029bce68cf3-bce68cf1 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_16d17826-8d7f-a97e-367e-d029bce68d1f-bce68cf1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2a24e202-5124-1255-0613-bdff6e689044-6e689033 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #chef-s-table.w-node-_5e46545b-0549-2e59-fc16-471ad2327764-72198346 {
    justify-self: stretch;
  }

  #w-node-_884accc1-363b-c57f-53cb-9befcbb82d8a-7219836e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e78e3b5f-78ed-bbfb-70d6-5dec62c9dcee-62c9dced {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-e78e3b5f-78ed-bbfb-70d6-5dec62c9dd1c-62c9dced {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #chef-s-table.w-node-_5e46545b-0549-2e59-fc16-471ad2327764-72198376 {
    justify-self: center;
  }

  #chef-s-table.w-node-_5e46545b-0549-2e59-fc16-471ad2327764-72198377, #chef-s-table.w-node-_5e46545b-0549-2e59-fc16-471ad2327764-721983a5, #chef-s-table.w-node-_5e46545b-0549-2e59-fc16-471ad2327764-721983a7 {
    justify-self: auto;
  }

  #WHOLE-KING-CRAB.w-node-_67251e2f-3fbd-cabd-3b85-e4cc8d1c8ddb-721983b2, #WHOLE-KING-CRAB.w-node-_67251e2f-3fbd-cabd-3b85-e4cc8d1c8ddb-721983b3 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_608e207d-3e39-b7d4-cc9b-371059cad76e-59cad76c, #w-node-_608e207d-3e39-b7d4-cc9b-371059cad774-59cad76c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b9668aaa-3ee9-f77f-5dd7-28b255add635-7219832e, #w-node-b9668aaa-3ee9-f77f-5dd7-28b255add635-72198344 {
    justify-self: center;
  }

  #w-node-dd93e22b-a4ac-9c58-1c34-80ea58d14c55-58d14c53, #w-node-dd93e22b-a4ac-9c58-1c34-80ea58d14c5b-58d14c53 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae466737-81bd-97c8-bb82-d4c748079979-72198345, #chef-s-table.w-node-_0930de7d-93ab-82aa-cb9b-36aa6bb1d482-72198347, #w-node-a50a0504-ceef-1ed3-0833-bdf99fec2689-72198349 {
    justify-self: center;
  }

  #w-node-f5ca913e-7fde-9652-bbd9-f193cbcf9b3f-721983a9 {
    justify-self: end;
  }

  #w-node-d039ab84-cec5-68e7-eeba-5a3972f5bc58-721983a9 {
    align-self: center;
  }

  #w-node-_9aabe6c7-e551-5936-9854-df589ad0a6c3-9ad0a6c2 {
    justify-self: auto;
  }

  #w-node-f5ca913e-7fde-9652-bbd9-f193cbcf9b3f-721983ab {
    align-self: start;
  }

  #w-node-_746ecda8-3221-c03a-9483-d71db88310ad-721983ab {
    align-self: auto;
  }

  #w-node-f5ca913e-7fde-9652-bbd9-f193cbcf9b3f-721983ac {
    justify-self: end;
  }

  #w-node-f5ca913e-7fde-9652-bbd9-f193cbcf9b3f-721983bd {
    align-self: start;
  }

  #w-node-_746ecda8-3221-c03a-9483-d71db88310ad-721983bd {
    align-self: auto;
  }

  #w-node-_766f8e91-4ece-528c-3cc6-b162937140a1-721983c6 {
    justify-self: center;
  }

  #w-node-f5ca913e-7fde-9652-bbd9-f193cbcf9b3f-721983ce {
    justify-self: end;
  }
}


