@charset "UTF-8";
/* Shadows are intentionally very subtle gradiations. */

/* */

.header-row {
  max-width: 96rem;
  margin: 0 auto;
  padding-top: 3.2rem;
  margin-bottom: 2rem;
}

.settings-row {
  max-width: 96rem;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
  border-radius: 3px;
  padding: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .settings-row {
    flex-wrap: nowrap;
    flex-direction: column;
    
  }
}



.main-contrn {
  display: flex;
  width: 960px;
  background-color: brown;
  height: 960px;
}

.flx-itm {
  width: 30%;
  height: 50px;
  background-color: yellow;
}

.filter--Bar__Container {
  display: flex;
}

/* */

.lockstok_set_dropdown {
  width: 150px;
  background-color:#fff;
  position: absolute;
  border-radius: 3px;
  box-shadow: 0px 0px 21px -4px rgba(196,196,196,1);
  z-index: 20000;
  left: -60px;
}



/*///HOVER / FOCUS / ///*/

.filter_container {
  display:flex;
  width:100%;
}

.filter_item {
  flex-grow: 1;
}

.fi1 {
  flex-grow: 30000;

}

.fi2 {
  
}

.fi3 {
  
}

.fi4 {
  
}

.lockstok-notiheader-row {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  min-width: 970px;
}

.lockstok-notiheader-row-col {
  display:flex;
  justify-content: center;
  align-content: center;
  width: 80px;
}

.lstck-grw {
  flex-grow: 2;
}

.check-justify {
  justify-content: center;
}

.title-grow {
  width: 30% !important;
}

.lockstok-notisetting-row {
  display: flex;
  width: 100%;
  min-width: 970px;
  border-bottom: 1px solid #dfe3e8;
  padding: 20px 0;
}

.lockstok-notisetting-row-col {
  display: flex;
  align-items: center;
  width: 80px;
}

.description-grow {
  flex-grow: 1;
  padding: 0 24px 0 24px;
}

.lockstok-notisetting-card {
  background-color: #fff;
  width: 100%;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
  padding: 20px;
  overflow: hidden;
}

.lockstok-w80 {
  width: 80%;
  padding: 0 0 20px 20px;
}

.lockstok-w20 {
  width: 20%
}

.lockstok-page__content-flex-container {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1350px) { 

  .lockstok-notisetting-card {
    overflow-x: scroll;
  }

  .title-grow {
    width: 20% !important;
  }

} 

@media (max-width: 1060px) { 
  .lockstok-page__content-flex-container { 
      flex-direction: column; 
  }

  .lockstok-w20 {
    width: 100%;
  }

  .lockstok-w80 {
    width: 100%;
    padding: 20px 0 20px 0;
  }
} 

.lockstok-page__content-flex-item {
  
}

.Lockstok-card {
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  display: block;
}

.bg-blue {
  background-color: blue;
}

.bg-pink {
  background-color: pink;
}

.bg-purple {
  background-color: purple;
}

.bg-orange {
  background-color: orange;
}

.bg-green {
  background-color: green;
}

.bg-brown {
  background-color: brown;
}

.lockstok-notification-general__flex-container {
  display:flex;
  width: 100%;
  height: 50px;
  margin: 0 20px;
}

.lockstok-notification-general__flex-item {
  width: 50px;
  height: 50px;
}

.lockstok__addBtn:hover {
  border-color: #5c6ac4;
  background: #5c6ac4;
  color: white;
}

.Lockstok--Card-width__Mobile {
  min-width: 54.6rem;
}

.Lockstok--Indent--Spacer__Item {
  background-color: #F9FAFB;
  min-width:3.4rem;
  height: 56px;
  border-right: 1px solid #dfe3e8;
}

.Lockstok--Indent--Spacer__Item_15 {
  background-color: #F9FAFB;
  min-width:6.8rem;
  height: 56px;
  border-right: 1px solid #dfe3e8;
}



.Lockstok--commission--tree__spacer {
  width: 10%;
  height: 100%;
  background-color: green;
  color: green;
}

.Lockstok--commission-tree__Container {
  display: flex;
  flex-direction: column;
}

.Lockstok--commission--tree__Item {
  display:flex;
  min-width: 54.6rem;
  padding: 2rem;
  background-color: #fff;

  align-items: center;
  border-bottom: 1px solid #DFE3E8;
}

.Lockstok--commission--tree__Item_Indent {
  display:flex;
  width: 100%;
  padding: 0rem 1rem 0rem 0rem;
  background-color: #fff;

  align-items: center;
  border-bottom: 1px solid #DFE3E8;
}

.Lockstok--commission--tree__Item_Indent_Purple {
  display:flex;
  width: 100%;
  padding: 0rem 1rem 0rem 0rem;
  background-color: #F4F5FA;

  align-items: center;
  border-bottom: 1px solid #DFE3E8;
}

.Lockstok--commission--tree__Item_Indent_Purple_C {
  display:flex;
  width: 100%;
  padding: 0rem 1rem 0rem 0rem;
  background-color: #F4F5FA;
  color: #5C6AC4;

  align-items: center;
  border-bottom: 1px solid #DFE3E8;
}

.Lockstok--commission--tree__Item_Indent_Purple_C:hover {
  display:flex;
  width: 100%;
  padding: 0rem 1rem 0rem 0rem;
  background-color: #5c6ac4;
  color: #fff !important;
  cursor: pointer;

  align-items: center;
}

.Lockstok--commission--tree__Item_Indent_Purple_D {
  display:flex;
  width: 100%;
  padding: 0rem 1rem 0rem 0rem;
  background-color: #F4F5FA;
  color: #5C6AC4;

  align-items: center;
  border-bottom: 1px solid #DFE3E8;
}

.Lockstok--commission--tree__Item_Indent_Purple_D:hover {
  display:flex;
  width: 100%;
  padding: 0rem 1rem 0rem 0rem;
  background-color: #5c6ac4;
  color: #fff !important;
  cursor: pointer;

  align-items: center;
}

.Lockstok--commission--tree__Item_Purple {
  display:flex;
  width: 100%;
  padding: 2rem;
  background-color: #F4F5FA;

  align-items: center;
  border-bottom: 1px solid #DFE3E8;
}



.Lockstok--commission-name__margin {
  margin-right: auto;
}

.Lockstok--commission-right_block {
  background-color: ;
}

.Lockstok--collection-list__Container {
  display: flex;
  flex-direction: column;
}

.Lockstok--collection-list__Item_Figure {
  display: flex;
  flex-direction: row;
  padding: 20px;
  align-items: center;

  width: 100%;
  border-top: 1px solid #DFE3E8;
}

.lockstok--clollection__margin {
  margin-right: auto;
}

.Lockstok--collection-list__Pagination__Item {
  align-self: center;
}

.Lockstok--Manage--Returns__Product {
  display: flex;
  flex-direction: row;
  width: 186px;
  height: 196px;

  border: .1rem solid #F4F6F8;
}

/* */
.Lockstok--Manage--Returns--Main__Container {
  display: flex;
  flex-direction: column;

  border: .1rem solid #C4CDD5;
  border-radius: .3rem;
}

.Lockstok--Manage--Returns--Main__Item__Container {
  display: flex;
  flex-direction: row;
  padding: 2rem;
}

.Lockstok--Manage--Returns--Main__Item__Container__Inner {
  display: flex;
  flex-direction: row;
  padding: 2rem;
  justify-content: space-between;
}

.Item--Container__background {
  background-color: #F9FAFB;
  border-bottom: .1rem solid #C4CDD5;
}

.Lockstok--Manage--Returns__Figure--Container {
  display:flex;
}

.Lockstok--Manage--Returns__Figure:not(:last-child) {
  margin-right: 4.4rem;
}

/* */

.Lockstok-Order-Summary__Container {
  display: flex;
}

.Lockstok-Order-Summary__Product {
  border: .1rem solid #F4F6F8;
  background-color: rgba(223, 227, 232, .12);
  width: 13.1rem;
  height: 13.1rem;

  margin-right: 2rem;
}


/* */

.Lockstok-refund-summary__container {
  display: flex;
  justify-content: space-between;
}

/* */


.Lockstok-Collection-Address__Container {
  display: flex;
}

/* */

.Lockstok--Label__Container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

@media only screen and (max-width: 639px) {

  .Lockstok--Label__Container {
    flex-direction:column;
  }

  .Polaris-Utility-Right-Margin-Medium {
    margin-right: 0;
  }

}

/*////// HEADING HERE //////*/

.Lockstok-section__container {
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 1266px) {
  .Lockstok-section__container {
    flex-direction: column;
  }
}

/*//////SETTINGS MAIN ////////*/

.wrapper__main {
  position: relative;
  transform: translate(-50%, -50%);
}

.settings-card-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
  border-radius: 3px;
  padding: 1.6rem;
  display:flex;
  flex-wrap: wrap;
  align-content: flex-start;

}

.settings-card-item {
  background-color: #fff;
  display:flex;
  padding: 1.2rem;
  width: 30%;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 758px) {
  .settings-card-item {
    width: 48%;
  }
}

@media screen and (max-width: 500px) {
  .settings-card-item {
    width: 100%;
    
  }
}



.settings-card-item:hover {
  background-color: #f9fafb;
}

.settings-card-item:active {
  background-color: #f4f6f8;
}

.settings-card-item:hover .settings-card-icon {
  background-color: #dfe3e8;
}

.settings-card-icon {
  min-width: 4rem;
  max-height: 4rem;
  background-color: #f4f6f8;

  margin-right: 1.6rem;
  border-radius: .3rem;
  position: relative;
}

.settings-card-icon-img {
  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
  line-height: 0;
}

.area-settings-nav__title {
  font-weight: 600;
  margin: 0;
  color: #006fbb;
}

/*CANCEL PRODUCT*/

.Polaris__Cancel__Product__Container {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  height: 5rem;
  
}

.Polaris__Cancel__Product__Item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f4f6f8;
}

/*//////// ORDER - DETAIL PRODUCT ROW /////////*/

.Lockstok-Sku__Detail {
  font-size: 1.3rem;
}

.Lockstok--Align__End {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.Lockstok-Product__Container {
  display: flex;
  flex-direction: column;
}

.Lockstok-Product__Item {
  display: flex;
  flex-direction: row;
  padding: 2rem;
  transition: background-color .3s;
}

.Lockstok-Product__Item:not(:last-child) {
  border-bottom: 1px solid #f4f6f8;
}

.Lockstok-Product__Item:hover {
  background-color: #fff;
}

.Lockstok-Product__Thumbnail {
  height: 6rem;
  width: 6rem;
  margin-right: 2rem;
  border: 1px solid #dfe3e8;
  background-color: rgba(223, 227, 232, 0.12);
  position: relative;
}
.Lockstok-Thumbnail__Notification {
  width: 2.5rem;
  height: 2.5rem;
  border: .2rem solid #fff;
  border-radius: 100%;
  background-color: #919EAB;
  position: absolute;
  top: -1.25rem;
  right: -1.25rem;
}

.Lockstok-Notification__Figure {
  color: #fff;
  position: absolute;
  line-height: 0;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.Lockstok-Thumbnail__image {
  width: 100%;
}

.Lockstok-Product__Details {
  margin-right: auto;
}

.Lockstok-Commission__Detail {
  font-size: 1.3rem;
}

.Lockstok-Product-Commission__Figure {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 4rem;
  text-align: right;
}

.Lockstok-Product-Value__Figure {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
}

/*//////// ORDER - DETAIL PAYMENT ROW /////////*/

.Lockstok-Payment__Container {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 0 0 2rem 0;
  border-bottom: 1px solid #f4f6f8;
}

.Lockstok-Sub__Item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background-color: #fff;
}

.Lockstok-Sub__Item:last-child {
  margin-top: 2rem;
}

.Lockstok__Detail {
  width: 25%;
  background-color: #fff;
}

.Lockstok__Figure {
  margin-right: auto;
}

.Lockstok__Detail_Final {
  width: 25%;
  margin-right: auto;
  background-color: #fff;
}

.Lockstok-Customer__Container {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

.Lockstok-Customer__Item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/*//////// MARKETPLACE CUSTOM CSS /////////*/

hr.Marketplace__Divider__Shipping {
  border-top: .5px solid #dfe3e8;
  background-color: #dfe3e8;
  margin: 2rem 2rem 2rem 0;
}

hr.settings__Divider {
  margin: 2rem 0;
  border: 0.01rem solid #dfe3e8;
}

@media only screen and (max-width: 427px) {
  hr.Marketplace__Divider__Shipping {
    margin: 2rem 0 2rem 0;
  }

  .Polaris__Form__Divider {
    margin: 2rem 0 2rem 0 !important;
  }
}

.Polaris__Form__Divider {
  margin: 2rem 2rem 2rem 0;
  border: .05rem solid #dfe3e8;
}

/*//////// MANAGE PRODUCTS GRID VIEW /////////*/

.Polaris__Grid__Container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;

  background-color: #fff;
  padding: 2rem 0 0 2rem;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
}

.Polaris__Grid__Item {
  width: 14.28333%;
  Padding: 10px;
  background-color: #f4f6f8;
  border-bottom: 2rem solid #fff;
  border-right: 2rem solid #fff;
  position: relative;
}



@media only screen and (max-width: 1681px) {
  .Polaris__Grid__Item {
    width: 16.66%;
  }
}

@media only screen and (max-width: 1413px) {
  .Polaris__Grid__Item {
    width: 20%;
  }
}

@media only screen and (max-width: 1177px) {
  .Polaris__Grid__Item {
    width: 25%;
  }
}

@media only screen and (max-width: 865px) {
  .Polaris__Grid__Item {
    width: 33.333333%;
  }
}

@media only screen and (max-width: 709px) {
  .Polaris__Grid__Item {
    width: 50%;
  }
}

@media only screen and (max-width: 641px) {
  .Polaris__Grid__Item {
    width: 50%;
  }
}

@media only screen and (max-width: 519px) {
  .Polaris__Grid__Item {
    width: 100%;
  }
}

@media only screen and (max-width: 427px) {
  .Polaris__Grid__Container {
    flex-direction: column;
  }

  .Polaris__Grid__Item {
    width: 100%;
  }
}

.Polaris_Grid_Checkbox {
  position: absolute;
  top: 1.4rem;
  left: 2rem;
  z-index: 1000;
}

.Polaris__img__Label {
  position: relative;
}

.Polaris__Status__Stack {
  position: absolute;
  bottom: 1.4rem;
  left: .8rem;
}

.Polaris__Button__Approval__Group {
  display: ;
}

.Polaris__Button__Approval__Group:hover {
  display: ;
}

.Polaris-Badge__Content__Approved {
  background-color: #cffbc5;
}

.Polaris-Badge__Content__Rejected {
  background-color: #ffd5d5;
}

.Polaris-Badge__Content__Pending {
  background-color: #fff0d6;
}

/*//////// ACTION BAR MENU /////////*/

.Polaris__Action__Bar__Container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Polaris__Action__Bar_Item {
  z-index:2000;
}

.Polaris-Utility-three-sided-border-right {
  border-color: #c4cdd5;
  border-style: solid;
  border-width: 1px 1px 1px 0;
}

.set-flx-grw {flex-grow: 1;}

.Mrktplac-Flx-Cntr {display:flex; justify-content: center;}

.Polaris-OverFlow-Vis {overflow: visible;}

.Polaris-Width__30 {width: 30%}

.Polaris-Dsply-Flx {display:flex;}

.Polaris-Jus-Cont-Cntr {justify-content: center;}

.Polaris-Flex-Img-Center {display: flex; flex-direction: row; align-items: center; width: 180px; margin: 0;}

.Polaris-Utility-Flex-Col {display: flex; flex-direction: column-reverse; text-align: center;}

.Polaris-Utility-Pos-Rel {position: relative;}

.Polaris-Utility-float-right {float: right;}

.Polaris-Utility-border-radius-right {border-radius: 0px 3px 3px 0px;}

.Polaris-Utility-border-radius-left {border-radius: 3px 0px 0px 3px;}

.Polaris-Utility-text-align-right {text-align: right;}

.Polaris-Utility-Bottom-Padding-Whole-V2 {padding: 0;}

.Polaris-Utility-Bottom-Padding-Whole-V3 {padding: 1rem;}

.Polaris-Utility-Bottom-Padding-Whole  {padding: 1rem 2rem;}

.Polaris-Utility-Line-Height-Reset {line-height: 0 !important;}

.Polaris-Utility-Top-Margin-Small-V2 {margin-top: 1rem !important;}

.Polaris-Utility-Bottom-Padding-Smallest  {padding-bottom: 0;}

.Polaris-Utility-Top-Padding-Smallest  {padding-top: 0;}

.Polaris-Utility-Right-Padding-Smallest  {padding-right: 0.8rem;}

.Polaris-Utility-Top-Margin-Small-V1 {margin-top: 2rem !important;}

.Polaris-Utility-Top-Margin-Small {display: block; margin-top: 1rem !important;}

.Polaris-Utility-Bottom-Margin-Medium {margin-bottom: 2rem !important;}

.Polaris-Utility-Right-Margin-Medium {margin-right: 2rem !important;}

.Polaris-Utility-Right-Margin-Small {margin-right: 1rem !important;}

.Polaris-Utility-Right-Margin-Small-v2 {margin-right: .5rem !important;}

.Polaris-Utility-Right-Margin-Large {margin-right: 20rem !important;}

.Polaris-Utility-Bottom-Margin-Small {margin-bottom: 1rem !important;}

.Polaris-Utility-Bottom-Margin-Tiny {margin-bottom: 1.2rem !important;}

.Polaris-Utility-Left-Margin-Small {margin-left: 2rem !important;}

.Polaris-Utility-Left-24 {margin-left: 2.4rem !important;}

.Polaris-Utility-Left-Margin-Commission {margin-left: 1rem !important;}

.Polaris-Utility-Left-Margin-Reduce-Small {margin-left: 0rem !important;}

.Polaris-Utility-All-Margin-Small {margin: 2rem;}

.Polaris-Card-Bordered-All {border-bottom: 4px solid #47C1BF;}

.Polaris-Card-Bordered-Live {border-bottom: 4px solid #50B83C;}

.Polaris-Card-Bordered-Active {border-bottom: 4px solid #5C6AC4;}

.Polaris-Card-Bordered-Approved {border-bottom: 4px solid #F49342;}

.Polaris-Card-Bordered-Pending {border-bottom: 4px solid #DE3618;}



.Polaris__Modal__Product__Field__Container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  padding-right: 2rem;
}

@media only screen and (max-width: 500px) {
  .Polaris__Modal__Product__Field__Container {
    flex-direction: column;
    padding-right: 0;
  }

  .Polaris__Field__Modal__Item {
    width: 100%  !important;
  }
}

.Polaris__Field__Modal__Item {
  width: 49%;
}

.Polaris__Horizontal__Rule__Impersonate {
  display: block;
  height:.1rem;
  background-color: #c4cdd5;
  color: #c4cdd5;
}

.dropdown {
  position: relative;
  display: inline-block;
  z-index: 10000;
}

#drop-content {
  position: absolute;
  z-index: 1;
  color: #212b36;
}

#drop-content a {
  display: flex;
  align-items: center;
  text-decoration: none;
  text-align: center;
  border-left: 2px solid transparent;
  min-height: 40px;
  color: #212b36;
}

#drop-content a:hover {
  display: flex;
  align-items: center;
  text-decoration: none;
  text-align: center;
  background-image: linear-gradient(rgba(223, 227, 232, 0.3), rgba(223, 227, 232, 0.3));
  border-left: 2px solid transparent;
  min-height: 40px;
  color: #212b36;

}

#drop-content a:active,
#drop-content a:focus {
  border-left: 2px solid #5C6AC4;
  min-height: 40px;
  color: #212b36;
}

.Polaris-Margin__Left {
  margin-left: 1.5rem;
  font-family: inherit;
}

.drop__content--style {
  display: none;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  padding: 0.8rem 0;
  margin-top: 1rem;
  box-shadow: 0 0 0 1px rgba(6, 44, 82, 0.1), 0 2px 16px rgba(33, 43, 54, 0.08);
}

.Polaris-Button-fcs:focus {
  border: 0.1rem solid #c4cdd5 !important;
  box-shadow: none !important;
}

.Polaris-Button-fcs:active {
  background: linear-gradient(to bottom, #f4f6f8, #f4f6f8) !important;
    border-color: #c4cdd5 !important;
    box-shadow: 0 0 0 0 transparent, inset 0 1px 1px 0 rgba(99, 115, 129, 0.1), inset 0 1px 4px 0 rgba(99, 115, 129, 0.2) !important;
}

.Polaris__Border__Box {
  width: 100%;
  height: 19.2rem;
  border: 0.1rem solid #dfe3e8;
  border-radius: .3rem;
  margin-top: 2rem;
  position: relative;
}

.Polaris__Shipping__Product__Block {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 15rem;
  height: 15rem;
  border: 0.1rem solid #dfe3e8;
  border-radius: .3rem;
  margin-bottom: 2rem;
}

.Polaris__Shipping__Product__Block:not(:last-child) {
  margin-right: 2rem;
}

.Polaris__Sub__Color {
  color: #637381;
}

.Polaris__Border__Box_Product {
  width: 30.98%;
  height: auto;
  border: 0.1rem solid #c4cdd5;
  border-radius: .3rem;
  padding: 2rem;
  margin-top: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}

.Polaris__Border__Box_Product:not(:last-child) {
  margin-right: 1.7rem;
}

.Polaris__Icon_Block {
  width: 6rem;
}

.Polaris__Box__Header__Cnt {
  text-align: center;
}

.Polaris__Product__Box__Title {
  display: block;
  margin: 0 0 1rem 0;
}

.Polaris__Padding {
  padding: 0rem 2rem 2rem 2rem;
  text-align: center;
}

.Polaris__Center__Align {
  text-align: center;
}

.Product__Image {
  max-width: 75%;
}

.copy__box {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

#boxes {
  zoom:0.9;
  max-height: 443px;
  overflow-y: scroll;
  padding-top: 51px;
}

/*///////////// FLEXBOX SHIPPING CONTAINER ///////////////*/ 

.Flex__Product__Box__Container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;

  background-color: #fff;
}

@media only screen and (max-width: 468px) {
  .Flex__Product__Box__Container {
    flex-direction: column;
  }
}

.Flex__Product__Box__Item {
  background-color: #fff;
  border: 0.1rem solid #c4cdd5;
  padding: 1rem;
  width: 31%;
}

.Flex__Product__Box__Item:not(:last-child) {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 538px) {
  .Flex__Product__Box__Item {
    width: 31%;
  }
}

@media only screen and (max-width: 468px) {
  .Flex__Product__Box__Item {
    width: 100%;
  }

  .Flex__Product__Box__Item:not(:last-child) {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.Flex__Product__Box__Img {
  display: block;
  width: 100%;
}

.Flex__Product__Detail {
  text-align: center;
}

.Flex__Product__Box__Qty {
  bottom: 0;
  left: 0;
  background-color: #637381;
  padding: 1rem;
  text-align: center;
  color: #fff;
  margin-top: 1rem;
}

.Flex__Shipping_Box_Container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;

  background-color: #fff;
}

@media only screen and (max-width: 468px) {
  .Flex__Shipping_Box_Container {
    flex-direction: column;
  }
}

.Flex_Shipping_Box_Item {
  background-color: #fff;
  border: 0.1rem solid #c4cdd5;
  padding: 1rem;
  width: 31%; 
}

@media only screen and (max-width: 538px) {
  .Flex_Shipping_Box_Item {
    width: 31%;
  }
}

.Flex_Shipping_Box_Item {
  margin-bottom: 1rem;
}

.Flex_Shipping_Box_Item:not(:last-child) {
  margin-right: 1rem;
}

.Flex_Shipping_Box_Item:last-child {
  width: 31.333333%;
}

@media only screen and (max-width: 468px) {

  .Flex_Shipping_Box_Item {
    width: 100%;
  }

  .Flex_Shipping_Box_Item:last-child {
    width: 100%;
  }

  .Flex_Shipping_Box_Item:not(:last-child) {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 479px) {
  .Polaris-FormLayout__Item {
    margin-left: 0rem;
  }

  .Polaris-FormLayout--grouped .Polaris-FormLayout__Item {
    min-width: 42rem;
  }
}

.Polaris-Select__Marketplace {
  padding: 0.5rem 0.8rem 0.5rem 0.8rem;
}

.Polaris-Select__Marketplace_Weight {
  padding: 0.5rem 1.05rem 0.5rem 1.05rem;
}

.Marketplace-Modal-Section {
  padding: 1.6rem 0 0 2rem;
}

@media only screen and (max-width: 479px) {
  .Marketplace-Modal-Section {
    padding: 1.6rem 2rem 1.6rem 2rem;
  }

@media only screen and (max-width: 499px) {
  .Polaris-Utility-Right-Margin-Address  {
    margin-right: 2rem !important;
    }
  }

/* EDIT SHIPPING MODAL */



