body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
button {
  padding: 15px;
  border: none;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 300;
}
.container {
  position: relative;
  height: 100vh;
  width: 100%;
  max-width: 984px;
  margin: 0 auto;
  /* background-color: #483D8B; */
  background-color: #FFF;
}
.full_btn {
  width: 100%;
}
.slim_btn {
  font-size: 12px;
  padding: 5px 15px;
}
.blue_btn {
  background-color: #483D8B;
  color: #FFE3EA;
}
.left {
  float: left;
}
.right {
  float: right;
}
.el_center{
  margin-left: auto;
  margin-right: auto;
}
.txt_center, .product_name {
  text-align: center;
}
.txt_right {
  text-align: right;
}
.txt_left {
  text-align: left;
}
.clear {
  clear: both;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.inline {
  display: inline;
}
.no_transform {
  text-transform: none;
}
.uppercase {
  text-transform: uppercase;
}
.fifty_px_spacer {
  height: 50px;
}
.four4_px_spacer {
  height: 44px;
}
.seventy_px_spacer {
  height: 70px;
}
.cart_summary_spacer {
  height: 85px;
}
.shipping_overflow {
  /* height: calc(100vh - 106px);
  overflow-y: auto; */
}
.behind-menu-spacer {
  /* display: block; */
  height: 56px; /* height of menu */
}
.added  {
  background-color: #D55B2F !important;
}
.bold {
  font-weight: bold;
}
.dark_background, .login {
  height: 100vh;
  margin-bottom: -56px;
}
.purple {
  background-color: #6363C6;
}
.dark_purple {
  background-color: #4E4E9D;
}
.purple_txt {
  color: #6363C6;
}
.orange_txt {
  color: #FF7F50;
}
.light_txt {
  color: #FFE3EA;
}
.dark_orange {
  background-color: #D55B2F;
}
.orange_btn, .modal button {
  background-color: #FF7F50;
  color: #FFE3EA;
}
.brown_bg {
  background-color: brown;
}
.btm-menu-margin {
  margin-bottom: 20px;
}
.backoffice {
  /* background-color: #FFF; */
  height: 100%;
  margin-bottom: 56px;
}
.search {
  position: fixed;
  height: 50px;
  width: 100%;
  padding: 0 10px;
  background-color: #333;
}
.search form {
  width: 100%;
  margin: 0 auto;
}
.search input {
  font-size: 16px;
  width: 100%;
  height: 36px;
  margin: 7px auto;
  border: none;
  border-radius: 3px;
  padding-left: 10px
}
.menu {
  position:fixed;
  bottom: 0px;
  width: 100%;
  max-width: 984px;
  background-color: #333;
}
.main_block {
  /* all site contents are within this.
  There is div (behind-menu-spacer) beneath this holding everything
  above the menu */
}
.gallery, .incart, .shipping {
  display: grid;
  grid-template-columns: 0 auto 0;
}
.mini_block, .prod_info_block {
  padding: 10px;
  color: #333;
}
.prod_info_block {
  padding-bottom: 50px;
  background-color: #FFF;
}
.gradient {
  /* height: 5px;
  width: 100%;
  background: #FFF;  /* fallback for old browsers */
  background: -webkit-linear-gradient(#FFF,#FFF, #FFE3EA, #FFF);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(#FFF, #FFF, #FFE3EA, #FFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ */
}
.info_block{
  background-color: #FFF;
}
.add_to_cart {
  /* padding: 0 25px; */
}
.merch_img_holder {
  width: 38px;
  height: 38px;
  margin-right: 10px;
  border: 2px solid #000;
  border-radius: 19px;
  background-color: #DDD;
}
.merch_img_holder img {
  width: 80%;
  height: 80%;
  margin: 2px;
  border-radius: 15px;
  background-color: #DDD;
}
.store_name {
  margin-top: 10px;
}
.merch_price {
  padding-top: 3px;
}
.merch_price span {
  /* position: absolute; */
  bottom: 0;
  font-size: 30px;
}
.add_to_cart button, .edit_product button {
  width:100%;
  padding: 12px 50px;
  font-size: 15px;
  font-weight: 400;
  color: #FFF;
  background-color: #FF7F50;
  border-radius: 5px;
}
.product_name {
  background-color: #FFF;
  text-transform: capitalize;
  font-size: 20px;
  padding: 30px 0;
}
.prod_desc {
  min-height: 50px;
  padding-bottom: 10px;
  font-size: 14px;
  border-bottom: 1px solid #DDD;
}
.info {
  display: inline-block;
  font-size: 16px;
  color: #333;
}
.product_image {
  display: inline-block;
}
.product_image img, .list_image img {
  width: 100%;
  max-width: 420px;
  margin-bottom: -4px;
  /* to remove strange 4px space below every zoomed image */
}
.list_image img {
  margin-bottom: 0;
}
.list_image {
  background-color: #FFF4F9;
}
.cart_img_holder {
  width: 90px;
  height: 90px;
}
.thumbnail_grid, .cart_img_holder {
  position: relative;
  float: left;
  overflow: hidden;
}
.thumbnail_grid {
  width: 33.3333333%;
  /* padding-top: 100%; /* maintain 1:1 aspect ratio */
  /* height: 140px; */
  border: 1px solid #000;
}
.dummy {
  /* this style should remain empty */
}
.margin100 {
  margin-top: 100%;
}
.thumbnail_grid img, .cart_img_holder img {
  position: absolute;
}
.thumbnail_grid img {
  height: 100%;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cart_img_holder img {
  height: 90px;
  width: auto;
}
.product_meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}
.product_meta {
  padding-top: 15px;
}
.cart_item {
  display: grid;
  grid-template-columns: 100px auto;
  padding: 15px 10px;
}
.cart_item .m_name {
  font-size: 14px;
}
.cart_item_name {
  display: grid;
  grid-template-columns: 7fr 4fr;
}
.cart_item_name span {
  text-align: right;
  padding-right: 10px;
}
.product_image_grid img {
  width: 100%;
  height: auto;
}
.subtotal span {
  display: block;
}
/* .form1 label, .form1 h2,  */
.nav h1, .fas, .order_confirmation {
  color: #EEE;
}
.fa-caret-square-up, .fa-caret-square-down {
  color: #BBB;
}
.fa-plus-square {
  margin-left: 5px;
}
.in_cart, .green {
  color: green;
}
.icon {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.merchant_menu_icon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
i {
  font-size: 24px;
}
.icon i, .icon a, .merchant-shop i {
  width: 30px;
  margin: 0 auto;
  padding: 0;
}
.icon i span {
  display: block;
  width: 21px;
  font-family: Montserrat;
  font-size: 12px;
  color: #000;
  text-align: center;
  position: relative;
  bottom: 21px;
  left: 5px;
}
.cart_item_detail i {
  font-size: 16px;
  padding: 3px;
  color: #555;
  background-color: #EEE;
  border-radius: 2px;
}
#backoffice {
  display: none;
}
.store_img_container {
  position: relative;
  width: 100%;
  height: 165px;
}
.store_bck_img {
  height: 120px;
}
.store_logo_container {
  position: relative;
  height: 80px;
  width: 80px;
  margin: -50px auto 0;
  border-radius: 45px;
  border: 2px solid grey;
  background-color: #FFF;

}
.store_logo {
  position: relative;
  width:65%;
  height: 65%;
  top: 12px;
  left: 12px;
}
.store_name_container {
  width: 280px;
  margin: 0 auto;
  text-align: center;
}
.store_name_container h1 {
  font-weight: 500;
  color: #555;
  padding: 7px 10px;
  /* line-height: 90px; */
}
.about_us_main {
  position: relative;
  margin: 50px 15px;
  padding: 15px;
}
.about_us_main p {
  font-size: 18px;
  word-spacing: 5px;
  padding: 10px;
}
.contact_us ul {
  list-style-type: none;
  padding-left: 0;
}
.contact_us li {
  display: grid;
  grid-template-columns: 1fr 15fr;
  padding: 12px;
}
.contact_us li i {
  text-align: center;
  color: #111;
}
.contact_us li span {
  margin-left: 25px;
}
.about_us_bck_colour {
  background-color: pink;
  position: fixed;
  /* z-index: -1; */
  top: 210px;
  bottom: 0;
  height: 800px;
  width: 90%;
  margin: 0 5%;
  border-radius: 5px 5px 0 0;
}
.merchant-shop {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: #242B35;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px;
  /* border-top: 1px solid #CCC; */
  /* border-bottom: 1px solid #AAA; */
}
button, .cursor, i, a, .del-option, .prev, .next, .burger, .l2nav p {
  cursor: pointer;
}
.delivery_form fieldset {
  border: 0;
  font-size: 18px;
  margin-bottom: 20px;
}
.order_confirmation {
  padding: 10px;
  font-size: 18px;
}
.order_confirmation p {
  margin-bottom: 10px;
}
.order_confirmation span {
  color: orange;
  font-weight: bold;
}
.proceed {
  border: none;
  border-radius: 0 32px 32px 0;
  background-color: #27AE6D;
  color: #EEE;
}
.back {
  border-radius: 32px 0 0 32px;
  border: 2px solid #27AE6D;
  background-color: transparent;
  color: #333;
}
.shipping_summary_container {
  position: fixed;
  background-color: #FFF;
  padding: 15px 0;
}
.shipping_summary_container {
  bottom: 0;
}
.shipping_summary div {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.shipping_summary a {
  color: red;
}
.shipping_summary button {
  width: 100%;
  margin-top: 10px;
}
.cart_summary {
  bottom: 56px;
}
p.total {
  font-size: 20px;
  font-weight: bold;
}
.shipping_summary .naira {
  font-size: 14px;
  font-weight: lighter;
}
/* -----------------------
POST ALL MERCHNATS
----------------------- */
.qty_block {
  margin-top: 5px;
}
.qty_block div {
  display: inline-block;
  float: right;
  padding-right: 10px;
}
.qty_block input {
  width: 40px;
  background: transparent;
  border: none;
  text-align: center;
  font-size: 16px;
}
.qty_block span {
  /* float: right; */
  padding-right: 20px;
}
.notice {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.about_us {
  background-color: #483D8B;
  color: #EEE;
}
.about_us h1 {
  display: block;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 0;
  margin-top: 100px;
  font-size: 30px;
  text-align: center;
}
.about_us p, .bb-container p {
  font-size: 16px;
  font-weight: lighter;
  word-spacing: 5px;
}
.front {
  color: #FFE3EA;
}
.front p {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 25px;
}
.front img {
  margin-top: 40px;
}
.bb-container p {
  margin-top: 25px;
}
.benefits {
  margin-top: 100px;
  padding: 100px 0;
  background-color: #FFF4F9;
  color: #483D8B;
}
.benefits h2 {
  font-size: 20px;
  text-align: center;
}
.benefits ul {
  margin: 0;
  padding: 0;
}
.benefits li {
  display: block;
  padding-bottom: 50px;
  font-size: 18px;
}
.benefits p {
  font-weight: 400;
  text-align: center;
}
.benefits .img_placeholder {
  width:200px;
  height: 150px;
  opacity: 0.3;
  background-color: lightsteelblue;
  margin: 20px auto;
}
.about_us button, .modal button {
  font-size: 20px;
  padding: 15px 0;
}
.modal button {
  padding: 10px;
}
.about_us button {
  display: block;
  margin: 0 auto;
  margin-top: 25px;
}
.queue {
  /* border: 2px solid #6286D4; */
  color: #6286D4;
}
.countdown {
  text-align: center;
  width: 295px;
}
.countdown div {
  display: inline-block;
  position: relative;
  width: 60px;
  margin-right: 10px;
  font-size: 30px;
}
.countdown .last {
  margin-right: 0;
}
.countdown span {
  display: block;
  position: relative;
  bottom: 0;
  font-size: 14px;
  /* background-color: #6286D4; */
}
.empty_cart p, .modal p {
  text-align: center;
  margin-top: 20px;
}
.empty_cart {
  padding-top: 100px;
}
.empty_cart i {
  font-size: 50px;
}
.modal, .carousel_modal, .nav_container {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  top: 0;
  width: 100%;
  height: 100%;
  /* height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
}
.modal, .carousel_modal {
  z-index: 1; /* Sit on top */
  left: 0;
  padding: 20px;
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.nav_container {
  z-index: 10;
  max-width: 984px;
  background-color: rgba(0,0,0,0.1);
}
.nav_height {
  height: 100%;
  position: relative;
  width: 220px;
}
/* Modal Content/Box */
.modal_content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
}
.login {
  color: #FFE3EA;
  background-color: #6363C6;
}
.login, .product, .form1, .grid_center, .front, .shipping_summary_container {
  width: 100%;
  display: grid;
  grid-template-columns: 20px auto 20px;
}
.login, .product, .form1, {
  justify-items: center;
}
.login form, .product form {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.login h2 {
  margin-top: 50px;
  margin-bottom: 15px;
}
.login label, .product p {
  display: block;
  padding: 10px;
  background-color: #EEE;
  font-size: 12px;
  color: #222;
  border: none;
  border-radius: 3px;
  margin-bottom: 20px;
}
.form1 label {
  text-transform: uppercase;
  font-size: 12px;
}
.form1 label span {
  text-transform: lowercase;
}
.login input, .product input,
.form1 input, .django input,
.edit_product .block {
  width: 100%;
  background-color: #EEE;
}
.login input, .product input {
  font-size: 16px;
  border: none;
}
.form1 input, .edit_product .block,
.django input, .variant_name {
  font-size: 14px;
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #999;
  border-radius: 3px;
}
.variant_name {
  width: 100px;
  margin-right: 15px;
}
/* .login button, */ .product button, .form1 button {
  width: 100%;
  height: 55px;
  display: block;
  background-color: #6286D4;
  margin-bottom: 20px;
}
.form1 button {
  margin-top: 30px;
  font-size: 16px;
  height: 45px;
}
.login p {
  font-size: 14px;
}
.form1 p {
  margin-top: 20px;
}
p.see_slug {
  font-size: 12px;
  margin-top: 5px;
}
.forgot-password {
  display: block;
  text-align: right;
  margin-top: -15px;
  margin-bottom: 15px;
}
.product {
  background-color: #D1D8E0;
  height: 100vh;
}
p.feedback {
  font-size: 18px;
  word-spacing: 4px;
  margin: 50px 0;
}
#variant_false {
  display: none;
}
#variant_true {
  display: grid;
  grid-template-rows: auto auto auto;
  min-height: 72px;
  padding: 3px;
  padding-bottom: 8px;
  /* border: 2px solid #E0E3E8; */
  /* border-radius: 3px; */
  margin-bottom: 20px;
}
#variant_true .option-grid {
  background-color: #E0E3E8;
  margin-top: 5px;
  margin-left: 5px;
  padding: 3px 5px;
  border-radius: 3px;
}
#variant_true .option-grid, #variant_true .option, #variant_true .del-option {
  display: inline-block;
}
#variant_true .option-grid p {
  border-radius: 3px;
  padding: 0 3px;
  margin-bottom: 0;
}
#variant_true .del-option {
  font-weight: bold;
}
#variant_true .option-input {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  margin-top: 10px;
}
#variant_true .option-input input {
  /* position: absolute; */
  /* bottom: 10px; */
  /* max-width:170px;; */
  padding-left: 5px;
  font-size: 18px;
  border: none;
  /* text-align: center; */
}
#all_variants .option-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  border: 1px solid grey;
}
#variant_true .variant_block {
  display: grid;
  grid-template-columns: 1fr 5fr;
  border-top: 1px solid black;
}
#variant_true .options_block {
  display: grid;
  grid-template-rows: auto;
  margin-top: 39px;
}
#variant_true .options_container {
  border: 1px solid grey;
  border-radius: 3px;
  margin-bottom: 15px;
}
#variant_true .add_variant {
  padding: 4px;
  border-radius: 3px;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
@media only screen and (min-width: 420px) {
  .product_image  {
    display: block;
    width: 420px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 504px) {
  .gallery, .zoomed_products, .prevnext {
    display: grid;
    grid-template-columns: 42px auto 42px;
  }
  .carousel_modal {
    background-color: rgba(0,0,0,0.4);
  }
  .wide {
    display: grid;
    grid-template-columns: 42px auto 42px;

    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 984px;
  }
  .prevnext {
    z-index: 101;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 984px;
  }
  .zoomed_product_image  {
    background-color: #FFF;
    display: block;
    width: 100%;
    text-align: center;
    padding: 75px 0 20px;
    /* margin-bottom: -4px; */
  }
  .zoomed_product_image img {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .zoomed_prod_info_block {
    background-color: #FFF;
    display: block;
    /* width: 420px; */
    margin: 0 auto;
  }
  .prev, .next {
    display: table;
    height: 100%;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
    z-index: 100;
  }
  .prev p, .next p {
    display: table-cell;
    vertical-align: middle;
  }
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
}
@media only screen and (min-width: 744px) {
  .wide {
    background-color: transparent;
    padding-top: 0;
  }
  .inner_wide {
    display: grid;
    grid-template-columns: auto 330px;
  }
  .zoomed_product_image {
    padding: 0px;
  }
  .zoomed_product_image img {
    width: 100%;
    max-width: 570px;
  }
  .zoomed_prod_info_block {
    position: relative;
    width: 330px;
    padding: 20px;
  }
  #zoom .product_meta{
    display: block;
    width: 290px;
    position: absolute;
    bottom: 20px;
  }
  #zoom .add_to_cart {
    width: 100%;
  }
  #zoom select.variant_select {
    display: block;
    width: 195px;
    margin: 0 auto 20px;
  }
  #zoom .add_to_cart button {
    width: 80%;
  }
  #zoom select.variant_select, .add_to_cart button {
    font-size: 18px;
    padding: 10px;
  }
  #zoom .merch_price {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 665px) {
  /* .prod_info_block, .info_block {
    width: 220px; */
}
.nav {
  position: relative;
  padding: 5px 0;
}
.nav h1 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
}
ul.nav_wrapper {
  width: 220px;
  position: absolute;
  left: 0;
  z-index: 100;
}
.nav_wrapper li {
  display: block;
  padding: 12px;
  color: #FFF;
}
.nav_wrapper li:hover {
  background-color: #FF7F50;
}
.nav_wrapper .burger:hover {
  background-color: transparent;
}
.nav_wrapper a {
  color: #555;
}
.burger {
  background-color: transparent;
  border: none;
  font-size: 20px;
}
.l2nav li {
  display: inline-block;
  width: 33.333333%; /* this should auto calculate depending on list count*/
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  border-bottom: 2px solid #999;
}
.product_list {
  display: grid;
  grid-template-columns: 90px auto;
  height: 92px;
  /* background-color: #FFF4F9; */
  border: 1px solid #FFE3EA;
  border-radius: 3px;
  margin-bottom: 15px;
}
.product_list, .orders {
  border: 1px solid #FFE3EA;
  border-radius: 3px;
  margin-bottom: 30px;
}
.list_container {
  padding-top: 10px;
  padding-left: 10px;
}
.product_list h3, .orders h3, .item_list h3 {
  /* text-transform: uppercase; */
  text-transform: capitalize;
  font-size: 14px;
}
.item_list h3 {
  text-transform: uppercase;
}
.list_details {
  position: relative;
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding-top:10px;
}
.list_details span {
  display: block;
}
span.inline {
  display: inline;
}
.orders {
  color:  #333;
  font-size: 14px;
}
.order_list {
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding: 0;
}
ul.order_list li span div {
  display: none;
}
ul.order_list li span:hover div {
  display: block;
}
.orders li {
  /* position: relative; */
  /* display: inline-block; */
  padding: 15px 5px;
}
.orders li span {
  display: block;
  padding-top: 5px;
  text-transform: capitalize;
}
ul.order_address {
  position: absolute;
  right: 40px;
  width: 280px;
  font-size: 13px;
  list-style: none;
  background-color: #FFF;
  border: 2px solid #E05A7F;
  border-radius: 3px;
  padding: 14px;
}
.order_address h3 {
  text-transform: capitalize;
}
.order_address li {
  padding: 0;
}
ul.item_list, ul.item_list_header {
  display: grid;
  grid-template-columns: 5fr 3fr 2fr 2fr;
  background-color: #FFE3EA;
  padding: 0x;
}
.item_list li, .item_list_header li {
  padding: 5px;
}
.order_ref h3 {
  display: inline-block;
  padding-top: 10px;
}
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 150px;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border:-radius 0;
  background: #6363C6;
  color: #FFF;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance :none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  /* color: #000; */
  background: #4E4E9D;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select_arrow {
  position: absolute;
  top: 40px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #FFF transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select p {
  margin-bottom: 5px;
}
.edit_product label {
  margin-top: 15px;
}
/* .edit_product label, */
.edit_product input {
  display: block;
  /* width: 100%; */
}
/* label.edit_price {
  display: inline-block;
} */
.edit_price input {
  max-width: 180px;
}
.edit_stock input {
  max-width: 100px;
}
.edit_price input,
.edit_stock input {
  width: auto;
  font-size: 30px;
  border: none;
}
.edit_product button {
  background-color: #6363C6;
  /* margin-top: 20px; */
}
.edit_button {
  margin: 30px auto;
}
.has_variant label {
  position: relative;
  padding-left: 25px;
}
.has_variant input {
  position: absolute;
  left: 0;
}
.has_variant input, .has_variant label {
  display: inline-block;
}
.three11_grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
}
.edit_block {
  margin-top: 25px;
}
label[for="logo-clear_id"], input[id="logo-clear_id"] {
  display: none;
}
