body {
  background: #f3f3f3;
  font-size: 16px;
}

.logo a:hover,
.logo a:focus {
  text-decoration: none !important;
}

.logo {
  padding: 25px 0;
}

a .no-logo {
  color: #000 !important;
  text-decoration: none;
  padding: 10px;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: bold;
}

a .no-logo:hover {
  color: #000 !important;
  text-decoration: none !important;
}

.container-inner {
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(90, 90, 90, 0.27);
}

img {
  max-width: 100%;
  height: auto;
}

.header-nav {
  background: #fff;
}

.outer-nav {
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  margin-bottom: 10px;
}

.nav > li {
  padding: 0 10px;
  overflow: hidden;
}

.nav > li > a {
  margin: 0 5px;
}

.design-center .logo {
  text-align: center;
}

.design-center .nav.navbar-nav {
  float: none;
  text-align: center;
}

.design-center .nav > li {
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 760px) {
  .nav > li {
    padding: initial;
  }
  .nav > li > a {
    margin: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
  }
}

.navbar-nav > li > a.active {
  font-weight: bold;
}

main {
  padding: 10px;
}

h1 {
  margin-top: 0;
}

.product-container {
  background: #fff;
  padding: 20px 25px 59px 25px;
  border: 1px solid #ccc;
  margin: 15px 0px;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.5;
  text-align: center;
}

@media (max-width: 966px) {
  .product-container {
    cursor: pointer;
  }
}

.product-container img {
  border: 1px solid #eee;
}

.product-container-none {
  margin: 15px 0px;
}

.amount {
  font-weight: bold;
}

select.attr {
  display: inline-block;
  width: 50%;
  margin-left: 17px;
}

.product-title {
  font-size: 20px;
  font-weight: bold;
  /* text-align: left; */
  margin-top: 0 !important;
}

.submit-button {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.other-view .image_previewer {
  float: left;
  width: 25%;
  margin-right: 25px;
  margin-top: 0;
}

@media (max-width: 990px) {
  .other-view .image_previewer {
    width: 45%;
  }
}

@media (max-width: 600px) {
  .other-view .image_previewer {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.other-view select.attr {
  display: inline-block;
  width: 35%;
  margin-left: 17px;
  margin-top: 0;
}

.other-view .submit-button {
  position: static;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.other-view.product-container {
  text-align: left;
  padding: 25px 25px 25px 25px;
  border: 1px solid #ccc;
  margin: 3px 15px;
  box-shadow: none;
}
/*.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  vertical-align: middle;
  min-width: 50px; }

.product-table {
  border: 1px solid #ccc; }

.product-table td:last-child {
  text-align: right; }

.product-table img {
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.03); }

.product-table td.other-style {
  text-align: left; }

.product-table td select {
  margin: 10px 0; }

.product-table td.other-style select {
  width: auto;
  min-width: 100px;
  margin: 10px 0; }

.product-table td.other-style .price {
  font-weight: bold;
  color: #00A73B; }*/

.school-note {
}

.outer-footer {
  background: #2f2f2f;
  margin-top: 15px;
}

footer {
  background: #2f2f2f;
  padding: 20px;
  color: #fff;
  text-shadow: 0 0 1px #000;
}

footer p {
  margin: 0;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: left;
  margin-right: 10px;
  width: 100px;
  height: auto;
  box-shadow: none;
}

.widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  right: 0;
  left: initial;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 0;
  position: relative;
  padding-top: 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.woocommerce .widget_shopping_cart .cart_list li:last-child,
.woocommerce.widget_shopping_cart .cart_list li:last-child {
  border-bottom: none;
}

.woocommerce.widget_shopping_cart .buttons {
  display: none;
}

.woocommerce-message .button {
  display: none !important;
}

.woocommerce-message {
  line-height: 2.3em;
}

.single-post .woocommerce-message .button {
  display: block !important;
}

.woocommerce table.shop_table {
  background: #fff;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background-color: #fff;
}

.woocommerce-cart table.cart img {
  width: 100px;
  box-shadow: none;
}

input[type="text"],
input[type="date"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
  border: 1px solid #ccc;
  padding: 7px;
  border-radius: 1px;
}

.wpcf7 {
  margin-left: -12px;
}

select {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

#upsale form {
  display: inline-block;
  margin-left: 10px;
}

ol.aq {
  padding-left: 18px;
}

.faq {
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
}

.secondary {
  margin-top: 25px;
}

@media (min-width: 966px) {
  .contact-us .alert {
    width: 49% !important;
  }
}

.home-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
  border: 1px solid #ccc;
  border-radius: 11px;
  font-size: 16px;
  text-align: center;
}

.home-container h1 {
  font-weight: bold;
  color: #407d48;
}

.badge {
  vertical-align: top;
}

.acknowledge_check .checkbox input[type="checkbox"] {
  position: static;
}
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

@media (min-width: 966px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .row-eq-height .col-md-4 {
  }
}

@media (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 1200px;
  }
}

.post-80 label {
  display: block;
}

.woocommerce form .form-row .required {
  color: #a90000;
}

.page-template-template-contact .wpcf7-response-output.alert {
  color: #a90000;
}

.page-template-template-contact .wpcf7-form-control-wrap.has-error {
  margin-top: -10px;
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  #coupon_code {
    width: 150px !important;
  }
}

.wc-error {
  color: #aa0900;
  font-style: italic;
}

.product-container-new {
  padding: 0;
  margin: 15px 0px;
  background: unset;
  border: none;
  box-shadow: unset;
  text-align: left;
}

.product-container-new > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 991px) {
  .product-container-new > div {
    flex-direction: row;
    gap: 10px;
  }
  .product-container-new > div > div {
    width: 50%;
  }
}

.product-container-new .image_previewer {
  margin-bottom: 15px;
  align-self: stretch;
  /* flex-grow: 1; */
  background: white;
  /* margin-top: 0; */
  display: flex;
}

@media (max-width: 991px) {
  .product-container-new .image_previewer {
    width: 50%;
  }
}

.product-container-new .image_previewer img {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: contain;
  background-color: white;
  object-position: center;
  /* position: relative; */
  /* top: 50%; */
}

.product-container-new > div > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between; 
  margin-top: 0px;
}

@media (max-width: 991px) {
  .product-container-new > div > div {
    justify-content: unset; 
  }
}

.product-container-new label {
  font-size: 14px;
}

.product-container-new .product-title {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin-top: 9px;
  margin-bottom: 5px;
}

.product-container-new .content {
  font-size: 14px;
}

.product-container-new span.price {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

.product-container-new form {
  margin-top: 10px;
}

.product-container-new button {
  border: 2px solid #4c4c4c;
  border-radius: 3px;
  font-weight: bold;
}
