@charset "UTF-8";

/*************************
Theme Name: Ruby's Pantry
Create Date: 02-May-19
***********************/
/*-------------------------------import css-------------------------------*/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  margin: 0;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em;
}

fieldset> :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}

/** * 2.0 - Genericons */
.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor>article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

/** * 3.0 - Typography */
body,
button,
input,
select,
textarea {
  color: #1a1a1a;
  font-family: Merriweather, Georgia, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  margin: 0;
  text-rendering: optimizeLegibility;
}

p {
  margin: 0 0 1.75em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  padding: 0 0 0 1.263157895em;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote p {
  margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
  content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

blockquote> :last-child {
  margin-bottom: 0;
}

address {
  font-style: italic;
  margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
}

pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em;
}

abbr,
acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}

mark,
ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/** * 4.0 - Elements */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 30px 0;
}

ul,
ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
  margin-left: 1.5em;
}

li>ul,
li>ol {
  margin-bottom: 0;
}

dl {
  margin: 0 0 1.75em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.75em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

del {
  opacity: 0.8;
}

table,
th,
td {
  border: none;
  white-space: normal;
  word-break: normal;
}

td {
  word-break: break-word;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 0;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #BDC6C6;
}

:-moz-placeholder {
  color: #BDC6C6;
}

::-moz-placeholder {
  color: #BDC6C6;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #BDC6C6;
}

/** * 5.0 - Forms */
input {
  line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  background: #594A42;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: inherit;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
  outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%;
  font-family: inherit;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  background-color: #fff;
  border-color: #594A42;
  color: #1a1a1a;
  outline: 0;
}

a:focus {
  outline: none;
}

/*-------------------------------Theme colors-------------------------------*/
/*-------------------------------Theme Typography-------------------------------*/
input,
.primary-button,
input[type="button"],
.secondary-button,
h1,
h2,
h3,
h4,
h5,
h6,
.how-it-work h2,
.get-involved h2,
.how-involved h2,
.pantry-host-page .benifits-pantry-host h2,
input[type="submit"],
input.secondary-button[type="submit"],
.banner .carousel .single-slider .banner-caption input[type="button"] {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

html,
body {
  font-family: 'Open Sans', sans-serif;
  color: #594A42;
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}

a {
  cursor: pointer;
  color: #ca383e;
}

a:hover {
  color: #594A42;
  text-decoration: none;
}

p {
  color: #594A42;
}

body pre,
body code,
body kbd,
body samp {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

/*-------------------------------All transition------------------------------*/
a,
i,
.primary-button,
input[type="button"],
.secondary-button,
input[type="submit"],
input.secondary-button[type="submit"],
.banner .carousel .single-slider .banner-caption input[type="button"] {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/*-------------------------------Site Button-----------------------------*/
.primary-button {
  background: #00aec9;
  color: #ffffff;
  border: 1px solid #00aec9;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 35px;
  border-radius: 0;
}

.primary-button:hover,
.primary-button:focus,
.primary-button:active {
  background: transparent;
  color: #00aec9;
  border: 1px solid #00aec9;
  text-decoration: none;
}

input[type="button"] {
  background: #b7af9f;
  color: #ffffff;
  border: 1px solid #b7af9f;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 35px;
  border-radius: 0;
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active {
  background: transparent;
  color: #b7af9f;
  border: 1px solid #b7af9f;
  text-decoration: none;
}

.secondary-button {
  background: #b7af9f;
  color: #ffffff;
  border: 1px solid #b7af9f;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 35px;
  border-radius: 0;
}

.secondary-button:hover,
.secondary-button:focus,
.secondary-button:active {
  background: transparent;
  color: #b7af9f;
  border: 1px solid #b7af9f;
  text-decoration: none;
}

/*-------------------------------Common Css-----------------------------*/
.clear,
.container:before,
.container:after {
  clear: both;
  content: "";
  display: block;
}

.jqibox .jqi {
  width: 500px;
  border-radius: 0;
  border: none;
}

.jqibox .jqi .jqiform .jqiclose {
  color: #000000;
  text-align: center;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 18px;
  cursor: pointer;
}

.jqibox .jqi .jqiform .jqistates .jqititle {
  color: #594A42;
  font-size: 18px;
  padding: 15px 10px 15px 10px;
}

.jqibox .jqi .jqiform .jqistates .jqimessage {
  color: #594A42;
  font-size: 14px;
  padding: 22px 10px;
}

.jqibox .jqi .jqiform .jqibuttons {
  background-color: #ffffff;
}

.jqibox .jqi .jqiform .jqibuttons .jqibutton {
  background-color: #ca383e;
  color: #ffffff;
  font-size: 14px;
  padding: 12px 20px;
  min-width: 50%;
  border: none;
}

.jqibox .jqi .jqiform .jqibuttons .jqibutton.jqidefaultbutton {
  background-color: #00aec9;
}

/*------------------------------Headings-----------------------------*/
.how-it-work h2,
.get-involved h2,
.how-involved h2,
.pantry-host-page .benifits-pantry-host h2 {
  font-size: 44px;
  line-height: 46px;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 50px;
  color: #CA383E;
}

.simple-steps,
.food-supply,
.how-it-work,
.review-section,
.get-involved,
.site-footer,
.page-content,
.how-involved,
.location-page .location-page-inner,
.location-detail-page,
.registration-steps .sign-up-inner,
.registration-steps .registration-inner,
.checkout-inner,
.product-option,
.volunteer-form-page,
.pantry-host-page .benifits-pantry-host,
.default-page.contact-us .page-content,
.diff-checkout {
  padding: 60px 0px;
}

body.onsite-guest {
  background-color: #eeedec;
}

.signin-page .common-inner-section,
.location-page .location-page-inner .find-location .common-inner-section,
.location-page .location-page-inner .location-listing .common-inner-section,
.location-detail-page .common-inner-section,
.registration-steps .sign-up-inner .common-inner-section,
.registration-steps .registration-inner .register-form,
.checkout-inner .checkout-form,
.checkout-inner .product-detail,
.product-option .checkout-form,
.product-option .product-detail,
.faq-page .faq-inner .common-inner-section {
  background-color: #ffffff;
  padding: 40px 50px;
}

.page-content h2,
.meet-ruby .row .ruby-content h2,
.host-location h2 {
  font-size: 34px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  color: #594A42;
}

.title-section {
  background-color: #ca383e;
  padding: 60px 0px;
  text-align: center;
}

.title-section h1 {
  color: #ffffff;
  margin: 0px;
  font-size: 58px;
  font-weight: bold;
}

/*------------------------------- Form Common css -------------------------------*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input::-webkit-input-placeholder {
  color: #dee1d3;
  font-weight: 400;
  font-size: 20px;
}

input:-ms-input-placeholder {
  color: #dee1d3;
  font-weight: 400;
  font-size: 20px;
}

input::-ms-input-placeholder {
  color: #dee1d3;
  font-weight: 400;
  font-size: 20px;
}

input::placeholder {
  color: #dee1d3;
  font-weight: 400;
  font-size: 20px;
}

textarea::-webkit-input-placeholder {
  color: #dee1d3;
  font-weight: 400;
  font-size: 20px;
}

textarea:-ms-input-placeholder {
  color: #dee1d3;
  font-weight: 400;
  font-size: 20px;
}

textarea::-ms-input-placeholder {
  color: #dee1d3;
  font-weight: 400;
  font-size: 20px;
}

textarea::placeholder {
  color: #dee1d3;
  font-weight: 400;
  font-size: 20px;
}

input.form-control::-webkit-input-placeholder {
  color: #dee1d3;
  font-weight: 400;
  font-size: 20px;
}

input.form-control:-ms-input-placeholder {
  color: #dee1d3;
  font-weight: 400;
  font-size: 20px;
}

input.form-control::-ms-input-placeholder {
  color: #dee1d3;
  font-weight: 400;
  font-size: 20px;
}

input.form-control::placeholder {
  color: #dee1d3;
  font-weight: 400;
  font-size: 20px;
}

select::-webkit-input-placeholder {
  color: #dee1d3;
  font-weight: 400;
  font-size: 20px;
}

select:-ms-input-placeholder {
  color: #dee1d3;
  font-weight: 400;
  font-size: 20px;
}

select::-ms-input-placeholder {
  color: #dee1d3;
  font-weight: 400;
  font-size: 20px;
}

select::placeholder {
  color: #dee1d3;
  font-weight: 400;
  font-size: 20px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  background-color: transparent;
  border: 3px solid #dee1d3;
  margin: 10px 0px 20px 0px;
  padding: 10px 10px 10px 10px;
  height: 48px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: #dee1d3;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  background-color: transparent;
  border: 3px solid #dee1d3;
  margin: 10px 0px 20px 0px;
  padding: 10px 10px 10px 10px;
  height: 48px;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus {
  border-color: #dee1d3;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

input[type="submit"] {
  background: #00aec9;
  color: #ffffff;
  border: 1px solid #00aec9;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 35px;
  border-radius: 0;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  background: transparent;
  color: #00aec9;
  border: 1px solid #00aec9;
}

input[type="submit"].secondary-button {
  background: #b7af9f;
  color: #ffffff;
  border: 1px solid #b7af9f;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 35px;
  border-radius: 0;
}

input[type="submit"].secondary-button:hover,
input[type="submit"].secondary-button:focus,
input[type="submit"].secondary-button:active {
  background: transparent;
  color: #b7af9f;
  border: 1px solid #b7af9f;
  text-decoration: none;
}

.form-group textarea {
  margin: 10px 0px 20px 0px;
  min-height: 120px;
}

select.form-control {
  background-color: transparent;
  border: 3px solid #dee1d3;
  margin: 10px 0px 20px 0px;
  height: 48px;
  cursor: pointer;
  border-radius: 0px;
}

select.form-control:focus {
  border-color: #dee1d3;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.signin-page .login-form label,
.registration-steps .sign-up-inner .sign-up-form .form-group label,
.registration-steps .login-inner .login-form label,
.registration-steps .registration-inner .register-form .form-group label,
.checkout-inner .checkout-form .form-group label,
.checkout-inner .product-detail .form-group label,
.product-option .checkout-form .form-group label,
.product-option .product-detail .form-group label,
.site-popup.modal-dialog .modal-content label {
  font-size: 16px;
  color: #594A42;
  font-weight: 700;
  margin-bottom: 0px;
}

.form-group label {
  font-size: 16px;
  color: #594A42;
  font-weight: 700;
  margin-bottom: 0px;
}

.form-check .cbx,
.location-step .step-row .single-step .step-number,
.location-step .step-row .single-step .step-title,
.faq-page .faq-inner .common-inner-section .faq-question .single-que .toggle-col {
  -ms-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.form-check {
  margin-bottom: 20px;
}

.form-check .inp-cbx {
  cursor: pointer;
  opacity: 0;
  float: left;
  position: absolute;
  width: 38px;
  height: 38px;
}

.form-check .inp-cbx.error {
  position: absolute;
  bottom: -10px;
}

.form-check .cbx {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  cursor: pointer;
}

.form-check .cbx span {
  display: inline-block;
  vertical-align: top;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  font-weight: 300;
}

.form-check .cbx span:first-child {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  vertical-align: top;
  border: 2px solid #dee1d3;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-check .cbx span:first-child svg {
  position: absolute;
  height: 24px;
  width: 26px;
  top: 5px;
  left: 5px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.form-check .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #00aec9;
  display: block;
  opacity: 1;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.form-check .cbx span:last-child {
  padding-left: 15px;
  color: #594A42;
  font-size: 16px;
  font-weight: 500;
}

.form-check .cbx:hover span:first-child {
  border-color: #00aec9;
}

.form-check .inp-cbx:checked+.cbx span:first-child,
.form-check input[type=checkbox]:checked+.cbx span:first-child {
  background: #00aec9;
  border-color: #00aec9;
  -webkit-animation: wave 0.4s ease;
  animation: wave 0.4s ease;
}

.form-check .inp-cbx:checked+.cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.form-check .inp-cbx:checked+.cbx span:first-child:before {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scale(3.5);
  transform: scale(3.5);
}

.form-check .inp-cbx:checked+.cbx span:last-child {
  color: #00aec9;
}

@-webkit-keyframes wave {
  50% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
  }
}

@keyframes wave {
  50% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
  }
}

.form-check .inp-cbx:checked+em+.cbx span:first-child {
  background: #00aec9;
  border-color: #00aec9;
  -webkit-animation: wave 0.4s ease;
  animation: wave 0.4s ease;
}

.form-check .inp-cbx:checked+em+.cbx span:first-child svg {
  stroke-dashoffset: 0;
  stroke-dashoffset: 0;
}

.form-check .inp-cbx:checked+em+.cbx span:first-child:before {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scale(3.5);
  transform: scale(3.5);
}

.form-check input[type=checkbox]:checked+em+.cbx span:first-child {
  background: #00aec9;
  border-color: #00aec9;
  -webkit-animation: wave 0.4s ease;
  animation: wave 0.4s ease;
}

.error {
  display: block;
  margin-bottom: 10px;
  color: #CA383E;
}

input[type="radio"]:focus {
  outline: 0;
}

/* Datepicker */
div.datepicker {
  width: 310px;
  border-radius: 0px;
  border: 3px solid #dee1d3;
}

div.datepicker table tr td.active.active,
div.datepicker table tr td.active.disabled,
div.datepicker table tr td.active.disabled.active,
div.datepicker table tr td.active.disabled.disabled,
div.datepicker table tr td.active.disabled:active,
div.datepicker table tr td.active.disabled:hover,
div.datepicker table tr td.active.disabled:hover.active,
div.datepicker table tr td.active.disabled:hover.disabled,
div.datepicker table tr td.active.disabled:hover:active,
div.datepicker table tr td.active.disabled:hover:hover,
div.datepicker table tr td.active.disabled:hover[disabled],
div.datepicker table tr td.active.disabled[disabled],
div.datepicker table tr td.active:active,
div.datepicker table tr td.active:hover,
div.datepicker table tr td.active:hover.active,
div.datepicker table tr td.active:hover.disabled,
div.datepicker table tr td.active:hover:active,
div.datepicker table tr td.active:hover:hover,
div.datepicker table tr td.active:hover[disabled],
div.datepicker table tr td.active[disabled] {
  background-color: #00aec9;
}

div.datepicker table tr td.active,
div.datepicker table tr td.active.disabled,
div.datepicker table tr td.active.disabled:hover,
div.datepicker table tr td.active:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00aec9), to(#00aec9));
  background-image: linear-gradient(#00aec9, #00aec9);
}

div.datepicker table tr td.day.focused,
div.datepicker table tr td.day:hover {
  background: #ca383e;
  color: #ffffff;
}

div.datepicker .datepicker-switch:hover,
div.datepicker tfoot tr th:hover {
  background: #00aec9;
  color: #ffffff;
}

div.datepicker .next:hover,
div.datepicker .prev:hover {
  background: #ca383e;
  color: #ffffff;
}

div.datepicker-dropdown:before {
  border-bottom: 7px solid #dee1d3;
  border-bottom-color: rgba(238, 241, 227, 0.3);
}

div.datepicker table tr td span.focused,
div.datepicker table tr td span:hover {
  background: #ca383e;
  color: #ffffff;
}

.bootstrap-timepicker-widget {
  width: 258px;
}

.bootstrap-timepicker-widget table tbody tr td a[data-action="incrementHour"],
.bootstrap-timepicker-widget table tbody tr td a[data-action="decrementHour"],
.bootstrap-timepicker-widget table tbody tr td a[data-action="incrementMinute"],
.bootstrap-timepicker-widget table tbody tr td a[data-action="decrementMinute"],
.bootstrap-timepicker-widget table tbody tr td a[data-action="toggleMeridian"] {
  line-height: 14px;
  font-size: 22px;
  border-radius: 3px;
  border: none;
  padding: 5px 0px;
}

.bootstrap-timepicker-widget table tbody tr td a[data-action="incrementHour"]:before,
.bootstrap-timepicker-widget table tbody tr td a[data-action="decrementHour"]:before,
.bootstrap-timepicker-widget table tbody tr td a[data-action="incrementMinute"]:before,
.bootstrap-timepicker-widget table tbody tr td a[data-action="decrementMinute"]:before,
.bootstrap-timepicker-widget table tbody tr td a[data-action="toggleMeridian"]:before {
  content: "\f106";
  color: #212529;
  font-family: 'FontAwesome';
  font-size: 32px;
  line-height: 22px;
}

.bootstrap-timepicker-widget table tbody tr td a[data-action="incrementHour"]:hover,
.bootstrap-timepicker-widget table tbody tr td a[data-action="decrementHour"]:hover,
.bootstrap-timepicker-widget table tbody tr td a[data-action="incrementMinute"]:hover,
.bootstrap-timepicker-widget table tbody tr td a[data-action="decrementMinute"]:hover,
.bootstrap-timepicker-widget table tbody tr td a[data-action="toggleMeridian"]:hover {
  border: none;
  background-color: #00aec9;
}

.bootstrap-timepicker-widget table tbody tr td a[data-action="incrementHour"]:hover:before,
.bootstrap-timepicker-widget table tbody tr td a[data-action="decrementHour"]:hover:before,
.bootstrap-timepicker-widget table tbody tr td a[data-action="incrementMinute"]:hover:before,
.bootstrap-timepicker-widget table tbody tr td a[data-action="decrementMinute"]:hover:before,
.bootstrap-timepicker-widget table tbody tr td a[data-action="toggleMeridian"]:hover:before {
  color: #ffffff;
}

.bootstrap-timepicker-widget table tbody tr td a[data-action="decrementHour"]:before,
.bootstrap-timepicker-widget table tbody tr td a[data-action="decrementMinute"]:before {
  content: "\f107";
}

.bootstrap-timepicker-widget table tbody tr td.separator {
  width: 10px;
}

.bootstrap-timepicker-widget table tbody tr td input {
  width: auto !important;
  padding: 3px 2px;
  height: 40px;
  margin: 5px 0px !important;
}

.bootstrap-timepicker-widget table tbody tr:last-child td:last-child a[data-action="toggleMeridian"]:before {
  content: "\f107";
}

/*-------------------------------site wrapper-------------------------------*/
.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

/*-------------------------------Header css-------------------------------*/
/* Home Page css start */
.announcement {
  background-color: #594A42;
  padding: 8px 0;
  width: 100%;
}

.announcement .Inr-Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.announcement .Inr-Content h6 {
  margin: 0;
  padding-right: 20px;
  color: #fff;
  font-size: 14px;
}

.announcement .Inr-Content .secondary-button {
  font-size: 12px;
  padding: 6px 8px;
  background-color: #ca383e;
  border-color: #ca383e;
}

.announcement .Inr-Content .secondary-button:focus {
  color: #fff;
}

.announcement .Inr-Content .secondary-button:hover {
  background-color: #00aec9;
  border-color: #00aec9;
  color: #fff;
}

.site-header {
  background-color: #ffffff;
  padding: 15px 0px;
}

.site-header .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header .row .logo {
  width: 20%;
}

.site-header .row .navigation {
  width: 80%;
}

.site-header .row .navigation ul {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0px 0px 10px;
}

.site-header .row .navigation li {
  padding-left: 30px;
  line-height: 26px;
}

.site-header .row .navigation li a {
  color: #000000;
  text-transform: capitalize;
}

.site-header .row .navigation li a .middle {
  text-transform: lowercase;
}

.site-header .row .navigation li a:hover {
  color: #CA383E;
  text-decoration: none;
}

.site-header .row .navigation li.cart {
  position: relative;
}

.site-header .row .navigation li.cart a img {
  width: 36px;
  height: 36px;
}

.site-header .row .navigation li.cart .count {
  position: absolute;
  right: 0;
  top: -8px;
  font-size: 14px;
  color: #CA383E;
  width: 33px;
  text-align: center;
}

.site-header .row .navigation li.user-login {
  color: #000000;
  text-transform: capitalize;
}

.site-header .row .navigation li.donate a {
  padding: 6px 20px;
  background-color: #00aec9;
  color: #ffffff;
}

.site-header .row .navigation li.donate a:hover {
  background-color: #ca383e;
}

.site-header.mobile {
  display: none;
  padding: 0;
}

.site-header.mobile .container {
  max-width: 100%;
  padding: 0;
}

.site-header.mobile .top-nav {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  z-index: 2;
  left: 0;
  border-bottom: 1px solid #efefef;
}

.site-header.mobile .top-nav .navigation {
  width: 100%;
}

.site-header.mobile .top-nav .navigation ul {
  margin: 0px 0px 0px;
}

.site-header.mobile .top-nav .navigation ul li {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  text-align: center;
  border-right: 1px solid #efefef;
  padding: 5px 0px;
}

.site-header.mobile .top-nav .navigation ul li a {
  display: inline-block;
  font-size: 22px;
  line-height: 24px;
}

.site-header.mobile .top-nav .navigation ul li a i {
  font-size: 22px;
  line-height: 24px;
  color: #594A42;
}

.site-header.mobile .top-nav .navigation ul li.menu-icon-upper #menu-icon {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 0px auto;
  top: 5px;
  right: 0px;
  display: block;
  cursor: pointer;
}

.site-header.mobile .top-nav .navigation ul li.cart a {
  position: relative;
}

.site-header.mobile .top-nav .navigation ul li.cart a img {
  width: 22px;
  height: 22px;
}

.site-header.mobile .top-nav .navigation ul li.cart .count {
  width: 14px;
  top: -8px;
  right: 3px;
  font-size: 11px;
}

.site-header.mobile .top-nav .navigation ul li:first-child {
  border-left: 1px solid #efefef;
}

.site-header.mobile .second-nav {
  padding: 5px 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 96px;
}

.site-header.mobile .second-nav .logo {
  width: 40%;
  max-width: 160px;
}

.site-header.mobile .second-nav .donate-button {
  width: 60%;
  text-align: right;
}

.site-header.mobile .second-nav .donate-button .donate a {
  font-size: 18px;
  padding: 6px 20px;
  background-color: #00aec9;
  color: #ffffff;
}

.site-header.mobile .second-nav .donate-button .donate a:hover {
  background-color: #ca383e;
}

.banner {
  background-color: #eeedec;
  position: relative;
  max-height: 555px;
  height: 100vh;
}

.banner .carousel {
  width: 100%;
}

.banner .carousel .single-slider {
  background-color: #eeedec;
  height: 100vh;
  max-height: 555px;
  background-repeat: no-repeat;
  background-size: cover;
  transition: -webkit-transform 2s ease;
  -webkit-transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

.banner .carousel .single-slider .slider-image {
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner .carousel .single-slider .banner-caption {
  position: absolute;
  width: 30%;
  top: 50%;
  transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  background: rgba(255, 255, 255, 0.75);
  padding: 25px;
}

.banner .carousel .single-slider .banner-caption h1 {
  font-size: 56px;
  line-height: 58px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: capitalize;
  color: #594A42;
}

.banner .carousel .single-slider .banner-caption p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
}

.banner .carousel .single-slider .banner-caption .primary-button {
  min-width: 280px;
}

.banner .carousel .single-slider .banner-caption .primary-button:hover {
  background-color: #ffffff;
}

.banner .carousel .single-slider .banner-caption input[type="button"] {
  background: #00aec9;
  color: #ffffff;
  border: 1px solid #00aec9;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 35px;
  border-radius: 0;
}

.banner .carousel .single-slider .banner-caption input[type="button"]:hover,
.banner .carousel .single-slider .banner-caption input[type="button"]:focus,
.banner .carousel .single-slider .banner-caption input[type="button"]:active {
  background: transparent;
  color: #00aec9;
  border: 1px solid #00aec9;
  text-decoration: none;
}

.banner .slider-nav a {
  background-color: #ca383e;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  top: 50%;
}

.banner .slider-nav a.carousel-control-prev {
  left: 20px;
}

.banner .slider-nav a.carousel-control-next {
  right: 20px;
}

.simple-steps {
  border-top: 35px solid #ca383e;
  background-color: #eeedec;
}

.simple-steps .step-list h3 {
  font-size: 34px;
  color: #CA383E;
  margin-bottom: 10px;
  font-weight: bold;
}

.simple-steps .step-list ol li {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}

.simple-steps .step-list ol li a {
  color: #00aec9;
}

.simple-steps .step-list ol li a:hover {
  color: #ca383e;
}

.simple-steps .step-button ul {
  list-style: none;
  margin: 0px;
}

.simple-steps .step-button ul li {
  padding-bottom: 10px;
}

.simple-steps .step-button ul li .primary-button {
  padding: 14px 30px 14px 15px;
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  margin-top: 5px;
  text-align: left;
  position: relative;
}

.simple-steps .step-button ul li .primary-button:active,
.simple-steps .step-button ul li .primary-button:focus,
.simple-steps .step-button ul li .primary-button:hover {
  background-color: #00aec9;
  color: #ffffff;
}

.simple-steps .step-button ul li .primary-button:before {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  font-size: 22px;
  line-height: 16px;
}

.simple-steps .step-button ul li a[aria-expanded="true"] {
  margin-bottom: 0;
}

.simple-steps .step-button ul li:first-child .primary-button {
  margin-top: 0;
}

.simple-steps .step-button ul li.activeToggle .primary-button:before {
  content: "\f106";
  font-family: 'FontAwesome';
}

.simple-steps .step-button ul .description {
  background-color: #ffffff;
  padding: 10px;
}

.simple-steps .step-button ul .description p {
  margin-bottom: 0;
}

.simple-steps .step-button ul .description a {
  color: #00aec9;
}

.simple-steps .step-button ul .description a:hover {
  color: #ca383e;
}

.food-supply {
  background-color: #ffffff;
}

.food-supply .row .left-row {
  width: 70%;
}

.food-supply .row .left-row .year-counter {
  margin-bottom: 50px;
}

.food-supply .row .left-row .year-counter ul {
  list-style: none;
  margin: 0px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.food-supply .row .left-row .year-counter ul li {
  width: 33.33%;
  padding: 0px 10px;
}

.food-supply .row .left-row .year-counter ul li .count-inner {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #594A42;
  margin-bottom: 20px;
  vertical-align: top;
  background-color: #eeedec;
  padding: 30px 20px;
}

.food-supply .row .left-row .year-counter ul li .count-inner .count {
  display: inline-block;
  font-size: 62px;
  font-weight: bold;
  color: #CA383E;
  line-height: 74px;
  margin-bottom: 10px;
}

.food-supply .row .left-row .year-counter ul li .count-inner .count-char {
  font-size: 62px;
  font-weight: bold;
  color: #CA383E;
  line-height: 74px;
  margin-bottom: 10px;
  display: inline-block;
}

.food-supply .row .left-row .year-counter ul li .count-inner .year-title {
  display: inline-block;
  width: 100%;
}

.food-supply .row .left-row .supply-detail ul {
  margin: 0px;
  list-style: none;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
}

.food-supply .row .left-row .supply-detail ul li {
  width: 25%;
  text-align: center;
  padding: 0px 30px;
}

.food-supply .row .left-row .supply-detail ul li .round-img {
  width: 100px;
  height: 100px;
  border: 3px solid #dee1d3;
  margin: 0px auto 20px auto;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 30px;
}

.food-supply .row .left-row .supply-detail ul li .detail-box {
  height: 200px;
  display: block;
  border: 3px solid #dee1d3;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom: none;
  padding-top: 20px;
  font-size: 20px;
}

.food-supply .row .right-row {
  width: 30%;
  padding-left: 25px;
}

.food-supply .row .right-row .food-supply-content h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}

.food-supply .row .right-row .food-supply-content .primary-button {
  min-width: 280px;
}

.how-it-work {
  background-color: #ca383e;
}

.how-it-work h2 {
  color: #ffffff;
}

.how-it-work .row {
  flex-wrap: unset;
  -ms-flex-wrap: unset;
}

.how-it-work .row .work-flow {
  padding: 0px 20px;
  text-align: center;
  width: 25%;
}

.how-it-work .row .work-flow .round-img {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 300px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.how-it-work .row .work-flow .round-img img {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.how-it-work .row .work-flow h3 {
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.how-it-work .row .work-flow p {
  color: #ffffff;
}

.review-section {
  background-color: #eeedec;
}

.review-section ul.carousel-indicators {
  bottom: -50px;
  margin: 0px;
}

.review-section ul.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #CA383E;
  cursor: pointer;
}

.review-section ul.carousel-indicators li:active {
  background-color: #eeedec;
}

.review-section .review-slider {
  list-style: none;
  max-width: 80%;
  margin: 0px auto;
}

.review-section .review-slider .review-single .autor-mame {
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
}

.review-section .review-slider .review-single .review-img {
  display: block;
  overflow: hidden;
  margin-right: 50px;
  width: 20%;
  float: left;
}

.review-section .review-slider .review-single .review-img img {
  width: 100%;
}

.review-section .review-slider .review-single .review-content {
  width: 80%;
}

.review-section .review-slider .review-single .review-content p {
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

.review-section .review-slider .review-single .review-content .location-mame {
  font-size: 16px;
  font-weight: 600;
}

.review-section .review-slider .review-single .primary-button {
  margin-top: 10px;
}

.home-content {
  background-color: #ffffff;
  text-align: center;
}

.home-content .top-content {
  padding: 80px 0px 60px 0px;
}

.home-content .top-content h4 {
  color: #594A42;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
}

.home-content .top-content p {
  margin: 20px 0px;
  font-size: 22px;
  font-weight: 600;
}

.home-content .bottom-content {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 50px 0px 80px 0px;
}

.home-content .bottom-content .image {
  -webkit-box-flex: 30%;
  flex: 30% 0 0;
  -ms-flex: 30% 0 0;
  max-width: 30%;
}

.home-content .bottom-content .content {
  -webkit-box-flex: 70%;
  flex: 70% 0 0;
  -ms-flex: 70% 0 0;
  max-width: 70%;
  padding-left: 50px;
  text-align: left;
}

.home-content .bottom-content .content h3 {
  color: #CA383E;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
}

.home-content .bottom-content .content h6 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #594A42;
}

.home-content .bottom-content .content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.home-content .bottom-content .content input[type="submit"] {
  width: auto;
}

.get-involved {
  background-color: #ca383e;
}

.get-involved h2 {
  color: #ffffff;
}

.get-involved .get-involved-row {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: unset;
  -ms-flex-wrap: unset;
}

.get-involved .get-involved-row .single-box {
  margin: 0px 10px;
  padding: 30px 10px;
  text-align: center;
  width: 25%;
  background-color: #ffffff;
}

.get-involved .get-involved-row .single-box h3 {
  color: #CA383E;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  min-height: 40px;
  font-weight: bold;
}

.get-involved .get-involved-row .single-box p {
  font-size: 14px;
}

.get-involved .get-involved-row .single-box .primary-button {
  padding: 8px 35px;
}

.get-involved.about-us {
  background-color: #eeedec;
}

.get-involved.about-us h2 {
  color: #CA383E;
}

.site-footer {
  background-color: #ffffff;
}

.site-footer .footer-row {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-footer .footer-row .column {
  width: 16%;
  padding: 0px 10px;
}

.site-footer .footer-row .column:first-child {
  width: 28%;
}

.site-footer .footer-row .column:nth-child(2) {
  width: 22%;
}

.site-footer .footer-row .column:last-child {
  width: 34%;
}

.site-footer .footer-row .column ul {
  list-style: none;
  margin: 0px;
}

.site-footer .footer-row .column ul li {
  margin-bottom: 5px;
}

.site-footer .footer-row .column ul li a {
  color: #000000;
}

.site-footer .footer-row .column ul li a:hover {
  color: #CA383E;
  font-style: normal;
}

.site-footer .footer-row .footer-logo img {
  max-width: 200px;
  margin-bottom: 30px;
}

.site-footer .footer-row .footer-logo p {
  font-size: 14px;
  color: #000000;
}

.site-footer .footer-row .newletter {
  text-align: center;
}

.site-footer .footer-row .newletter h3 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #CA383E;
}

.site-footer .footer-row .newletter .newsletter-form {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.site-footer .footer-row .newletter .newsletter-form .form-field {
  -webkit-box-flex: 50%;
  flex: 50% 0 0;
  -ms-flex: 50% 0 0;
  max-width: 50.00000%;
}

.site-footer .footer-row .newletter .newsletter-form .form-field input[type="text"] {
  margin: 0px 15px 10px 0px;
  border-color: #d8d8d8;
}

.site-footer .footer-row .newletter .newsletter-form .form-field input[type="text"]:focus {
  background-color: transparent;
}

.site-footer .footer-row .newletter .newsletter-form .form-field input[type="text"]::-webkit-input-placeholder {
  color: #d8d8d8;
}

.site-footer .footer-row .newletter .newsletter-form .form-field input[type="text"]:-ms-input-placeholder {
  color: #d8d8d8;
}

.site-footer .footer-row .newletter .newsletter-form .form-field input[type="text"]::-ms-input-placeholder {
  color: #d8d8d8;
}

.site-footer .footer-row .newletter .newsletter-form .form-field input[type="text"]::placeholder {
  color: #d8d8d8;
}

.site-footer .footer-row .newletter .newsletter-form .form-field input[type="email"] {
  margin-top: 0px;
  border-color: #d8d8d8;
  margin-bottom: 10px;
}

.site-footer .footer-row .newletter .newsletter-form .form-field input[type="email"]:focus {
  background-color: transparent;
}

.site-footer .footer-row .newletter .newsletter-form .form-field input[type="email"]::-webkit-input-placeholder {
  color: #d8d8d8;
}

.site-footer .footer-row .newletter .newsletter-form .form-field input[type="email"]:-ms-input-placeholder {
  color: #d8d8d8;
}

.site-footer .footer-row .newletter .newsletter-form .form-field input[type="email"]::-ms-input-placeholder {
  color: #d8d8d8;
}

.site-footer .footer-row .newletter .newsletter-form .form-field input[type="email"]::placeholder {
  color: #d8d8d8;
}

.site-footer .footer-row .newletter .newsletter-form .form-field .invalid-feedback {
  margin: 0;
}

.site-footer .footer-row .newletter .newsletter-form .form-field.first-name {
  padding-right: 10px;
}

.site-footer .footer-row .newletter .newsletter-form .form-field.last-name {
  padding-left: 10px;
}

.site-footer .footer-row .newletter .newsletter-form .form-field.email-field {
  -webkit-box-flex: 100%;
  -ms-flex: 100% 0 0px;
  flex: 100% 0 0;
  max-width: 100.00000%;
  -ms-flex: 100% 0 0;
}

.site-footer .footer-row .newletter .newsletter-form .primary-button {
  width: 100%;
}

.coppiright {
  background-color: #cbcbca;
  padding: 20px 0px;
}

.coppiright .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.coppiright .row p {
  width: 80%;
  margin: 0px;
  color: #ffffff;
}

.coppiright .row p a {
  color: #ffffff;
}

.coppiright .row p a:hover {
  color: #CA383E;
}

.coppiright .row p .managed {
  display: block;
}

.coppiright .row .social-icon {
  width: 20%;
  text-align: right;
}

.coppiright .row .social-icon a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 30px;
  text-align: center;
  line-height: 38px;
  color: #000000;
  margin-left: 10px;
  border: 1px solid #000000;
}

.coppiright .row .social-icon a i {
  color: #000000;
}

.coppiright .row .social-icon a.facebook {
  border: 1px solid #00aec9;
  background-color: #00aec9;
  color: #00aec9;
}

.coppiright .row .social-icon a.facebook i {
  color: #ffffff;
}

.coppiright .row .social-icon a.facebook:hover {
  background-color: transparent;
  color: #00aec9;
  border-color: #00aec9;
}

.coppiright .row .social-icon a.facebook:hover i {
  color: #00aec9;
}

.coppiright .row .social-icon a.linkedin {
  background-color: #2977c9;
  color: #ffffff;
}

/* Home Page scss end */
/* About Us Page scss start */
.page-content p {
  font-size: 20px;
  color: #594A42;
  font-weight: 600;
}

.page-content h3 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #CA383E;
  text-align: left;
}

.page-content h5 {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  color: #00aec9;
}

.page-content h6 {
  text-align: left;
  font-size: 30px;
  color: #594A42;
}

.page-content a {
  color: #00aec9;
}

.page-content a.primary-button {
  color: #ffffff;
}

.page-content a.primary-button:hover,
.page-content a.primary-button:active,
.page-content a.primary-button:focus {
  color: #00aec9;
}

.how-involved {
  background-color: #00aec9;
}

.how-involved h2 {
  color: #ffffff;
  margin-bottom: 80px;
}

.how-involved .row .single-box {
  width: 25%;
  text-align: center;
}

.how-involved .row .single-box .round-img {
  display: block;
  overflow: hidden;
  border-radius: 50%;
  max-width: 200px;
  margin: 0px auto 30px auto;
}

.how-involved .row .single-box h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.how-involved .row .single-box p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 30px;
}

.how-involved .row .single-box .primary-button {
  background: #017d99;
}

.how-involved .row .single-box .primary-button:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.meet-ruby {
  padding: 60px 0px;
}

.meet-ruby .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.meet-ruby .row .ruby-content {
  width: 70%;
  text-align: center;
  padding: 0px 50px;
}

.meet-ruby .row .ruby-content p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #594A42;
}

.meet-ruby .row .ruby-image {
  width: 30%;
}

.host-location {
  padding: 60px 0px;
  background-color: #eeedec;
}

.host-location h2 {
  text-align: center;
  margin-bottom: 50px;
}

.host-location .host-table table {
  margin-bottom: 0;
}

.host-location .host-table table tr td {
  font-size: 18px;
  font-weight: 600;
}

.host-location .host-table table tr td a {
  color: #594A42;
  text-transform: capitalize;
  display: block;
  margin-bottom: 20px;
}

.host-location .host-table table tr td a .city-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0px;
}

.host-location .host-table table tr td a .location-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}

/* About Page scss end */
/* Step css */
.location-step {
  padding: 50px 0px;
  background-color: #ca383e;
}

.location-step .step-row {
  margin: 0px;
  list-style: none;
}

.location-step .step-row .single-step {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
}

.location-step .step-row .single-step .step-number {
  display: block;
  text-align: center;
  background-color: #e69da0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 42px;
  color: #CA383E;
  font-size: 28px;
  font-weight: bold;
  margin: 0px auto;
  position: relative;
}

.location-step .step-row .single-step .step-title {
  font-size: 14px;
  font-weight: 600;
  color: #e69da0;
  display: block;
  max-width: 200px;
  margin: 0px auto;
  padding-top: 10px;
}

.location-step .step-row .single-step.step-line .active-line {
  position: absolute;
  content: '';
  top: 20px;
  width: 80%;
  left: 60%;
  background-color: #e69da0;
  height: 2px;
  z-index: -1;
}

.location-step .step-row .single-step.active .step-number {
  background-color: #ffffff;
}

.location-step .step-row .single-step.active .step-title {
  color: #ffffff;
}

/* Sign In */
.signin-page {
  background-color: #eeedec;
  padding: 60px 0px;
  min-height: 60vh;
}

.signin-page .common-inner-section {
  padding: 40px 60px;
  max-width: 70%;
  margin: 0px auto;
}

.signin-page .common-inner-section h2 {
  font-size: 32px;
  color: #594A42;
  margin-bottom: 20px;
}

.signin-page .login-form input[type="submit"] {
  width: auto;
  margin-right: 20px;
}

.signin-page .login-form .forgot {
  font-size: 16px;
  color: #594A42;
  font-weight: 500;
}

.signin-page .login-form .error {
  display: block;
  margin-bottom: 10px;
  color: #CA383E;
}

.signin-page .login-form .invalid-feedback {
  margin: 10px 0px;
}

.signin-page .bottom-line {
  text-align: center;
  margin-top: 40px;
}

.signin-page .bottom-line .first {
  color: #594A42;
  font-weight: bold;
  margin-right: 10px;
}

.signin-page .bottom-line .second {
  color: #00aec9;
  font-weight: bold;
  margin-left: 10px;
}

/* Location Page */
.location-page .location-page-inner {
  background-color: #eeedec;
}

.location-page .location-page-inner .find-location .common-inner-section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.location-page .location-page-inner .find-location .common-inner-section .row .location-detail {
  margin: 0px auto;
}

.location-page .location-page-inner .find-location .common-inner-section .row .location-detail h2 {
  color: #594A42;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
}

.location-page .location-page-inner .find-location .common-inner-section .row .location-detail .location-form {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
}

.location-page .location-page-inner .find-location .common-inner-section .row .location-detail .location-form input[type="search"] {
  height: 40px;
  width: 70%;
  line-height: 22px;
  padding: 0px 15px;
  margin: 0px;
}

.location-page .location-page-inner .find-location .common-inner-section .row .location-detail .location-form input[type="submit"] {
  height: 40px;
  width: 30%;
  font-size: 14px;
  margin-left: 20px;
}

.location-page .location-page-inner .location-listing .map-section {
  width: 100%;
  border: 1px solid #594a42;
}

.location-page .location-page-inner .location-listing .map-section #map {
  height: 350px;
}

.location-page .location-page-inner .location-listing .common-inner-section .location-content {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #594a42;
}

.location-page .location-page-inner .location-listing .common-inner-section .location-content .headline {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.location-page .location-page-inner .location-listing .common-inner-section .location-content .headline h3 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
  color: #594A42;
}

.location-page .location-page-inner .location-listing .common-inner-section .location-content .headline .download-list {
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
  color: #00aec9;
}

.location-page .location-page-inner .location-listing .common-inner-section .location-content p {
  color: #594A42;
  font-size: 18px;
  margin-bottom: 0px;
}

.location-page .location-page-inner .location-listing .common-inner-section .detail-row {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #594a42;
}

.location-page .location-page-inner .location-listing .common-inner-section .detail-row h4 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.location-page .location-page-inner .location-listing .common-inner-section .detail-row h4 a {
  color: #ca383e;
}

.location-page .location-page-inner .location-listing .common-inner-section .detail-row .miles {
  margin-bottom: 25px;
  display: block;
  font-size: 18px;
}

.location-page .location-page-inner .location-listing .common-inner-section .detail-row h5 {
  font-size: 18px;
  font-weight: 700;
  color: #594A42;
  margin-bottom: 5px;
}

.location-page .location-page-inner .location-listing .common-inner-section .detail-row p {
  color: #594A42;
}

.location-page .location-page-inner .location-listing .common-inner-section .detail-row .button {
  text-align: center;
}

.location-page .location-page-inner .location-listing .common-inner-section .detail-row .button .primary-button {
  width: 80%;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 5px;
  display: block;
  margin: 0px auto 10px auto;
}

.location-page .location-page-inner .location-listing .common-inner-section .detail-row .day-hours p {
  margin-bottom: 0px;
}

.location-page .location-page-inner .location-listing .common-inner-section .detail-row .not-current-location {
  margin-bottom: 10px;
}

.location-page .location-page-inner .location-listing .common-inner-section .detail-row:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* Location Detail Page */
.location-detail-page {
  background-color: #eeedec;
}

.location-detail-page .common-inner-section .detail-area {
  margin-top: 30px;
}

.location-detail-page .common-inner-section .detail-area h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #CA383E;
}

.location-detail-page .common-inner-section .detail-area h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #CA383E;
  font-weight: 700;
}

.location-detail-page .common-inner-section .detail-area a.website-link {
  color: #594A42;
}

.location-detail-page .common-inner-section .detail-area .address {
  display: block;
  width: 35%;
  margin-bottom: 20px;
  font-weight: 500;
}

.location-detail-page .common-inner-section .detail-area .address p {
  margin-bottom: 0px;
  font-weight: 500;
}

.location-detail-page .common-inner-section .detail-area .day-hours {
  width: 35%;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}

.location-detail-page .common-inner-section .detail-area .day-hours h5 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #594A42;
}

.location-detail-page .common-inner-section .detail-area .day-hours p {
  margin-bottom: 0px;
  font-weight: 500;
}

.location-detail-page .common-inner-section .detail-area .hosted-by {
  display: block;
}

.location-detail-page .common-inner-section .detail-area .hosted-by p {
  font-weight: 500;
}

.location-detail-page .common-inner-section .detail-area:first-child {
  margin-top: 0px;
}

.location-detail-page .common-inner-section .detail-area .not-current-location {
  margin-bottom: 20px;
  font-weight: 600;
}

.location-detail-page .common-inner-section .button-section .secondary-button {
  background-color: #594a42;
  border-color: #594a42;
}

.location-detail-page .common-inner-section .button-section .secondary-button:hover {
  color: #594a42;
  background-color: transparent;
}

.location-detail-page .common-inner-section .additional-detail .additional-content a {
  display: block;
  font-weight: 500;
  color: #00aec9;
}

.location-detail-page .common-inner-section .bottom-view-more {
  text-align: right;
}

.location-detail-page .common-inner-section .bottom-view-more a.view-more {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #00aec9;
}

.location-detail-page .common-inner-section .bottom-view-more a.view-more:after {
  content: "\f0d7";
  font-family: 'FontAwesome';
  font-size: 26px;
  color: #cbcbca;
  margin-left: 10px;
}

.location-detail-page .common-inner-section .map {
  height: 190px;
}

.location-detail-page .common-inner-section .location-image {
  margin-bottom: 20px;
}

.location-detail-page .common-inner-section .bottom-detail {
  margin-top: 30px;
}

.location-detail-page .common-inner-section .bottom-detail h3 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
  color: #594A42;
}

/* Pagination */
.pagination nav {
  width: 100%;
}

.pagination nav .pagination {
  margin: 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination nav .pagination li .page-link {
  background: transparent;
  border: none;
  color: #594A42;
  font-weight: 700;
  padding: 8px;
  font-size: 18px;
}

.pagination nav .pagination li .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination nav .pagination li.page-item[aria-label] {
  font-size: 28px;
  line-height: 18px;
  font-weight: 600;
}

.pagination nav .pagination li.page-item[aria-label] .page-link {
  font-size: 28px;
  line-height: 18px;
  font-weight: 600;
}

.pagination nav .pagination li .page-link[aria-label] {
  font-size: 28px;
  line-height: 18px;
  font-weight: 600;
}

.pagination nav .pagination li.active .page-link {
  color: #00aec9;
}

/* Sign Up Page */
.registration-steps .page-content {
  padding: 50px 0px 40px 0px;
}

.registration-steps .page-content p {
  font-size: 18px;
  line-height: 30px;
  color: #594A42;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 500;
}

.registration-steps .page-content h3 {
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  color: #CA383E;
  text-align: left;
}

.registration-steps .page-content h5 {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  text-decoration: underline;
  color: #00aec9;
}

.registration-steps .page-content h6 {
  text-align: left;
  font-size: 30px;
  color: #594A42;
}

.registration-steps .page-content a {
  color: #00aec9;
}

.registration-steps .page-content .primary-button {
  color: #ffffff;
}

.registration-steps .sign-up-inner {
  background-color: #eeedec;
}

.registration-steps .sign-up-inner label.notes {
  margin-bottom: 20px;
  font-weight: 600;
}

.registration-steps .sign-up-inner .sign-up-form .form-group {
  margin-bottom: 0px;
}

.registration-steps .sign-up-inner .sign-up-form .form-group .form-control {
  border-radius: 0px;
}

.registration-steps .sign-up-inner .sign-up-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.registration-steps .sign-up-inner .sign-up-form .form-group .form-sub-group {
  float: left;
  padding-left: 0px;
}

.registration-steps .sign-up-inner .sign-up-form .form-group .form-sub-group:last-child {
  padding-right: 0px;
}

.registration-steps .sign-up-inner .sign-up-form .form-group .sub-radio-button {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.registration-steps .sign-up-inner .sign-up-form .form-group .sub-radio-button label {
  -webkit-box-flex: 60%;
  flex: 60% 0 0;
  -ms-flex: 60% 0 0;
  max-width: 60%;
}

.registration-steps .sign-up-inner .sign-up-form .form-group .sub-radio-button .form-radio {
  -webkit-box-flex: 40%;
  flex: 40% 0 0;
  -ms-flex: 40% 0 0;
  max-width: 40%;
  padding-left: 30px;
}

.registration-steps .sign-up-inner .sign-up-form .radio-click .sub-radio-button label {
  -webkit-box-flex: 45%;
  flex: 45% 0 0;
  -ms-flex: 45% 0 0;
  max-width: 45%;
}

.registration-steps .sign-up-inner .sign-up-form .ifyes.hidden {
  display: none;
}

.registration-steps .sign-up-inner .sign-up-form .sub-radio-button {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  margin-top: 10px;
}

.registration-steps .sign-up-inner .sign-up-form .sub-radio-button .form-radio {
  padding-left: 30px;
}

.registration-steps .sign-up-inner .sign-up-form .housefold-info h3 {
  color: #CA383E;
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: bold;
}

.registration-steps .sign-up-inner .sign-up-form .housefold-info .add-member {
  float: right;
  font-weight: bold;
  margin-left: 10px;
  color: #00aec9;
}

.registration-steps .sign-up-inner .sign-up-form .form-text {
  margin-bottom: 10px;
}

.registration-steps .sign-up-inner .sign-up-form .form-text p {
  font-size: 16px;
  font-weight: 500;
  color: #594A42;
}

.registration-steps .sign-up-inner .sign-up-form input[type="submit"] {
  margin-top: 20px;
}

.registration-steps .sign-up-inner .sign-up-form label span.spec-label {
  font-weight: 500;
}

.registration-steps .sign-up-inner .bottom-line {
  text-align: center;
  margin-top: 40px;
}

.registration-steps .sign-up-inner .bottom-line .first {
  color: #594A42;
  font-weight: bold;
  margin-right: 5px;
}

.registration-steps .sign-up-inner .bottom-line .middle-text {
  color: #594A42;
}

.registration-steps .sign-up-inner .bottom-line .second {
  color: #00aec9;
  font-weight: bold;
  margin-left: 5px;
}

.registration-steps .sign-up-inner .form-navigation ul.nav-tabs {
  border: none;
  margin-right: 20px;
}

.registration-steps .sign-up-inner .form-navigation ul.nav-tabs li.nav-item {
  width: 50%;
  text-align: center;
  border-radius: 0px;
  margin-bottom: 0px;
}

.registration-steps .sign-up-inner .form-navigation ul.nav-tabs li.nav-item a.nav-link {
  background-color: #eeedec;
  color: #ffffff;
  text-transform: capitalize;
  border: none;
  padding: 22px 30px;
}

.registration-steps .sign-up-inner .form-navigation ul.nav-tabs li.nav-item a.nav-link span.nav-inner {
  display: block;
  background-color: #594a42;
  padding: 15px;
}

.registration-steps .sign-up-inner .form-navigation ul.nav-tabs li.nav-item a.nav-link.active {
  border-radius: 0px;
  background-color: #ffffff;
}

.registration-steps .sign-up-inner .form-navigation ul.nav-tabs li.nav-item a.nav-link.active span.nav-inner {
  background-color: #ca383e;
}

.registration-steps .login-inner .login-form .form-control {
  border-radius: 0px;
}

.registration-steps .login-inner .login-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.registration-steps .login-inner .login-form input[type="submit"] {
  width: auto;
  margin-right: 20px;
}

.registration-steps .login-inner .login-form .forgot {
  font-size: 16px;
  color: #594A42;
  font-weight: 500;
}

/* Register Page */
.registration-steps .registration-inner {
  background-color: #eeedec;
}

.registration-steps .registration-inner h2.page-heading {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: bold;
  color: #594A42;
}

.registration-steps .registration-inner .donation-detail.register-form .donation-form {
  margin-top: 0px;
}

.registration-steps .registration-inner .register-form .form-head {
  margin-bottom: 30px;
}

.registration-steps .registration-inner .register-form .form-head h5 {
  font-size: 18px;
  color: #594A42;
  font-weight: bold;
}

.registration-steps .registration-inner .register-form .form-head h2 {
  font-size: 30px;
  font-weight: bold;
  color: #594A42;
}

.registration-steps .registration-inner .register-form .form-head .diff-location {
  display: block;
  margin-bottom: 30px;
}

.registration-steps .registration-inner .register-form .form-head .diff-location p {
  font-weight: 600;
}

.registration-steps .registration-inner .register-form .form-head .diff-location p a {
  color: #00aec9;
}

.registration-steps .registration-inner .register-form .form-head .register-location h6 {
  color: #CA383E;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.registration-steps .registration-inner .register-form .form-head .register-location .date {
  color: #CA383E;
  font-size: 18px;
}

.registration-steps .registration-inner .register-form .donation-form {
  margin-top: 30px;
}

.registration-steps .registration-inner .register-form .donation-form .form-text {
  margin-top: 10px;
}

.registration-steps .registration-inner .register-form .donation-form .form-text.top {
  margin-bottom: 0;
}

.registration-steps .registration-inner .register-form .donation-form .radio-button .form-radio {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0px 0px 40px;
}

.registration-steps .registration-inner .register-form .donation-form .radio-button .form-radio .form-group {
  -webkit-box-flex: 100%;
  flex: 100% 0 0;
  -ms-flex: 100% 0 0;
  max-width: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  margin-bottom: 10px;
}

.registration-steps .registration-inner .register-form .donation-form .radio-button .form-radio .form-group input[type="radio"] {
  margin-top: 6px;
}

.registration-steps .registration-inner .register-form .donation-form .radio-button .form-radio .form-group:last-child {
  margin-bottom: 0px;
}

.registration-steps .registration-inner .register-form .donation-form .dropdown {
  padding: 20px 0px 0px 40px;
}

.registration-steps .registration-inner .register-form .donation-form .dropdown .form-control {
  margin-bottom: 0px;
}

.registration-steps .registration-inner .register-form .form-group {
  margin-bottom: 0px;
}

.registration-steps .registration-inner .register-form input[type="submit"] {
  margin-top: 30px;
}

.registration-steps .registration-inner .register-form .bottom-line {
  margin: 20px 0px;
  text-align: center;
}

.registration-steps .registration-inner .register-form .bottom-line a {
  color: #00aec9;
  font-size: 20px;
  font-weight: bold;
}

.registration-steps .registration-inner .register-form .secondary-btn-section {
  margin: 0px 20px;
}

.registration-steps .registration-inner .register-form .secondary-btn-section .secondary-button {
  width: 100%;
  margin-bottom: 10px;
  line-height: 24px;
}

.registration-steps .registration-inner .location-details {
  padding: 20px 50px;
}

.registration-steps .registration-inner .location-details .detail-area {
  margin-top: 30px;
}

.registration-steps .registration-inner .location-details .detail-area h2 {
  font-size: 30px;
  font-weight: bold;
  color: #CA383E;
}

.registration-steps .registration-inner .location-details .detail-area h4 {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 24px;
  color: #594A42;
  font-weight: 600;
}

.registration-steps .registration-inner .location-details .detail-area h5 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #594A42;
  font-weight: bold;
}

.registration-steps .registration-inner .location-details .detail-area .diff-location {
  display: block;
  margin-bottom: 30px;
}

.registration-steps .registration-inner .location-details .detail-area .diff-location p {
  font-weight: 600;
  font-size: 20px;
}

.registration-steps .registration-inner .location-details .detail-area .diff-location p a {
  color: #00aec9;
}

.registration-steps .registration-inner .location-details .detail-area .map a {
  font-size: 20px;
  color: #000000;
  margin-bottom: 40px;
  display: block;
  color: #00aec9;
  text-transform: uppercase;
  font-weight: 600;
}

.registration-steps .registration-inner .location-details .detail-area p {
  font-weight: 600;
  color: #594A42;
}

.registration-steps .registration-inner .location-details .detail-area a.website-link {
  color: #594A42;
}

.registration-steps .registration-inner .location-details .detail-area .next-distribution {
  display: block;
  width: 55%;
  margin-bottom: 30px;
}

.registration-steps .registration-inner .location-details .detail-area .next-distribution h5 {
  margin-bottom: 5px;
}

.registration-steps .registration-inner .location-details .detail-area .address {
  display: block;
  width: 55%;
  margin-bottom: 20px;
}

.registration-steps .registration-inner .location-details .detail-area .address p {
  margin-bottom: 0px;
}

.registration-steps .registration-inner .location-details .detail-area .day-hours {
  width: 55%;
  display: block;
  margin-bottom: 30px;
}

.registration-steps .registration-inner .location-details .detail-area .day-hours p {
  margin-bottom: 0px;
}

.registration-steps .registration-inner .location-details .detail-area .hosted-by {
  display: block;
}

.registration-steps .registration-inner .location-details .detail-area:first-child {
  margin-top: 0px;
}

/* Checkout Page */
.checkout-inner,
.product-option {
  background-color: #eeedec;
}

.checkout-inner h2.page-heading,
.product-option h2.page-heading {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: bold;
  color: #594A42;
}

.checkout-inner .donation-detail .donation-form,
.product-option .donation-detail .donation-form {
  margin-top: 0px;
}

.checkout-inner .checkout-form .form-group,
.checkout-inner .product-detail .form-group,
.product-option .checkout-form .form-group,
.product-option .product-detail .form-group {
  margin-bottom: 0px;
}

.checkout-inner .checkout-form .form-group.g-recaptcha-field,
.checkout-inner .product-detail .form-group.g-recaptcha-field,
.product-option .checkout-form .form-group.g-recaptcha-field,
.product-option .product-detail .form-group.g-recaptcha-field {
  padding: 0;
}

.checkout-inner .checkout-form .form-group.ex-date,
.checkout-inner .product-detail .form-group.ex-date,
.product-option .checkout-form .form-group.ex-date,
.product-option .product-detail .form-group.ex-date {
  float: left;
  padding: 0px;
}

.checkout-inner .checkout-form .form-group.ex-date label,
.checkout-inner .product-detail .form-group.ex-date label,
.product-option .checkout-form .form-group.ex-date label,
.product-option .product-detail .form-group.ex-date label {
  display: block;
}

.checkout-inner .checkout-form .form-group.ex-date .row .col-md-6:last-child,
.checkout-inner .product-detail .form-group.ex-date .row .col-md-6:last-child,
.product-option .checkout-form .form-group.ex-date .row .col-md-6:last-child,
.product-option .product-detail .form-group.ex-date .row .col-md-6:last-child {
  padding-left: 0px;
}

.checkout-inner .checkout-form .form-group.cvv,
.checkout-inner .product-detail .form-group.cvv,
.product-option .checkout-form .form-group.cvv,
.product-option .product-detail .form-group.cvv {
  display: inline-block;
  padding-right: 0px;
}

.checkout-inner .checkout-form .form-group.zipcode,
.checkout-inner .product-detail .form-group.zipcode,
.product-option .checkout-form .form-group.zipcode,
.product-option .product-detail .form-group.zipcode {
  float: right;
  padding-right: 0px;
}

.card-container:after {
  content: "";
  display: block;
  clear: both;
  margin-bottom: 20px;
}

.checkout-inner .checkout-form .form-group.gift-card .success-msg,
.checkout-inner .product-detail .form-group.gift-card .success-msg,
.product-option .checkout-form .form-group.gift-card .success-msg,
.product-option .product-detail .form-group.gift-card .success-msg {
  color: #594A42;
  font-weight: 600;
  margin-bottom: 15px;
}

.checkout-inner .checkout-form .form-group.gift-card .error-msg,
.checkout-inner .product-detail .form-group.gift-card .error-msg,
.product-option .checkout-form .form-group.gift-card .error-msg,
.product-option .product-detail .form-group.gift-card .error-msg {
  color: #ca383e;
  font-weight: 600;
  margin-bottom: 15px;
}

.checkout-inner .checkout-form .form-check,
.checkout-inner .product-detail .form-check,
.product-option .checkout-form .form-check,
.product-option .product-detail .form-check {
  padding-left: 0px;
  margin-top: 20px;
}

.checkout-inner .checkout-form input[type="submit"],
.checkout-inner .product-detail input[type="submit"],
.product-option .checkout-form input[type="submit"],
.product-option .product-detail input[type="submit"] {
  margin-top: 30px;
}

.checkout-inner .checkout-form .bottom-line,
.checkout-inner .product-detail .bottom-line,
.product-option .checkout-form .bottom-line,
.product-option .product-detail .bottom-line {
  margin: 20px 0px;
}

.checkout-inner .checkout-form .bottom-line a,
.checkout-inner .product-detail .bottom-line a,
.product-option .checkout-form .bottom-line a,
.product-option .product-detail .bottom-line a {
  color: #00aec9;
  font-size: 20px;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 26px;
}

.checkout-inner .checkout-form .bottom-line .or,
.checkout-inner .product-detail .bottom-line .or,
.product-option .checkout-form .bottom-line .or,
.product-option .product-detail .bottom-line .or {
  text-align: center;
  display: block;
  font-size: 26px;
  color: #dee1d3;
  font-weight: 600;
}

.checkout-inner .checkout-form .common-link,
.checkout-inner .product-detail .common-link,
.product-option .checkout-form .common-link,
.product-option .product-detail .common-link {
  font-size: 16px;
  color: #00aec9;
  font-weight: bold;
}

.checkout-inner .checkout-form .common-link:hover,
.checkout-inner .product-detail .common-link:hover,
.product-option .checkout-form .common-link:hover,
.product-option .product-detail .common-link:hover {
  color: #CA383E;
}

.checkout-inner .checkout-form .apply-btn,
.checkout-inner .product-detail .apply-btn,
.product-option .checkout-form .apply-btn,
.product-option .product-detail .apply-btn {
  text-align: right;
  margin: 10px 0px 20px 0px;
}

.checkout-inner .checkout-form .apply-btn .secondary-button,
.checkout-inner .product-detail .apply-btn .secondary-button,
.product-option .checkout-form .apply-btn .secondary-button,
.product-option .product-detail .apply-btn .secondary-button {
  width: 100%;
  padding: 15px 35px;
}

.checkout-inner .checkout-form .form-group.gift-card .certicate_container .certificate,
.checkout-inner .product-detail .form-group.gift-card .certicate_container .certificate,
.product-option .checkout-form .form-group.gift-card .certicate_container .certificate,
.product-option .product-detail .form-group.gift-card .certicate_container .certificate {
  background-color: #00aec9;
  margin-bottom: 20px;
  display: inline-block;
  padding: 10px 35px 10px 16px;
  position: relative;
  border-radius: 4px;
}

.checkout-inner .checkout-form .form-group.gift-card .certicate_container .certificate .certi-code-wrap,
.checkout-inner .product-detail .form-group.gift-card .certicate_container .certificate .certi-code-wrap,
.product-option .checkout-form .form-group.gift-card .certicate_container .certificate .certi-code-wrap,
.product-option .product-detail .form-group.gift-card .certicate_container .certificate .certi-code-wrap {
  color: #ffffff;
}

.checkout-inner .checkout-form .form-group.gift-card .certicate_container .certificate .del_certi_item,
.checkout-inner .product-detail .form-group.gift-card .certicate_container .certificate .del_certi_item,
.product-option .checkout-form .form-group.gift-card .certicate_container .certificate .del_certi_item,
.product-option .product-detail .form-group.gift-card .certicate_container .certificate .del_certi_item {
  position: absolute;
  right: 10px;
  top: 0px;
  line-height: 44px;
}

.checkout-inner .checkout-form .form-group.gift-card .certicate_container .certificate .del_certi_item i,
.checkout-inner .product-detail .form-group.gift-card .certicate_container .certificate .del_certi_item i,
.product-option .checkout-form .form-group.gift-card .certicate_container .certificate .del_certi_item i,
.product-option .product-detail .form-group.gift-card .certicate_container .certificate .del_certi_item i {
  cursor: pointer;
  font-size: 18px;
  color: #ffffff;
}

.checkout-inner .product-detail-inner .product-image .images .thumnail-section .thumnail-slider .slick-arrow,
.product-option .product-detail-inner .product-image .images .thumnail-section .thumnail-slider .slick-arrow {
  font-size: 0;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-color: #ca383e;
  border-radius: 50px;
  z-index: 11;
}

.checkout-inner .product-detail-inner .product-image .images .thumnail-section .thumnail-slider .slick-arrow:before,
.product-option .product-detail-inner .product-image .images .thumnail-section .thumnail-slider .slick-arrow:before {
  color: #ffffff;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 34px;
  content: "\f104";
  right: 2px;
  position: relative;
}

.checkout-inner .product-detail-inner .product-image .images .thumnail-section .thumnail-slider .slick-arrow:hover,
.product-option .product-detail-inner .product-image .images .thumnail-section .thumnail-slider .slick-arrow:hover {
  background-color: #00aec9;
}

.checkout-inner .product-detail-inner .product-image .images .thumnail-section .thumnail-slider .slick-arrow:focus,
.product-option .product-detail-inner .product-image .images .thumnail-section .thumnail-slider .slick-arrow:focus {
  outline: 0;
}

.checkout-inner .product-detail-inner .product-image .images .thumnail-section .thumnail-slider .slick-next,
.product-option .product-detail-inner .product-image .images .thumnail-section .thumnail-slider .slick-next {
  right: 0px;
}

.checkout-inner .product-detail-inner .product-image .images .thumnail-section .thumnail-slider .slick-next:before,
.product-option .product-detail-inner .product-image .images .thumnail-section .thumnail-slider .slick-next:before {
  content: "\f105";
  right: -2px;
  position: relative;
}

.checkout-inner .product-detail-inner .product-image .images .thumnail-section .thumnail-slider .slick-list,
.product-option .product-detail-inner .product-image .images .thumnail-section .thumnail-slider .slick-list {
  padding: 0px 20px;
}

.checkout-inner .product-detail-inner .product-image .images .thumnail-section .thumnail-slider .slick-list .slick-track li.slick-slide img,
.product-option .product-detail-inner .product-image .images .thumnail-section .thumnail-slider .slick-list .slick-track li.slick-slide img {
  padding: 0px 20px;
}

.checkout-inner .product-detail-inner .product-image .images .thumnail-section .thumnail-slider .slick-list .slick-track li.slick-slide:focus,
.product-option .product-detail-inner .product-image .images .thumnail-section .thumnail-slider .slick-list .slick-track li.slick-slide:focus {
  outline: 0;
}

.checkout-inner .product-detail-inner .product-descripton h2,
.product-option .product-detail-inner .product-descripton h2 {
  color: #CA383E;
  font-weight: 700;
  margin-bottom: 20px;
}

.checkout-inner .product-detail-inner .product-descripton .product-desc p,
.product-option .product-detail-inner .product-descripton .product-desc p {
  text-align: left;
}

.checkout-inner .product-detail-inner .product-descripton .product-form .pro-qty,
.product-option .product-detail-inner .product-descripton .product-form .pro-qty {
  margin-bottom: 15px;
  font-weight: 600;
}

.checkout-inner .product-detail-inner .product-descripton .product-form .pro-qty.out-stock,
.product-option .product-detail-inner .product-descripton .product-form .pro-qty.out-stock {
  color: #CA383E;
}

.checkout-inner .product-detail h3,
.product-option .product-detail h3 {
  color: #CA383E;
  font-weight: 700;
  margin-bottom: 20px;
}

.checkout-inner .product-detail .product-image,
.product-option .product-detail .product-image {
  margin-bottom: 20px;
}

.checkout-inner .product-detail .product-desc,
.product-option .product-detail .product-desc {
  margin-bottom: 25px;
}

.checkout-inner .product-detail .product-desc p,
.product-option .product-detail .product-desc p {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}

.checkout-inner .product-detail .product-button .primary-button,
.product-option .product-detail .product-button .primary-button {
  margin-top: 10px;
}

.checkout-inner .product-detail .product-button .secondary-button,
.product-option .product-detail .product-button .secondary-button {
  margin-top: 10px;
}

.checkout-inner .billing-detail .top-head,
.product-option .billing-detail .top-head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.checkout-inner .billing-detail .top-head .have-account h4,
.product-option .billing-detail .top-head .have-account h4 {
  font-size: 20px;
}

.checkout-inner .billing-detail .top-head .have-account h4 a,
.product-option .billing-detail .top-head .have-account h4 a {
  font-weight: 700;
  color: #00aec9;
}

.checkout-inner .order-details,
.product-option .order-details {
  padding: 10px 40px;
}

.checkout-inner .order-details .detail-area h2.heading,
.product-option .order-details .detail-area h2.heading {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #CA383E;
}

.checkout-inner .order-details .detail-area table thead.heading tr th,
.product-option .order-details .detail-area table thead.heading tr th {
  padding: 10px 5px;
  text-align: right;
  color: #594A42;
  font-weight: bold;
  font-size: 18px;
}

.checkout-inner .order-details .detail-area table thead.heading tr th:first-child,
.product-option .order-details .detail-area table thead.heading tr th:first-child {
  text-align: left;
}

.checkout-inner .order-details .detail-area table thead.heading tr th.product-del,
.product-option .order-details .detail-area table thead.heading tr th.product-del {
  width: 50px;
}

.checkout-inner .order-details .detail-area table tbody .cart_item,
.product-option .order-details .detail-area table tbody .cart_item {
  border-bottom: 2px solid #ffffff;
}

.checkout-inner .order-details .detail-area table tbody .cart_item:first-child,
.product-option .order-details .detail-area table tbody .cart_item:first-child {
  border-top: 2px solid #ffffff;
}

.checkout-inner .order-details .detail-area table tbody .cart_item td,
.product-option .order-details .detail-area table tbody .cart_item td {
  padding: 20px 5px;
  vertical-align: top;
  text-align: right;
  font-weight: 400;
  color: #594A42;
}

.checkout-inner .order-details .detail-area table tbody .cart_item td:first-child,
.product-option .order-details .detail-area table tbody .cart_item td:first-child {
  text-align: left;
}

.checkout-inner .order-details .detail-area table tbody .cart_item td:last-child i,
.product-option .order-details .detail-area table tbody .cart_item td:last-child i {
  font-size: 22px;
  line-height: 40px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  border-radius: 40px;
  background-color: #ca383e;
  cursor: pointer;
}

.checkout-inner .order-details .detail-area table tbody .cart_item td.product-quantity,
.product-option .order-details .detail-area table tbody .cart_item td.product-quantity {
  font-size: 30px;
  font-weight: normal;
  color: #594A42;
}

.checkout-inner .order-details .detail-area table tbody .cart_item td.product-quantity span,
.product-option .order-details .detail-area table tbody .cart_item td.product-quantity span {
  width: 50px;
  height: 50px;
  display: block;
  float: right;
  line-height: 43px;
  text-align: center;
  border: 3px solid rgba(89, 74, 66, 0.3);
}

.checkout-inner .order-details .detail-area table tbody .cart_item td.product-quantity input[type="number"],
.product-option .order-details .detail-area table tbody .cart_item td.product-quantity input[type="number"] {
  background-color: #b7af9f;
  color: #ffffff;
  width: 100px;
  font-size: 24px;
  margin: 0;
  padding: 8px 5px 8px 10px;
  border: none;
  border-radius: 0;
}

.checkout-inner .order-details .detail-area table tbody .cart_item td.product-total,
.product-option .order-details .detail-area table tbody .cart_item td.product-total {
  font-size: 30px;
  font-weight: normal;
  color: #594A42;
}

.checkout-inner .order-details .detail-area table tfoot tr.cart-subtotal th,
.product-option .order-details .detail-area table tfoot tr.cart-subtotal th {
  color: #594A42;
  font-weight: bold;
  padding: 10px 5px;
}

.checkout-inner .order-details .detail-area table tfoot td,
.product-option .order-details .detail-area table tfoot td {
  text-align: right;
  color: #594A42;
  font-size: 30px;
  font-weight: normal;
  padding: 10px 5px;
}

.checkout-inner .order-details .detail-area table tfoot td:first-child,
.product-option .order-details .detail-area table tfoot td:first-child {
  text-align: left;
}

.checkout-inner .order-details .detail-area table tfoot tr.cart-shipping th,
.product-option .order-details .detail-area table tfoot tr.cart-shipping th {
  color: #594A42;
  font-weight: bold;
  padding: 10px 5px;
}

.checkout-inner .order-details .detail-area table tfoot tr.cart-shipping td,
.product-option .order-details .detail-area table tfoot tr.cart-shipping td {
  text-align: right;
  color: #594A42;
  font-size: 30px;
  font-weight: normal;
  padding: 10px 5px;
}

.checkout-inner .order-details .detail-area table tfoot tr.cart-shipping td:first-child,
.product-option .order-details .detail-area table tfoot tr.cart-shipping td:first-child {
  text-align: left;
}

.checkout-inner .order-details .detail-area table tfoot tr.cart-total,
.product-option .order-details .detail-area table tfoot tr.cart-total {
  border-top: 7px double #ffffff;
}

.checkout-inner .order-details .detail-area table tfoot tr.cart-total th,
.product-option .order-details .detail-area table tfoot tr.cart-total th {
  color: #594A42;
  font-weight: bold;
  padding: 10px 5px;
}

.checkout-inner .order-details .detail-area table tfoot tr.cart-total td,
.product-option .order-details .detail-area table tfoot tr.cart-total td {
  text-align: right;
  color: #594A42;
  font-size: 30px;
  font-weight: normal;
  padding: 10px 5px;
}

.checkout-inner .order-details .detail-area table tfoot tr.cart-total td:first-child,
.product-option .order-details .detail-area table tfoot tr.cart-total td:first-child {
  text-align: left;
}

.checkout-inner .checkout-form input[type="submit"] {
  margin-top: 20px;
}

.registration-form iframe {
  height: 80px !important
}

.loader-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}

.loader {
  border: 7px solid #f3f3f3;
  border-radius: 50%;
  border-top: 7px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Faq Page */
.faq-page {
  background-color: #eeedec;
}

.faq-page .title-section input[type="search"] {
  background-color: #ffffff;
  margin: 30px 0px 0px;
}

.faq-page .faq-inner {
  padding: 60px 0px;
}

.faq-page .faq-inner .common-inner-section .faq-question {
  margin-bottom: 60px;
}

.faq-page .faq-inner .common-inner-section .faq-question h3 {
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: bold;
  color: #594A42;
}

.faq-page .faq-inner .common-inner-section .faq-question h5 {
  font-size: 18px;
  color: #00aec9;
  font-weight: 600;
  display: block;
  cursor: pointer;
}

.faq-page .faq-inner .common-inner-section .faq-question .single-que .toggle-col {
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: #594A42;
  margin-bottom: 30px;
}

.faq-page .faq-inner .common-inner-section .faq-question .single-que .accordion-content {
  padding-bottom: 30px;
  color: #594A42;
}

/* my account pages */
.my-account {
  background-color: #eeedec;
  padding: 60px 0;
}

.my-account .my-account-inner .common-link {
  font-size: 16px;
  color: #00aec9;
  font-weight: bold;
}

.my-account .my-account-inner .common-link:hover {
  color: #CA383E;
}

.my-account .my-account-inner .account-navigation {
  padding: 0px;
}

.my-account .my-account-inner .account-navigation .navigation {
  background-color: #ffffff;
  margin-bottom: 30px;
}

.my-account .my-account-inner .account-navigation .navigation:last-child {
  margin-bottom: 0px;
}

.my-account .my-account-inner .account-navigation .navigation ul {
  list-style: none;
  margin: 0px;
}

.my-account .my-account-inner .account-navigation .navigation ul li {
  padding: 15px 25px;
  font-size: 20px;
  line-height: 26px;
}

.my-account .my-account-inner .account-navigation .navigation ul li a {
  width: 100%;
  display: block;
  color: #594A42;
}

.my-account .my-account-inner .account-navigation .navigation ul li a .subline {
  display: block;
  font-size: 16px;
  font-style: italic;
}

.my-account .my-account-inner .account-navigation .navigation ul li a:hover {
  color: #00aec9;
}

.my-account .my-account-inner .account-navigation .navigation ul li a.active {
  color: #00aec9;
}

.my-account .my-account-inner .account-navigation .navigation ul li:first-child {
  background-color: #ca383e;
  color: #ffffff;
}

.my-account .my-account-inner .account-navigation .navigation ul li:first-child a {
  color: #ffffff;
}

.my-account .my-account-inner .account-navigation .mobile-sidebar {
  display: block;
  margin-bottom: 30px;
}

.my-account .my-account-inner .account-navigation .mobile-sidebar .navigation ul .toggle-menu {
  font-size: 16px;
  line-height: 22px;
  padding: 10px 14px;
  margin-bottom: 5px;
  cursor: pointer;
}

.my-account .my-account-inner .account-navigation .mobile-sidebar .navigation ul .toggle-menu:before {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  font-size: 24px;
  line-height: 22px;
}

.my-account .my-account-inner .account-navigation .mobile-sidebar .navigation ul .navigation-list li {
  background-color: #ffffff;
  font-size: 15px;
  line-height: 18px;
  padding: 8px 14px;
}

.my-account .my-account-inner .account-navigation .mobile-sidebar .navigation ul .navigation-list li a {
  color: #594A42;
}

.my-account .my-account-inner .account-navigation .mobile-sidebar .navigation ul .navigation-list li a .subline {
  font-size: 15px;
}

.my-account .my-account-inner .account-navigation .mobile-sidebar .navigation ul .navigation-list li:last-child a {
  margin-bottom: 5px;
}

.my-account .my-account-inner .account-navigation .mobile-sidebar .navigation ul.activeToggle .toggle-menu:before {
  content: "\f106";
  font-family: 'FontAwesome';
}

.my-account .my-account-inner .account-navigation .desktop-sidebar {
  display: none;
}

.my-account .my-account-inner .account-content {
  padding: 0px 0px 0px 30px;
}

.my-account .my-account-inner .account-content .top-detail {
  background-color: #ffffff;
  min-height: 300px;
  margin: 0px;
  margin-bottom: 30px;
}

.my-account .my-account-inner .account-content .top-detail .top-detail-inner {
  padding: 30px 40px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.my-account .my-account-inner .account-content .top-detail .top-detail-inner h2 {
  color: #594A42;
  font-size: 34px;
  max-width: 100%;
  font-weight: 600;
  position: relative;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.my-account .my-account-inner .account-content .top-detail .top-detail-inner .badge {
  position: absolute;
  right: 50px;
  top: 0px;
  background-color: #ca383e;
  border-radius: 0px;
  padding: 0px;
}

.my-account .my-account-inner .account-content .top-detail .top-detail-inner .badge a {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 12px;
  display: block;
  font-weight: 500;
}

.my-account .my-account-inner .account-content .detail-title {
  padding: 15px 30px;
  background-color: #d9d6d4;
  font-size: 24px;
  color: #594A42;
  text-transform: uppercase;
  margin-bottom: 0px;
  border-bottom: 3px solid #594A42;
}

.my-account .my-account-inner .account-content .distrubution-list .distrubution-box {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
}

.my-account .my-account-inner .account-content .distrubution-list .distrubution-box .distrubution-detail-area .top-head {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.my-account .my-account-inner .account-content .distrubution-list .distrubution-box .distrubution-detail-area .top-head a.fav-location {
  font-size: 16px;
  color: #594A42;
  font-weight: bold;
  margin-right: 5px;
}

.my-account .my-account-inner .account-content .distrubution-list .distrubution-box .distrubution-detail-area .detail-heading {
  display: block;
  margin-bottom: 30px;
}

.my-account .my-account-inner .account-content .distrubution-list .distrubution-box .distrubution-detail-area .detail-heading h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #CA383E;
}

.my-account .my-account-inner .account-content .distrubution-list .distrubution-box .distrubution-detail-area .detail-heading .dist-date {
  font-size: 20px;
  color: #CA383E;
  font-weight: 600;
}

.my-account .my-account-inner .account-content .distrubution-list .distrubution-box .distrubution-detail-area .dist-detail {
  display: block;
  margin-bottom: 30px;
}

.my-account .my-account-inner .account-content .distrubution-list .distrubution-box .distrubution-detail-area .dist-detail h5 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #594A42;
}

.my-account .my-account-inner .account-content .distrubution-list .distrubution-box .distrubution-detail-area .dist-detail p {
  color: #594A42;
}

.my-account .my-account-inner .account-content .distrubution-list .distrubution-box .distrubution-detail-area .guest-express p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.my-account .my-account-inner .account-content .distrubution-list .distrubution-box .distrubution-detail-area .guest-express a {
  color: #00aec9;
}

.my-account .my-account-inner .account-content .distrubution-list .distrubution-box .distrubution-detail-area .guest-express a:hover {
  color: #ca383e;
}

.my-account .my-account-inner .account-content .distrubution-list .distrubution-box .distrubution-detail-area a.primary-button {
  width: 100%;
}

.my-account .my-account-inner .account-content .distrubution-list .distrubution-box .distrubution-detail-area .top-line a {
  color: #00aec9;
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 24px;
}

.my-account .my-account-inner .account-content .distrubution-list .distrubution-box .distrubution-detail-area .bottom-line {
  margin: 10px 0px;
}

.my-account .my-account-inner .account-content .distrubution-list .distrubution-box .distrubution-detail-area .bottom-line a {
  color: #00aec9;
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 24px;
}

.my-account .my-account-inner .account-content .distrubution-list .distrubution-box .distrubution-detail-area .bottom-line .or {
  text-align: center;
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #dee1d3;
  font-weight: 600;
  margin-bottom: 2px;
}

.my-account .my-account-inner .account-content .distrubution-list .distrubution-box .no-distrubution {
  text-align: center;
}

.my-account .my-account-inner .account-content .distrubution-list .distrubution-box .no-distrubution p {
  font-size: 24px;
}

.my-account .my-account-inner .account-content .distrubution-list .distrubution-box:last-child {
  margin-bottom: 0;
}

.my-account .my-account-inner .account-content .need-to-know .inner-box {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
}

.my-account .my-account-inner .account-content .need-to-know .inner-box .doante-certificate {
  display: block;
  margin-bottom: 20px;
}

.my-account .my-account-inner .account-content .need-to-know .inner-box .doante-certificate h5 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #594A42;
}

.my-account .my-account-inner .account-content .need-to-know .inner-box .doante-certificate p {
  margin-bottom: 5px;
}

.my-account .my-account-inner .account-content .need-to-know .inner-box .doante-certificate .common-link {
  font-weight: 600;
}

.my-account .my-account-inner .account-content .invite-friend .inner-box {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 0px;
}

.my-account .my-account-inner .account-content .invite-friend .inner-box .invite-title {
  display: block;
  margin-bottom: 60px;
  text-align: center;
}

.my-account .my-account-inner .account-content .invite-friend .inner-box .invite-title h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #594A42;
}

.my-account .my-account-inner .account-content .invite-friend .inner-box .invite-title h5 {
  font-size: 18px;
}

.my-account .my-account-inner .account-content .invite-friend .inner-box .social-tab {
  display: block;
  margin-bottom: 60px;
}

.my-account .my-account-inner .account-content .invite-friend .inner-box .social-tab ul.nav-tabs {
  border: none;
  margin: 0px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.my-account .my-account-inner .account-content .invite-friend .inner-box .social-tab ul.nav-tabs li.nav-item {
  margin-bottom: 10px;
}

.my-account .my-account-inner .account-content .invite-friend .inner-box .social-tab ul.nav-tabs li.nav-item a.nav-link {
  background-color: transparent;
  border: none;
  color: #594A42;
  font-weight: bold;
  text-transform: uppercase;
}

.my-account .my-account-inner .account-content .invite-friend .inner-box .social-tab ul.nav-tabs li.nav-item a.nav-link.active {
  color: #00aec9;
}

.my-account .my-account-inner .account-content .invite-friend .inner-box .social-tab .tab-content .email-form input[type="email"] {
  margin-top: 0px;
}

.my-account .my-account-inner .account-content .invite-friend .inner-box .social-tab .tab-content .email-form textarea.message {
  min-height: 120px;
  margin-bottom: 20px;
}

.my-account .my-account-inner .account-content .invite-friend .inner-box .social-tab .tab-content .email-form .form-check {
  padding: 0px;
}

.my-account .my-account-inner .account-content .invite-friend .inner-box .social-tab .tab-content .shar-button {
  margin-top: 0px;
  display: block;
  text-align: center;
}

.my-account .my-account-inner .account-content .invite-friend .inner-box .social-tab .tab-content .shar-button a.primary-button {
  width: 70%;
  margin: 0px auto;
  display: block;
}

.my-account .my-account-inner .account-content .invite-friend .inner-box .social-tab .tab-content .shar-button a.primary-button i {
  padding-right: 10px;
  -webkit-transition: none;
  transition: none;
}

.my-account .my-account-inner .account-content .invite-friend .inner-box .shar-link {
  text-align: center;
}

.my-account .my-account-inner .account-content .invite-friend .inner-box .shar-link h6 {
  font-size: 14px;
  color: #594A42;
  font-weight: 600;
}

.my-account .my-account-inner .account-content .invite-friend .inner-box .shar-link .clipboard {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.my-account .my-account-inner .account-content .invite-friend .inner-box .shar-link .clipboard input[type="text"] {
  margin: 0px;
  height: 42px;
  border-color: #d8d8d8;
}

.my-account .my-account-inner .account-content .invite-friend .inner-box .shar-link .clipboard .primary-button:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.my-account .my-account-inner .account-form {
  padding: 0px 0px 0px 30px;
}

.my-account .my-account-inner .account-form .form-inner {
  padding: 30px 40px;
  background-color: #ffffff;
}

.my-account .my-account-inner .account-form .form-inner h3 {
  margin-bottom: 20px;
  font-size: 28px;
  color: #594A42;
}

.my-account .my-account-inner .account-form .form-inner .summary-common-tabel table tbody tr th {
  font-size: 22px;
  font-weight: 500;
  color: #594A42;
}

.my-account .my-account-inner .account-form .form-inner .summary-common-tabel table tbody tr th:last-child {
  text-align: right;
}

.my-account .my-account-inner .account-form .form-inner .summary-common-tabel table tbody tr td {
  font-size: 16px;
  color: #594A42;
  font-weight: 500;
}

.my-account .my-account-inner .account-form .form-inner .summary-common-tabel table tbody tr td:last-child {
  text-align: right;
}

.my-account .my-account-inner .account-form .form-inner .summary-common-tabel table tbody tr td.no-record {
  text-align: center;
}

.my-account .my-account-inner .account-form .form-inner .summary-common-tabel table tbody tr td.del_member {
  cursor: pointer;
}

.my-account .my-account-inner .account-form .form-inner .summary-common-tabel table tbody tr.top-border {
  border-top: 1px solid #594a42;
}

.my-account .my-account-inner .account-form .form-inner .summary-common-tabel.volunteer-summary table tbody tr {
  border-bottom: 1px solid #594a42;
}

.my-account .my-account-inner .account-form .form-inner .print-button {
  display: block;
  text-align: right;
}

.my-account .my-account-inner .account-form .my-detail-inner .top-nav {
  width: 100%;
  margin-bottom: 30px;
}

.my-account .my-account-inner .account-form .my-detail-inner .top-nav .nav-tabs {
  border: none;
  margin: 0;
}

.my-account .my-account-inner .account-form .my-detail-inner .top-nav .nav-tabs .nav-item {
  text-align: center;
  margin: 0px 5px;
}

.my-account .my-account-inner .account-form .my-detail-inner .top-nav .nav-tabs .nav-item .nav-link {
  padding: 12px 8px;
  border-radius: 0px;
  font-size: 16px;
  color: #ffffff;
  background-color: #00aec9;
  border: 1px solid #00aec9;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.my-account .my-account-inner .account-form .my-detail-inner .top-nav .nav-tabs .nav-item .nav-link:hover {
  background-color: transparent;
  color: #00aec9;
}

.my-account .my-account-inner .account-form .my-detail-inner .top-nav .nav-tabs .nav-item:first-child {
  margin-left: 0;
}

.my-account .my-account-inner .account-form .my-detail-inner .top-nav .nav-tabs .nav-item:last-child {
  margin-right: 0;
}

.my-account .my-account-inner .account-form .my-detail-inner .top-nav .nav-tabs.volunteer .nav-item {
  margin: 0px 4px;
}

.my-account .my-account-inner .account-form .my-detail-inner .top-nav .nav-tabs.volunteer .nav-item a {
  padding: 8px 5px;
  font-size: 13px;
}

.my-account .my-account-inner .account-form .my-detail-inner .top-nav .nav-tabs.volunteer .nav-item:first-child {
  margin-left: 0;
}

.my-account .my-account-inner .account-form .my-detail-inner .top-nav .nav-tabs.volunteer .nav-item:last-child {
  margin-right: 0;
}

.my-account .my-account-inner .account-form .my-detail-inner .form-section {
  margin-bottom: 50px;
}

.my-account .my-account-inner .account-form .my-detail-inner .form-section h3 {
  background-color: #eeedec;
  padding: 15px;
}

.my-account .my-account-inner .account-form .my-detail-inner .form-section h3 .application-date {
  font-size: 16px;
  line-height: 18px;
  padding-left: 30px;
}

.my-account .my-account-inner .account-form .my-detail-inner .form-section h4 {
  color: #CA383E;
  margin-bottom: 20px;
  font-weight: 600;
}

.my-account .my-account-inner .account-form .my-detail-inner .form-section .form-group.edit-btn {
  text-align: right;
}

.my-account .my-account-inner .account-form .my-detail-inner .form-section .form-group.edit-btn .primary-button {
  width: auto;
}

.my-account .my-account-inner .account-form .my-detail-inner .form-section .add-member-link {
  display: inline-block;
  text-align: right;
  width: 100%;
  margin-bottom: 15px;
}

.my-account .my-account-inner .account-form .my-detail-inner .form-section .add-member-link .add-member {
  float: right;
  font-weight: bold;
  margin-left: 10px;
  color: #00aec9;
}

.my-account .my-account-inner .account-form .my-detail-inner .form-section .form-group.checkbox .form-check-label {
  font-weight: 500;
}

.my-account .my-account-inner .account-form .my-detail-inner .form-section .form-group.checkbox .form-check-label input[type="checkbox"] {
  position: relative;
  margin: 0px 5px 0px 0px;
}

.my-account .my-account-inner .account-form .my-detail-inner .form-section .button-row {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.my-account .my-account-inner .account-form .my-detail-inner .form-section .button-row .edit-btn {
  margin-bottom: 0px;
}

.my-account .my-account-inner .account-form .my-detail-inner .form-section .button-row .edit-btn .primary-button {
  width: 200px;
}

.my-account .my-account-inner .account-form .my-detail-inner .form-section .summary-common-tabel table tbody tr:first-child th {
  border-bottom: 1px solid #594A42;
}

.my-account .my-account-inner .shop-section .shop-section-inner {
  padding: 30px 40px;
  background-color: #ffffff;
}

.my-account .my-account-inner .shop-section .shop-section-inner h3 {
  color: #594A42;
  font-size: 30px;
  margin-bottom: 50px;
}

.my-account .my-account-inner .shop-section .shop-section-inner .item-row .single-item {
  margin-bottom: 60px;
  text-align: center;
}

.my-account .my-account-inner .shop-section .shop-section-inner .item-row .single-item .prod-image {
  min-height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 30px;
}

.my-account .my-account-inner .shop-section .shop-section-inner .item-row .single-item h4 {
  color: #594A42;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.my-account .my-account-inner .shop-section .shop-section-inner .item-row .single-item p {
  color: #594A42;
  font-size: 16px;
}

.my-account .my-account-inner .my-location {
  padding: 0px 0px 0px 30px;
}

.my-account .my-account-inner .my-location .my-location-inner {
  padding: 30px 40px;
  background-color: #ffffff;
}

.my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section {
  margin-bottom: 70px;
}

.my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section:last-child {
  margin-bottom: 0px;
}

.my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section h3 {
  color: #594A42;
  font-size: 30px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location:last-child {
  margin-bottom: 0px;
}

.my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location .content-col .top-head {
  margin-bottom: 20px;
}

.my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location .content-col .top-head h4 {
  color: #594A42;
  margin-bottom: 5px;
  font-size: 22px;
}

.my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location .content-col .distrubution-day {
  color: #594A42;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
  display: block;
}

.my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location .content-col .form-group.checkbox .form-check-label {
  font-weight: 500;
}

.my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location .content-col .form-group.checkbox .form-check-label input[type="checkbox"] {
  position: relative;
  margin: 0px 5px 0px 0px;
}

.my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location .content-col .common-link {
  display: block;
  margin-bottom: 5px;
}

.my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location .button-col {
  text-align: center;
}

.my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location .button-col .primary-button {
  width: 100%;
  margin-bottom: 10px;
}

.my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location .button-col .primary-button:last-child {
  margin-bottom: 0px;
}

.my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section:last-child {
  margin-bottom: 0px;
}

.my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .no-record-location p {
  font-size: 18px;
  text-align: center;
}

.my-account .my-account-inner .my-location .my-location-inner .add-location {
  padding-top: 20px;
}

.my-account .my-account-inner .my-location .my-location-inner .add-location form {
  width: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.my-account .my-account-inner .my-location .my-location-inner .add-location form .add-location-btn {
  text-align: right;
}

.my-account .my-account-inner .refer-friend {
  padding: 0px 0px 0px 30px;
}

.my-account .my-account-inner .refer-friend .refer-friend-inner {
  padding: 30px 40px;
  background-color: #ffffff;
}

.my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .detail-title {
  color: #594A42;
  font-size: 30px;
  margin-bottom: 50px;
}

.my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
}

.my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab {
  display: block;
  margin-bottom: 60px;
}

.my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab ul.nav-tabs {
  border: none;
  margin: 0px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab ul.nav-tabs li.nav-item {
  margin-bottom: 30px;
}

.my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab ul.nav-tabs li.nav-item a.nav-link {
  background-color: transparent;
  border: none;
  color: #594A42;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
}

.my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab ul.nav-tabs li.nav-item a.nav-link.active {
  color: #00aec9;
}

.my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab .tab-content .email-form input[type="email"] {
  margin-top: 0px;
}

.my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab .tab-content .email-form textarea.message {
  min-height: 120px;
  margin-bottom: 20px;
}

.my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab .tab-content .email-form .form-check {
  padding: 0px;
}

.my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab .tab-content form.email-form {
  width: 72%;
  margin: 0px auto;
}

.my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab .tab-content form.email-form .form-check .cbx span:last-child {
  font-size: 22px;
}

.my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab .tab-content .shar-image {
  text-align: center;
}

.my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab .tab-content .shar-button {
  margin-top: 20px;
  display: block;
  text-align: center;
}

.my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab .tab-content .shar-button a.primary-button {
  width: 72%;
  margin: 0px auto;
  display: block;
  font-size: 32px;
}

.my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab .tab-content .shar-button a.primary-button i {
  padding-right: 10px;
  -webkit-transition: none;
  transition: none;
}

.my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .shar-link {
  text-align: center;
  width: 72%;
  margin: 0px auto;
}

.my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .shar-link h6 {
  font-size: 24px;
  color: #594A42;
  font-weight: 600;
}

.my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .shar-link .clipboard {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .shar-link .clipboard input[type="text"] {
  margin: 0px;
  height: 60px;
  border-color: #d8d8d8;
  font-size: 26px;
}

.my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .shar-link .clipboard .primary-button {
  height: 60px;
  font-size: 22px;
}

.my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .shar-link .clipboard .primary-button:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.my-account .my-account-inner .submit-report .top-section {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.my-account .my-account-inner .submit-report .top-section .title {
  text-align: center;
}

.my-account .my-account-inner .submit-report .top-section .title h2 {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 40px;
}

.my-account .my-account-inner .submit-report .top-section .load-image {
  text-align: right;
}

.my-account .my-account-inner .submit-report .volunteer-common {
  padding: 30px 40px;
  margin-bottom: 40px;
  background-color: #ffffff;
}

.my-account .my-account-inner .submit-report .volunteer-common h3 {
  color: #594A42;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 600;
}

.my-account .my-account-inner .submit-report .volunteer-common .common-link {
  text-align: right;
  display: inline-block;
  float: right;
}

.my-account .my-account-inner .submit-report .volunteer-common input[type="submit"] {
  width: auto;
  float: right;
}

.my-account .my-account-inner .submit-report .volunteer-common .form-text {
  margin-bottom: 20px;
  font-size: 14px;
}

.my-account .my-account-inner .submit-report .volunteer-common input[type="text"],
.my-account .my-account-inner .submit-report .volunteer-common input[type="email"],
.my-account .my-account-inner .submit-report .volunteer-common input[type="url"],
.my-account .my-account-inner .submit-report .volunteer-common input[type="password"],
.my-account .my-account-inner .submit-report .volunteer-common input[type="search"],
.my-account .my-account-inner .submit-report .volunteer-common input[type="tel"],
.my-account .my-account-inner .submit-report .volunteer-common input[type="number"],
.my-account .my-account-inner .submit-report .volunteer-common textarea {
  margin: 10px 0px 10px 0px;
  height: 42px;
}

.my-account .my-account-inner .submit-report .popup-pantry-report label.popup-label {
  margin: 10px 0px 10px 0px;
  height: 42px;
  border: 3px solid #dee1d3;
  display: block;
  line-height: 16px;
  padding: 10px 15px;
  color: #594A42;
  font-weight: 400;
  font-size: 20px;
}

.my-account .my-account-inner .submit-report .shares-data {
  margin-bottom: 0px;
}

.my-account .my-account-inner .submit-report .shares-data h3 {
  color: #CA383E;
  margin-bottom: 30px;
}

.my-account .my-account-inner .submit-report .shares-data table tbody tr {
  margin-bottom: 10px;
}

.my-account .my-account-inner .submit-report .shares-data table tbody tr td {
  font-size: 18px;
  color: #594A42;
  font-weight: 500;
}

.my-account .my-account-inner .submit-report .shares-data table tbody tr td input.amount::-webkit-input-placeholder {
  color: #594A42;
}

.my-account .my-account-inner .submit-report .shares-data table tbody tr td input.amount:-ms-input-placeholder {
  color: #594A42;
}

.my-account .my-account-inner .submit-report .shares-data table tbody tr td input.amount::-ms-input-placeholder {
  color: #594A42;
}

.my-account .my-account-inner .submit-report .shares-data table tbody tr td input.amount::placeholder {
  color: #594A42;
}

.my-account .my-account-inner .submit-report .shares-data table tbody tr td:first-child {
  width: 10%;
  padding-left: 0px;
}

.my-account .my-account-inner .submit-report .shares-data table tbody tr td:first-child .amount {
  padding: 10px 8px;
  border: 3px solid #dee1d3;
  width: 100%;
  display: block;
}

.my-account .my-account-inner .submit-report .shares-data table tbody tr td:nth-child(2) {
  width: 55%;
}

.my-account .my-account-inner .submit-report .shares-data table tbody tr td:last-child {
  width: 18%;
  padding-right: 0px;
}

.my-account .my-account-inner .submit-report .shares-data .shars-ammount {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.my-account .my-account-inner .submit-report .shares-data .shars-ammount .dollar {
  font-size: 24px;
  padding-right: 10px;
}

.my-account .my-account-inner .submit-report .shares-data .shars-ammount .ammount {
  width: 100%;
  text-align: left;
  padding: 10px 30px 10px 15px;
  display: block;
  border: 3px solid #dee1d3;
}

.my-account .my-account-inner .submit-report .remaining-food {
  margin-bottom: 0px;
}

.my-account .my-account-inner .submit-report .remaining-food .del_group i {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 58px;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
}

.my-account .my-account-inner .submit-report .expenses {
  margin-bottom: 0px;
}

.my-account .my-account-inner .submit-report .expenses .upload-recipts {
  margin-top: 30px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.my-account .my-account-inner .submit-report .expenses .upload-recipts .button {
  -webkit-box-flex: 30%;
  flex: 30% 0 0;
  -ms-flex: 30% 0 0;
  max-width: 30.00000%;
}

.my-account .my-account-inner .submit-report .expenses .upload-recipts .content {
  -webkit-box-flex: 60%;
  flex: 60% 0 0;
  -ms-flex: 60% 0 0;
  max-width: 60.00000%;
  padding-left: 30px;
}

.my-account .my-account-inner .submit-report .expenses .upload-recipts .content h6 {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}

.my-account .my-account-inner .submit-report .expenses .upload-recipts .content h6 .email {
  color: #00aec9;
}

.my-account .my-account-inner .submit-report .expenses .upload-recipts .md-form {
  position: relative;
}

.my-account .my-account-inner .submit-report .expenses .upload-recipts .md-form .file-field {
  position: relative;
}

.my-account .my-account-inner .submit-report .expenses .upload-recipts .md-form .file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
}

.my-account .my-account-inner .submit-report .expenses .upload-recipts .md-form .file-path-wrapper {
  overflow: hidden;
  margin-right: 18px;
}

.my-account .my-account-inner .submit-report .expenses .upload-recipts .md-form .file-path-wrapper input.file-path {
  width: 100%;
  height: 36px;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #dee1d3;
  padding: 12px 0px;
  border-radius: 0;
}

.my-account .my-account-inner .submit-report .expenses .upload-recipts .md-form .file-path-wrapper input.file-path::-webkit-input-placeholder {
  font-size: 18px;
}

.my-account .my-account-inner .submit-report .expenses .upload-recipts .md-form .file-path-wrapper input.file-path:-ms-input-placeholder {
  font-size: 18px;
}

.my-account .my-account-inner .submit-report .expenses .upload-recipts .md-form .file-path-wrapper input.file-path::-ms-input-placeholder {
  font-size: 18px;
}

.my-account .my-account-inner .submit-report .expenses .upload-recipts .md-form .file-path-wrapper input.file-path::placeholder {
  font-size: 18px;
}

.my-account .my-account-inner .submit-report .expenses .upload-recipts .md-form .file-path-wrapper input[type=text].valid {
  border-bottom: 1px solid #00aec9;
  -webkit-box-shadow: 0 1px 0 0 #00aec9;
  box-shadow: 0 1px 0 0 #00aec9;
}

.my-account .my-account-inner .submit-report .expenses .del_expense i {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 58px;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
}

.my-account .my-account-inner .submit-report .benevolence {
  margin-bottom: 0px;
}

.my-account .my-account-inner .submit-report .benevolence .del_benevolence i {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 58px;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
}

.my-account .my-account-inner .submit-report .bunndle-summary {
  margin-bottom: 0px;
}

.my-account .my-account-inner .submit-report .bunndle-summary tr th {
  width: 33.33%;
  color: #594A42;
}

.my-account .my-account-inner .submit-report .bunndle-summary tr th:first-child {
  color: #CA383E;
  font-size: 22px;
}

.my-account .my-account-inner .submit-report .bunndle-summary tr td {
  width: 40%;
  color: #594A42;
}

.my-account .my-account-inner .submit-report .bunndle-summary tr td:first-child {
  width: 10%;
}

.my-account .my-account-inner .submit-report .bunndle-summary tr:first-child td:first-child {
  background-color: #fdf1d4;
  border: 1px solid #594A42;
}

.my-account .my-account-inner .submit-report .total-summary {
  background-color: #ca383e;
}

.my-account .my-account-inner .submit-report .total-summary h3 {
  color: #ffffff;
}

.my-account .my-account-inner .submit-report .total-summary table tbody tr th {
  font-weight: normal;
  font-size: 18px;
}

.my-account .my-account-inner .submit-report .total-summary table tbody tr th:first-child {
  width: 18%;
  padding-left: 0;
}

.my-account .my-account-inner .submit-report .total-summary table tbody tr th:nth-child(2) {
  font-weight: normal;
  font-size: 18px;
  width: 30%;
}

.my-account .my-account-inner .submit-report .total-summary table tbody tr th:nth-child(3) {
  text-align: right;
  width: 20%;
}

.my-account .my-account-inner .submit-report .total-summary table tbody tr th:last-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 0px;
}

.my-account .my-account-inner .submit-report .total-summary table tbody tr th:last-child input[type="text"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr th:last-child input[type="email"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr th:last-child input[type="url"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr th:last-child input[type="password"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr th:last-child input[type="search"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr th:last-child input[type="tel"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr th:last-child input[type="number"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr th:last-child textarea {
  max-width: 200px;
}

.my-account .my-account-inner .submit-report .total-summary table tbody tr th input[type="text"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr th input[type="email"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr th input[type="url"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr th input[type="password"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr th input[type="search"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr th input[type="tel"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr th input[type="number"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr th textarea {
  padding: 10px 10px 10px 10px;
  max-width: 100%;
  width: auto;
}

.my-account .my-account-inner .submit-report .total-summary table tbody tr td {
  color: #ffffff;
  font-size: 18px;
}

.my-account .my-account-inner .submit-report .total-summary table tbody tr td:first-child {
  width: 18%;
}

.my-account .my-account-inner .submit-report .total-summary table tbody tr td:nth-child(2) {
  width: 19%;
}

.my-account .my-account-inner .submit-report .total-summary table tbody tr td:nth-child(3) {
  width: 31%;
  text-align: right;
}

.my-account .my-account-inner .submit-report .total-summary table tbody tr td:last-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 0px;
}

.my-account .my-account-inner .submit-report .total-summary table tbody tr td:last-child input[type="text"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr td:last-child input[type="email"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr td:last-child input[type="url"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr td:last-child input[type="password"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr td:last-child input[type="search"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr td:last-child input[type="tel"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr td:last-child input[type="number"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr td:last-child textarea {
  max-width: 200px;
}

.my-account .my-account-inner .submit-report .total-summary table tbody tr td input[type="text"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr td input[type="email"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr td input[type="url"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr td input[type="password"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr td input[type="search"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr td input[type="tel"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr td input[type="number"],
.my-account .my-account-inner .submit-report .total-summary table tbody tr td textarea {
  padding: 10px 10px 10px 10px;
  max-width: 100%;
  width: auto;
}

.my-account .my-account-inner .submit-report .total-summary table tbody tr .ammount {
  background-color: #ffffff;
  color: #000000;
  padding: 3px 20px;
  min-width: auto;
}

.my-account .my-account-inner .submit-report .total-summary table tbody tr .dollar {
  font-weight: bold;
  margin-right: 10px;
}

.my-account .my-account-inner .submit-report .total-summary table tbody tr.heading {
  color: #ffffff;
}

.my-account .my-account-inner .submit-report .total-summary table.top-table {
  margin-bottom: 0px;
}

.my-account .my-account-inner .submit-report .total-summary .error {
  color: #ffffff;
}

.my-account .my-account-inner .submit-report .total-summary input[type="text"],
.my-account .my-account-inner .submit-report .total-summary input[type="email"],
.my-account .my-account-inner .submit-report .total-summary input[type="url"],
.my-account .my-account-inner .submit-report .total-summary input[type="password"],
.my-account .my-account-inner .submit-report .total-summary input[type="search"],
.my-account .my-account-inner .submit-report .total-summary input[type="tel"],
.my-account .my-account-inner .submit-report .total-summary input[type="number"],
.my-account .my-account-inner .submit-report .total-summary textarea {
  background-color: #f7f7f7;
  color: #686868;
}

.my-account .my-account-inner .submit-report .approval .form-group {
  margin-bottom: 0px;
}

.my-account .my-account-inner .submit-report .approval .form-text {
  color: #000000;
  font-weight: 400;
}

.my-account .my-account-inner .submit-report .error {
  font-size: 16px;
}

.my-account .my-account-inner .submit-report input[type="number"] {
  padding: 10px 10px 10px 15px;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner {
  padding: 30px 40px;
  margin-bottom: 40px;
  background-color: #ffffff;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .top-section {
  margin-bottom: 20px;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .top-section h3 {
  color: #594A42;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .top-section h3 .subline {
  display: block;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .top-section h6 {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  color: #CA383E;
  display: -webkit-box;
  display: flex;
  -ms-display: flex;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .top-section h6 .title {
  color: #594A42;
  padding-right: 5px;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .top-section .Title_Date {
  display: -webkit-box;
  display: flex;
  -ms-display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-justify-content: space-between;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .top-section .Title_Date h6 {
  margin: 0;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .top-section .Title_Date .dist_date {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border-radius: 2px;
  color: #686868;
  margin: -10px 0 0;
  width: calc(100% - 195px);
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .top-section .export-link {
  font-weight: bold;
  margin-left: 10px;
  color: #00aec9;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .top-section .export-link:hover {
  color: #ca383e;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .top-section.distribution-report-top-section em.error {
  font-size: 14px;
  display: block;
  text-align: right;
  width: 100%;
  padding: 5px 0px 0 0;
  margin: 0;
  width: 100%;
  text-align: right;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table {
  margin-bottom: 50px;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr th {
  width: 40%;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr th:first-child {
  width: 100%;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr th:nth-child(2) {
  width: 20%;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td {
  font-size: 18px;
  color: #594A42;
  font-weight: 700;
  padding: 15px 10px;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td .subline {
  display: block;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td input[type="text"],
.my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td input[type="email"],
.my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td input[type="url"],
.my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td input[type="password"],
.my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td input[type="search"],
.my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td input[type="tel"],
.my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td input[type="number"],
.my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td textarea {
  padding: 10px 8px 10px 8px;
  margin: 0;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td.actual-price {
  position: relative;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td.actual-price:after {
  content: '$';
  position: absolute;
  line-height: 50px;
  left: -4px;
  font-size: 18px;
  top: 14px;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td.actual-price input[type="number"].error {
  border-color: #ca383e;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td.actual-price em.error {
  display: none !important;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td:last-child {
  text-align: right;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr.bown-bg th {
  background-color: #d9d6d4;
  color: #594a42;
  border: none;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr.red-bg th {
  background-color: #ca383e;
  color: #ffffff;
  border: none;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr.today-total th {
  font-size: 18px;
  font-weight: 700;
  color: #594A42;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr.last-total th {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section h3 {
  color: #594A42;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 600;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section h3.small-size {
  font-size: 18px;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section .add-member-link {
  display: inline-block;
  text-align: right;
  width: 100%;
  margin-bottom: 15px;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section .add-member-link a.add-member {
  float: right;
  font-weight: bold;
  margin-left: 10px;
  color: #00aec9;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section .add-member-link a.add-member:hover {
  color: #ca383e;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section .form-text a {
  color: #00aec9;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section.approval .form-group {
  margin-bottom: 0px;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section.approval .form-group.right-side {
  text-align: right;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section.btn-section {
  margin-top: 10px;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section.btn-section input[type="submit"] {
  width: auto;
  float: right;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section #group_container input[type="text"],
.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section #group_container input[type="email"],
.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section #group_container input[type="url"],
.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section #group_container input[type="password"],
.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section #group_container input[type="search"],
.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section #group_container input[type="tel"],
.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section #group_container input[type="number"],
.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section #group_container textarea,
.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section #approval_container input[type="text"],
.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section #approval_container input[type="email"],
.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section #approval_container input[type="url"],
.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section #approval_container input[type="password"],
.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section #approval_container input[type="search"],
.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section #approval_container input[type="tel"],
.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section #approval_container input[type="number"],
.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section #approval_container textarea {
  margin: 5px 0px 5px 0px;
}

.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section #group_container .form-group .del_item,
.my-account .my-account-inner .court-sheet .court-sheet-inner .form-section #approval_container .form-group .del_item {
  line-height: 54px;
  font-size: 22px;
  cursor: pointer;
}

.my-account .my-account-inner .quarterly-report .volunteer-common h3 {
  background-color: #d9d6d4;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  color: #594A42;
  padding: 10px;
  border-bottom: 4px solid #594A42;
}

.my-account .my-account-inner .quarterly-report .volunteer-common.top-section {
  margin-bottom: 20px;
}

.my-account .my-account-inner .quarterly-report .volunteer-common.top-section h3 {
  color: #594A42;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
  background-color: transparent;
  border: none;
  padding: 0;
}

.my-account .my-account-inner .quarterly-report .volunteer-common.top-section h3 .subline {
  display: block;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
}

.my-account .my-account-inner .quarterly-report .volunteer-common.top-section h6 {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  color: #CA383E;
  display: -webkit-box;
  display: flex;
  -ms-display: flex;
}

.my-account .my-account-inner .quarterly-report .volunteer-common.top-section h6 .title {
  color: #594A42;
  padding-right: 5px;
}

.my-account .my-account-inner .quarterly-report .expenses .upload-recipts {
  margin-top: 60px;
}

.my-account .my-account-inner .quarterly-report .expenses .upload-recipts .button {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.my-account .my-account-inner .quarterly-report .expenses .upload-recipts .content {
  padding-left: 0px;
  text-align: right;
  padding-right: 20px;
}

.my-account .my-account-inner .quarterly-report .comments {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.my-account .my-account-inner .quarterly-report .comments h3 {
  background-color: transparent;
  border: none;
  padding: 0;
}

.my-account .my-account-inner .quarterly-report .btn-section {
  margin-bottom: 0px;
}

.my-account .my-account-inner .view-report .view-report-inner {
  padding: 30px 40px;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.my-account .my-account-inner .view-report .view-report-inner .print-button {
  text-align: right;
}

.my-account .my-account-inner .view-report .view-report-inner h3 {
  color: #594A42;
  font-size: 30px;
  margin-bottom: 15px;
}

.my-account .my-account-inner .view-report .view-report-inner table tbody tr {
  border-bottom: 1px solid #594a42;
}

.my-account .my-account-inner .view-report .view-report-inner table tbody tr th {
  color: #CA383E;
  font-size: 22px;
}

.my-account .my-account-inner .view-report .view-report-inner table tbody tr th:first-child {
  width: 25%;
}

.my-account .my-account-inner .view-report .view-report-inner table tbody tr th:nth-child(2) {
  width: 25%;
}

.my-account .my-account-inner .view-report .view-report-inner table tbody tr th:last-child {
  text-align: center;
}

.my-account .my-account-inner .view-report .view-report-inner table tbody tr td {
  font-size: 18px;
  color: #594A42;
}

.my-account .my-account-inner .view-report .view-report-inner table tbody tr td a {
  color: #00aec9;
}

.my-account .my-account-inner .view-report .view-report-inner table tbody tr td a:hover {
  color: #ca383e;
}

.my-account .my-account-inner .view-report .view-report-inner table tbody tr td:last-child {
  text-align: center;
}

.my-account .my-account-inner .view-report .view-report-inner:last-child {
  margin-bottom: 0px;
}

.my-account .my-account-inner .view-report .view-report-inner.registered-report table tbody tr th:first-child {
  width: auto;
}

.my-account .my-account-inner .view-report .view-report-inner.registered-report table tbody tr th:last-child {
  width: 35%;
  text-align: left;
}

.my-account .my-account-inner .view-report .view-report-inner.registered-report table tbody tr td:last-child {
  text-align: left;
}

.my-account .my-account-inner .view-report .view-report-inner.volunteers-report table tbody tr th:first-child {
  width: auto;
}

.my-account .my-account-inner .view-report .view-report-inner.volunteers-report table tbody tr th:nth-child(3) {
  width: 35%;
}

.my-account .my-account-inner .view-report .view-report-inner.volunteers-report table tbody tr th:last-child {
  width: auto;
  text-align: left;
}

.my-account .my-account-inner .view-report .view-report-inner.volunteers-report table tbody tr td:last-child {
  text-align: left;
}

.my-account .my-account-inner .view-report .quick-start h3 {
  margin-bottom: 10px;
}

.my-account .my-account-inner .view-report .quick-start h4 {
  font-size: 18px;
}

.my-account .my-account-inner .view-report .quick-start table tbody tr th:last-child {
  width: 10%;
  color: inherit;
}

.my-account .my-account-inner .view-report .quick-start table tbody tr:first-child {
  border: none;
}

.my-account .my-account-inner .view-report .quick-start .export-links ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.my-account .my-account-inner .view-report .quick-start .export-links ul li {
  list-style: none;
  width: 50%;
  padding: 5px 10px;
}

.my-account .my-account-inner .view-report .quick-start .export-links ul li a {
  font-size: 18px;
}

.my-account .my-account-inner .view-report .quick-start .export-links ul li a:before {
  content: "\f08e";
  font-family: 'FontAwesome';
  padding-right: 10px;
}

.my-account .my-account-inner .marketing-library .marketing-library-inner {
  padding: 30px 40px;
  background-color: #ffffff;
}

.my-account .my-account-inner .marketing-library .marketing-library-inner h2.main-title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 30px;
}

.my-account .my-account-inner .marketing-library .marketing-library-inner h3 {
  color: #594A42;
  font-size: 30px;
  margin-bottom: 50px;
}

.my-account .my-account-inner .marketing-library .marketing-library-inner .item-row .single-item {
  margin-bottom: 60px;
  text-align: center;
}

.my-account .my-account-inner .marketing-library .marketing-library-inner .item-row .single-item .prod-image {
  min-height: 350px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.my-account .my-account-inner .marketing-library .marketing-library-inner .item-row .single-item h4 {
  color: #594A42;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.my-account .my-account-inner .marketing-library .marketing-library-inner .item-row .single-item p {
  color: #594A42;
  font-size: 16px;
}

.my-account .my-account-inner .marketing-library .download-document .category-header {
  margin-bottom: 30px;
}

.my-account .my-account-inner .marketing-library .download-document .category-header h4 {
  color: #CA383E;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.my-account .my-account-inner .marketing-library .download-document .category-header ul.doc-download {
  list-style: none;
  margin-top: 0px;
}

.my-account .my-account-inner .marketing-library .download-document .category-header ul.doc-download li {
  margin-bottom: 10px;
}

.my-account .my-account-inner .marketing-library .download-document .category-header ul.doc-download li a {
  color: #594A42;
}

.my-account .my-account-inner .marketing-library .download-document .category-header ul.doc-download li a:after {
  content: "\f019";
  font-family: 'FontAwesome';
  color: #00aec9;
  padding-left: 20px;
}

.my-account .my-account-inner .marketing-library .download-document .category-header:nth-last-child(-n+3) {
  margin-bottom: 0px;
}

.distribution-view-report .my-account-inner table tbody tr th {
  border-bottom: 1px solid #d0d0d0;
  padding: 10px;
}

.distribution-view-report .my-account-inner table tbody tr td {
  padding: 10px;
}

.distribution-view-report .my-account-inner .court-sheet .court-sheet-inner .form-section h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.distribution-view-report .my-account-inner .court-sheet .court-sheet-inner .form-section table {
  border: 1px solid #d0d0d0;
}

.distribution-view-report .my-account-inner .court-sheet .court-sheet-inner .form-section table tbody tr th {
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

.distribution-view-report .my-account-inner .court-sheet .court-sheet-inner .form-section table tbody tr td {
  padding: 10px;
  color: #594A42;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

.distribution-view-report .my-account-inner .court-sheet .court-sheet-inner .form-section table tbody tr td:last-child {
  border-right: none;
}

.volunteer-form-page .form-inner .radio-button {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.volunteer-form-page .form-inner .radio-button .form-radio .form-group .radio-btn.address-radio.error {
  display: inline-block;
}

.volunteer-form-page .form-inner .radio-button #gender_box {
  width: 100%;
}

.formerly-view-report .my-account-inner .volunteer-common {
  padding-bottom: 0px;
}

.formerly-view-report .my-account-inner .volunteer-common table {
  margin-bottom: 0;
  border: 1px solid #d0d0d0;
}

.formerly-view-report .my-account-inner .volunteer-common table tbody tr th {
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  color: #594A42;
  padding: 10px;
}

.formerly-view-report .my-account-inner .volunteer-common table tbody tr td {
  padding: 10px;
  color: #594A42;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

.formerly-view-report .my-account-inner .volunteer-common table tbody tr td a {
  color: #594A42;
}

.formerly-view-report .my-account-inner .volunteer-common table tbody tr td:last-child {
  border-right: none;
}

.formerly-view-report .my-account-inner .volunteer-common.expenses .upload-recipts {
  margin-top: 20px;
}

.formerly-view-report .my-account-inner .volunteer-common.expenses .upload-recipts tbody {
  width: 100%;
  display: table;
}

.formerly-view-report .my-account-inner .volunteer-common.expenses .upload-recipts tbody tr th:last-child {
  border-right: none;
}

.formerly-view-report .my-account-inner .volunteer-common.expenses .upload-recipts tbody tr td {
  border-bottom: 1px solid #d0d0d0;
}

.formerly-view-report .my-account-inner .volunteer-common.expenses .upload-recipts tbody tr:last-child td {
  border-bottom: none;
}

.formerly-view-report .my-account-inner .volunteer-common:last-child {
  padding-bottom: 30px;
}

.formerly-view-report .my-account-inner .volunteer-common.benevolence {
  padding-bottom: 0px;
}

.formerly-view-report .my-account-inner .volunteer-common.remaining-food {
  padding-bottom: 0px;
}

.formerly-view-report .my-account-inner .volunteer-common.expenses {
  padding-bottom: 0px;
}

/* Pre Register Report */
.my-account .my-account-inner .account-form .form-inner.pre-registration-report .summary-common-tabel table tbody tr {
  border-bottom: 1px solid #594A42;
}

.my-account .my-account-inner .account-form .form-inner.pre-registration-report .summary-common-tabel table tbody tr th {
  font-size: 16px;
  font-weight: 600;
}

.my-account .my-account-inner .account-form .form-inner.pre-registration-report .summary-common-tabel table tbody tr th:first-child {
  width: 10%;
}

.my-account .my-account-inner .account-form .form-inner.pre-registration-report .summary-common-tabel table tbody tr th:nth-child(2) {
  width: 20%;
}

.my-account .my-account-inner .account-form .form-inner.pre-registration-report .summary-common-tabel table tbody tr th:nth-child(5) {
  width: 17%;
}

.my-account .my-account-inner .account-form .form-inner.pre-registration-report .summary-common-tabel table tbody tr th:nth-child(6) {
  width: 10%;
}

.my-account .my-account-inner .account-form .form-inner.pre-registration-report .summary-common-tabel table tbody tr td {
  font-size: 16px;
}

.my-account .my-account-inner .account-form .form-inner .print-button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

/* Guest Pages */
.guest-step {
  background-color: #eeedec;
  padding: 80px 0px;
  height: 100%;
}

.guest-step .guest-step-inner .guest-top-head .top-head-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.guest-step .guest-step-inner .guest-top-head .top-head-row a.primary-button:before {
  content: "" "";
  font-family: 'FontAwesome';
  padding-right: 10px;
}

.guest-step .guest-step-inner .guest-top-head .top-head-row .logo {
  text-align: right;
}

.guest-step .guest-step-inner .guest-top-head .top-head-row .logo img {
  max-width: 180px;
}

.guest-step .guest-step-inner .guest-top-head .title-area {
  margin: 70px 0px;
  text-align: center;
}

.guest-step .guest-step-inner .guest-top-head .title-area h1 {
  color: #594A42;
  font-weight: bold;
  font-size: 54px;
  margin-bottom: 10px;
}

.guest-step .guest-step-inner .guest-top-head .title-area h2 {
  color: #594A42;
  font-size: 40px;
}

.guest-step .guest-step-inner .form-navigation ul.nav-tabs {
  border: none;
  margin-right: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.guest-step .guest-step-inner .form-navigation ul.nav-tabs li.nav-item {
  width: 33.33%;
  text-align: center;
  border-radius: 0px;
  margin-bottom: 0px;
}

.guest-step .guest-step-inner .form-navigation ul.nav-tabs li.nav-item a.nav-link {
  background-color: #eeedec;
  color: #ffffff;
  text-transform: capitalize;
  border: none;
  padding: 22px 30px;
}

.guest-step .guest-step-inner .form-navigation ul.nav-tabs li.nav-item a.nav-link span.nav-inner {
  display: block;
  background-color: #594a42;
  padding: 15px;
}

.guest-step .guest-step-inner .form-navigation ul.nav-tabs li.nav-item a.nav-link.active {
  border-radius: 0px;
  background-color: #ffffff;
}

.guest-step .guest-step-inner .form-navigation ul.nav-tabs li.nav-item a.nav-link.active span.nav-inner {
  background-color: #ca383e;
}

.guest-step .guest-step-inner .common-inner-section {
  padding: 40px 50px;
  background-color: #ffffff;
}

.guest-step .guest-step-inner .common-inner-section.find-volunteer .row {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.guest-step .guest-step-inner .common-inner-section.find-volunteer .row .title {
  margin-bottom: 0;
}

.guest-step .guest-step-inner .common-inner-section.find-volunteer .export-links ul {
  list-style: none;
  margin: 0;
}

.guest-step .guest-step-inner .common-inner-section.find-volunteer .export-links ul li a {
  font-weight: 600;
}

.guest-step .guest-forms .back-button {
  margin: 10px 0px;
  display: block;
  font-weight: 600;
}

.guest-step .guest-forms .back-button:before {
  content: "" "";
  font-family: 'FontAwesome';
  padding-right: 5px;
}

.guest-step .guest-forms .back-button:hover {
  padding-left: 10px;
  color: #ca383e;
}

.guest-step .guest-forms h3 {
  color: #594A42;
  font-size: 32px;
  margin-bottom: 20px;
}

.guest-step .guest-forms h3 .guest-name {
  font-weight: bold;
}

.guest-step .guest-forms .sign-up-form input[type="submit"] {
  width: auto;
}

.guest-step .guest-forms .sign-up-form .form-sub-group {
  float: left;
  padding-left: 0px;
}

.guest-step .guest-forms .sign-up-form .form-sub-group:last-child {
  padding-right: 0px;
}

.guest-step .guest-forms .sign-up-form .form-text {
  margin: 0px 0px 20px 0px;
  font-size: 22px;
}

.guest-step .guest-forms .sign-up-form .housefold-info {
  margin: 30px 0px;
}

.guest-step .guest-forms .sign-up-form .housefold-info h3 {
  color: #CA383E;
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: bold;
}

.guest-step .guest-forms .sign-up-form .housefold-info .add-member {
  float: right;
  font-weight: bold;
  margin-left: 10px;
  color: #00aec9;
}

.guest-step .guest-forms .sign-up-form .form-group.full input[type="submit"] {
  float: right;
}

.guest-step .guest-forms .find-account input[type="text"] {
  margin-bottom: 0px;
}

.guest-step .guest-forms .find-account table tbody tr:first-child {
  background-color: #eeedec;
}

.guest-step .guest-forms .find-account table tbody tr th {
  text-align: center;
  color: #594A42;
  font-weight: bold;
  font-size: 20px;
}

.guest-step .guest-forms .find-account table tbody tr th:first-child {
  width: 20%;
}

.guest-step .guest-forms .find-account table tbody tr td {
  text-align: center;
  color: #594A42;
  font-size: 15px;
  font-weight: 600;
}

.guest-step .guest-forms .find-account table tbody tr td a {
  color: #594A42;
}

.guest-step .guest-forms .find-account table tbody tr td a:hover {
  color: #ca383e;
}

.guest-step .guest-forms .find-account table tbody tr td:first-child {
  color: #00aec9;
}

.guest-step .guest-forms .find-account table tbody tr td:first-child a {
  color: #00aec9;
}

.guest-step .guest-forms .find-account table tbody tr td:first-child a:hover {
  color: #ca383e;
}

.guest-step .guest-forms .express-guest .download-report {
  text-align: right;
  margin-bottom: 30px;
}

.guest-step .guest-forms .express-guest .download-report a {
  font-size: 22px;
  font-weight: 600;
  color: #00aec9;
}

.guest-step .guest-forms .express-guest .express-table {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.guest-step .guest-forms .express-guest .express-table .column {
  width: 25%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.guest-step .guest-forms .express-guest .express-table .column .title {
  color: #CA383E;
  font-size: 22px;
  border-right: 2px solid #d8d8d8;
  padding: 5px 30px;
  font-weight: bold;
  width: 100%;
}

.guest-step .guest-forms .express-guest .express-table .column .detail {
  color: #00aec9;
  font-weight: 400;
  font-size: 20px;
  border-right: 2px solid #d8d8d8;
  padding: 5px 30px;
  width: 100%;
}

.guest-step .guest-forms .express-guest .express-table .column .detail a {
  color: #00aec9;
}

.guest-step .guest-forms .express-guest .express-table .column .detail a:hover {
  color: #ca383e;
}

.guest-step .guest-forms .express-guest .express-table .column:last-child .title {
  border: none;
}

.guest-step .guest-forms .express-guest .express-table .column:last-child .detail {
  border: none;
}

.guest-step .guest-forms .express-guest table tbody tr th {
  color: #CA383E;
  font-size: 22px;
  border-right: 2px solid #d8d8d8;
  padding: 5px 30px;
  font-weight: bold;
}

.guest-step .guest-forms .express-guest table tbody tr th:last-child {
  border-right: none;
}

.guest-step .guest-forms .express-guest table tbody tr td {
  color: #00aec9;
  font-weight: 400;
  font-size: 20px;
  border-right: 2px solid #d8d8d8;
  padding: 5px 30px;
}

.guest-step .guest-forms .express-guest table tbody tr td:last-child {
  border-right: none;
}

.guest-step .guest-forms .order-confirmation table tbody tr td {
  color: #594A42;
  font-size: 18px;
  font-weight: 500;
}

.guest-step .guest-forms .order-confirmation table tbody tr td textarea {
  min-height: 120px;
}

.guest-step .guest-forms .order-confirmation table tbody tr td .bunndle {
  color: #CA383E;
  font-weight: 700;
}

.guest-step .guest-forms .order-confirmation table tbody tr td:first-child {
  width: 15%;
}

.guest-step .guest-forms .order-confirmation table tbody tr td:last-child {
  width: 15%;
}

.guest-step .guest-forms .order-confirmation .form-check .cbx {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.guest-step .guest-forms .order-confirmation .form-check .cbx span:last-child {
  width: 100%;
}

.guest-step .guest-forms .order-confirmation .form-check .cbx span:last-child .checkbox-title {
  display: block;
  margin-bottom: 6px;
}

.guest-step .guest-forms .volunteer-form .volunteer-button {
  text-align: right;
  margin: 20px 0px 10px 0px;
}

.guest-step .guest-forms .volunteer-form .volunteer-button input[type="submit"] {
  width: 33.33%;
}

.guest-step .guest-forms .volunteer-form .volunteer-button .secondary-button {
  background-color: #594a42;
  border-color: #594a42;
}

.guest-step .guest-forms .volunteer-form .volunteer-button .secondary-button:hover {
  background-color: transparent;
  border-color: #594a42;
  color: #594A42;
}

.guest-step .guest-forms .bunndle-box {
  display: inline-block;
  margin-top: 10px;
  background-color: #ca383e;
}

.guest-step .guest-forms .bunndle-box table {
  margin-bottom: 0px;
}

.guest-step .guest-forms .bunndle-box table tbody tr:first-child {
  background-color: #8e3135;
  color: #ffffff;
}

.guest-step .guest-forms .bunndle-box table tbody tr:first-child th {
  padding: 30px 20px;
  text-align: left;
  font-size: 26px;
  text-transform: uppercase;
}

.guest-step .guest-forms .bunndle-box table tbody tr:first-child th:first-child {
  width: 30%;
  text-align: center;
}

.guest-step .guest-forms .bunndle-box table tbody tr:first-child th:nth-child(2) {
  width: 35%;
}

.guest-step .guest-forms .bunndle-box table tbody tr:first-child th:last-child {
  width: 40%;
}

.guest-step .guest-forms .bunndle-box table tbody tr td {
  color: #ffffff;
  font-weight: 600;
  vertical-align: top;
  padding: 20px 20px;
  text-align: center;
  font-size: 42px;
}

.guest-step .guest-forms .bunndle-box table tbody tr td .cash-row {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.guest-step .guest-forms .bunndle-box table tbody tr td .cash-row .dollar {
  margin-right: 20px;
  font-size: 26px;
  display: none;
}

.guest-step .guest-forms .bunndle-box table tbody tr td .bunndle-qty {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-color: #8e3135;
}

.guest-step .guest-forms .bunndle-box table tbody tr td input[type="text"] {
  background-color: #ffffff;
  border-color: #8e3135;
  height: 100px;
  font-size: 40px;
  color: #000000;
}

.guest-step .guest-forms .bunndle-box table tbody tr td input[type="text"]::-webkit-input-placeholder {
  font-size: 54px;
}

.guest-step .guest-forms .bunndle-box table tbody tr td input[type="text"]:-ms-input-placeholder {
  font-size: 54px;
}

.guest-step .guest-forms .bunndle-box table tbody tr td input[type="text"]::-ms-input-placeholder {
  font-size: 54px;
}

.guest-step .guest-forms .bunndle-box table tbody tr td input[type="text"]::placeholder {
  font-size: 54px;
}

.guest-step .guest-forms .bunndle-box table tbody tr td:first-child input[type="text"] {
  text-align: center;
  display: inline-block;
}

.guest-step .guest-forms .bunndle-box table tbody tr td:last-child {
  width: 40%;
  text-align: left;
}

.guest-step .guest-forms .bunndle-box table .error {
  color: #ffffff;
  font-size: 18px;
}

.guest-step .guest-forms .bunndle-box .form-check {
  float: right;
  padding: 20px;
}

.guest-step .guest-forms .bunndle-box .form-check .cbx {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.guest-step .guest-forms .bunndle-box .form-check .cbx span:last-child {
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}

.guest-step .guest-forms .bunndle-box .form-check .cbx span:last-child .checkbox-title {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

.guest-step .guest-forms .bunndle-box .desc {
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  text-align: right;
  padding: 10px;
}

.guest-step .guest-forms .bunndle-btn {
  margin-top: 30px;
}

.guest-step .guest-forms .bunndle-btn .form-group {
  margin-bottom: 0px;
}

.guest-step .guest-forms .volunteer-hours {
  background-color: #8e3135;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 20px;
  width: 60%;
}

.guest-step .guest-forms .volunteer-hours .volun-hours {
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  border-color: #8e3135;
}

.guest-step .guest-forms .volunteer-hours label {
  color: #ffffff;
  margin-left: 20px;
}

.guest-step .guest-forms.find-volunteer h3.title {
  font-weight: 600;
}

.guest-step .guest-forms.find-volunteer .find-account .find-account-form .row .form-group {
  margin-bottom: 30px;
}

.guest-step .guest-forms.find-volunteer .find-account .find-account-form input[type="text"],
.guest-step .guest-forms.find-volunteer .find-account .find-account-form input[type="email"],
.guest-step .guest-forms.find-volunteer .find-account .find-account-form input[type="url"],
.guest-step .guest-forms.find-volunteer .find-account .find-account-form input[type="password"],
.guest-step .guest-forms.find-volunteer .find-account .find-account-form input[type="search"],
.guest-step .guest-forms.find-volunteer .find-account .find-account-form input[type="tel"],
.guest-step .guest-forms.find-volunteer .find-account .find-account-form input[type="number"],
.guest-step .guest-forms.find-volunteer .find-account .find-account-form textarea {
  margin-top: 0;
}

.guest-step .guest-forms.find-volunteer .find-account .find-account-form input[type="submit"] {
  padding: 14px 35px;
}

.guest-step .guest-forms.find-volunteer .find-account table.find-account-data {
  margin-bottom: 0px;
}

.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr {
  background-color: transparent;
}

.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr th {
  text-align: left;
  font-size: 15px;
  line-height: 24px;
}

.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr th:first-child {
  width: 300px;
}

.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr th:nth-child(4) {
  width: 130px;
}

.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr th:nth-child(5) {
  width: 110px;
}

.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr th:nth-child(6) {
  width: 110px;
}

.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr th:last-child {
  width: 50px;
}

.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td {
  text-align: left;
  font-weight: 400;
}

.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="text"],
.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="email"],
.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="url"],
.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="password"],
.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="search"],
.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="tel"],
.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="number"],
.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td textarea {
  margin: 0;
  padding: 10px 10px 10px 10px;
}

.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="date"],
.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="time"],
.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="datetime-local"],
.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="month"] {
  margin: 0;
  padding: 10px 10px 10px 10px;
}

.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td:last-child {
  padding: 0 2px;
}

.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td:last-child .primary-button {
  padding: 0;
  margin: 0;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  max-width: 45px;
}

.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td:last-child .primary-button i {
  color: #ffffff;
}

.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td:last-child .primary-button:hover,
.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td:last-child .primary-button:active,
.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td:last-child .primary-button:focus {
  outline: 0;
}

.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td:last-child .primary-button:hover i,
.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td:last-child .primary-button:active i,
.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td:last-child .primary-button:focus i {
  color: #00aec9;
}

.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td:last-child button:focus {
  outline: 0;
}

.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td.red-text {
  color: #CA383E;
}

.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td:first-child a {
  font-weight: 600;
  font-size: 16px;
}

.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td .email-address {
  margin: 5px 0 0;
  font-size: 15px;
  word-break: break-all;
  font-weight: 300;
}

.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td:nth-child(2) {
  font-weight: 300;
}

.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td:nth-child(2) select {
  border-radius: 2px;
  color: #686868;
  padding: 0;
  width: 100%;
  font-family: inherit;
  background-color: transparent;
  border: 3px solid #dee1d3;
  height: 48px;
}

.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td:nth-child(2) select:focus-visible {
  outline: 0;
}

.guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td:nth-child(3) {
  font-weight: 300;
}

#marker {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}

.mapboxgl-popup-close-button {
  font-size: 15px;
  padding: 5px;
  color: #c3c3c3;
  font-weight: bold;
  height: 20px;
  line-height: 10px;
}

/* Volunteer Form */
.volunteer-form-page {
  background-color: #eeedec;
}

.volunteer-form-page .top-content {
  padding: 35px 40px;
  background-color: #ffffff;
}

.volunteer-form-page .top-content p {
  font-size: 22px;
  font-weight: 500;
}

.volunteer-form-page .form-inner {
  padding: 35px 40px;
  background-color: #ffffff;
}

.volunteer-form-page .form-inner h2 {
  color: #CA383E;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}

.volunteer-form-page .form-inner h3 {
  color: #CA383E;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.volunteer-form-page .form-inner h4 {
  color: #CA383E;
  font-size: 24px;
}

.volunteer-form-page .form-inner .radio-button {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.volunteer-form-page .form-inner .radio-button label {
  margin-right: 30px;
}

.volunteer-form-page .form-inner .radio-button .form-radio {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.volunteer-form-page .form-inner .radio-button .form-radio .form-group {
  margin: 0px;
}

.volunteer-form-page .form-inner .radio-button .form-radio .form-group label {
  margin-right: 15px;
  text-transform: uppercase;
}

.volunteer-form-page .form-inner .radio-button.spacing {
  margin-bottom: 30px;
}

.volunteer-form-page .form-inner .no-sapce {
  margin-bottom: 0px;
}

.volunteer-form-page .form-inner .no-sapce textarea {
  margin-bottom: 0;
}

.volunteer-form-page .form-inner .radio-button.disclaimer-button {
  display: block;
}

.volunteer-form-page .form-inner .radio-button.disclaimer-button .disclaimer-text {
  margin: 10px 0px 30px;
}

.volunteer-form-page .form-inner .checkbox {
  margin-bottom: 30px;
}

.volunteer-form-page .form-inner .checkbox label {
  margin-right: 40px;
}

.volunteer-form-page .form-inner .checkbox .form-check-label {
  padding: 0px 20px;
}

.volunteer-form-page .form-inner .checkbox .form-check-label input[type="checkbox"] {
  margin-top: 6px;
}

.volunteer-form-page .form-inner .form-text {
  margin-bottom: 20px;
}

.volunteer-form-page .form-inner .form-text p {
  font-size: 16px;
  font-weight: 500;
}

.volunteer-form-page .form-inner .radio-button.group_data {
  display: block;
}

.volunteer-form-page .form-inner .radio-button.group_data label {
  margin-bottom: 10px;
}

.volunteer-form-page .form-inner .radio-button.group_data .form-radio .form-group label {
  margin-bottom: 0px;
}

.volunteer-form-page .form-inner .textarea textarea {
  margin-bottom: 0px;
}

.volunteer-form-page .form-inner .textarea label.notes {
  margin-top: 5px;
}

.volunteer-form-page .ifyes.hidden {
  display: none;
}

.volunteer-form-page .volunteer-checkbox .row {
  display: inline-block;
  margin: 0;
}

.volunteer-form-page .volunteer-checkbox .row .sub-checkbox {
  margin-bottom: 15px;
}

.volunteer-form-page .volunteer-form .form-group.small-btn input[type="submit"] {
  width: auto;
  float: right;
}

/* Popup Pantry Host */
.pantry-host-page .top-content {
  background-color: #eeedec;
}

.pantry-host-page .top-content .inner-content {
  padding: 40px;
  background-color: #ffffff;
}

.pantry-host-page .top-content .inner-content h2 {
  margin-bottom: 20px;
  font-size: 38px;
}

.pantry-host-page .top-content .inner-content p {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
}

.pantry-host-page .benifits-pantry-host {
  background-color: #00aec9;
}

.pantry-host-page .benifits-pantry-host h2 {
  font-size: 42px;
  color: #ffffff;
  margin-bottom: 80px;
}

.pantry-host-page .benifits-pantry-host .row .single-box {
  width: 25%;
  text-align: center;
}

.pantry-host-page .benifits-pantry-host .row .single-box .round-img {
  display: block;
  max-width: 200px;
  margin: 0px auto 30px auto;
}

.pantry-host-page .benifits-pantry-host .row .single-box h3 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.pantry-host-page .benifits-pantry-host .row .single-box p {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 30px;
}

.pantry-host-page .benifits-pantry-host .row .single-box .primary-button {
  background: #017d99;
}

.pantry-host-page .benifits-pantry-host .row .single-box .primary-button:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.pantry-host-page .requirement-form {
  background-color: #eeedec;
  padding-bottom: 100px;
}

.pantry-host-page .requirement-form .common-inner-section {
  padding: 80px 120px;
  background-color: #ffffff;
}

.pantry-host-page .requirement-form .common-inner-section .requirement-section {
  margin-bottom: 80px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
}

.pantry-host-page .requirement-form .common-inner-section .requirement-section .requirement-content {
  -webkit-box-flex: 55%;
  flex: 55% 0 0;
  -ms-flex: 55% 0 0;
  max-width: 55%;
  text-align: left;
  padding-right: 30px;
}

.pantry-host-page .requirement-form .common-inner-section .requirement-section .requirement-content h3 {
  color: #594A42;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.pantry-host-page .requirement-form .common-inner-section .requirement-section .requirement-content p {
  font-size: 22px;
  font-weight: 500;
}

.pantry-host-page .requirement-form .common-inner-section .requirement-section .requirement-image {
  -webkit-box-flex: 45%;
  flex: 45% 0 0;
  -ms-flex: 45% 0 0;
  max-width: 45%;
}

.pantry-host-page .requirement-form .common-inner-section .host-form h2.form-tital {
  font-size: 30px;
  margin-bottom: 30px;
  color: #594A42;
}

.pantry-host-page .requirement-form .common-inner-section .host-form label {
  text-transform: capitalize;
}

.pantry-host-page .requirement-form .common-inner-section .host-form label.text-case {
  text-transform: unset;
}

.pantry-host-page .requirement-form .common-inner-section .host-form .radio-button {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pantry-host-page .requirement-form .common-inner-section .host-form .radio-button label {
  margin-right: 30px;
}

.pantry-host-page .requirement-form .common-inner-section .host-form .radio-button .form-radio {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pantry-host-page .requirement-form .common-inner-section .host-form .radio-button .form-radio .form-group {
  margin: 0px;
  display: block;
  text-transform: uppercase;
}

.pantry-host-page .requirement-form .common-inner-section .host-form .email-field .email-tital {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pantry-host-page .requirement-form .common-inner-section .host-form .email-field .email-tital label {
  padding-right: 20px;
}

.pantry-host-page .requirement-form .common-inner-section .host-form .email-field .email-tital p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
  font-weight: 500;
}

.pantry-host-page .requirement-form .common-inner-section .host-form .form-group.small-btn input[type="submit"] {
  display: block;
  width: 200px;
  float: right;
}

.pantry-host-page .requirement-form .common-inner-section .host-form h3 {
  color: #CA383E;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Site Popup Page */
.site-popup.modal-dialog {
  width: 50%;
  max-width: 100%;
  position: relative;
  top: 50%;
  left: 0;
}

.site-popup.modal-dialog .modal-content {
  border-radius: 0px;
}

.site-popup.modal-dialog .modal-content label {
  text-transform: uppercase;
}

.site-popup.modal-dialog .modal-content h2 {
  margin-bottom: 20px;
  color: #594A42;
}

.site-popup.modal-dialog .modal-content .close {
  position: absolute;
  right: 0px;
  z-index: 9999;
  line-height: 22px;
  padding: 10px;
}

.site-popup.modal-dialog .modal-content .close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: 0;
}

.site-popup.modal-dialog .common-inner-section.modal-body .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
}

.site-popup.modal-dialog .common-inner-section.modal-body .row .account-form input[type="submit"] {
  width: 50%;
}

.site-popup.modal-dialog .common-inner-section.modal-body .row .account-form .remember {
  font-size: 16px;
  color: #594A42;
  font-weight: 500;
  margin-left: 20px;
}

.site-popup.modal-dialog .common-inner-section.modal-body .row .account-form .bottom-line {
  margin-top: 20px;
}

.site-popup.modal-dialog .common-inner-section.modal-body .row .account-form .bottom-line a {
  font-size: 16px;
  color: #594A42;
  font-weight: 500;
}

.site-popup.modal-dialog .common-inner-section.modal-body .row .location-detail h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

.site-popup.modal-dialog .common-inner-section.modal-body .row .location-form {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
}

.site-popup.modal-dialog .common-inner-section.modal-body .row .location-form input[type="search"] {
  height: 40px;
  width: 60%;
  line-height: 22px;
  padding: 0px 15px;
  margin: 0px;
}

.site-popup.modal-dialog .common-inner-section.modal-body .row .location-form input[type="submit"] {
  height: 40px;
  width: 40%;
  font-size: 14px;
  margin-left: 20px;
}

.site-popup.modal-dialog .common-inner-section.modal-body .row .login-form-wrap input[type="submit"] {
  width: auto;
  margin-right: 20px;
}

.site-popup.modal-dialog .common-inner-section.modal-body .row .login-form-wrap .forgot {
  font-size: 16px;
  color: #594A42;
  font-weight: 600;
}

.site-popup.modal-dialog .common-inner-section.modal-body .row .login-form-wrap .bottom-line {
  text-align: center;
  margin-top: 40px;
}

.site-popup.modal-dialog .common-inner-section.modal-body .row .login-form-wrap .bottom-line .first {
  color: #594A42;
  font-weight: bold;
  margin-right: 10px;
}

.site-popup.modal-dialog .common-inner-section.modal-body .row .login-form-wrap .bottom-line .second {
  color: #00aec9;
  font-weight: bold;
  margin-left: 10px;
}

.site-popup.volnteer-popup {
  width: 30%;
}

.site-popup.volnteer-popup .modal-content .modal-header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 40px;
}

.site-popup.volnteer-popup .modal-content .modal-header .close {
  right: 15px;
  padding: 7px;
}

.site-popup.volnteer-popup .modal-content .modal-header .close img {
  width: 25px;
}

.site-popup.volnteer-popup .modal-content .modal-body .button {
  text-align: center;
}

.site-popup.thankyou-popup {
  width: 45%;
}

.site-popup.thankyou-popup .modal-content .modal-header {
  padding: 25px;
}

.site-popup.thankyou-popup .modal-content .modal-header .modal-title {
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
}

.site-popup.thankyou-popup .modal-content .modal-header .close {
  right: 15px;
  padding: 5px;
  top: 15px;
}

.site-popup.thankyou-popup .modal-content .modal-body {
  padding: 25px;
}

.site-popup.thankyou-popup .modal-content .modal-body .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-popup.thankyou-popup .modal-content .modal-body .button [type="button"] {
  width: 50%;
  margin: 0px 10px;
  padding: 12px 12px;
}

.site-popup.thankyou-popup .modal-content .modal-body .button .secondary-button {
  width: 50%;
  margin: 0px 10px;
  padding: 12px 12px;
}

.site-popup .button .primary-button:focus,
.site-popup .button .secondary-button:focus {
  outline: 0;
}

.modal.show .site-popup.modal-dialog {
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  text-align: center;
}

/* Mobile Menu */
#menu-icon {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  margin: 0;
  top: 28px;
  right: 10px;
  z-index: 999;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#menu-icon span {
  display: block;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ca383e;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#menu-icon span:nth-child(2) {
  top: 8px;
}

#menu-icon span:nth-child(3) {
  top: 16px;
}

#menu-icon.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #CA383E;
}

#menu-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#menu-icon.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #CA383E;
}

.mobile-navigation {
  position: fixed;
  left: -100%;
  top: 0;
  width: 75%;
  height: 100vh;
  z-index: 99;
  background-color: #594a42;
  padding-top: 10px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.mobile-navigation .mobile-nav {
  background-color: #594a42;
}

.mobile-navigation .mobile-nav ul {
  list-style: none;
  margin: 0px;
}

.mobile-navigation .mobile-nav ul li {
  margin: 0;
  border-bottom: 1px solid #847770;
}

.mobile-navigation .mobile-nav ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 5px 15px;
  color: #ffffff;
  line-height: 32px;
}

.mobile-navigation .navigation ul {
  margin: 0;
}

.mobile-navigation.active {
  left: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.blog-listing-page {
  padding: 60px 0px;
  background-color: #eeedec;
}

.blog-listing-page .blog-top {
  margin-bottom: 40px;
}

.blog-listing-page .blog-top .catogory-dropdown select.form-control {
  margin: 0;
  background-color: #ffffff;
  border: none;
}

.blog-listing-page .blog-listing .blog-single {
  margin-bottom: 35px;
}

.blog-listing-page .blog-listing .blog-single .blog-image img {
  width: 100%;
}

.blog-listing-page .blog-listing .blog-single .post-body {
  padding: 20px;
  background-color: #ffffff;
}

.blog-listing-page .blog-listing .blog-single .post-body .blog-meta .blog-category a {
  color: #00aec9;
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
}

.blog-listing-page .blog-listing .blog-single .post-body .entry-title {
  margin-bottom: 0px;
}

.blog-listing-page .blog-listing .blog-single .post-body .entry-title a {
  color: #ca383e;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.blog-listing-page .blog-listing .blog-single .post-body .entry-content h3 {
  font-size: 24px;
  line-height: 1.3;
}

.blog-listing-page .blog-listing .blog-single .post-body .post-footer .primary-button {
  padding: 10px 24px;
  font-size: 14px;
}

.single-blog-page {
  padding: 60px 0px;
  background-color: #eeedec;
}

.single-blog-page .single-blog-content .entry-title {
  color: #ca383e;
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.single-blog-page .single-blog-content .blog-meta {
  text-align: center;
}

.single-blog-page .single-blog-content .blog-meta .blog-category a {
  color: #00aec9;
  margin-bottom: 20px;
  font-size: 18px;
  display: block;
}

.single-blog-page .single-blog-content .blog-image {
  margin-bottom: 30px;
  text-align: center;
}

.blog-catogory {
  padding: 60px 0px;
  background-color: #eeedec;
  min-height: 56vh;
}

.blog-catogory .blog-catogory-listing .single-blog-catogory {
  display: block;
  margin-bottom: 30px;
}

.blog-catogory .blog-catogory-listing .single-blog-catogory .blog-catogory-image {
  min-height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blog-catogory .blog-catogory-listing .single-blog-catogory .blog-catogory-title h3 {
  background-color: #ffffff;
  color: #594A42;
  font-size: 28px;
  padding: 20px 10px;
  text-align: center;
}

.blog-catogory .blog-catogory-listing .single-blog-catogory:nth-last-child(-n+3) {
  margin-bottom: 0px;
}

.blog-catogory .pagination {
  margin-top: 30px;
}

.error-page .page-content {
  background-color: #eeedec;
  text-align: center;
}

.error-page .page-content .desc {
  margin-top: 50px;
}

.error-page .page-content .desc h2 {
  margin-bottom: 10px;
}

.error-page .page-content .home-btn {
  margin-top: 30px;
}

.error-page .page-content .home-btn .primary-button {
  padding: 14px 70px;
  font-size: 24px;
}

.default-page .page-content {
  background-color: #eeedec;
}

.default-page .page-content .entry-content {
  background-color: #ffffff;
  padding: 35px 40px;
}

.default-page.contact-us .page-content {
  background-color: #eeedec;
  min-height: 56vh;
}

.default-page.contact-us .page-content .entry-content {
  padding: 0;
}

.default-page.contact-us .page-content .address-section .address-column-inner {
  background-color: #ffffff;
  padding: 30px;
  height: 100%;
}

.default-page.contact-us .page-content .address-section .address-column-inner .box-section {
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.default-page.contact-us .page-content .address-section .address-column-inner .box-section .content {
  text-align: left;
  padding-left: 25px;
  position: relative;
}

.default-page.contact-us .page-content .address-section .address-column-inner .box-section .content h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.default-page.contact-us .page-content .address-section .address-column-inner .box-section .content p {
  font-size: 16px;
}

.default-page.contact-us .page-content .address-section .address-column-inner .box-section .content a {
  color: #00aec9;
}

.default-page.contact-us .page-content .address-section .address-column-inner .box-section .content a:hover {
  color: #ca383e;
}

.default-page.contact-us .page-content .address-section .address-column-inner .box-section .content:before {
  content: "\f041";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0px;
  font-size: 20px;
  line-height: 26px;
}

.default-page.contact-us .page-content .address-section .address-column-inner .box-section:last-child {
  margin-bottom: 0px;
}

.default-page.contact-us .page-content .address-section .address-column-inner .box-section .section-icon {
  display: block;
  line-height: 22px;
}

.default-page.contact-us .page-content .address-section .address-column-inner .box-section .section-icon:before {
  padding-right: 10px;
  content: "\f041";
  font-family: 'FontAwesome';
}

.default-page.contact-us .page-content .address-section .address-column-inner .box-section.phone-section .content:before {
  content: "\f095";
}

.default-page.contact-us .page-content .address-section .address-column-inner .box-section.fax-section .content:before {
  content: "\f1ac";
}

.default-page.contact-us .page-content .address-section .address-column-inner .box-section.address-card .content:before {
  content: "\f2bb";
}

.default-page.contact-us .page-content .address-section .address-column-inner .box-section.mail-section .content:before {
  content: "\f0e0";
}

.entry-content {
  text-align: left;
}

.entry-content h1 {
  color: #594A42;
  font-size: 56px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 25px;
}

.entry-content h2 {
  color: #594A42;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 25px;
  text-transform: unset;
}

.entry-content h3 {
  color: #594A42;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 25px;
}

.entry-content h4 {
  color: #594A42;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 25px;
}

.entry-content h5 {
  color: #594A42;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 25px;
}

.entry-content h6 {
  color: #594A42;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 25px;
}

.entry-content ul {
  margin: 0 0 30px 0;
  padding: 0px;
  list-style: none;
}

.entry-content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.2;
}

.entry-content ul li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00aec9;
}

.entry-content ul li ul {
  margin-top: 10px;
}

.entry-content ul li ul li {
  margin-bottom: 10px;
  line-height: 1.2;
}

.entry-content ul li ul li:last-child {
  margin-bottom: 0px;
}

.entry-content ul li:last-child {
  margin-bottom: 0px;
}

.entry-content ol {
  margin: 0 0 50px 20px;
  padding: 0px;
}

.entry-content ol li {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.2;
}

.entry-content ol li ol {
  list-style-type: square;
  margin: 10px 0 20px 20px;
}

.entry-content ol li ol li {
  margin-bottom: 10px;
  line-height: 1.2;
}

.entry-content p {
  font-size: 20px;
  font-weight: 400;
}

.entry-content iframe {
  width: 100%;
  margin: 10px 0px;
}

.entry-content .clearfix {
  clear: both;
}

.entry-content blockquote {
  font-size: 20px;
  font-weight: 400;
  border: none;
  padding: 0;
  line-height: 1.5;
}

.entry-content blockquote [dir="ltr"] {
  margin-left: 0 !important;
}

.entry-content blockquote [dir="ltr"] span {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.5;
}

#toast-container {
  width: 90% !important;
  margin: 0 auto !important;
  top: inherit;
  bottom: 25px;
  left: 20px;
}

#toast-container .toast {
  width: 80% !important;
  margin: 0 auto;
  max-width: 100%;
  font-size: 1em;
}

#toast-container>div {
  width: 100%;
  margin: 0;
  min-width: 100%;
}

.diff-checkout {
  background-color: #eeedec;
}

.diff-checkout .diff-checkout-inner {
  background-color: #ffffff;
  padding: 50px;
}

.diff-checkout .diff-checkout-inner .top-section {
  margin-bottom: 30px;
}

.diff-checkout .diff-checkout-inner .top-section h2 {
  color: #CA383E;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.diff-checkout .diff-checkout-inner .top-section h3 {
  color: #CA383E;
  font-size: 26px;
  font-weight: bold;
}

.diff-checkout .diff-checkout-inner .top-section h3 span {
  padding-right: 20px;
}

.diff-checkout .diff-checkout-inner .middle-section {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.diff-checkout .diff-checkout-inner .middle-section .entry-content p {
  font-size: 18px;
}

.diff-checkout .diff-checkout-inner .middle-section .button-section {
  text-align: right;
}

.diff-checkout .diff-checkout-inner .middle-section .button-section .primary-button {
  background: #ca383e;
  border-color: #ca383e;
  border-radius: 12px;
  font-size: 32px;
  padding: 12px 34px;
}

.diff-checkout .diff-checkout-inner .middle-section .button-section .primary-button:hover,
.diff-checkout .diff-checkout-inner .middle-section .button-section .primary-button:focus,
.diff-checkout .diff-checkout-inner .middle-section .button-section .primary-button:active {
  background-color: #00aec9;
  color: #ffffff;
  border-color: #00aec9;
}

.diff-checkout .diff-checkout-inner .bottom-section table {
  border: 1px solid #dddddd;
  margin-bottom: 0;
}

.diff-checkout .diff-checkout-inner .bottom-section table thead th {
  background-color: #eeedec;
  padding: 16px;
  font-size: 20px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.diff-checkout .diff-checkout-inner .bottom-section table tbody td {
  padding: 16px;
  font-size: 20px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.diff-checkout .diff-checkout-inner .bottom-section table tfoot td {
  padding: 16px;
  font-size: 20px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.date_note {
  color: #CA383E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.my-account .my-account-inner .account-form .volunteer-administration-template {
  display: block;
}

.my-account .my-account-inner .account-form .volunteer-administration-template h2.main-title {
  margin-bottom: 30px;
  text-align: center;
}

.my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr {
  vertical-align: middle;
}

.my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr:first-child {
  background-color: #594a42;
  vertical-align: bottom;
}

.my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr:first-child th {
  color: #ffffff;
  text-transform: uppercase;
}

.my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr td:nth-child(3) {
  color: #CA383E;
}

.my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr td:last-child {
  vertical-align: middle;
  display: table-cell;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr td .primary-button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
}

.my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr td .primary-button:last-child {
  background-color: #CA383E;
  border: 1px solid #CA383E;
}

.my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr td .primary-button:last-child:hover,
.my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr td .primary-button:last-child:focus,
.my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr td .primary-button:last-child:active {
  background: transparent;
  color: #CA383E;
  border: 1px solid #CA383E;
  outline: none;
}

.my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr td .primary-button:first-child {
  background-color: green;
  border: 1px solid green;
}

.my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr td .primary-button:first-child:hover,
.my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr td .primary-button:first-child:focus,
.my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr td .primary-button:first-child:active {
  background: transparent;
  color: green;
  border: 1px solid green;
  outline: none;
}

.my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr td .primary-button i {
  font-size: 20px;
}

.my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr td input[type="text"] {
  border: 1px solid #dee1d3;
  height: 40px;
  margin: 0 auto;
}

.my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr th {
  font-size: 14px;
}

.my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr th:first-child {
  width: 21%;
}

.my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr th:nth-child(5) {
  width: 20%;
}

.my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr th:last-child {
  width: 18%;
}

.my-account .my-account-inner .account-form .volunteer-administration-template .print-button {
  text-align: left;
}

#volunteer-popup .modal-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#volunteer-popup .modal-header .close {
  margin: -1rem -1rem -1rem 0;
}

#volunteer-popup .modal-header .close::focus {
  outline: 0;
}

#volunteer-popup .modal-header .close img {
  width: 25px;
}

#volunteer-popup .modal-body .btn-warning {
  color: #ffffff;
  background-color: #ca383e;
  border: 1px solid #ca383e;
  border-radius: 0;
  font-weight: bold;
}

#volunteer-popup .modal-body .btn-warning:hover,
#volunteer-popup .modal-body .btn-warning:focus,
#volunteer-popup .modal-body .btn-warning:active {
  color: #ffffff;
  background-color: #594A42;
  border: 1px solid #594A42;
}

#volunteer-popup .modal-body .form-group textarea.form-control {
  background-color: #ffffff;
  border: 3px solid #dee1d3;
  margin: 10px 0px 20px 0px;
  padding: 10px 10px 10px 10px;
  height: 48px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.my-account .my-account-inner .order-listing .form-group-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.my-account .my-account-inner .order-listing .form-group-section .form-group {
  width: 50%;
  background-color: #fff;
  padding: 10px;
  margin: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.my-account .my-account-inner .order-listing .form-group-section .form-group:first-child,
.my-account .my-account-inner .order-listing .form-group-section .form-group:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.my-account .my-account-inner .order-listing .form-group-section .form-group:nth-child(odd) {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}

/*-------------------------------Theme colors-------------------------------*/
/* Responsive css */
/* 1441 */
@media only screen and (max-width: 1600px) {

  /* Default Page */
  .entry-content h1 {
    font-size: 54px;
    margin-bottom: 20px;
  }

  .entry-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .entry-content h3 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .entry-content h4 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .entry-content h5 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .entry-content h6 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  /* Checkbox */
  .form-check .cbx span:first-child svg {
    top: 3px;
    left: 3px;
  }

  /* Home Page */
  .simple-steps,
  .food-supply,
  .how-it-work,
  .review-section,
  .get-involved,
  .site-footer,
  .page-content,
  .how-involved,
  .location-page .location-page-inner,
  .location-detail-page,
  .registration-steps .sign-up-inner,
  .registration-steps .registration-inner,
  .checkout-inner,
  .product-option,
  .volunteer-form-page,
  .pantry-host-page .benifits-pantry-host,
  .default-page.contact-us .page-content,
  .diff-checkout {
    padding: 80px 0px;
  }

  .how-it-work h2,
  .get-involved h2,
  .how-involved h2,
  .pantry-host-page .benifits-pantry-host h2 {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 30px;
  }

  .banner .carousel .single-slider .banner-caption h1 {
    font-size: 44px;
    line-height: 52px;
  }

  .banner .carousel .single-slider .slider-image {
    min-height: 560px;
  }

  .food-supply {
    padding-bottom: 0px;
  }

  .how-it-work .row .work-flow .round-img img {
    max-width: 220px;
  }

  .how-it-work .row .work-flow h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .home-content .bottom-content .content h3 {
    font-size: 40px;
  }

  .get-involved .get-involved-row .single-box h3 {
    font-size: 16px;
  }

  /* FAQ's Page */
  .title-section h1 {
    font-size: 50px;
  }

  /* Product/32 Page */
  .product-option .product-detail .product-desc p {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
  }

  /* Blog Single Page */
  .single-blog-page .single-blog-content .entry-title {
    font-size: 42px;
  }

  /* Sign-In Page */
  .signin-page .common-inner-section {
    max-width: 80%;
  }

  /* Pantry-Host Page */
  .pantry-host-page .top-content .inner-content h2 {
    font-size: 32px;
  }

  .pantry-host-page .top-content .inner-content p {
    font-size: 20px;
    line-height: 30px;
  }

  .pantry-host-page .benifits-pantry-host h2 {
    font-size: 36px;
  }

  .pantry-host-page .benifits-pantry-host .row .single-box h3 {
    font-size: 22px;
  }

  .pantry-host-page .benifits-pantry-host .row .single-box p {
    font-size: 18px;
  }

  .pantry-host-page .requirement-form .common-inner-section .requirement-section .requirement-content h3 {
    font-size: 34px;
  }

  .pantry-host-page .requirement-form .common-inner-section .requirement-section .requirement-content p {
    font-size: 20px;
  }

  .pantry-host-page .requirement-form .common-inner-section .host-form h2.form-tital {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .pantry-host-page .requirement-form .common-inner-section .host-form h3 {
    font-size: 20px;
  }

  .pantry-host-page .requirement-form .common-inner-section .host-form .email-field .email-tital p {
    font-size: 16px;
  }

  /* Volunteer Page */
  .form-check .cbx span:first-child {
    width: 35px;
    height: 35px;
  }

  /* Jobs Page */
  .blog-catogory .blog-catogory-listing .single-blog-catogory .blog-catogory-title h3 {
    font-size: 26px;
  }

  /* Pre-Register Page */
  .registration-steps .registration-inner h2.page-heading {
    font-size: 34px;
  }

  .registration-steps .registration-inner .register-form {
    padding: 40px;
  }

  .registration-steps .page-content {
    padding: 50px 0px;
  }

  .checkout-inner h2.page-heading {
    margin-bottom: 40px;
    font-size: 34px;
  }

  /* My-Account Dashoard Page */
  .my-account .my-account-inner .marketing-library .marketing-library-inner h3 {
    margin-bottom: 30px;
  }

  .my-account .my-account-inner .marketing-library .marketing-library-inner .item-row .single-item {
    margin-bottom: 40px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common h3 {
    font-size: 24px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.top-section h3 {
    font-size: 30px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .top-section h3 {
    font-size: 30px;
    line-height: 1.3;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .form-section h3 {
    font-size: 24px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .detail-title {
    color: #594A42;
    font-size: 30px;
    margin-bottom: 30px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box {
    margin-bottom: 0;
    padding: 20px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab {
    margin-bottom: 30px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab ul.nav-tabs li.nav-item {
    margin-bottom: 10px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab ul.nav-tabs li.nav-item a.nav-link {
    font-size: 26px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .shar-link h6 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .shar-link .clipboard input[type="text"] {
    font-size: 22px;
  }

  .my-account .my-account-inner .account-form .my-detail-inner .form-section {
    margin-bottom: 30px;
  }

  .my-account .my-account-inner .account-form .my-detail-inner .form-section h3 {
    font-size: 22px;
  }

  .my-account .my-account-inner .account-form .my-detail-inner .top-nav .nav-tabs .nav-item .nav-link {
    padding: 12px 8px;
  }

  .my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section h3 {
    font-size: 28px;
  }

  .my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location .content-col .top-head h4 {
    font-size: 20px;
  }

  .my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location .content-col .distrubution-day {
    font-size: 20px;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area {
    margin: 60px 0px;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area h1 {
    font-size: 52px;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area h2 {
    font-size: 38px;
  }

  .guest-step .guest-forms h3 {
    font-size: 30px;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr:first-child th {
    font-size: 24px;
  }

  .site-popup.thankyou-popup {
    width: 50%;
  }
}

/* 1367 */
@media only screen and (max-width: 1440px) {

  /* Default Page */
  .entry-content h1 {
    font-size: 52px;
    margin-bottom: 20px;
  }

  .entry-content h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .entry-content h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .entry-content h4 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .entry-content h5 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .entry-content h6 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .entry-content blockquote {
    font-size: 18px;
  }

  .entry-content blockquote [dir="ltr"] span {
    font-size: 18px !important;
  }

  /* Home Page */
  .simple-steps,
  .food-supply,
  .how-it-work,
  .review-section,
  .get-involved,
  .site-footer,
  .page-content,
  .how-involved,
  .location-page .location-page-inner,
  .location-detail-page,
  .registration-steps .sign-up-inner,
  .registration-steps .registration-inner,
  .checkout-inner,
  .product-option,
  .volunteer-form-page,
  .pantry-host-page .benifits-pantry-host,
  .default-page.contact-us .page-content,
  .diff-checkout {
    padding: 40px 0px;
  }

  .how-it-work h2,
  .get-involved h2,
  .how-involved h2,
  .pantry-host-page .benifits-pantry-host h2 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 30px;
  }

  .banner .carousel .single-slider .banner-caption h1 {
    font-size: 40px;
    line-height: 52px;
  }

  .food-supply .row .left-row .year-counter ul li .count-inner .count {
    font-size: 58px;
  }

  .food-supply .row .left-row .year-counter ul li .count-inner .count-char {
    font-size: 58px;
  }

  .home-content .bottom-content .content h3 {
    font-size: 38px;
  }

  /* FAQ's Page */
  .title-section {
    padding: 40px 0;
  }

  .title-section h1 {
    font-size: 44px;
  }

  /* About-Us Page */
  .page-content h2 {
    font-size: 32px;
  }

  .page-content p {
    font-size: 18px;
  }

  .get-involved h2 {
    font-size: 32px;
  }

  .meet-ruby .ruby-content h2 {
    font-size: 32px;
  }

  .host-location h2 {
    font-size: 32px;
  }

  /* Blog Page */
  .blog-listing-page .blog-listing .blog-single .post-body .entry-title a {
    font-size: 28px;
  }

  /* Blog Single Page */
  .single-blog-page .single-blog-content .entry-title {
    font-size: 40px;
  }

  /* Pick-Primary-Location Page */
  .location-page .location-page-inner .find-location .common-inner-section .row .location-detail h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .location-page .location-page-inner .location-listing .common-inner-section .detail-row h4 a {
    font-size: 22px;
  }

  /* Find-Location Page */
  .location-page .location-page-inner .location-listing .common-inner-section .location-content .headline h3 {
    font-size: 24px;
  }

  .location-page .location-page-inner .location-listing .common-inner-section .location-content .headline .download-list {
    font-size: 20px;
  }

  .location-page .location-page-inner .location-listing .common-inner-section .location-content a {
    font-size: 20px;
  }

  /* Sign-In Page */
  .signin-page .common-inner-section {
    max-width: 90%;
  }

  /* Pantry-Host Page */
  .pantry-host-page .top-content .inner-content h2 {
    font-size: 30px;
  }

  .pantry-host-page .top-content .inner-content p {
    font-size: 18px;
    line-height: 30px;
  }

  .pantry-host-page .benifits-pantry-host h2 {
    font-size: 34px;
    margin-bottom: 40px;
  }

  .pantry-host-page .benifits-pantry-host .row .single-box h3 {
    font-size: 20px;
  }

  .pantry-host-page .requirement-form .common-inner-section .requirement-section .requirement-content h3 {
    font-size: 32px;
  }

  .pantry-host-page .requirement-form .common-inner-section .requirement-section .requirement-content p {
    font-size: 18px;
  }

  /* Jobs Page */
  .blog-catogory .blog-catogory-listing .single-blog-catogory .blog-catogory-title h3 {
    font-size: 24px;
  }

  /* Pre-Register Page */
  .registration-steps .registration-inner.checkout-inner .checkout-form .ex-date .form-control {
    padding: 5px;
  }

  .registration-steps .registration-inner.checkout-inner .order-details .detail-area table tfoot td {
    font-size: 26px;
  }

  .registration-steps .registration-inner.checkout-inner .order-details .detail-area table tbody .cart_item td.product-total {
    font-size: 30px;
  }

  .registration-steps .registration-inner h2.page-heading {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .registration-steps .registration-inner .register-form .form-head h2 {
    font-size: 28px;
  }

  .checkout-inner h2.page-heading {
    margin-bottom: 40px;
    font-size: 32px;
  }

  /* My-Account Dashboard Page */
  .my-account .my-account-inner .view-report .view-report-inner h3 {
    font-size: 26px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.top-section h3 {
    font-size: 28px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.top-section h6 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .top-section h3 {
    font-size: 28px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .top-section h6 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section {
    margin-bottom: 40px;
  }

  .my-account .my-account-inner .account-navigation .navigation ul li {
    font-size: 20px;
  }

  .my-account .my-account-inner .account-content .detail-title {
    font-size: 22px;
  }

  .my-account .my-account-inner .account-content .invite-friend .inner-box .invite-title {
    margin-bottom: 30px;
  }

  .my-account .my-account-inner .account-content .invite-friend .inner-box .invite-title h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .my-account .my-account-inner .account-content .distrubution-list .distrubution-box .distrubution-detail-area .detail-heading h2 {
    font-size: 24px;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area h1 {
    font-size: 50px;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area h2 {
    font-size: 36px;
  }

  .guest-step .guest-step-inner .common-inner-section {
    padding: 40px 40px;
  }

  .site-popup.thankyou-popup {
    width: 55%;
  }
}

/* 1201 */
@media only screen and (max-width: 1366px) {

  .how-it-work h2,
  .get-involved h2,
  .how-involved h2,
  .pantry-host-page .benifits-pantry-host h2 {
    font-size: 36px;
    line-height: 40px;
  }

  /* Default Page */
  .entry-content h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }

  .entry-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .entry-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .entry-content h4 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .entry-content h5 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .entry-content h6 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  /* Home Page */
  .site-header .row {
    width: 100%;
    margin: 0;
  }

  .site-header .row .logo {
    width: 20%;
    max-width: 160px;
  }

  .banner .carousel .single-slider .banner-caption {
    left: 10%;
  }

  .banner .carousel .single-slider .banner-caption h1 {
    font-size: 38px;
    line-height: 50px;
  }

  .banner .carousel .single-slider .banner-caption p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .food-supply .row .left-row .year-counter ul li .count-inner .count {
    font-size: 54px;
  }

  .food-supply .row .left-row .year-counter ul li .count-inner .count-char {
    font-size: 54px;
  }

  .how-it-work .row .work-flow .round-img {
    min-height: 250px;
  }

  .how-it-work .row .work-flow .round-img img {
    max-width: 200px;
  }

  .home-content .bottom-content .content h3 {
    font-size: 38px;
  }

  .get-involved .row .single-box {
    margin: 0px 15px;
  }

  /* FAQ's Page */
  .title-section h1 {
    font-size: 40px;
  }

  .faq-page .faq-inner .common-inner-section .faq-question .single-que .toggle-col {
    margin-bottom: 24px;
  }

  /* Shop Page */
  .my-account .my-account-inner .shop-section .shop-section-inner h3 {
    color: #594A42;
    font-size: 28px;
    margin-bottom: 40px;
  }

  /* Product/32 Page */
  .product-option .product-detail .product-desc p {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
  }

  .product-option .product-detail .product-form .select-option .form-group input[type="number"] {
    margin: 0px 0px 20px 0px;
  }

  /* About-Us Page */
  .page-content h2 {
    font-size: 30px;
  }

  .get-involved h2 {
    font-size: 30px;
  }

  .meet-ruby .row .ruby-content {
    padding: 0 40px;
  }

  .meet-ruby .row .ruby-content h2 {
    font-size: 30px;
  }

  .meet-ruby .row .ruby-content p {
    font-size: 18px;
  }

  .host-location h2 {
    font-size: 30px;
  }

  /* Blog Page */
  .blog-listing-page .blog-listing .blog-single .post-body .blog-meta .blog-category a {
    font-size: 16px;
  }

  .blog-listing-page .blog-listing .blog-single .post-body .entry-title a {
    font-size: 26px;
  }

  /* Blog Single Page */
  .single-blog-page .single-blog-content .entry-title {
    font-size: 38px;
  }

  /* Pick-Primary-Location Page */
  .location-page .location-page-inner .location-listing .common-inner-section .location-content p {
    font-size: 16px;
  }

  /* Find-Location Page */
  .location-page .location-page-inner .location-listing .common-inner-section .location-content .headline h3 {
    font-size: 22px;
  }

  /* Volunteer Page */
  .form-group input::-webkit-input-placeholder {
    font-size: 18px;
  }

  .form-group input:-ms-input-placeholder {
    font-size: 18px;
  }

  .form-group input::-ms-input-placeholder {
    font-size: 18px;
  }

  .form-group input::placeholder {
    font-size: 18px;
  }

  /* Pantry-Host Page */
  .pantry-host-page .benifits-pantry-host h2 {
    font-size: 32px;
  }

  /* Pre-Register Page */
  .registration-steps .registration-inner h2.page-heading {
    font-size: 28px;
  }

  .registration-steps .registration-inner .register-form .form-head h2 {
    font-size: 28px;
    margin: 15px 0;
  }

  .registration-steps .registration-inner.checkout-inner .order-details .detail-area table tbody .cart_item td.product-total {
    font-size: 28px;
  }

  .checkout-inner h2.page-heading {
    margin-bottom: 35px;
    font-size: 30px;
  }

  /* My-Account Page */
  .my-account .my-account-inner .quarterly-report .volunteer-common h3 {
    margin-bottom: 10px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.top-section h3 {
    font-size: 26px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.top-section h3 .subline {
    font-size: 20px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .top-section h3 {
    font-size: 26px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .top-section h3 .subline {
    font-size: 20px;
  }

  .guest-step {
    padding: 60px 0px;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area h1 {
    font-size: 48px;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area h2 {
    font-size: 34px;
  }

  .guest-step .guest-forms h3 {
    font-size: 28px;
  }

  .guest-step .guest-forms .sign-up-form .form-text {
    font-size: 20px;
  }

  .site-popup.thankyou-popup {
    width: 65%;
  }

  .site-popup.thankyou-popup .modal-content .modal-body .button [type="button"] {
    width: 50%;
    margin: 0px 5px;
    padding: 12px 10px;
  }

  .site-popup.thankyou-popup .modal-content .modal-body .button .secondary-button {
    width: 50%;
    margin: 0px 5px;
    padding: 12px 10px;
  }
}

/* 1025 */
@media only screen and (max-width: 1200px) {
  .primary-button {
    font-size: 14px;
    padding: 12px 15px;
  }

  .how-it-work h2,
  .get-involved h2,
  .how-involved h2,
  .pantry-host-page .benifits-pantry-host h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .simple-steps,
  .food-supply,
  .how-it-work,
  .review-section,
  .get-involved,
  .site-footer,
  .page-content,
  .how-involved,
  .location-page .location-page-inner,
  .location-detail-page,
  .registration-steps .sign-up-inner,
  .registration-steps .registration-inner,
  .checkout-inner,
  .product-option,
  .volunteer-form-page,
  .pantry-host-page .benifits-pantry-host,
  .default-page.contact-us .page-content,
  .diff-checkout {
    padding: 50px 0px;
  }

  /* Pagination */
  .pagination nav .pagination li.page-item[aria-label] .page-link {
    font-size: 27px;
    line-height: 10px;
    font-weight: 600;
  }

  .pagination nav .pagination li:last-child .page-link {
    font-size: 27px;
    line-height: 10px;
    font-weight: 600;
  }

  .pagination nav .pagination li .page-link {
    font-size: 16px;
    line-height: 15px;
  }

  /* Default Page */
  .entry-content h1 {
    font-size: 44px;
    margin-bottom: 20px;
  }

  .entry-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .entry-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .entry-content h4 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .entry-content h5 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .entry-content h6 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  /* Home Page */
  .banner .carousel .single-slider .banner-caption {
    left: 10%;
  }

  .banner .carousel .single-slider .banner-caption h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .banner .carousel .single-slider .banner-caption p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .banner .carousel .single-slider .banner-caption .primary-button {
    min-width: 240px;
  }

  .simple-steps .step-list h3 {
    font-size: 30px;
  }

  .simple-steps .step-list ol li {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
  }

  .simple-steps .step-button ul .description {
    padding: 15px;
  }

  .simple-steps .step-button ul li .primary-button {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .simple-steps .step-button ul li .primary-button:before {
    line-height: 20px;
  }

  .food-supply .row .left-row .year-counter ul li .count-inner {
    font-size: 14px;
  }

  .food-supply .row .left-row .year-counter ul li .count-inner .count {
    font-size: 50px;
  }

  .food-supply .row .left-row .year-counter ul li .count-inner .count-char {
    font-size: 50px;
  }

  .food-supply .row .right-row .food-supply-content h3 {
    font-size: 20px;
  }

  .food-supply .row .right-row .food-supply-content .primary-button {
    min-width: 200px;
  }

  .how-it-work .row .work-flow h3 {
    font-size: 20px;
  }

  .how-it-work .row .work-flow p {
    font-size: 16px;
  }

  .review-section .review-slider .review-single .review-img {
    width: 25%;
  }

  .review-section .review-slider .review-single .review-content p {
    margin-bottom: 10px;
  }

  .review-section .review-slider .review-single .autor-mame {
    font-size: 20px;
  }

  .home-content .bottom-content .content h3 {
    font-size: 34px;
  }

  .home-content .bottom-content .content p {
    font-size: 16px;
  }

  .get-involved .get-involved-row .single-box {
    margin: 0px 8px;
    padding: 30px 15px;
    width: 25%;
  }

  .get-involved .get-involved-row .single-box h3 {
    font-size: 18px;
  }

  .site-footer .footer-row .column {
    width: 12%;
  }

  .site-footer .footer-row .column:last-child {
    width: 33%;
  }

  .site-footer .footer-row .column:first-child {
    width: 33%;
  }

  .site-footer .footer-row .column ul li a {
    font-size: 16px;
  }

  .coppiright {
    padding: 15px 0px;
  }

  /* FAQ's Page */
  .title-section h1 {
    font-size: 36px;
  }

  .faq-page .faq-inner .common-inner-section .faq-question .single-que .toggle-col {
    margin-bottom: 20px;
  }

  /* Shop Page */
  .my-account .my-account-inner .shop-section .shop-section-inner .item-row .single-item .prod-image {
    min-height: 260px;
  }

  /* Product/32 Page */
  .product-option .product-detail .product-desc {
    margin-top: 20px;
  }

  .product-option .product-detail .product-desc p {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
  }

  .product-option .product-detail .product-detail .product-form .select-option .form-group input[type="number"] {
    margin: 0px 0px 20px 0px;
  }

  /* About-Us Page */
  .page-content h2 {
    font-size: 28px;
  }

  .get-involved h2 {
    font-size: 28px;
  }

  .get-involved .get-involved-row .single-box h3 {
    font-size: 16px;
  }

  .meet-ruby .row .ruby-content {
    padding: 0 40px;
  }

  .meet-ruby .row .ruby-content h2 {
    font-size: 28px;
  }

  .meet-ruby .row .ruby-content p {
    font-size: 18px;
  }

  .host-location {
    padding: 50px 0;
  }

  .host-location h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .host-location .host-table table tr td a .city-name {
    font-size: 18px;
  }

  /* Blog Page */
  .blog-listing-page .blog-listing .blog-single .post-body .entry-title a {
    font-size: 24px;
  }

  /* Single Blog Page */
  .single-blog-content h2 {
    font-size: 38px;
  }

  .single-blog-content .blog-content h2 {
    font-size: 26px;
  }

  /* Single Location Page */
  .location-detail-page .common-inner-section .detail-area h2 {
    font-size: 28px;
  }

  .location-detail-page .common-inner-section .detail-area a {
    font-size: 16px;
    padding: 12px 13px;
  }

  /* Pick-Primary-Location Page */
  .location-step .step-row .single-step.step-line .active-line {
    width: 70%;
    left: 65%;
  }

  .location-page .location-page-inner .find-location .common-inner-section .row .location-detail h2 {
    font-size: 24px;
  }

  .location-page .location-page-inner .location-listing .listing-area .common-inner-section .detail-row .day-hours {
    margin-bottom: 30px;
  }

  /* Find-Location Page */
  .location-page .location-page-inner .location-listing .listing-area .common-inner-section .detail-row h5 {
    font-size: 17px;
  }

  .location-page .location-page-inner .location-listing .listing-area .common-inner-section .detail-row h4 a {
    font-size: 20px;
  }

  .location-page .location-page-inner .location-listing .listing-area .common-inner-section .detail-row .name-date {
    padding: 0 10px;
  }

  .location-page .location-page-inner .location-listing .listing-area .common-inner-section .detail-row .address {
    padding: 0 10px;
  }

  .location-page .location-page-inner .location-listing .listing-area .common-inner-section .detail-row .day-hours {
    padding: 0 10px;
  }

  .location-page .location-page-inner .location-listing .listing-area .common-inner-section .detail-row .button {
    padding: 0 10px 0 0;
  }

  /* Sign-In Page */
  .signin-page .common-inner-section {
    max-width: 80%;
  }

  .signin-page .common-inner-section h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .signin-page .bottom-line .first {
    margin-right: 0;
  }

  /* Pantry-Host Page */
  .pantry-host-page .top-content .inner-content {
    padding: 30px;
  }

  .pantry-host-page .top-content .inner-content h2 {
    font-size: 28px;
  }

  .pantry-host-page .top-content .inner-content p {
    font-size: 18px;
  }

  .pantry-host-page .benifits-pantry-host h2 {
    font-size: 30px;
  }

  .pantry-host-page .requirement-form .common-inner-section {
    padding: 60px;
  }

  .pantry-host-page .requirement-form .common-inner-section .requirement-section .requirement-content h3 {
    font-size: 32px;
  }

  .pantry-host-page .requirement-form .common-inner-section .requirement-section .requirement-content p {
    font-size: 18px;
  }

  .pantry-host-page .requirement-form .common-inner-section .host-form h2.form-tital {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .pantry-host-page .requirement-form .common-inner-section .host-form h3 {
    font-size: 20px;
  }

  .pantry-host-page .requirement-form .common-inner-section .host-form .email-field .email-tital p {
    font-size: 16px;
  }

  /* Volunteer Page */
  .volunteer-form-page .top-content {
    padding: 30px 30px 10px;
  }

  .volunteer-form-page .top-content p {
    font-size: 20px;
  }

  .volunteer-form-page .form-inner {
    padding: 30px;
  }

  .volunteer-form-page .form-inner h2 {
    font-size: 28px;
  }

  .volunteer-form-page .form-inner .radio-button label {
    margin-right: 20px;
  }

  /* Jobs Page */
  .blog-catogory .blog-catogory-listing .single-blog-catogory .blog-catogory-title h3 {
    font-size: 22px;
  }

  /* Become-Member 48 Page */
  .registration-steps .page-content h3 {
    font-size: 28px;
  }

  .registration-steps .registration-inner .register-form .donation-form .radio-button .form-radio {
    padding: 20px 0px 0px 20px;
  }

  /* Pre-Register Page */
  .registration-steps .page-content {
    padding: 50px 0px 30px;
  }

  .registration-steps .page-content h5 {
    margin: 25px 0;
  }

  .registration-steps .registration-inner h2.page-heading {
    font-size: 26px;
  }

  .registration-steps .registration-inner .register-form .form-head h2 {
    font-size: 24px;
  }

  .registration-steps .registration-inner.checkout-inner .order-details .detail-area table tbody .cart_item td.product-name {
    font-size: 14px;
  }

  .registration-steps .registration-inner.checkout-inner .order-details .detail-area table tbody .cart_item td.product-quantity input[type="number"] {
    width: 80px;
  }

  /* checkout page */
  .checkout-inner .order-details .detail-area table tfoot tr.cart-total td {
    font-size: 28px;
  }

  .checkout-inner .order-details .detail-area table tfoot td {
    font-size: 28px;
  }

  .checkout-inner .checkout-form .apply-btn .secondary-button {
    padding: 15px 25px;
  }

  /* My-Account Dashboard Page */
  .my-account {
    padding: 40px 0;
  }

  .my-account .my-account-inner .marketing-library .marketing-library-inner {
    padding: 30px;
  }

  .my-account .my-account-inner .marketing-library .marketing-library-inner .item-row .single-item {
    margin-bottom: 30px;
  }

  .my-account .my-account-inner .marketing-library .marketing-library-inner .item-row .single-item .prod-image {
    min-height: 260px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner {
    padding: 30px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .top-section .form-group {
    margin-bottom: 10px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .top-section h6 {
    font-size: 18px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .top-section .Title_Date .dist_date {
    width: calc(100% - 165px);
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .form-section.btn-section input[type="submit"] {
    padding: 12px 20px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td {
    font-size: 16px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .form-section h3 {
    font-size: 22px;
    margin-bottom: 0;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common {
    padding: 30px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common h3 {
    font-size: 22px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common input[type="submit"] {
    padding: 12px 20px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.btn-section {
    padding: 0px 30px 20px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.comments {
    padding-bottom: 0;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.top-section h6 {
    font-size: 20px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner {
    padding: 30px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab .tab-content .shar-button .primary-button {
    font-size: 16px;
    padding: 12px 35px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab ul.nav-tabs li.nav-item a.nav-link {
    font-size: 24px;
  }

  .my-account .my-account-inner .my-location .my-location-inner {
    padding: 30px;
  }

  .my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section h3 {
    font-size: 26px;
  }

  .my-account .my-account-inner .account-navigation .mobile-sidebar .navigation ul li {
    font-size: 18px;
    padding: 12px 14px;
  }

  .my-account .my-account-inner .account-navigation .mobile-sidebar .navigation ul li.toggle-menu {
    padding: 8px 10px;
  }

  .my-account .my-account-inner .account-content .top-detail .top-detail-inner h2 {
    font-size: 32px;
  }

  .my-account .my-account-inner .account-form .form-inner {
    padding: 30px;
  }

  .my-account .my-account-inner .account-form .form-inner .summary-common-tabel table {
    margin-bottom: 20px;
  }

  .my-account .my-account-inner .account-form .form-inner .summary-common-tabel table tbody tr th {
    font-size: 20px;
  }

  .my-account .my-account-inner .account-form .form-inner .summary-common-tabel table tbody tr td {
    font-size: 18px;
  }

  .my-account .my-account-inner .account-form .form-inner h3 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .my-account .my-account-inner .account-form .form-inner.pre-registration-report .summary-common-tabel table tbody tr th {
    font-size: 14px;
    padding: 5px;
  }

  .my-account .my-account-inner .account-form .form-inner.pre-registration-report .summary-common-tabel table tbody tr td {
    font-size: 14px;
    padding: 5px;
  }

  .my-account .my-account-inner .account-form .my-detail-inner .top-nav .nav-tabs .nav-item .nav-link {
    padding: 6px 8px;
    font-size: 14px;
  }

  .my-account .my-account-inner .account-form .my-detail-inner .form-section .form-group {
    margin-bottom: 10px;
  }

  .my-account .my-account-inner .view-report .view-report-inner {
    padding: 30px;
  }

  .my-account .my-account-inner .view-report .view-report-inner h3 {
    font-size: 24px;
  }

  .my-account .my-account-inner .view-report .view-report-inner table tbody tr th {
    font-size: 18px;
  }

  .my-account .my-account-inner .view-report .view-report-inner table tbody tr th:first-child {
    width: 40%;
  }

  .my-account .my-account-inner .view-report .view-report-inner table tbody tr td {
    font-size: 16px;
  }

  .my-account .my-account-inner .view-report .quick-start h4 {
    font-size: 17px;
  }

  .my-account.distribution-view-report .my-account-inner .court-sheet .court-sheet-inner .form-section h3 {
    margin-bottom: 15px;
  }

  .guest-step .guest-step-inner .guest-top-head a {
    font-size: 22px;
  }

  .guest-step .guest-step-inner .guest-top-head a.primary-button {
    font-size: 18px;
  }

  .guest-step .guest-step-inner .common-inner-section {
    padding: 35px;
  }

  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr th {
    font-size: 14px;
    line-height: 22px;
  }

  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td {
    font-size: 14px;
  }

  .guest-step .guest-forms.find-volunteer .find-account .find-account-form input[type="submit"] {
    padding: 14px 12px;
  }

  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr th:first-child {
    width: 220px;
  }

  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr th:nth-child(3) {
    width: 100px;
  }

  .guest-step .guest-forms .express-guest .express-table .column .title {
    font-size: 20px;
    padding: 5px 20px;
  }

  .guest-step .guest-forms .express-guest .express-table .column .detail {
    font-size: 18px;
    padding: 5px 20px;
  }

  .guest-step .guest-forms .express-guest .download-report a {
    font-size: 20px;
  }

  .diff-checkout .diff-checkout-inner {
    padding: 40px;
  }

  .diff-checkout .diff-checkout-inner .top-section h2 {
    font-size: 32px;
  }

  .diff-checkout .diff-checkout-inner .top-section h3 {
    font-size: 24px;
  }

  .diff-checkout .diff-checkout-inner .middle-section .button-section .primary-button {
    font-size: 28px;
    padding: 10px 32px;
  }

  .my-account .my-account-inner .account-form .volunteer-administration-template h2.main-title {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .my-account .my-account-inner .account-form .volunteer-administration-template h4 {
    font-size: 22px;
  }

  .my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr th {
    font-size: 17px;
  }

  .my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr td {
    font-size: 16px;
  }
}

/* 992 */
@media only screen and (max-width: 1024px) {

  /* Default Page */
  .entry-content h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .food-supply .row .left-row .year-counter ul li .count-inner .count {
    font-size: 46px;
    margin-bottom: 0;
  }

  .food-supply .row .left-row .year-counter ul li .count-inner .count-char {
    font-size: 46px;
    margin-bottom: 0;
  }

  .food-supply .row .right-row .food-supply-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .review-section .review-slider .review-single .review-img {
    width: 28%;
  }

  .site-footer .footer-row .newletter h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .site-footer .footer-row .newletter .newsletter-form .form-field input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .site-footer .footer-row .newletter .newsletter-form .form-field input:-ms-input-placeholder {
    font-size: 16px;
  }

  .site-footer .footer-row .newletter .newsletter-form .form-field input::-ms-input-placeholder {
    font-size: 16px;
  }

  .site-footer .footer-row .newletter .newsletter-form .form-field input::placeholder {
    font-size: 16px;
  }

  .coppiright .container .row p {
    font-size: 14px;
  }

  /* FAQ's Page */
  .title-section h1 {
    font-size: 34px;
  }

  .faq-page .faq-inner .common-inner-section .single-faq:nth-last-child(-n+2) .faq-question {
    margin-bottom: 0px;
  }

  .faq-page .faq-inner .common-inner-section .single-faq .faq-question .single-que .toggle-col {
    font-size: 16px;
    margin-bottom: 15px;
  }

  /* Single Location Page */
  .location-detail-page .common-inner-section .detail-area a {
    font-size: 15px;
  }

  /* Product/32 Page */
  .product-option .product-detail .product-form .select-option {
    margin-bottom: 25px;
  }

  .product-option .product-detail .product-form .select-option .form-group input[type="number"] {
    margin: 0px;
  }

  /* About-Us Page */
  .get-involved h2 {
    font-size: 26px;
  }

  .meet-ruby .row .ruby-content {
    padding: 0 40px;
  }

  .meet-ruby .row .ruby-content h2 {
    font-size: 26px;
  }

  .host-location {
    padding: 50px 0;
  }

  .host-location h2 {
    font-size: 26px;
  }

  /* Blog Page */
  .blog-listing-page .blog-listing .blog-single .post-body .entry-title a {
    font-size: 22px;
  }

  /* Single Blog Page */
  .single-blog-content h2 {
    font-size: 36px;
  }

  /* Pantry-Host Page */
  .pantry-host-page .requirement-form .common-inner-section .requirement-section .requirement-content h3 {
    font-size: 30px;
  }

  .pantry-host-page .requirement-form .common-inner-section .host-form .form-group input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .pantry-host-page .requirement-form .common-inner-section .host-form .form-group input:-ms-input-placeholder {
    font-size: 16px;
  }

  .pantry-host-page .requirement-form .common-inner-section .host-form .form-group input::-ms-input-placeholder {
    font-size: 16px;
  }

  .pantry-host-page .requirement-form .common-inner-section .host-form .form-group input::placeholder {
    font-size: 16px;
  }

  /* Become-Member 48 Page */
  .registration-steps .page-content {
    padding: 50px 0;
  }

  .registration-steps .page-content p:last-child {
    margin-bottom: 0px;
  }

  /* Pre-Register 48 Page */
  .registration-steps .registration-inner .checkout-inner .order-details .detail-area table tbody .cart_item td.product-total {
    font-size: 28px;
  }

  .registration-steps .registration-inner .checkout-inner .checkout-form .ex-date .form-control {
    padding: 5px;
    font-size: 14px;
  }

  /* Checkout Page */
  .checkout-inner .checkout-form {
    padding: 30px;
  }

  .checkout-inner .checkout-form .form-group .form-control {
    font-size: 14px;
    padding: 5px 3px;
  }

  .checkout-inner .order-details .detail-area table tbody .cart_item td.product-total {
    font-size: 28px;
  }

  .checkout-inner h2.page-heading {
    margin-bottom: 30px;
    font-size: 28px;
  }

  /* My-Account Dashboard page */
  .my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location .content-col .distrubution-day {
    font-size: 18px;
  }

  .my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location .content-col .top-head h4 {
    font-size: 18px;
  }

  .my-account .my-account-inner .account-navigation .navigation ul li {
    font-size: 17px;
  }

  .my-account .my-account-inner .account-content .top-detail .top-detail-inner h2 {
    font-size: 30px;
  }

  .my-account .my-account-inner .account-content .invite-friend .inner-box .invite-title h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .my-account .my-account-inner .account-content .invite-friend .inner-box .invite-title h5 {
    font-size: 16px;
  }

  .my-account .my-account-inner .account-content .invite-friend .inner-box .social-tab {
    margin-bottom: 40px;
  }

  .my-account .my-account-inner .account-content .distrubution-list .distrubution-box .no-distrubution p {
    font-size: 22px;
    margin: 0;
  }

  .my-account .my-account-inner .marketing-library .marketing-library-inner {
    padding: 30px;
  }

  .my-account .my-account-inner .marketing-library .marketing-library-inner h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area {
    margin: 50px 0px;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area h1 {
    font-size: 46px;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area h2 {
    font-size: 32px;
  }

  .site-popup.volnteer-popup,
  .site-popup .modal-dialog {
    width: 40%;
  }

  .site-popup.volnteer-popup .modal-content .modal-header .modal-title,
  .site-popup .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 22px;
  }

  .diff-checkout .diff-checkout-inner {
    padding: 35px;
  }

  .diff-checkout .diff-checkout-inner .top-section {
    margin-bottom: 20px;
  }

  .diff-checkout .diff-checkout-inner .top-section h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .diff-checkout .diff-checkout-inner .middle-section .button-section .primary-button {
    font-size: 24px;
  }

  .diff-checkout .diff-checkout-inner .bottom-section table thead th {
    padding: 14px;
    font-size: 18px;
  }

  .diff-checkout .diff-checkout-inner .bottom-section table tfoot td {
    padding: 14px;
    font-size: 18px;
  }

  .my-account .my-account-inner .account-form .volunteer-administration-template {
    padding: 25px;
  }

  .my-account .my-account-inner .account-form .volunteer-administration-template h2.main-title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .my-account .my-account-inner .account-form .volunteer-administration-template h4 {
    font-size: 20px;
  }

  .my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr td .primary-button i {
    font-size: 19px;
  }

  .my-account .my-account-inner .account-form .common-link {
    font-size: 15px;
  }
}

/* 768 */
@media only screen and (max-width: 991px) {

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="number"],
  textarea {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0px 10px 0px;
  }

  select.form-control {
    height: 40px;
    margin: 10px 0px 10px 0px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 2px;
  }

  .how-it-work h2,
  .get-involved h2,
  .how-involved h2,
  .pantry-host-page .benifits-pantry-host h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .simple-steps,
  .food-supply,
  .how-it-work,
  .review-section,
  .get-involved,
  .site-footer,
  .page-content,
  .how-involved,
  .location-page .location-page-inner,
  .location-detail-page,
  .registration-steps .sign-up-inner,
  .registration-steps .registration-inner,
  .checkout-inner,
  .product-option,
  .volunteer-form-page,
  .pantry-host-page .benifits-pantry-host,
  .default-page.contact-us .page-content,
  .diff-checkout {
    padding: 50px 0px;
  }

  .form-group {
    margin-bottom: 10px;
  }

  hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /* Default Page */
  .entry-content h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .entry-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .entry-content h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .entry-content h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .entry-content h5 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .entry-content h6 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .entry-content p {
    font-size: 16px;
  }

  .entry-content blockquote {
    font-size: 16px;
  }

  .entry-content blockquote [dir="ltr"] span {
    font-size: 16px !important;
  }

  /* Home Page */
  .site-header .row .navigation li {
    font-size: 14px;
    padding-left: 14px;
  }

  .site-header .row .navigation li.cart a img {
    width: 30px;
    height: 30px;
  }

  .site-header .row .navigation li.cart .count {
    width: 27px;
  }

  .banner .carousel .single-slider .banner-caption {
    width: 46%;
    left: 12%;
  }

  .banner .carousel .single-slider .banner-caption h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .simple-steps .container .row .step-list {
    margin-bottom: 20px;
  }

  .food-supply .row .left-row {
    width: 100%;
    padding-right: 0;
  }

  .food-supply .row .left-row .year-counter {
    margin-bottom: 20px;
  }

  .food-supply .row .right-row {
    width: 100%;
    margin-bottom: 0px;
  }

  .food-supply .row .right-row .food-supply-content p {
    margin-bottom: 20px;
  }

  .how-it-work h2 {
    margin-bottom: 30px;
  }

  .how-it-work .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .how-it-work .row .work-flow {
    width: 50%;
  }

  .how-it-work .row .work-flow h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .review-section .review-slider .review-single .review-img {
    width: 42%;
  }

  .review-section .review-slider .review-single .review-content {
    width: 100%;
  }

  .home-content .bottom-content {
    padding: 50px 0;
  }

  .home-content .bottom-content .image {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    margin: 0 auto;
  }

  .home-content .bottom-content .content {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding-left: 0;
    text-align: center;
    margin: 40px auto 0px;
  }

  .home-content .bottom-content .content h3 {
    font-size: 30px;
  }

  .get-involved .get-involved-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .get-involved .get-involved-row .single-box {
    margin: 8px 8px;
    padding: 30px 6px;
    width: 47%;
  }

  .site-footer .container {
    max-width: 100%;
  }

  .site-footer .footer-row .footer-logo img {
    max-width: 240px;
    margin-bottom: 30px;
  }

  .site-footer .footer-row .footer-logo p {
    font-size: 16px;
  }

  .site-footer .footer-row .column {
    width: 22%;
  }

  .site-footer .footer-row .column:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .site-footer .footer-row .column:nth-child(2) {
    width: 35%;
  }

  .site-footer .footer-row .column:nth-child(3) {
    width: 25%;
    padding-left: 30px;
  }

  .site-footer .footer-row .column:last-child {
    width: 40%;
  }

  .site-footer .footer-row .newletter .newsletter-form {
    display: block;
    width: 100%;
  }

  .site-footer .footer-row .newletter .newsletter-form .form-field {
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .site-footer .footer-row .newletter .newsletter-form .form-field.first-name {
    padding-right: 0;
  }

  .site-footer .footer-row .newletter .newsletter-form .form-field.last-name {
    padding-left: 0;
  }

  /* FAQ's Page */
  .title-section {
    padding: 30px 0;
  }

  .title-section h1 {
    font-size: 30px;
  }

  .faq-page .faq-inner .common-inner-section .single-faq:nth-last-child(-n+2) .faq-question {
    margin-bottom: 40px;
  }

  .faq-page .faq-inner .common-inner-section .single-faq .faq-question {
    margin-bottom: 40px;
  }

  .faq-page .faq-inner .common-inner-section .single-faq .faq-question .single-que .toggle-col {
    margin-bottom: 15px;
  }

  /* Shop Page */
  .my-account .my-account-inner .shop-section .shop-section-inner .item-row .single-item .prod-image {
    min-height: 290px;
  }

  /* Product/32 Page */
  .product-detail .product-option .product-detail-inner .product-image {
    padding: 0px 50px;
  }

  /* About-Us Page */
  .page-content {
    padding: 30px 0;
  }

  .get-involved h2 {
    font-size: 24px;
  }

  .meet-ruby .row {
    display: block;
  }

  .meet-ruby .row .ruby-content {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .meet-ruby .row .ruby-content h2 {
    font-size: 24px;
  }

  .meet-ruby .row .ruby-image {
    width: 50%;
    margin: 0 auto;
  }

  .host-location {
    padding: 50px 0;
  }

  .host-location h2 {
    font-size: 24px;
  }

  .host-location .host-table table {
    width: 100%;
    display: block;
  }

  .host-location .host-table table tbody {
    width: 100%;
    display: block;
  }

  .host-location .host-table table tbody tr {
    width: 100%;
    display: block;
  }

  .host-location .host-table table tbody tr td {
    width: 50%;
    display: block;
    float: left;
  }

  .host-location .host-table table tbody tr td:nth-child(2n+1) {
    clear: left;
  }

  .host-location .host-table table tbody tr td:nth-child(2n) {
    clear: right;
  }

  /* Blog Page */
  .blog-listing-page {
    padding: 50px 0;
  }

  .blog-listing-page .blog-listing .blog-single .post-body .entry-title a {
    font-size: 20px;
  }

  /* Single Blog Page */
  .single-blog-page {
    padding: 40px 0;
  }

  .single-blog-page .single-blog-content .entry-title {
    font-size: 34px;
  }

  .single-blog-page .single-blog-content .blog-content h2 {
    font-size: 26px;
  }

  .single-blog-page .single-blog-content .blog-content h3 {
    font-size: 26px;
  }

  /* Single Location Page */
  .location-detail-page .common-inner-section {
    padding: 30px 40px;
  }

  .location-detail-page .common-inner-section .detail-area h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .location-detail-page .common-inner-section .detail-area a {
    width: 49%;
  }

  .location-detail-page .common-inner-section .map-image .map {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }

  .location-detail-page .common-inner-section .map-image .location-image {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }

  /* Pick-Primary-Location page */
  .location-page .location-page-inner .find-location .common-inner-section .row .location-detail h2 {
    font-size: 22px;
  }

  /* Find-Location Page */
  .location-page .location-page-inner .location-listing .common-inner-section .location-content .headline {
    display: block;
  }

  .location-page .location-page-inner .location-listing .common-inner-section .location-content .headline h3 {
    margin-bottom: 15px;
  }

  .location-page .location-page-inner .location-listing .common-inner-section .location-content .headline .download-list {
    display: block;
    margin-bottom: 15px;
  }

  .location-page .location-page-inner .location-listing .common-inner-section .detail-row .button .primary-button {
    width: 70%;
    margin: 0px 0px 10px 10px;
  }

  /* Sign-In Page */
  .signin-page {
    padding: 40px 0px;
  }

  .signin-page .common-inner-section {
    max-width: 100%;
    padding: 40px;
  }

  .signin-page .common-inner-section h2 {
    font-size: 28px;
  }

  /* Pantry-Host Page */
  .pantry-host-page .top-content .inner-content h2 {
    line-height: 34px;
    font-size: 24px;
  }

  .pantry-host-page .top-content .inner-content p {
    font-size: 16px;
  }

  .pantry-host-page .benifits-pantry-host {
    padding: 50px 0 30px;
  }

  .pantry-host-page .benifits-pantry-host h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .pantry-host-page .benifits-pantry-host .row {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    display: block;
  }

  .pantry-host-page .benifits-pantry-host .row .single-box {
    width: 50%;
    text-align: center;
    display: inline-block;
    margin: 0 -5px 20px;
  }

  .pantry-host-page .requirement-form {
    padding-bottom: 50px;
  }

  .pantry-host-page .requirement-form .common-inner-section {
    padding: 60px 40px 40px;
  }

  .pantry-host-page .requirement-form .common-inner-section .requirement-section .requirement-content h3 {
    font-size: 28px;
  }

  .pantry-host-page .requirement-form .common-inner-section .host-form h2.form-tital {
    font-size: 26px;
    margin-bottom: 0px;
  }

  /* Volunteer Page */
  .volunteer-form-page .top-content p {
    font-size: 18px;
  }

  .volunteer-form-page .form-inner h2 {
    font-size: 26px;
  }

  .volunteer-form-page .form-inner h3 {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .volunteer-form-page .form-inner .form-group {
    margin-bottom: 20px;
  }

  .volunteer-form-page .form-inner .form-group.radio-button {
    display: block;
    width: 100%;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }

  .volunteer-form-page .form-inner .form-group.radio-button label {
    margin: 0 0 10px;
  }

  .volunteer-form-page .form-inner .form-group.radio-button .form-radio .form-group label {
    font-size: 14px;
    margin: 0px;
  }

  .volunteer-form-page .form-inner .form-check .cbx span:first-child {
    height: 30px;
    width: 30px;
  }

  .volunteer-form-page .form-inner .form-check .cbx span:first-child svg {
    left: 1px;
    top: 5px;
    height: 15px;
    width: 25px;
  }

  .volunteer-form-page .form-inner .form-check .cbx span:last-child {
    width: 80%;
  }

  /* Jobs Page */
  .blog-catogory {
    padding: 40px 0;
  }

  /* Become-Member 48 Page */
  .registration-steps .page-content h3 {
    font-size: 24px;
  }

  /* Default location header */
  .location-step .step-row .single-step {
    padding: 0 5px;
  }

  .location-step .step-row .single-step .step-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }

  /* Pre-Register 48 Page */
  .registration-steps .registration-inner .register-form {
    margin-bottom: 30px;
  }

  /* Checkout Page */
  .checkout-inner .checkout-form {
    margin-bottom: 25px;
  }

  .checkout-inner .order-details .detail-area h2.heading {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #CA383E;
  }

  .default-page.contact-us .page-content .address-section .address-column-inner {
    padding: 30px 30px 0;
  }

  /* My Account Sidebar */
  .my-account .my-account-inner .marketing-library {
    padding: 0;
  }

  .my-account .my-account-inner .marketing-library .marketing-library-inner {
    padding: 25px;
  }

  .my-account .my-account-inner .marketing-library .marketing-library-inner .item-row .single-item .prod-image {
    min-height: 290px;
  }

  .my-account .my-account-inner .quarterly-report {
    padding: 0px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common {
    padding: 25px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common h3 {
    font-size: 20px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.top-section h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.top-section h3 .subline {
    font-size: 18px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.top-section h6 {
    font-size: 18px;
  }

  .my-account .my-account-inner .court-sheet {
    padding: 0;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner {
    padding: 25px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .top-section h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .top-section h3 .subline {
    font-size: 18px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .top-section h6 {
    font-size: 18px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table {
    margin-bottom: 30px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr.last-total th {
    font-size: 16px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td {
    font-size: 16px;
    padding: 12px 10px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr.today-total th {
    font-size: 16px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .form-section h3 {
    font-size: 20px;
  }

  .my-account .my-account-inner .refer-friend {
    padding: 0px 0px 0px 0px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner {
    padding: 25px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .shar-link h6 {
    font-size: 20px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .shar-link .clipboard input[type="text"] {
    font-size: 20px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .shar-link .clipboard .primary-button {
    font-size: 20px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .detail-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .my-account .my-account-inner .my-location {
    padding: 0px;
  }

  .my-account .my-account-inner .my-location .my-location-inner {
    padding: 25px;
  }

  .my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location .content-col .common-link {
    display: block;
    margin-bottom: 10px;
  }

  .my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location .button-col {
    text-align: left;
  }

  .my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location .button-col .primary-button {
    width: auto;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .my-account .my-account-inner .account-navigation .mobile-sidebar {
    display: block;
    margin-bottom: 20px;
  }

  .my-account .my-account-inner .account-navigation .mobile-sidebar .navigation {
    margin-bottom: 15px;
  }

  .my-account .my-account-inner .account-navigation .desktop-sidebar {
    display: none;
  }

  .my-account .my-account-inner .account-content {
    padding: 0px 0px 0px 0px;
  }

  .my-account .my-account-inner .account-content .top-detail {
    margin-bottom: 20px;
  }

  .my-account .my-account-inner .account-content .detail-title {
    font-size: 20px;
  }

  .my-account .my-account-inner .account-form {
    padding: 0;
  }

  .my-account .my-account-inner .account-form .form-inner {
    padding: 25px;
  }

  .my-account .my-account-inner .account-form .form-inner h3 {
    font-size: 24px;
  }

  .my-account .my-account-inner .account-form .form-inner.pre-registration-report .summary-common-tabel table {
    margin-bottom: 10px;
  }

  .my-account .my-account-inner .account-form .form-inner.pre-registration-report .summary-common-tabel table tbody tr {
    border-bottom: 2px solid #594A42;
    display: block;
    margin-bottom: 10px;
  }

  .my-account .my-account-inner .account-form .form-inner.pre-registration-report .summary-common-tabel table tbody tr:first-child {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .my-account .my-account-inner .account-form .form-inner.pre-registration-report .summary-common-tabel table tbody tr td {
    border-bottom: 1px solid #DDDDDD;
    display: block;
    text-align: left;
    position: relative;
    padding-left: 50%;
  }

  .my-account .my-account-inner .account-form .form-inner.pre-registration-report .summary-common-tabel table tbody tr td:before {
    content: attr(data-label);
    position: absolute;
    left: 5px;
    font-weight: bold;
  }

  .my-account .my-account-inner .account-form .form-inner.pre-registration-report .summary-common-tabel table tbody tr td:last-child {
    border-bottom: 0;
  }

  .my-account .my-account-inner .account-form .form-inner.pre-registration-report .summary-common-tabel table tbody tr:last-child {
    margin-bottom: 0px;
  }

  .my-account .my-account-inner .view-report {
    padding: 0;
  }

  .my-account .my-account-inner .view-report .view-report-inner {
    padding: 25px;
  }

  .my-account .my-account-inner .view-report .view-report-inner.registered-report table,
  .my-account .my-account-inner .view-report .view-report-inner.volunteers-report table {
    margin-bottom: 15px;
  }

  .my-account .my-account-inner .view-report .view-report-inner.registered-report table tbody tr,
  .my-account .my-account-inner .view-report .view-report-inner.volunteers-report table tbody tr {
    border-bottom: 2px solid #594a42;
    display: block;
    margin-bottom: 15px;
  }

  .my-account .my-account-inner .view-report .view-report-inner.registered-report table tbody tr:first-child,
  .my-account .my-account-inner .view-report .view-report-inner.volunteers-report table tbody tr:first-child {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .my-account .my-account-inner .view-report .view-report-inner.registered-report table tbody tr td,
  .my-account .my-account-inner .view-report .view-report-inner.volunteers-report table tbody tr td {
    border-bottom: 1px solid #ddd;
    padding-left: 40%;
    position: relative;
    width: 100%;
    display: inline-block;
  }

  .my-account .my-account-inner .view-report .view-report-inner.registered-report table tbody tr td:before,
  .my-account .my-account-inner .view-report .view-report-inner.volunteers-report table tbody tr td:before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 0;
  }

  .my-account .my-account-inner .view-report .view-report-inner.registered-report table tbody tr td:last-child,
  .my-account .my-account-inner .view-report .view-report-inner.volunteers-report table tbody tr td:last-child {
    margin-bottom: 0px;
    border-bottom: none;
  }

  .my-account .my-account-inner .view-report .view-report-inner.registered-report table tbody tr:last-child,
  .my-account .my-account-inner .view-report .view-report-inner.volunteers-report table tbody tr:last-child {
    border-bottom: none;
  }

  .my-account.distribution-view-report .my-account-inner .court-sheet .court-sheet-inner .form-section h3 {
    margin-bottom: 10px;
  }

  .guest-step {
    padding: 50px 0px;
  }

  .guest-step .guest-forms h3 {
    font-size: 26px;
  }

  .guest-step .guest-forms .find-account table tbody tr th {
    font-size: 18px;
  }

  .guest-step .guest-forms.find-volunteer .find-account .find-account-form .row .form-group {
    margin-bottom: 15px;
  }

  .guest-step .guest-forms.find-volunteer .find-account .find-account-form input[type="submit"] {
    padding: 14px 12px;
    width: auto;
    display: block;
  }

  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data {
    margin-top: 10px;
  }

  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr {
    border-bottom: 3px solid #594A42;
    display: block;
    margin-bottom: 10px;
  }

  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr:first-child {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    text-align: right;
  }

  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="text"],
  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="email"],
  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="url"],
  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="password"],
  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="search"],
  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="tel"],
  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="number"],
  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td textarea {
    width: auto;
    max-width: 180px;
    border-width: 2px;
  }

  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    padding-right: 10px;
  }

  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td:last-child {
    margin-bottom: 0px;
  }

  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td:last-child .primary-button {
    margin: 10px 0px;
  }

  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr:last-child {
    margin-bottom: 0px;
    border-bottom: none;
  }

  .guest-step .guest-forms .sign-up-form .form-text {
    font-size: 18px;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr td input[type="text"] {
    height: 90px;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr td input[type="text"]::-webkit-input-placeholder {
    font-size: 46px;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr td input[type="text"]:-ms-input-placeholder {
    font-size: 46px;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr td input[type="text"]::-ms-input-placeholder {
    font-size: 46px;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr td input[type="text"]::placeholder {
    font-size: 46px;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr:first-child th {
    font-size: 18px;
    padding: 20px 10px;
  }

  .guest-step .guest-forms .bunndle-box .desc {
    font-size: 14px;
  }

  .guest-step .guest-forms .bunndle-btn {
    margin-top: 20px;
  }

  .guest-step .guest-forms .order-confirmation table tbody tr td:first-child {
    width: 10%;
  }

  .guest-step .guest-forms .order-confirmation table tbody tr td:last-child {
    width: 10%;
  }

  .guest-step .guest-step-inner .guest-top-head a.primary-button {
    font-size: 16px;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area {
    margin: 40px 0px;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area h1 {
    font-size: 38px;
    line-height: 1;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area h2 {
    font-size: 28px;
  }

  .guest-step .guest-step-inner .form-navigation ul.nav-tabs li.nav-item a.nav-link {
    padding: 14px 16px;
  }

  .guest-step .guest-step-inner .form-navigation ul.nav-tabs li.nav-item a.nav-link span.nav-inner {
    padding: 12px;
  }

  .guest-step .guest-step-inner .common-inner-section {
    padding: 25px;
  }

  .site-popup.thankyou-popup .modal-content .modal-header {
    padding: 20px;
  }

  .site-popup.thankyou-popup .modal-content .modal-header .modal-title {
    font-size: 22px;
  }

  .site-popup.thankyou-popup .modal-content .modal-body {
    padding: 20px;
  }

  .guest-step .guest-forms .express-guest .express-table .column .title {
    font-size: 16px;
    padding: 5px 10px;
  }

  .guest-step .guest-forms .express-guest .express-table .column .detail {
    font-size: 16px;
    padding: 5px 10px;
  }

  .guest-step .guest-forms .express-guest .download-report {
    margin-bottom: 20px;
  }

  .guest-step .guest-forms .express-guest .download-report a {
    font-size: 18px;
  }

  .site-popup.volnteer-popup,
  .site-popup .modal-dialog {
    width: 60%;
  }

  .diff-checkout .diff-checkout-inner .top-section h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .diff-checkout .diff-checkout-inner .top-section h3 {
    font-size: 20px;
  }

  .diff-checkout .diff-checkout-inner .middle-section .button-section .primary-button {
    font-size: 22px;
    padding: 10px 28px;
  }

  .diff-checkout .diff-checkout-inner .bottom-section table thead th {
    padding: 14px;
    font-size: 16px;
  }

  .diff-checkout .diff-checkout-inner .bottom-section table tbody td {
    padding: 14px;
    font-size: 16px;
  }

  .diff-checkout .diff-checkout-inner .bottom-section table tfoot td {
    padding: 14px;
    font-size: 16px;
  }

  .my-account .my-account-inner .account-form .volunteer-administration-template h2.main-title {
    padding-left: 15px;
  }

  .checkout-inner .checkout-form .form-group.g-recaptcha-field {
    margin-top: 10px;
  }
}

/* 578 */
@media only screen and (max-width: 767px) {

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="number"],
  textarea {
    height: 38px;
    border: 2px solid #dee1d3;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 8px 8px 8px;
    margin: 6px 0px 6px 0px;
  }

  .form-group textarea {
    padding: 8px 8px 8px 8px;
    min-height: 100px;
  }

  textarea::-webkit-input-placeholder {
    font-size: 18px;
  }

  textarea:-ms-input-placeholder {
    font-size: 18px;
  }

  textarea::-ms-input-placeholder {
    font-size: 18px;
  }

  textarea::placeholder {
    font-size: 18px;
  }

  input::-webkit-input-placeholder {
    font-size: 18px;
  }

  input:-ms-input-placeholder {
    font-size: 18px;
  }

  input::-ms-input-placeholder {
    font-size: 18px;
  }

  input::placeholder {
    font-size: 18px;
  }

  .sign-up-inner .common-inner-section hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .how-it-work h2,
  .get-involved h2,
  .how-involved h2,
  .pantry-host-page .benifits-pantry-host h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .primary-button {
    padding: 10px 12px;
    font-size: 15px;
  }

  input[type="submit"] {
    padding: 10px 34px;
    font-size: 15px;
  }

  /* Default-Page */
  .default-page .page-content .entry-content {
    padding: 30px 30px;
  }

  .entry-content h1 {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .entry-content h2 {
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .entry-content h3 {
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .entry-content h4 {
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .entry-content h5 {
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .entry-content h6 {
    line-height: 1.4;
    margin-bottom: 10px;
  }

  /* Home Page */
  .site-header.mobile {
    display: block;
  }

  .site-header.desktop {
    display: none;
  }

  .banner {
    max-height: 280px;
  }

  .banner .carousel .single-slider {
    max-height: 280px;
  }

  .banner .carousel .single-slider .slider-image {
    min-height: 300px;
  }

  .banner .carousel .single-slider .banner-caption {
    width: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .banner .carousel .single-slider .banner-caption h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .banner .carousel .single-slider .banner-caption p {
    font-size: 16px;
    line-height: 20px;
  }

  .banner .carousel .single-slider .banner-caption .primary-button {
    min-width: 210px;
    line-height: 20px;
  }

  .simple-steps .step-list h3 {
    font-size: 24px;
  }

  .simple-steps .step-list ol li {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
  }

  .food-supply .row .left-row {
    width: 100%;
    padding-right: 0px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .food-supply .row .left-row .year-counter {
    margin-bottom: 0;
  }

  .food-supply .row .left-row .year-counter ul li {
    width: 50%;
    padding: 0px 10px;
  }

  .food-supply .row .right-row {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0px 10px 40px 10px;
  }

  .food-supply .row .right-row .food-supply-content h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .food-supply .row .right-row .food-supply-content .primary-button {
    min-width: auto;
  }

  .review-section .review-slider .review-single .review-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .how-it-work h2 {
    margin-bottom: 30px;
  }

  .how-it-work .row {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .how-it-work .row .work-flow {
    padding: 0px 20px 30px 20px;
    width: 50%;
  }

  .how-it-work .row .work-flow .round-img {
    min-height: auto;
  }

  .how-it-work .row .work-flow .round-img img {
    max-width: 200px;
  }

  .how-it-work .row .work-flow h3 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }

  .how-it-work .row .work-flow p {
    font-size: 14px;
  }

  .home-content .bottom-content .image {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: 100%;
    margin: 0 auto;
  }

  .get-involved .get-involved-row .single-box {
    margin: 8px 8px;
    padding: 30px 6px;
    width: 46%;
  }

  .site-footer .footer-row .footer-logo img {
    max-width: 200px;
    margin-bottom: 30px;
  }

  .site-footer .footer-row .column:first-child {
    text-align: left;
  }

  .site-footer .footer-row .column:nth-child(2) {
    width: 100%;
  }

  .site-footer .footer-row .column:nth-child(3) {
    width: 100%;
    padding-left: 10px;
  }

  .site-footer .footer-row .column:last-child {
    width: 65%;
    margin-top: 20px;
  }

  .coppiright .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .coppiright .row p {
    width: 100%;
    font-size: 14px;
  }

  .coppiright .row .social-icon {
    text-align: center;
    margin-top: 10px;
  }

  /* FAQ's Page */
  .title-section h1 {
    font-size: 28px;
  }

  /* Shop Page */
  .my-account .my-account-inner .shop-section .shop-section-inner h3 {
    margin-bottom: 20px;
  }

  .my-account .my-account-inner .shop-section .shop-section-inner .item-row .single-item .prod-image {
    min-height: 380px;
    width: 80%;
    margin: 0 auto 20px;
  }

  /* Pagination */
  .pagination nav .pagination li .page-link {
    padding: 6px;
  }

  /* Single Location Page */
  .location-detail-page .common-inner-section .detail-area h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .location-detail-page .common-inner-section .detail-area h4 {
    font-size: 18px;
  }

  .location-detail-page .common-inner-section .detail-area .primary-button {
    width: 100%;
    margin-bottom: 15px;
  }

  .location-detail-page .common-inner-section .detail-area .secondary-button {
    width: 100%;
  }

  .location-detail-page .common-inner-section .map-image .location-image {
    width: 100%;
    display: block;
  }

  .location-detail-page .common-inner-section .map-image .map {
    width: 100%;
    display: block;
  }

  /* Pick-Primary-Location Page */
  .location-page .location-page-inner .find-location .common-inner-section .row .location-detail h2 {
    margin-bottom: 10px;
  }

  .location-page .location-page-inner .find-location .common-inner-section .row .location-detail .location-form {
    display: block;
  }

  .location-page .location-page-inner .find-location .common-inner-section .row .location-detail .location-form input[type="search"] {
    width: 100%;
  }

  .location-page .location-page-inner .find-location .common-inner-section .row .location-detail .location-form input[type="submit"] {
    width: 100%;
    margin: 15px 0 0 0;
    height: 34px;
    line-height: 10px;
  }

  .location-page .location-page-inner .location-listing .common-inner-section .detail-row .miles {
    font-size: 16px;
  }

  /* Sign-In Page */
  .signin-page .common-inner-section {
    padding: 30px;
  }

  .signin-page .common-inner-section h2 {
    font-size: 26px;
  }

  .signin-page .login-form .forgot {
    font-size: 14px;
  }

  .signin-page .bottom-line {
    margin-top: 30px;
  }

  /* Pantry-Host Page */
  .pantry-host-page .benifits-pantry-host h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .pantry-host-page .benifits-pantry-host .row .single-box {
    width: 100%;
    margin: 0 0 20px;
  }

  .pantry-host-page .requirement-form .common-inner-section .requirement-section {
    margin-bottom: 50px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    display: block;
  }

  .pantry-host-page .requirement-form .common-inner-section .requirement-section .requirement-content {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .pantry-host-page .requirement-form .common-inner-section .requirement-section .requirement-content p {
    font-size: 16px;
  }

  .pantry-host-page .requirement-form .common-inner-section .requirement-section .requirement-image {
    max-width: 100%;
  }

  .pantry-host-page .requirement-form .common-inner-section .host-form h2.form-tital {
    font-size: 24px;
  }

  .pantry-host-page .requirement-form .common-inner-section .host-form .radio-button {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    display: block;
  }

  .pantry-host-page .requirement-form .common-inner-section .host-form .radio-button label {
    margin-right: 0;
    margin-bottom: 15px;
  }

  /* Volunteer Page */
  .volunteer-form-page .top-content p {
    font-size: 16px;
  }

  .volunteer-form-page .form-inner .textarea label.notes {
    margin-top: 15px;
  }

  .volunteer-form-page .form-inner .form-group {
    margin-bottom: 15px;
  }

  .volunteer-form-page .form-inner .form-group.radio-button label br {
    display: none;
  }

  .volunteer-form-page .form-inner .form-group.radio-button.group_data .form-radio .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 15px;
  }

  .volunteer-form-page .form-inner .form-group.radio-button.group_data .form-radio .form-group input {
    margin-top: 5px;
  }

  .volunteer-form-page .form-inner .form-group .small-btn {
    margin: 15px 0px 0px;
  }

  /* Jobs Page */
  .blog-catogory {
    padding: 30px 0;
  }

  .blog-catogory .blog-catogory-listing .single-blog-catogory:nth-last-child(-n+3) {
    margin-bottom: 30px;
  }

  .blog-catogory .blog-catogory-listing .single-blog-catogory:last-child {
    margin-bottom: 0;
  }

  /* Default Location Header */
  .location-step {
    padding: 40px 0px;
  }

  .location-step .step-row .single-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 0px 0px 40px 0px;
  }

  .location-step .step-row .single-step .step-number {
    line-height: 38px;
    font-size: 24px;
    float: left;
    margin: 0;
    margin-right: 20px;
  }

  .location-step .step-row .single-step .step-title {
    max-width: initial;
    margin: 0;
    padding: 0;
  }

  .location-step .step-row .single-step.step-line .active-line {
    width: 2px;
    height: 30px;
    top: 45px;
    left: 20px;
  }

  .location-step .step-row .single-step:last-child {
    padding-bottom: 0;
  }

  /* Become-Member 48 Page */
  .registration-steps .sign-up-inner .sign-up-form .form-group .sub-radio-button {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .registration-steps .sign-up-inner .sign-up-form .form-group .sub-radio-button label {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }

  .registration-steps .sign-up-inner .sign-up-form .form-group .sub-radio-button .form-radio {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    padding-left: 0px;
  }

  .registration-steps .sign-up-inner .sign-up-form .form-group .sub-radio-button .form-radio .form-group {
    margin: 10px 15px 10px 0;
    display: inline-block;
  }

  .registration-steps .sign-up-inner .sign-up-form .form-group .form-sub-group {
    padding-right: 0;
  }

  .registration-steps .sign-up-inner .sign-up-form .radio-click .sub-radio-button label {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }

  .registration-steps .page-content h3 {
    font-size: 22px;
  }

  .form-check .cbx span:last-child {
    width: 80%;
  }

  /* Pre-Register 48 Page */
  .registration-steps .page-content {
    padding: 30px 0;
  }

  .registration-steps .page-content h5 {
    font-size: 18px;
  }

  .registration-steps .page-content p {
    font-size: 16px;
  }

  .registration-steps .registration-inner h2.page-heading {
    font-size: 24px;
  }

  .registration-steps .registration-inner .register-form .form-head h2 {
    font-size: 22px;
  }

  .registration-steps .registration-inner .register-form .secondary-btn-section {
    line-height: 22px;
    margin: 0px 0px;
  }

  .registration-steps .registration-inner.checkout-inner {
    padding: 40px 0;
  }

  .registration-steps .registration-inner.checkout-inner .order-details .detail-area table tfoot td {
    font-size: 22px;
  }

  .registration-steps .registration-inner.checkout-inner .order-details .detail-area table tbody .cart_item td.product-total {
    font-size: 24px;
  }

  .registration-steps .registration-inner.checkout-inner .order-details .detail-area table tbody .cart_item td:last-child i {
    font-size: 18px;
    line-height: 31px;
    color: #ffffff;
    width: 30px;
    height: 30px;
  }

  .registration-steps .registration-inner.checkout-inner .order-details .detail-area h2.heading {
    font-size: 28px;
  }

  .registration-steps .registration-inner.checkout-inner .order-details .primary-button {
    padding: 10px 34px;
    width: 100%;
  }

  /* Checkout Page */
  .checkout-inner .order-details .detail-area h2.heading {
    font-size: 28px;
  }

  .checkout-inner .checkout-form .form-group.cvv {
    padding-left: 0px;
  }

  .checkout-inner .checkout-form .form-group.ex-date .row .col-md-6:last-child {
    padding-left: 15px;
  }

  .checkout-inner h2.page-heading {
    margin-bottom: 30px;
    font-size: 26px;
  }

  .default-page.contact-us .page-content .address-section .address-column-inner {
    padding: 30px;
  }

  /* My-Account Dashboard Page */
  .my-account {
    padding: 30px 0;
  }

  .my-account .my-account-inner .marketing-library .marketing-library-inner {
    padding: 30px;
  }

  .my-account .my-account-inner .marketing-library .marketing-library-inner h3 {
    font-size: 24px;
  }

  .my-account .my-account-inner .marketing-library .marketing-library-inner .item-row .single-item .prod-image {
    min-height: 380px;
  }

  .my-account .my-account-inner .marketing-library .marketing-library-inner .item-row .single-item:last-child {
    margin-bottom: 0;
  }

  .my-account .my-account-inner .marketing-library .download-document .category-header h4 {
    font-size: 20px;
  }

  .my-account .my-account-inner .view-report .view-report-inner {
    padding: 20px;
  }

  .my-account .my-account-inner .view-report .view-report-inner h3 {
    font-size: 22px;
  }

  .my-account .my-account-inner .view-report .view-report-inner h4 {
    font-size: 16px;
    line-height: 1.3;
  }

  .my-account .my-account-inner .view-report .view-report-inner table {
    margin-bottom: 20px;
  }

  .my-account .my-account-inner .view-report .view-report-inner table tbody tr th:first-child {
    width: 30%;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner {
    padding: 20px;
    margin: 0;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .top-section h3 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .top-section h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .top-section .row .col-md-6:last-child h6 {
    margin-bottom: 0;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .top-section.distribution-report-top-section .Title_Date {
    margin-bottom: 15px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-bottom: none;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr {
    border-bottom: 3px solid #594A42;
    display: block;
    margin-bottom: 0;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    text-align: right;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td input[type="text"],
  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td input[type="email"],
  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td input[type="url"],
  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td input[type="password"],
  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td input[type="search"],
  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td input[type="tel"],
  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td input[type="number"],
  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td textarea {
    width: 50%;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td:before {
    content: attr(data-label);
    float: left;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td.th-title {
    text-align: center;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td.actual-price:after {
    left: 45%;
    line-height: 40px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr th {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    text-align: right;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr th:before {
    content: attr(data-label);
    float: left;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr th.th-title {
    text-align: center;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr.mobile-thead-hide {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr.red-bg th {
    border-bottom: 1px solid #dddddd;
    width: 100%;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr.red-bg th:last-child {
    border-bottom: none;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr.bown-bg th {
    border-bottom: 1px solid #594A42;
    width: 100%;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr.bown-bg th:last-child {
    border-bottom: none;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .form-section h3 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .form-section .form-group {
    margin-bottom: 10px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .form-section .first-last-name .form-group:last-child {
    text-align: right;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .form-section .add-member-link {
    margin-bottom: 0px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .form-section.btn-section input[type="submit"] {
    padding: 10px 14px;
    font-size: 14px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .form-section.btn-section .form-text {
    font-size: 14px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common {
    padding: 20px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.top-section h3 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.top-section h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common .upload-recipts .content {
    -webkit-box-flex: 100%;
    flex: 100% 0 0;
    -ms-flex: 100% 0 0;
    max-width: 100%;
    text-align: left;
    margin-bottom: 15px;
    padding: 0;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common .upload-recipts .button {
    -webkit-box-flex: 100%;
    flex: 100% 0 0;
    -ms-flex: 100% 0 0;
    max-width: 100%;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common .upload-recipts .button .primary-button {
    padding: 10px 12px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common .form-group {
    margin-bottom: 0;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common input[type="submit"] {
    float: left;
    padding: 10px 14px;
    font-size: 14px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.btn-section {
    padding: 10px 30px 20px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.btn-section .form-group {
    padding: 0 7px;
  }

  .my-account .my-account-inner .refer-friend {
    padding: 0;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .detail-title {
    font-size: 24px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box {
    padding: 10px 0;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab ul.nav-tabs li.nav-item a.nav-link {
    font-size: 20px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab .tab-content .shar-button {
    margin-top: 0px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab .tab-content .shar-button .primary-button {
    font-size: 15px;
    padding: 10px 33px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab .tab-content form.email-form {
    width: 100%;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .shar-link h6 {
    font-size: 18px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .shar-link .clipboard {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .shar-link .clipboard input[type="text"] {
    height: 40px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .shar-link .clipboard .primary-button {
    font-size: 16px;
    height: 36px;
    width: 100%;
  }

  .my-account .my-account-inner .my-location .my-location-inner .add-location form .add-location-btn {
    text-align: left;
  }

  .my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section h3 {
    font-size: 24px;
  }

  .my-account .my-account-inner .account-form .my-detail-inner .top-nav .nav-tabs .nav-item .nav-link {
    padding: 8px 6px;
    font-size: 14px;
    margin-bottom: 5px;
  }

  .my-account .my-account-inner .account-form .my-detail-inner .form-section:last-child {
    margin-bottom: 0;
  }

  .my-account .my-account-inner .account-form .my-detail-inner .form-section h3 {
    font-size: 20px;
  }

  .my-account .my-account-inner .account-form .my-detail-inner .form-section .form-group {
    margin-bottom: 5px;
  }

  .my-account .my-account-inner .account-form .my-detail-inner .form-section .form-group.save-btn {
    padding: 0;
  }

  .my-account .my-account-inner .account-form .form-inner {
    padding: 25px;
  }

  .my-account .my-account-inner .account-form .form-inner h3 {
    font-size: 24px;
  }

  .my-account .my-account-inner .account-form .form-inner .summary-common-tabel table tbody tr th {
    font-size: 20px;
  }

  .my-account .my-account-inner .account-form .form-inner.pre-registration-report h3 {
    font-size: 24px;
  }

  .my-account .my-account-inner .account-content .distrubution-list {
    margin-bottom: 20px;
  }

  .my-account .my-account-inner .account-content .distrubution-list .distrubution-box {
    padding: 20px;
    margin-bottom: 20px;
  }

  .my-account .my-account-inner .account-content .top-detail .top-detail-inner {
    padding: 25px;
  }

  .my-account .my-account-inner .account-content .top-detail .top-detail-inner h2 {
    font-size: 30px;
  }

  .my-account .my-account-inner .account-content .need-to-know .inner-box {
    margin-bottom: 20px;
  }

  .my-account .my-account-inner .account-content .invite-friend .inner-box .invite-title {
    margin-bottom: 20px;
  }

  .my-account .my-account-inner .account-content .invite-friend .inner-box .social-tab {
    margin-bottom: 30px;
  }

  .my-account .my-account-inner .account-content .invite-friend .inner-box .shar-link .clipboard .primary-button {
    padding: 12px 34px;
    line-height: 16px;
  }

  .my-account.formerly-view-report .my-account-inner .quarterly-report .volunteer-common {
    padding-bottom: 0px;
  }

  .my-account.formerly-view-report .my-account-inner .quarterly-report .volunteer-common h3 {
    margin-bottom: 0;
  }

  .my-account.formerly-view-report .my-account-inner .quarterly-report .volunteer-common.top-section {
    padding-bottom: 20px;
  }

  .my-account.formerly-view-report .my-account-inner .quarterly-report .volunteer-common.comments {
    padding-bottom: 20px;
  }

  .my-account.formerly-view-report .my-account-inner .quarterly-report .volunteer-common.comments h3 {
    margin-bottom: 10px;
  }

  .guest-step {
    padding: 40px 0px;
  }

  .guest-step .guest-step-inner .guest-top-head .top-head-row {
    text-align: center;
  }

  .guest-step .guest-step-inner .guest-top-head .top-head-row .logo {
    text-align: center;
    margin-top: 20px;
  }

  .guest-step .guest-step-inner .guest-top-head .top-head-row .logo img {
    max-width: 160px;
  }

  .guest-step .guest-step-inner .guest-top-head a {
    font-size: 20px;
  }

  .guest-step .guest-step-inner .guest-top-head a.primary-button {
    font-size: 14px;
    padding: 8px 18px;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area {
    margin: 35px 0px;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area h1 {
    font-size: 32px;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area h2 {
    font-size: 24px;
  }

  .guest-step .guest-step-inner .form-navigation ul.nav-tabs li.nav-item a.nav-link {
    padding: 10px 12px;
    font-size: 15px;
  }

  .guest-step .guest-step-inner .form-navigation ul.nav-tabs li.nav-item a.nav-link span.nav-inner {
    padding: 7px;
  }

  .guest-step .guest-forms h3 {
    font-size: 24px;
  }

  .guest-step .guest-forms.find-volunteer .find-account .find-account-form input[type="submit"] {
    font-size: 15px;
    padding: 12px 14px;
    font-size: 14px;
    padding: 12px 18px;
  }

  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td {
    font-size: 15px;
  }

  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="text"],
  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="email"],
  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="url"],
  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="password"],
  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="search"],
  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="tel"],
  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="number"],
  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td textarea {
    max-width: 140px;
  }

  .guest-step .guest-forms .find-account table tbody tr:first-child {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .guest-step .guest-forms .find-account table tbody tr {
    border-bottom: 2px solid #ddd;
    display: block;
    margin-bottom: 10px;
  }

  .guest-step .guest-forms .find-account table tbody tr td {
    border-bottom: 1px solid #ddd;
    display: block;
    position: relative;
    text-align: right;
    padding-left: 85px;
  }

  .guest-step .guest-forms .find-account table tbody tr td:before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: 5px;
  }

  .guest-step .guest-forms .find-account table tbody tr:last-child {
    margin-bottom: 0;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
    font-size: 20px;
    position: relative;
    padding-left: 60%;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr td:before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr td input[type="text"] {
    height: 60px;
    width: 230px;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: 35px;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr td input[type="text"]::-webkit-input-placeholder {
    font-size: 35px;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr td input[type="text"]:-ms-input-placeholder {
    font-size: 35px;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr td input[type="text"]::-ms-input-placeholder {
    font-size: 35px;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr td input[type="text"]::placeholder {
    font-size: 35px;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr td:last-child {
    border-bottom: none;
    width: 100%;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr td:first-child input[type="text"] {
    text-align: left;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr:first-child {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr:last-child {
    margin-bottom: 0;
  }

  .guest-step .guest-forms .bunndle-box .desc {
    text-align: center;
  }

  .guest-step .guest-forms .order-confirmation table tbody tr td {
    display: inline-block;
    width: 100%;
  }

  .guest-step .guest-forms .order-confirmation table tbody tr td:first-child {
    width: 60%;
  }

  .guest-step .guest-forms .order-confirmation table tbody tr td:last-child {
    display: none;
  }

  .site-popup.thankyou-popup {
    width: 80%;
    margin: 0 auto;
  }

  .site-popup.thankyou-popup .modal-content .modal-body .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-popup.thankyou-popup .modal-content .modal-body .button [type="button"] {
    width: 100%;
    margin: 5px 0px;
    padding: 12px 10px;
  }

  .site-popup.thankyou-popup .modal-content .modal-body .button .secondary-button {
    width: 100%;
    margin: 5px 0px;
    padding: 12px 10px;
  }

  .site-popup.thankyou-popup .modal-content .modal-header .modal-title {
    font-size: 20px;
  }

  .site-popup.thankyou-popup .modal-content .modal-header .close {
    right: 12px;
    padding: 5px;
    top: 12px;
  }

  .guest-step .guest-forms .express-guest .express-table .column {
    width: 50%;
    padding-bottom: 20px;
  }

  .guest-step .guest-forms .express-guest .express-table .column:nth-child(2) .title {
    border: none;
  }

  .guest-step .guest-forms .express-guest .express-table .column:nth-child(2) .detail {
    border: none;
  }

  .guest-step .guest-forms .express-guest .download-report a {
    font-size: 16px;
  }

  .guest-step .guest-forms .order-confirmation table tbody tr td {
    font-size: 16px;
  }

  .guest-step .guest-step-inner .common-inner-section.find-volunteer .row .title {
    margin-bottom: 10px;
  }

  .guest-step .guest-step-inner .common-inner-section.find-volunteer .export-links ul li a {
    font-size: 15px;
  }

  .site-popup.volnteer-popup,
  .site-popup .modal-dialog {
    width: 90%;
    margin: 0 auto;
  }

  .site-popup.volnteer-popup .modal-content .modal-header,
  .site-popup .modal-dialog .modal-content .modal-header {
    padding: 10px 35px;
  }

  .site-popup.volnteer-popup .modal-content .modal-header .close img,
  .site-popup .modal-dialog .modal-content .modal-header .close img {
    width: 18px;
  }

  .site-popup.volnteer-popup .modal-content .modal-title,
  .site-popup .modal-dialog .modal-content .modal-title {
    font-size: 18px;
  }

  .diff-checkout .diff-checkout-inner {
    padding: 30px;
  }

  .diff-checkout .diff-checkout-inner .top-section h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .diff-checkout .diff-checkout-inner .top-section h3 {
    font-size: 18px;
  }

  .diff-checkout .diff-checkout-inner .top-section h3 span {
    padding-right: 10px;
  }

  .diff-checkout .diff-checkout-inner .middle-section .button-section {
    text-align: left;
  }

  .diff-checkout .diff-checkout-inner .bottom-section table thead th {
    padding: 12px;
    font-size: 14px;
  }

  .diff-checkout .diff-checkout-inner .bottom-section table thead th:first-child {
    width: 50%;
  }

  .diff-checkout .diff-checkout-inner .bottom-section table tbody td {
    padding: 14px;
    font-size: 14px;
  }

  .diff-checkout .diff-checkout-inner .bottom-section table tfoot td {
    padding: 14px;
    font-size: 14px;
  }

  .my-account .my-account-inner .account-form .volunteer-administration-template {
    padding: 20px;
  }

  .my-account .my-account-inner .account-form .volunteer-administration-template h2.main-title {
    font-size: 22px;
    padding-left: 0;
    margin-bottom: 15px;
    text-align: center;
  }

  .my-account .my-account-inner .account-form .volunteer-administration-template h4 {
    font-size: 18px;
    text-align: center;
  }

  .my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr {
    display: block;
  }

  .my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr:first-child {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr th {
    font-size: 16px;
  }

  .my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr td {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    text-align: right;
  }

  .my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr td:nth-child(3):before {
    color: #594A42;
  }

  .my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    padding-right: 10px;
  }

  .my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr td:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
  }

  .my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr td .primary-button {
    width: 35px;
    height: 35px;
  }

  .my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr td .primary-button:first-child {
    margin-right: 15px;
  }

  .my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr td .primary-button i {
    font-size: 17px;
  }

  .my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr td input[type="text"] {
    text-align: left;
    width: 100%;
    max-width: 30%;
  }

  .my-account .my-account-inner .account-form .common-link {
    font-size: 15px;
  }

  #volunteer-popup .modal-header h4.modal-title {
    font-size: 20px;
  }

  .announcement.desktop-view {
    display: none;
  }

  .my-account .my-account-inner .order-listing .form-group-section .form-group {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    border-left: 1px solid rgba(0, 0, 0, 0.3);
  }

  .my-account .my-account-inner .order-listing .form-group-section .form-group:nth-child(2) {
    border-top: none;
  }

  .announcement .Inr-Content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .form-section h3.small-size {
    font-size: 16px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .distribution-report-top-section .export-link {
    margin: 0 0 25px;
    display: block;
  }
}

/* 481 */
@media only screen and (max-width: 576px) {
  hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .form-check .cbx span:first-child {
    width: 25px;
    height: 25px;
  }

  .form-check .cbx span:first-child svg {
    height: 16px;
    width: 18px;
  }

  .form-check .cbx span:last-child {
    font-size: 14px;
  }

  textarea::-webkit-input-placeholder {
    font-size: 16px;
  }

  textarea:-ms-input-placeholder {
    font-size: 16px;
  }

  textarea::-ms-input-placeholder {
    font-size: 16px;
  }

  textarea::placeholder {
    font-size: 16px;
  }

  input::-webkit-input-placeholder {
    font-size: 16px;
  }

  input:-ms-input-placeholder {
    font-size: 16px;
  }

  input::-ms-input-placeholder {
    font-size: 16px;
  }

  input::placeholder {
    font-size: 16px;
  }

  .container {
    max-width: 450px;
  }

  .primary-button {
    padding: 8px 30px;
    font-size: 14px;
  }

  input[type="submit"] {
    padding: 8px 30px;
    font-size: 14px;
  }

  .simple-steps,
  .food-supply,
  .how-it-work,
  .review-section,
  .get-involved,
  .site-footer,
  .page-content,
  .how-involved,
  .location-page .location-page-inner,
  .location-detail-page,
  .registration-steps .sign-up-inner,
  .registration-steps .registration-inner,
  .checkout-inner,
  .product-option,
  .volunteer-form-page,
  .pantry-host-page .benifits-pantry-host,
  .default-page.contact-us .page-content,
  .diff-checkout {
    padding: 40px 0px;
  }

  /* Pagination */
  .pagination nav .pagination li:first-child .page-link {
    font-size: 22px;
    line-height: 11px;
  }

  .pagination nav .pagination li:last-child .page-link {
    font-size: 26px;
    line-height: 11px;
  }

  /* Default Page */
  .entry-content h1 {
    font-size: 36px;
    margin-bottom: 5px;
  }

  .entry-content h2 {
    font-size: 26px;
  }

  .entry-content h3 {
    font-size: 24px;
  }

  .entry-content h4 {
    font-size: 22px;
  }

  .entry-content ul li {
    font-size: 16px;
  }

  .entry-content ol li {
    font-size: 16px;
  }

  /* Home Page */
  .site-header.mobile .second-nav .logo {
    width: 30%;
    max-width: 140px;
  }

  .site-header.mobile .second-nav .donate-button .donate a {
    font-size: 16px;
    padding: 4px 18px;
  }

  .banner .carousel .single-slider .slider-image {
    min-height: 300px;
  }

  .banner .carousel .single-slider .banner-caption h1 {
    font-size: 22px;
    line-height: 26px;
  }

  .banner .carousel .single-slider .banner-caption p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .banner .carousel .single-slider .banner-caption .primary-button {
    min-width: 170px;
    line-height: 20px;
  }

  .banner .slider-nav a {
    height: 35px;
    width: 35px;
  }

  .banner .slider-nav a.carousel-control-prev {
    left: 5px;
  }

  .banner .slider-nav a.carousel-control-next {
    right: 5px;
  }

  .food-supply {
    padding-bottom: 0px;
  }

  .food-supply .row {
    margin: 0px;
  }

  .food-supply .row .left-row .year-counter ul li .count-inner .count {
    font-size: 36px;
  }

  .food-supply .row .left-row .year-counter ul li .count-inner .count-char {
    font-size: 36px;
  }

  .food-supply .row .left-row .supply-detail ul li .detail-box {
    height: 160px;
  }

  .food-supply .row .right-row .food-supply-content p {
    font-size: 14px;
    padding: 30px 10px;
  }

  .how-it-work .row {
    margin: 0px;
  }

  .how-it-work .row .work-flow {
    padding: 0px 20px 30px 20px;
    width: 100%;
  }

  .how-it-work .row .work-flow .round-img img {
    max-width: 180px;
  }

  .how-it-work .row .work-flow h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .review-section ul.carousel-indicators {
    bottom: -40px;
  }

  .review-section ul.carousel-indicators li {
    width: 10px;
    height: 10px;
  }

  .review-section .review-slider {
    max-width: 100%;
  }

  .review-section .review-slider .review-single .review-content {
    width: 100%;
  }

  .review-section .review-slider .review-single .review-content .autor-mame {
    font-size: 14px;
  }

  .home-content .bottom-content .image {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: 100%;
    margin: 0 auto;
  }

  .home-content .bottom-content .content h3 {
    font-size: 26px;
  }

  .home-content .bottom-content .content p {
    font-size: 14px;
  }

  .get-involved .get-involved-row {
    display: block;
  }

  .get-involved .get-involved-row .single-box {
    margin: 15px auto;
    padding: 40px 20px;
    width: 90%;
  }

  .get-involved .get-involved-row .single-box h3 {
    margin-bottom: 10px;
  }

  .site-footer .footer-row .column:last-child {
    width: 100%;
    padding-right: 10px;
  }

  .coppiright .row {
    margin: 0px;
  }

  .coppiright .row .social-icon {
    width: 40%;
  }

  /* FAQ's Page */
  .title-section {
    padding: 25px 0;
  }

  .title-section h1 {
    font-size: 24px;
  }

  .faq-page .faq-inner .common-inner-section .single-faq:nth-last-child(-n+2) .faq-question {
    margin-bottom: 40px;
  }

  .faq-page .faq-inner .common-inner-section .single-faq:last-child .faq-question {
    margin-bottom: 0px;
  }

  .faq-page .faq-inner .common-inner-section .single-faq .faq-question h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .faq-page .faq-inner .common-inner-section .single-faq .faq-question .single-que .toggle-col {
    font-size: 14px;
  }

  /* Shop Page */
  .my-account .my-account-inner .shop-section .shop-section-inner .item-row .single-item:last-child {
    margin-bottom: 30px;
  }

  .my-account .my-account-inner .shop-section .shop-section-inner .item-row .single-item .prod-image {
    min-height: 300px;
  }

  /* Product/32 Page */
  .product-detail .product-option .product-detail-inner .product-description .product-form .product-button input[type="submit"] {
    padding: 15px 30px;
    font-size: 16px;
  }

  .product-detail .product-button .primary-button {
    font-size: 16px;
    padding: 12px 0;
  }

  /* About-Us Page */
  .page-content {
    padding: 30px 0;
  }

  .page-content p {
    font-size: 16px;
  }

  .get-involved h2 {
    font-size: 22px;
  }

  .meet-ruby {
    padding: 30px 0;
  }

  .meet-ruby .row .ruby-content {
    padding: 0 30px;
  }

  .meet-ruby .row .ruby-content h2 {
    font-size: 22px;
  }

  .meet-ruby .row .ruby-content p {
    font-size: 16px;
  }

  .meet-ruby .row .ruby-image {
    width: 70%;
    margin: 0 auto;
  }

  .host-location {
    padding: 30px 0;
  }

  .host-location h2 {
    font-size: 22px;
    margin-bottom: 0px;
  }

  .host-location .host-table table tr td a .location-name {
    font-size: 14px;
  }

  /* Single Blog Page */
  .single-blog-page {
    padding: 40px 0;
  }

  .single-blog-page .single-blog-content .entry-title {
    font-size: 32px;
  }

  .single-blog-page .single-blog-content .blog-content h2 {
    font-size: 24px;
  }

  .single-blog-page .single-blog-content .blog-content h3 {
    font-size: 24px;
  }

  /* Single Location Page */
  .location-detail-page .common-inner-section .detail-area h2 {
    font-size: 22px;
  }

  .location-detail-page .common-inner-section .detail-area h4 {
    font-size: 16px;
  }

  .location-detail-page .common-inner-section .detail-area .address {
    width: 80%;
  }

  .location-detail-page .common-inner-section .detail-area .day-hours {
    width: 80%;
  }

  .location-detail-page .common-inner-section .detail-area .primary-button {
    font-size: 14px;
  }

  .location-detail-page .common-inner-section .detail-area .secondary-button {
    font-size: 14px;
  }

  /* Pick-Primary-Location Page */
  .location-step .step-row .single-step .step-number {
    font-size: 22px;
  }

  .location-page .location-page-inner .location-listing .common-inner-section {
    padding: 30px;
  }

  .location-page .location-page-inner .location-listing .common-inner-section .detail-row h4 a {
    font-size: 20px;
  }

  .location-page .location-page-inner .location-listing .common-inner-section .detail-row h5 {
    font-size: 16px;
  }

  .location-page .location-page-inner .location-listing .common-inner-section .detail-row p {
    font-size: 14px;
  }

  .location-page .location-page-inner .location-listing .common-inner-section .detail-row .day-hours p {
    font-size: 14px;
  }

  .location-page .location-page-inner .location-listing .common-inner-section .location-content {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .location-page .location-page-inner .location-listing .common-inner-section .location-content .headline h3 {
    margin-bottom: 15px;
  }

  /* Find-Location Page */
  .location-page .location-page-inner .location-listing .map-section {
    height: 282px;
  }

  .location-page .location-page-inner .location-listing .map-section #map {
    height: 280px;
  }

  .location-page .location-page-inner .find-location .common-inner-section .row .location-detail h2 {
    font-size: 20px;
  }

  .location-page .location-page-inner .find-location .common-inner-section .row .location-detail .location-form input[type="search"]::-webkit-input-placeholder {
    font-size: 14px;
  }

  .location-page .location-page-inner .find-location .common-inner-section .row .location-detail .location-form input[type="search"]:-ms-input-placeholder {
    font-size: 14px;
  }

  .location-page .location-page-inner .find-location .common-inner-section .row .location-detail .location-form input[type="search"]::-ms-input-placeholder {
    font-size: 14px;
  }

  .location-page .location-page-inner .find-location .common-inner-section .row .location-detail .location-form input[type="search"]::placeholder {
    font-size: 14px;
  }

  /* Sign-In Page */
  .signin-page .common-inner-section {
    padding: 25px;
  }

  .signin-page .common-inner-section h2 {
    font-size: 24px;
  }

  /* Pantry-Host Page */
  .pantry-host-page .benifits-pantry-host h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .pantry-host-page .benifits-pantry-host .row .single-box {
    margin-bottom: 40px;
  }

  .pantry-host-page .benifits-pantry-host .row .single-box:last-child {
    margin-bottom: 0;
  }

  .pantry-host-page .benifits-pantry-host .row .single-box .round-img {
    margin: 0px auto 20px auto;
  }

  .pantry-host-page .benifits-pantry-host .row .single-box h3 {
    margin-bottom: 10px;
  }

  .pantry-host-page .benifits-pantry-host .row .single-box p {
    font-size: 16px;
    margin-bottom: 0;
  }

  .pantry-host-page .requirement-form {
    padding-bottom: 30px;
  }

  .pantry-host-page .requirement-form .common-inner-section {
    padding: 30px;
  }

  .pantry-host-page .requirement-form .common-inner-section .host-form h2.form-tital {
    font-size: 20px;
  }

  .pantry-host-page .requirement-form .common-inner-section .host-form h3 {
    font-size: 18px;
  }

  .pantry-host-page .requirement-form .common-inner-section .host-form .form-group.small-btn input[type="submit"] {
    width: 100%;
  }

  /* Volunteer Page */
  .volunteer-form-page .form-inner h2 {
    font-size: 22px;
  }

  .volunteer-form-page .form-inner h3 {
    font-size: 18px;
  }

  .volunteer-form-page .form-inner .radio-button label {
    margin-right: 20px;
  }

  .volunteer-form-page .form-inner .radio-button .form-radio {
    display: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* Jobs Page */
  .blog-catogory .blog-catogory-listing .single-blog-catogory .blog-catogory-title h3 {
    font-size: 20px;
  }

  /* Become-Member 48 Page */
  .registration-steps .page-content {
    padding: 25px 10px;
  }

  .registration-steps .page-content p {
    font-size: 16px;
  }

  .registration-steps .page-content h3 {
    font-size: 20px;
  }

  .registration-steps .sign-up-inner .common-inner-section {
    padding: 30px;
  }

  .registration-steps .sign-up-inner .sign-up-form .form-group input.form-control::-webkit-input-placeholder {
    font-size: 15px;
  }

  .registration-steps .sign-up-inner .sign-up-form .form-group input.form-control:-ms-input-placeholder {
    font-size: 15px;
  }

  .registration-steps .sign-up-inner .sign-up-form .form-group input.form-control::-ms-input-placeholder {
    font-size: 15px;
  }

  .registration-steps .sign-up-inner .sign-up-form .form-group input.form-control::placeholder {
    font-size: 15px;
  }

  .registration-steps .sign-up-inner .sign-up-form .form-text p {
    font-size: 15px;
  }

  .registration-steps .sign-up-inner .bottom-line {
    text-align: center;
    margin-top: 25px;
  }

  .registration-steps .sign-up-inner .bottom-line a {
    display: block;
  }

  .registration-steps .login-inner .login-form input[type="submit"] {
    width: auto;
    margin: 0 auto;
    display: block;
  }

  .registration-steps .login-inner .login-form .forgot {
    font-size: 15px;
    margin-top: 15px;
    display: block;
    text-align: center;
  }

  /* Pre-Register 48 Page */
  .registration-steps .page-content h5 {
    font-size: 16px;
    line-height: 24px;
  }

  .registration-steps .registration-inner h2.page-heading {
    font-size: 22px;
    margin-left: 35px;
  }

  .registration-steps .registration-inner .register-form .secondary-btn-section .secondary-button {
    padding: 10px 5px;
    font-size: 15px;
  }

  .registration-steps .registration-inner.checkout-inner {
    padding: 30px 0;
  }

  .registration-steps .registration-inner.checkout-inner .order-details .detail-area h2.heading {
    font-size: 26px;
  }

  .registration-steps .registration-inner.checkout-inner .order-details .detail-area table tbody .cart_item td.product-quantity input[type="number"] {
    width: 60px;
  }

  .registration-steps .registration-inner.checkout-inner .order-details .detail-area table tbody .cart_item td.product-total {
    font-size: 22px;
  }

  /* Checkout Page */
  .checkout-inner .checkout-form {
    margin-bottom: 15px;
  }

  .checkout-inner .order-details {
    padding: 10px 20px;
  }

  .checkout-inner .order-details .detail-area table tbody .cart_item td.product-total {
    font-size: 26px;
  }

  .checkout-inner .order-details .detail-area table tfoot tr.cart-total td {
    font-size: 26px;
  }

  .checkout-inner .order-details .detail-area table tfoot td {
    font-size: 26px;
  }

  .checkout-inner .order-details .detail-area h2.heading {
    font-size: 26px;
  }

  .checkout-inner h2.page-heading {
    font-size: 24px;
  }

  /* My-Account Dashboard Page */
  .my-account .my-account-inner .view-report .view-report-inner {
    padding: 20px;
  }

  .my-account .my-account-inner .view-report .view-report-inner h3 {
    font-size: 20px;
  }

  .my-account .my-account-inner .view-report .view-report-inner table tbody tr th {
    font-size: 15px;
    width: 22%;
  }

  .my-account .my-account-inner .view-report .view-report-inner table tbody tr th:first-child {
    width: 28%;
  }

  .my-account .my-account-inner .view-report .view-report-inner table tbody tr td {
    font-size: 14px;
  }

  .my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location .button-col .primary-button {
    width: 60%;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .top-section h3 {
    font-size: 20px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .top-section h6 {
    font-size: 16px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td {
    font-size: 16px;
    padding: 8px 8px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .form-section h3 {
    font-size: 18px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .form-section .form-group {
    margin-bottom: 8px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common h3 {
    font-size: 18px;
    padding: 6px;
    border-bottom: 2px solid #594A42;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.comments {
    padding-bottom: 0;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.comments h3 {
    padding: 0;
    margin-bottom: 0;
    border: none;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.top-section h3 {
    font-size: 20px;
    line-height: 1.2;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.top-section h3 .subline {
    font-size: 18px;
    margin-top: 5px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.top-section h6 {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.top-section .form-group {
    margin-bottom: 0;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.top-section textarea::-webkit-input-placeholder {
    font-size: 16px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.top-section textarea:-ms-input-placeholder {
    font-size: 16px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.top-section textarea::-ms-input-placeholder {
    font-size: 16px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.top-section textarea::placeholder {
    font-size: 16px;
  }

  .my-account .my-account-inner .account-navigation .mobile-sidebar .navigation ul .toggle-menu:before {
    font-size: 28px;
  }

  .my-account .my-account-inner .account-form .form-inner .summary-common-tabel table tbody tr th {
    font-size: 16px;
    padding: 6px 2px;
  }

  .my-account .my-account-inner .account-form .form-inner .summary-common-tabel table tbody tr td {
    font-size: 14px;
    padding: 6px 2px;
  }

  .my-account .my-account-inner .account-form .my-detail-inner .top-nav .nav-tabs .nav-item {
    margin: 0 3px;
  }

  .my-account .my-account-inner .account-form .my-detail-inner .top-nav .nav-tabs .nav-item .nav-link {
    font-size: 13px;
  }

  .my-account .my-account-inner .account-form .my-detail-inner .top-nav .nav-tabs .nav-item:first-child {
    margin-right: 3px;
  }

  .my-account .my-account-inner .account-form .my-detail-inner .form-section h3 {
    font-size: 18px;
  }

  .my-account .my-account-inner .account-form .my-detail-inner .form-section .add-member-link .add-member {
    font-size: 15px;
  }

  .my-account .my-account-inner .account-content .invite-friend .inner-box {
    margin-bottom: 0;
  }

  .my-account .my-account-inner .account-content .invite-friend .inner-box .social-tab {
    margin-bottom: 20px;
  }

  .my-account .my-account-inner .account-content .invite-friend .inner-box .invite-title {
    margin-bottom: 10px;
  }

  .my-account .my-account-inner .account-content .need-to-know .inner-box {
    padding: 20px;
  }

  .my-account .my-account-inner .account-content .top-detail .top-detail-inner h2 {
    font-size: 26px;
  }

  .my-account .my-account-inner .account-content .distrubution-list .distrubution-box .no-distrubution p {
    font-size: 18px;
  }

  .my-account .my-account-inner .account-content .distrubution-list .distrubution-box .distrubution-detail-area .detail-heading h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .my-account.formerly-view-report .my-account-inner .quarterly-report .volunteer-common.top-section h3 {
    margin-bottom: 15px;
  }

  .my-account.formerly-view-report .my-account-inner .quarterly-report .volunteer-common.top-section .row .form-group h6 {
    margin-bottom: 10px;
  }

  .my-account.formerly-view-report .my-account-inner .quarterly-report .volunteer-common.top-section .row .form-group:last-child h6 {
    margin-bottom: 0px;
  }

  .my-account.formerly-view-report .my-account-inner .quarterly-report .volunteer-common.comments {
    padding-bottom: 20px;
  }

  .my-account.formerly-view-report .my-account-inner .quarterly-report .volunteer-common.comments h3 {
    margin-bottom: 10px;
  }

  .my-account.formerly-view-report .my-account-inner .quarterly-report .volunteer-common table tbody tr th {
    font-size: 15px;
  }

  .my-account.formerly-view-report .my-account-inner .quarterly-report .volunteer-common table tbody tr td {
    font-size: 14px;
  }

  .my-account.distribution-view-report .my-account-inner .court-sheet .court-sheet-inner .form-section h3 {
    margin-bottom: 5px;
  }

  .my-account.distribution-view-report .my-account-inner .court-sheet .court-sheet-inner .form-section table tbody tr th {
    font-size: 15px;
  }

  .my-account.distribution-view-report .my-account-inner .court-sheet .court-sheet-inner .form-section table tbody tr td {
    font-size: 14px;
  }

  .form-group label {
    font-size: 14px;
  }

  .guest-step .guest-step-inner .guest-top-head a {
    font-size: 18px;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area {
    margin: 25px 0px;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area h1 {
    font-size: 28px;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area h2 {
    font-size: 22px;
  }

  .guest-step .guest-step-inner .guest-top-head .top-head-row .logo img {
    max-width: 150px;
  }

  .guest-step .guest-step-inner .common-inner-section {
    padding: 20px;
  }

  .guest-step .guest-step-inner .form-navigation ul.nav-tabs li.nav-item a.nav-link {
    padding: 10px 12px;
    font-size: 12px;
  }

  .guest-step .guest-step-inner .form-navigation ul.nav-tabs li.nav-item a.nav-link span.nav-inner {
    padding: 5px;
  }

  .guest-step .guest-forms h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .guest-step .guest-forms .find-account table tbody tr td {
    font-size: 15px;
  }

  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td {
    font-size: 14px;
  }

  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td .email-address {
    font-size: 14px;
  }

  .guest-step .guest-forms.find-volunteer .find-account .find-account-form input[type="submit"] {
    font-size: 14px;
    padding: 10px 20px;
  }

  .guest-step .guest-forms .sign-up-form .form-text {
    font-size: 16px;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr td {
    font-size: 18px;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr td input[type="text"] {
    height: 50px;
    font-size: 28px;
    line-height: 40px;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr td input[type="text"]::-webkit-input-placeholder {
    font-size: 28px;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr td input[type="text"]:-ms-input-placeholder {
    font-size: 28px;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr td input[type="text"]::-ms-input-placeholder {
    font-size: 28px;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr td input[type="text"]::placeholder {
    font-size: 28px;
  }
}

/* 376 */
@media only screen and (max-width: 480px) {
  .bootstrap-timepicker-widget {
    width: 220px;
  }

  .bootstrap-timepicker-widget table tbody tr td a[data-action="incrementHour"]:before,
  .bootstrap-timepicker-widget table tbody tr td a[data-action="decrementHour"]:before,
  .bootstrap-timepicker-widget table tbody tr td a[data-action="incrementMinute"]:before,
  .bootstrap-timepicker-widget table tbody tr td a[data-action="decrementMinute"]:before,
  .bootstrap-timepicker-widget table tbody tr td a[data-action="toggleMeridian"]:before {
    font-size: 26px;
    line-height: 8px;
  }

  div.datepicker {
    width: 240px;
  }

  .datepicker td,
  .datepicker th {
    width: 10px;
    height: 10px;
    font-size: 14px;
  }

  .container {
    max-width: 350px;
  }

  .form-group textarea {
    padding: 6px;
    line-height: 22px;
    min-height: 100px;
  }

  .sign-up-inner .common-inner-section hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .how-it-work h2,
  .get-involved h2,
  .how-involved h2,
  .pantry-host-page .benifits-pantry-host h2 {
    font-size: 24px;
    line-height: 26px;
  }

  /* Default Page */
  .entry-content h1 {
    line-height: 1.2;
  }

  .entry-content h2 {
    line-height: 1.2;
  }

  .entry-content h3 {
    line-height: 1.2;
  }

  .entry-content h4 {
    line-height: 1.2;
  }

  .entry-content h5 {
    line-height: 1.2;
  }

  .entry-content h6 {
    line-height: 1.2;
  }

  .default-page .page-content .entry-content {
    padding: 20px;
  }

  .entry-content h1 {
    font-size: 32px;
  }

  /* Home Page */
  .site-header .mobile .top-nav .navigation ul li a i {
    font-size: 20px;
  }

  .site-header .mobile .top-nav .navigation ul li.menu-icon-upper #menu-icon {
    width: 25px;
    height: 25px;
    top: 3px;
  }

  .site-header .mobile .second-nav .logo {
    width: 40%;
    max-width: 120px;
  }

  .site-header .mobile .second-nav .donate-button {
    width: 60%;
  }

  .banner {
    max-height: 280px;
  }

  .banner .carousel .single-slider {
    max-height: 280px;
  }

  .banner .carousel .single-slider .slider-image {
    min-height: 280px;
  }

  .banner .carousel .single-slider .banner-caption h1 {
    font-size: 22px;
    line-height: 26px;
  }

  .banner .carousel .single-slider .banner-caption p {
    font-size: 14px;
    line-height: 20px;
  }

  .banner .carousel .single-slider .banner-caption .primary-button {
    min-width: 180px;
  }

  .simple-steps .step-list h3 {
    font-size: 22px;
  }

  .food-supply .row .left-row .year-counter ul li .count-inner {
    padding: 30px 5px;
  }

  .food-supply .row .left-row .year-counter ul li .count-inner .count {
    font-size: 34px;
    line-height: 42px;
  }

  .food-supply .row .left-row .year-counter ul li .count-inner .count-char {
    font-size: 34px;
    line-height: 42px;
  }

  .food-supply .row .left-row .year-counter ul li .count-inner .year-title {
    font-size: 12px;
    line-height: 22px;
  }

  .food-supply .row .left-row .supply-detail ul li {
    padding: 0px 5px;
  }

  .food-supply .row .left-row .supply-detail ul li .round-img {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }

  .food-supply .row .left-row .supply-detail ul li .detail-box {
    font-size: 16px;
    height: 140px;
  }

  .food-supply .row .right-row {
    padding: 0px 10px 20px 10px;
  }

  .food-supply .row .right-row .food-supply-content h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .how-it-work .row .work-flow {
    width: 100%;
  }

  .how-it-work .row .work-flow:last-child {
    padding-bottom: 0px;
  }

  .how-it-work .row .work-flow .round-img img {
    max-width: 200px;
  }

  .home-content .bottom-content .content h3 {
    font-size: 22px;
  }

  .site-footer .container .footer-row .column ul li {
    font-size: 14px;
  }

  .site-footer .container .footer-row .footer-logo img {
    max-width: 160px;
  }

  .site-footer .container .footer-row .footer-logo p {
    font-size: 16px;
  }

  .site-footer .container .footer-row .footer-logo p br {
    display: none;
  }

  .site-footer .container .footer-row .newletter h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .title-section {
    padding: 20px 0;
  }

  .title-section h1 {
    font-size: 22px;
    line-height: 28px;
  }

  /* FAQ's Page */
  .faq-page .title-section {
    padding: 40px 0;
  }

  .faq-page .title-section input[type="search"] {
    margin: 20px 0px 0px;
  }

  .faq-page .faq-inner {
    padding: 40px 0px;
  }

  .faq-page .faq-inner .common-inner-section {
    padding: 30px;
  }

  /* Shop Page */
  .my-account .my-account-inner .shop-section .shop-section-inner .item-row .single-item:last-child {
    margin-bottom: 30px;
  }

  .my-account .my-account-inner .shop-section .shop-section-inner .item-row .single-item .prod-image {
    min-height: 230px;
  }

  .my-account .my-account-inner .shop-section .shop-section-inner .item-row .single-item h5 {
    font-size: 18px;
  }

  .my-account .my-account-inner .common-link {
    font-size: 14px;
  }

  /* Product/32 Page */
  .product-detail .product-option .product-detail {
    padding: 30px;
  }

  .product-detail .product-option .product-detail.product-image {
    padding: 10px;
  }

  .product-detail .product-option .product-detail .images .slider-main .product-detail {
    margin: 10px 0;
  }

  .product-detail .product-option .product-detail .product-button .primary-button {
    font-size: 14px;
  }

  .product-detail .product-option .product-detail .product-button .secondary-button {
    font-size: 14px;
  }

  .product-detail .product-option h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .product-detail .product-option .product-desc {
    margin-top: 10px;
  }

  .product-detail .product-option .product-desc p {
    font-size: 14px;
  }

  /* About-Us Page */
  .meet-ruby .row .ruby-image {
    width: 90%;
    margin: 0 auto;
  }

  .host-location .host-table table tbody tr td {
    width: 100%;
    padding-left: 15px;
  }

  /* Blog Page */
  .blog-listing-page {
    padding: 40px 0;
  }

  .blog-listing-page .blog-listing .blog-single .post-body .entry-content p {
    font-size: 14px;
  }

  /* Single Blog Page */
  .single-blog-page {
    padding: 40px 0;
  }

  .single-blog-page .single-blog-content .entry-title {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .single-blog-page .single-blog-content .blog-meta .blog-category a {
    color: #00aec9;
    margin-bottom: 10px;
    font-size: 16px;
    display: block;
  }

  .single-blog-page .single-blog-content .blog-content h2 {
    font-size: 22px;
  }

  .single-blog-page .single-blog-content .blog-content h3 {
    font-size: 22px;
  }

  .single-blog-page .single-blog-content .blog-content p {
    font-size: 14px;
  }

  /* Single Location Page */
  .location-detail-page .common-inner-section {
    padding: 20px;
  }

  .location-detail-page .common-inner-section .detail-area {
    margin-top: 20px;
  }

  .location-detail-page .common-inner-section .detail-area .primary-button {
    margin-bottom: 10px;
  }

  .location-detail-page .common-inner-section .detail-area .address p {
    font-size: 14px;
  }

  .location-detail-page .common-inner-section .detail-area .day-hours p {
    font-size: 14px;
  }

  /* Pick-Primary-Location Page */
  .location-page .location-page-inner .find-location .common-inner-section {
    padding: 25px;
  }

  .location-page .location-page-inner .find-location .common-inner-section .location-content .headline h3 {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .location-page .location-page-inner .location-listing .listing-area .common-inner-section {
    padding: 25px;
  }

  /* Find-Location Page */
  .location-page .location-page-inner .location-listing .common-inner-section .location-content .headline .download-list {
    font-size: 16px;
  }

  .location-page .location-page-inner .location-listing .common-inner-section .location-content a {
    font-size: 16px;
  }

  /* Sign-In Page */
  .signin-page .common-inner-section {
    padding: 20px;
  }

  .signin-page .common-inner-section .login-form label {
    font-size: 14px;
  }

  .signin-page .common-inner-section .login-form input[type="submit"] {
    width: auto;
    text-align: center;
    display: block;
    margin: 0px auto 15px auto;
  }

  .signin-page .common-inner-section .login-form .forgot {
    display: block;
    text-align: center;
  }

  .signin-page .common-inner-section h2 {
    font-size: 22px;
  }

  .signin-page .bottom-line {
    margin-top: 10px;
  }

  /* Pantry-Host Page */
  .pantry-host-page .top-content .inner-content {
    padding: 20px;
  }

  .pantry-host-page .benifits-pantry-host {
    padding: 30px 0;
  }

  .pantry-host-page .benifits-pantry-host h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .pantry-host-page .benifits-pantry-host .row .single-box h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .pantry-host-page .requirement-form .common-inner-section {
    padding: 30px;
  }

  .pantry-host-page .requirement-form .common-inner-section .requirement-section .requirement-content h3 {
    font-size: 26px;
  }

  .pantry-host-page .requirement-form .common-inner-section .requirement-section .host-form h2.form-tital {
    font-size: 18px;
    line-height: 26px;
  }

  .pantry-host-page .requirement-form .common-inner-section .requirement-section .host-form h3 {
    font-size: 16px;
  }

  .pantry-host-page .requirement-form .common-inner-section .requirement-section .host-form .form-group {
    margin-bottom: 10px;
  }

  /* Volunteer Page */
  .volunteer-form-page .top-content {
    padding: 20px;
  }

  .volunteer-form-page .form-inner {
    padding: 20px;
  }

  .volunteer-form-page .form-inner h2 {
    font-size: 24px;
  }

  .volunteer-form-page .form-inner h3 {
    font-size: 18px;
  }

  .volunteer-form-page .form-inner .form-text p {
    font-size: 14px;
    font-weight: 500;
  }

  /* Become-Member 48 Page */
  .registration-steps .sign-up-inner .form-navigation ul.nav-tabs li.nav-item a.nav-link {
    padding: 15px 20px;
  }

  .registration-steps .sign-up-inner .sign-up-form .radio-click {
    margin-bottom: 25px;
  }

  .registration-steps .sign-up-inner .sign-up-form .radio-click .sub-radio-button label {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }

  .registration-steps .sign-up-inner .sign-up-form .form-group .sub-radio-button {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .registration-steps .sign-up-inner .sign-up-form .form-group .sub-radio-button .form-radio {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
    padding-left: 0;
  }

  .registration-steps .sign-up-inner .sign-up-form .form-group .sub-radio-button .form-radio .form-group {
    display: inline-block;
    margin: 10px 20px 0 0;
  }

  .registration-steps .sign-up-inner .form-navigation ul.nav-tabs li.nav-item a.nav-link span.nav-inner {
    padding: 8px;
    font-size: 14px;
  }

  /* Pre-Register Page */
  .registration-steps .registration-inner .register-form {
    padding: 20px 20px;
  }

  .registration-steps .registration-inner .register-form .form-head h2 {
    font-size: 18px;
  }

  .registration-steps .registration-inner h2.page-heading {
    font-size: 20px;
    margin-left: 30px;
  }

  .registration-steps .registration-inner.checkout-inner .order-details {
    padding: 20px 20px;
  }

  .registration-steps .registration-inner.checkout-inner .order-details .detail-area table tfoot td {
    font-size: 20px;
  }

  .registration-steps .registration-inner.checkout-inner .order-details .detail-area table tbody .cart_item td.product-quantity input[type="number"] {
    width: 60px;
    font-size: 20px;
  }

  .registration-steps .registration-inner.checkout-inner .order-details .detail-area table tbody .cart_item td.product-total {
    font-size: 20px;
  }

  /* Checkout Page */
  .checkout-inner .order-details .detail-area table thead.heading tr th.product-del {
    width: 30px;
  }

  .checkout-inner .order-details .detail-area table tbody .cart_item td.product-total {
    font-size: 20px;
  }

  .checkout-inner .order-details .detail-area table tbody .cart_item td.product-quantity input[type="number"] {
    width: 60px;
    font-size: 20px;
  }

  .checkout-inner .order-details .detail-area table tfoot tr.cart-total td {
    font-size: 20px;
  }

  .checkout-inner .order-details .detail-area table tfoot td {
    font-size: 20px;
  }

  .default-page.contact-us .page-content .address-section .address-column-inner .box-section .content {
    padding-left: 30px;
  }

  /* My-Account Dashboard Page */
  .my-account .my-account-inner .marketing-library .marketing-library-inner {
    padding: 25px;
  }

  .my-account .my-account-inner .marketing-library .marketing-library-inner .item-row .single-item .prod-image {
    min-height: 250px;
  }

  .my-account .my-account-inner .marketing-library .marketing-library-inner h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .my-account .my-account-inner .marketing-library .download-document .category-header h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .my-account .my-account-inner .view-report .view-report-inner {
    padding: 15px;
  }

  .my-account .my-account-inner .view-report .view-report-inner h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .my-account .my-account-inner .view-report .view-report-inner h4 {
    font-size: 14px;
  }

  .my-account .my-account-inner .view-report .view-report-inner.registered-report table tbody tr td,
  .my-account .my-account-inner .view-report .view-report-inner.volunteers-report table tbody tr td {
    padding-left: 50%;
  }

  .my-account .my-account-inner .view-report .view-report-inner table tbody tr th {
    font-size: 14px;
  }

  .my-account .my-account-inner .view-report .view-report-inner table tbody tr th:nth-child(2),
  .my-account .my-account-inner .view-report .view-report-inner table tbody tr th:nth-child(3) {
    width: 15%;
  }

  .my-account .my-account-inner .view-report .view-report-inner table tbody tr th:last-child {
    width: 30%;
  }

  .my-account .my-account-inner .view-report .view-report-inner.quick-start table tbody tr th:last-child {
    width: 10%;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner {
    padding: 15px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .top-section h3 .subline {
    font-size: 16px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .top-section h6 {
    margin-bottom: 6px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr.last-total th {
    font-size: 14px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td {
    font-size: 14px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td .subline {
    font-size: 13px;
    line-height: 20px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr.today-total th {
    font-size: 14px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .form-section h3 {
    font-size: 18px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .form-section .add-member-link {
    font-size: 14px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .form-section .first-last-name .form-group {
    font-size: 14px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .form-section.add-another-section .col-1 {
    padding: 0 5px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .form-section #approval_container .form-group .del_item,
  .my-account .my-account-inner .court-sheet .court-sheet-inner .form-section #group_clone .form-group .del_item {
    font-size: 18px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common {
    padding: 15px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.top-section h3 {
    font-size: 18px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.top-section h3 .subline {
    font-size: 16px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common h3 {
    font-size: 18px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common.expenses .upload-recipts {
    margin-top: 50px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .detail-title {
    font-size: 20px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab ul.nav-tabs li.nav-item a.nav-link {
    font-size: 18px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .shar-link {
    width: 100%;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .shar-link .clipboard .primary-button {
    font-size: 16px;
  }

  .my-account .my-account-inner .my-location .my-location-inner {
    padding: 20px;
  }

  .my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location .button-col .primary-button {
    width: 70%;
    padding: 8px 18px;
  }

  .my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section h3 {
    font-size: 22px;
  }

  .my-account .my-account-inner .account-navigation .navigation ul .toggle-menu:before {
    font-size: 28px;
  }

  .my-account .my-account-inner .account-form .form-inner {
    padding: 15px;
  }

  .my-account .my-account-inner .account-form .form-inner h3 {
    font-size: 20px;
  }

  .my-account .my-account-inner .account-form .form-inner.pre-registration-report h3 {
    font-size: 20px;
  }

  .my-account .my-account-inner .account-form .my-detail-inner .top-nav .nav-tabs .nav-item {
    margin: 0 0 10px;
    width: 100%;
  }

  .my-account .my-account-inner .account-form .my-detail-inner .top-nav .nav-tabs .nav-item:last-child {
    margin-bottom: 0;
  }

  .my-account .my-account-inner .account-form .my-detail-inner .top-nav .nav-tabs .nav-item .nav-link {
    padding: 8px 8px;
    font-size: 14px;
  }

  .my-account .my-account-inner .account-content .invite-friend .inner-box {
    padding: 20px;
  }

  .my-account .my-account-inner .account-content .detail-title {
    font-size: 18px;
  }

  .my-account .my-account-inner .account-content .top-detail .top-detail-inner h2 {
    font-size: 24px;
  }

  .my-account .my-account-inner .account-content .distrubution-list .distrubution-box .distrubution-detail-area .detail-heading .dist-date {
    font-size: 18px;
  }

  .my-account.formerly-view-report .my-account-inner .quarterly-report .volunteer-common.top-section h3 {
    margin-bottom: 10px;
  }

  .my-account.formerly-view-report .my-account-inner .quarterly-report .volunteer-common.top-section .row .form-group h6 {
    margin-bottom: 6px;
  }

  .my-account.formerly-view-report .my-account-inner .quarterly-report .volunteer-common.comments .form-group p {
    font-size: 14px;
  }

  .my-account.formerly-view-report .my-account-inner .quarterly-report .volunteer-common table tbody tr th {
    padding: 5px;
  }

  .my-account.formerly-view-report .my-account-inner .quarterly-report .volunteer-common table tbody tr td {
    padding: 5px;
  }

  .my-account.distribution-view-report .my-account-inner .court-sheet .court-sheet-inner .form-section table tbody tr th {
    padding: 5px;
  }

  .my-account.distribution-view-report .my-account-inner .court-sheet .court-sheet-inner .form-section table tbody tr td {
    padding: 5px;
  }

  .guest-step {
    padding: 35px 0px;
  }

  .guest-step .guest-step-inner .common-inner-section {
    padding: 20px;
  }

  .guest-step .guest-step-inner .guest-top-head a.primary-button {
    font-size: 12px;
  }

  .guest-step .guest-step-inner .guest-top-head .top-head-row .logo img {
    max-width: 130px;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area {
    margin: 25px 0px;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area h1 {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area h2 {
    font-size: 20px;
  }

  .guest-step .guest-forms .find-account table tbody tr {
    margin-bottom: 5px;
  }

  .guest-step .guest-forms .find-account table tbody tr td {
    font-size: 13px;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr td {
    font-size: 14px;
  }

  .site-popup.thankyou-popup .modal-content .modal-header {
    padding: 20px 10px 15px 10px;
  }

  .site-popup.thankyou-popup .modal-content .modal-header .modal-title {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
  }

  .site-popup.thankyou-popup .modal-content .modal-body {
    padding: 14px;
  }

  .site-popup.thankyou-popup .modal-content .modal-body .button [type="button"] {
    font-size: 12px;
    padding: 12px 5px;
  }

  .site-popup.thankyou-popup .modal-content .modal-body .button .secondary-button {
    font-size: 12px;
  }

  .guest-step .guest-forms .express-guest .express-table .column {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid #d8d8d8;
    margin-bottom: 10px;
  }

  .guest-step .guest-forms .express-guest .express-table .column .title {
    border: none;
  }

  .guest-step .guest-forms .express-guest .express-table .column .detail {
    border: none;
  }

  .guest-step .guest-forms .express-guest .express-table .column:last-child {
    border: none;
  }

  .guest-step .guest-forms .express-guest .download-report {
    text-align: center;
  }

  .guest-step .guest-step-inner .common-inner-section.find-volunteer .export-links ul li {
    line-height: 21px;
  }

  .guest-step .guest-step-inner .common-inner-section.find-volunteer .export-links ul li a {
    font-size: 13px;
  }

  .diff-checkout .diff-checkout-inner {
    padding: 15px;
  }

  .diff-checkout .diff-checkout-inner .top-section h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .diff-checkout .diff-checkout-inner .top-section h3 {
    font-size: 14px;
  }

  .diff-checkout .diff-checkout-inner .top-section h3 span {
    display: block;
    margin-bottom: 10px;
    padding: 0;
  }

  .diff-checkout .diff-checkout-inner .middle-section .button-section {
    text-align: left;
  }

  .diff-checkout .diff-checkout-inner .middle-section .button-section .primary-button {
    font-size: 20px;
    padding: 6px 20px;
    margin: 0 auto;
  }

  .diff-checkout .diff-checkout-inner .bottom-section table thead th {
    padding: 8px;
    font-size: 12px;
  }

  .diff-checkout .diff-checkout-inner .bottom-section table thead th:first-child {
    width: 43%;
  }

  .diff-checkout .diff-checkout-inner .bottom-section table tbody td {
    padding: 8px;
    font-size: 12px;
  }

  .diff-checkout .diff-checkout-inner .bottom-section table tfoot td {
    padding: 8px;
    font-size: 12px;
  }

  .announcement .Inr-Content h6 {
    font-size: 12px;
  }

  .announcement .Inr-Content .secondary-button {
    font-size: 12px;
  }
}

/* 320 */
@media only screen and (max-width: 375px) {
  .form-group label {
    font-size: 14px;
  }

  input::-webkit-input-placeholder {
    font-size: 12px;
  }

  input:-ms-input-placeholder {
    font-size: 12px;
  }

  input::-ms-input-placeholder {
    font-size: 12px;
  }

  input::placeholder {
    font-size: 12px;
  }

  .container {
    max-width: 310px;
  }

  .how-it-work h2,
  .get-involved h2,
  .how-involved h2,
  .pantry-host-page .benifits-pantry-host h2 {
    font-size: 22px;
    line-height: 24px;
  }

  input[type="submit"] {
    padding: 8px 10px;
    font-size: 12px;
  }

  .form-group label {
    font-size: 14px;
  }

  /* Default-Page */
  .entry-content h1 {
    font-size: 30px;
  }

  .default-page .page-content .entry-content {
    padding: 15px;
  }

  /* Home Page */
  .site-header {
    padding: 30px 0px 15px;
  }

  .site-header.mobile .top-nav .navigation ul li a i {
    font-size: 18px;
  }

  .site-header.mobile .second-nav {
    padding: 5px 10px;
    padding-top: 40px;
  }

  .site-header.mobile .second-nav .logo {
    width: 40%;
    max-width: 100px;
  }

  .site-header.mobile .second-nav .donate-button .donate a {
    font-size: 14px;
  }

  .site-header .row .mobile-navigation .mobile-nav ul li a {
    line-height: 26px;
    font-size: 14px;
  }

  .banner {
    max-height: 300px;
  }

  .banner .carousel .single-slider {
    max-height: 300px;
  }

  .banner .carousel .single-slider .slider-image {
    min-height: 300px;
  }

  .banner .carousel .single-slider .banner-caption {
    width: 75%;
    padding: 15px;
  }

  .banner .carousel .single-slider .banner-caption h1 {
    font-size: 20px;
  }

  .banner .carousel .single-slider .banner-caption .primary-button {
    min-width: 150px;
  }

  .food-supply .row .left-row .year-counter ul li {
    width: 100%;
    padding: 0px 10px;
  }

  .food-supply .row .left-row .year-counter ul li .count {
    font-size: 28px;
    line-height: 32px;
  }

  .food-supply .row .left-row .year-counter ul li .count-char {
    font-size: 28px;
    line-height: 32px;
  }

  .food-supply .row .left-row .year-counter ul li .year-title {
    line-height: 18px;
  }

  .food-supply .row .left-row .supply-detail ul li .round-img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .food-supply .row .left-row .supply-detail ul li .detail-box {
    font-size: 14px;
    height: 120px;
  }

  .food-supply .row .right-row .food-supply-content h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .food-supply .row .right-row .food-supply-content p {
    font-size: 14px;
  }

  .how-it-work .row .work-flow h3 {
    font-size: 14px;
  }

  .get-involved .get-involved-row .single-box {
    margin: 15px auto;
    padding: 30px 18px;
    width: 100%;
  }

  .site-footer .container .footer-row .column ul li a {
    font-size: 14px;
  }

  .site-footer .container .footer-row .column.footer-logo p {
    font-size: 14px;
  }

  .site-footer .container .footer-row .column:first-child {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }

  .site-footer .container .footer-row .newletter h3 {
    font-size: 16px;
    line-height: 20px;
  }

  /* FAQ's Page */
  .faq-page .title-section {
    padding: 30px 0;
  }

  .faq-page .title-section h1 {
    font-size: 30px;
  }

  .faq-page .title-section input[type="search"] {
    margin: 20px 0px 0px;
  }

  .faq-page .faq-inner .common-inner-section {
    padding: 30px;
  }

  .faq-page .faq-inner .common-inner-section .single-faq .faq-question h3 {
    font-size: 18px;
  }

  .faq-page .faq-inner .common-inner-section .single-faq .faq-question h5 {
    font-size: 16px;
  }

  .faq-page .faq-inner .common-inner-section .single-faq .faq-question .single-que .accordion-content {
    font-size: 15px;
  }

  /* Shop Page */
  .my-account .my-account-inner .shop-section .shop-section-inner {
    padding: 30px;
  }

  .my-account .my-account-inner .shop-section .shop-section-inner .item-row .single-item:last-child {
    margin-bottom: 30px;
  }

  .my-account .my-account-inner .shop-section .shop-section-inner .item-row .single-item .prod-image {
    min-height: 180px;
  }

  .my-account .my-account-inner .shop-section .shop-section-inner .item-row .single-item h4 {
    font-size: 18px;
  }

  .my-account .my-account-inner .shop-section .shop-section-inner .item-row .single-item h5 {
    font-size: 14px;
  }

  .my-account .my-account-inner .shop-section .shop-section-inner .item-row .single-item p {
    font-size: 14px;
  }

  /* Product/32 Page */
  .product-detail .product-option .product-detail .product-button .secondary-button {
    padding: 12px 0;
  }

  /* About-Us Page */
  .meet-ruby .row .ruby-content {
    padding: 0 10px;
  }

  .meet-ruby .row .ruby-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .meet-ruby .row .ruby-content p {
    font-size: 14px;
  }

  .host-location h2 {
    font-size: 20px;
  }

  .host-location .host-table table tr td a {
    margin-bottom: 10px;
  }

  .host-location .host-table table tr td a .city-name {
    font-size: 16px;
  }

  /* Blog Page */
  .blog-listing-page {
    padding: 30px 0;
  }

  .blog-listing-page .blog-listing .blog-single .post-body .blog-meta .blog-category a {
    font-size: 14px;
  }

  .blog-listing-page .blog-listing .blog-single .post-body .blog-meta .entry-title a {
    font-size: 18px;
  }

  .single-blog-page .single-blog-content .entry-title {
    font-size: 28px;
  }

  /* Single Location Page */
  .location-detail-page .common-inner-section .detail-area .day-hours {
    width: 90%;
  }

  .location-detail-page .common-inner-section .detail-area a {
    padding: 12px 5px;
    line-height: 20px;
  }

  /* Pangination */
  .pagination nav .pagination li .page-link {
    padding: 5px;
    font-size: 14px;
    line-height: 15px;
  }

  /* Location Step */
  .location-step {
    padding: 30px 0px;
  }

  .location-step .step-row .single-step .step-number {
    margin-right: 15px;
    font-size: 20px;
    line-height: 40px;
    min-width: 40px;
  }

  /* Pick-Primary-Location Page */
  .location-page .location-page-inner .find-location .common-inner-section .row .location-detail h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .location-page .location-page-inner .location-listing .common-inner-section .location-content .headline h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .location-page .location-page-inner .location-listing .common-inner-section .location-content p {
    font-size: 14px;
  }

  /* Sign-In Page */
  .signin-page .common-inner-section {
    padding: 20px;
  }

  .signin-page .login-form input[type="submit"] {
    display: block;
    margin: 15px auto 10px auto;
    padding: 8px 15px;
  }

  .signin-page .login-form .forgot {
    display: block;
    text-align: center;
  }

  .signin-page .bottom-line {
    margin-top: 10px;
  }

  .signin-page .bottom-line a {
    font-size: 14px;
  }

  .signin-page .bottom-line a.second {
    font-size: 14px;
  }

  /* Pantry-Host Page */
  .pantry-host-page .top-content .inner-content h2 {
    font-size: 20px;
  }

  .pantry-host-page .benifits-pantry-host h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .pantry-host-page .requirement-form .common-inner-section .requirement-section .requirement-content {
    margin-bottom: 30px;
  }

  .pantry-host-page .requirement-form .common-inner-section .requirement-section .requirement-content h3 {
    font-size: 24px;
  }

  .pantry-host-page .requirement-form .common-inner-section .host-form h2.form-tital {
    font-size: 18px;
    line-height: 24px;
  }

  .pantry-host-page .requirement-form .common-inner-section .host-form h3 {
    line-height: 26px;
  }

  /* Volunteer Page */
  .volunteer-form-page .form-inner h2 {
    font-size: 20px;
  }

  .volunteer-form-page .form-inner h3 {
    font-size: 16px;
  }

  .volunteer-form-page .form-inner .form-group {
    margin-bottom: 10px;
  }

  .volunteer-form-page .form-inner .form-group.radio-button .form-radio .form-group label {
    font-size: 12px;
  }

  .volunteer-form-page .form-inner .form-check .cbx span {
    font-size: 14px;
  }

  /* Become-Member 48 Page */
  .registration-steps .sign-up-inner .sign-up-form .form-group .sub-radio-button label {
    font-size: 15px;
  }

  .registration-steps .sign-up-inner .common-inner-section {
    padding: 20px;
  }

  .registration-steps .sign-up-inner .form-navigation ul.nav-tabs li.nav-item a.nav-link {
    padding: 10px;
  }

  /* Pre-Register 48 Page */
  .checkout-inner .order-details .detail-area table thead.heading tr th.product-del,
  .product-option .order-details .detail-area table thead.heading tr th.product-del {
    width: 40px;
  }

  .registration-steps .registration-inner h2.page-heading {
    font-size: 17px;
    margin-left: 10px;
  }

  .registration-steps .registration-inner .register-form {
    padding: 15px;
    margin-bottom: 10px;
  }

  .registration-steps .registration-inner .register-form .form-head h2 {
    font-size: 16px;
  }

  .registration-steps .registration-inner .register-form .form-head .register-location h6 {
    color: #ca383e;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .registration-steps .registration-inner.checkout-inner .order-details {
    padding: 10px 2px;
  }

  .registration-steps .registration-inner.checkout-inner .order-details .detail-area h2.heading {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .registration-steps .registration-inner.checkout-inner .order-details .detail-area table thead.heading tr th {
    font-size: 14px;
  }

  .registration-steps .registration-inner.checkout-inner .order-details .detail-area table thead.heading tr th:first-child {
    width: 120px;
  }

  .registration-steps .registration-inner.checkout-inner .order-details .detail-area table tbody .cart_item td.product-total {
    font-size: 16px;
  }

  .registration-steps .registration-inner.checkout-inner .order-details .detail-area table tfoot td {
    font-size: 16px;
  }

  /* Checkout Page */
  .checkout-inner .checkout-form {
    padding: 15px;
  }

  .checkout-inner .order-details {
    padding: 10px 2px;
  }

  .checkout-inner .order-details .detail-area h2.heading {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .checkout-inner .order-details .detail-area table thead.heading tr th {
    font-size: 14px;
  }

  .checkout-inner .order-details .detail-area table thead.heading tr th:first-child {
    width: 120px;
    font-size: 14px;
  }

  .checkout-inner .order-details .detail-area table tbody .cart_item td:first-child {
    font-size: 14px;
  }

  .checkout-inner .order-details .detail-area table tbody .cart_item td:last-child i {
    font-size: 19px;
    line-height: 36px;
    width: 35px;
    height: 35px;
  }

  .checkout-inner .order-details .detail-area table tbody .cart_item td.product-total {
    font-size: 17px;
  }

  .checkout-inner .order-details .detail-area table tfoot tr.cart-total td {
    font-size: 17px;
  }

  .checkout-inner .order-details .detail-area table tfoot td {
    font-size: 17px;
  }

  .checkout-inner h2.page-heading {
    font-size: 22px;
    margin-left: 10px;
    margin-bottom: 20px;
  }

  .default-page.contact-us .page-content .address-section .address-column:last-child .address-column-inner {
    padding: 0px 20px 20px;
  }

  .default-page.contact-us .page-content .address-section .address-column .address-column-inner .box-section .content p {
    font-size: 15px;
  }

  /* My-Account Dashboard Page */
  .my-account .my-account-inner .marketing-library .marketing-library-inner h3 {
    font-size: 22px;
  }

  .my-account .my-account-inner .marketing-library .marketing-library-inner .item-row .single-item h4 {
    font-size: 18px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .top-section h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .top-section h3 .subline {
    font-size: 14px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .top-section h6 {
    font-size: 14px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .form-section h3 {
    font-size: 16px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .form-section .form-text {
    font-size: 14px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .form-section.btn-section input[type="submit"] {
    padding: 8px 12px;
    font-size: 12px;
  }

  .my-account .my-account-inner .court-sheet .court-sheet-inner .form-section .Title_Date .dist_date {
    width: calc(100% - 135px);
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common h3 {
    font-size: 16px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common .upload-recipts .button .primary-button {
    padding: 8px 12px;
    font-size: 12px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common input[type="submit"] {
    padding: 8px 12px;
    font-size: 12px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common .top-section h3 .subline {
    font-size: 14px;
  }

  .my-account .my-account-inner .quarterly-report .volunteer-common .top-section h6 {
    font-size: 14px;
  }

  .my-account .my-account-inner .view-report .view-report-inner table tbody tr td {
    font-size: 11px;
  }

  .my-account .my-account-inner .view-report .view-report-inner table tbody tr th {
    font-size: 12px;
  }

  .my-account .my-account-inner .view-report .view-report-inner h3 {
    font-size: 16px;
  }

  .my-account .my-account-inner .view-report .view-report-inner h4 {
    font-size: 12px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner {
    padding: 20px;
  }

  .my-account .my-account-inner .refer-friend .refer-friend-inner .invite-friend .inner-box .social-tab {
    margin-bottom: 20px;
  }

  .my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section {
    margin-bottom: 20px;
  }

  .my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section h3 {
    font-size: 20px;
  }

  .my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location .form-group {
    margin-bottom: 10px;
  }

  .my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location .content-col .distrubution-day {
    font-size: 16px;
    line-height: 25px;
  }

  .my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location .content-col .common-link.del_loc {
    display: block;
    margin-bottom: 15px;
  }

  .my-account .my-account-inner .my-location .my-location-inner .location-section-list .location-section .single-location .button-col .primary-button {
    width: 80%;
  }

  .my-account .my-account-inner .my-location .my-location-inner .add-location .form-group select.form-control {
    margin-bottom: 10px;
  }

  .my-account .my-account-inner .account-form .form-inner h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .my-account .my-account-inner .account-form .form-inner .print-button {
    margin-top: 5px;
  }

  .my-account .my-account-inner .account-form .form-inner .summary-common-tabel table tbody tr {
    margin-bottom: 10px;
  }

  .my-account .my-account-inner .account-form .form-inner .summary-common-tabel table tbody tr:last-child {
    margin-bottom: 0;
  }

  .my-account .my-account-inner .account-form .form-inner .summary-common-tabel table tbody tr th {
    font-size: 15px;
    padding: 4px 2px;
  }

  .my-account .my-account-inner .account-form .form-inner .summary-common-tabel table tbody tr td {
    padding: 4px 2px;
    font-size: 14px;
  }

  .my-account .my-account-inner .account-form .my-detail-inner .form-section h3 {
    font-size: 16px;
  }

  .my-account .my-account-inner .account-form .my-detail-inner .form-section .form-group input {
    margin-bottom: 13px;
  }

  .my-account .my-account-inner .account-navigation .navigation ul li {
    padding: 10px 15px;
  }

  .my-account .my-account-inner .account-content .distrubution-list .distrubution-box .no-distrubution p {
    font-size: 17px;
  }

  .my-account .my-account-inner .account-content .detail-title {
    padding: 15px 20px;
  }

  .my-account .my-account-inner .account-content .top-detail .top-detail-inner {
    padding: 15px 20px;
  }

  .my-account .my-account-inner .account-content .invite-friend .inner-box .shar-link .clipboard .primary-button {
    padding: 12px 20px;
    line-height: 16px;
  }

  .my-account.formerly-view-report .my-account-inner .quarterly-report .volunteer-common.top-section h3 {
    margin-bottom: 10px;
  }

  .my-account.formerly-view-report .my-account-inner .quarterly-report .volunteer-common.top-section .row .form-group h6 {
    margin-bottom: 6px;
  }

  .my-account.formerly-view-report .my-account-inner .quarterly-report .volunteer-common.comments .form-group p {
    font-size: 12px;
  }

  .my-account.formerly-view-report .my-account-inner .quarterly-report .volunteer-common table tbody tr th {
    font-size: 13px;
  }

  .my-account.formerly-view-report .my-account-inner .quarterly-report .volunteer-common table tbody tr td {
    font-size: 12px;
  }

  .my-account.distribution-view-report .my-account-inner .court-sheet .court-sheet-inner .form-section table tbody tr th {
    font-size: 13px;
  }

  .my-account.distribution-view-report .my-account-inner .court-sheet .court-sheet-inner .form-section table tbody tr td {
    font-size: 12px;
  }

  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td {
    font-size: 12px;
  }

  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="text"],
  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="email"],
  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="url"],
  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="password"],
  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="search"],
  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="tel"],
  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td input[type="number"],
  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td textarea {
    max-width: 75px;
    height: 30px;
  }

  .guest-step .guest-forms.find-volunteer .find-account table.find-account-data tbody tr td .email-address {
    font-size: 12px;
  }

  .guest-step .guest-forms.find-volunteer .find-account .find-account-form input[type="submit"] {
    font-size: 12px;
    padding: 8px 16px;
  }

  .guest-step .guest-forms h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .guest-step .guest-forms .sign-up-form .form-text {
    font-size: 16px;
  }

  .guest-step .guest-forms .bunndle-box table tbody tr td {
    padding-left: 65%;
    font-size: 12px;
  }

  .guest-step .guest-forms .bunndle-box .desc {
    font-size: 12px;
  }

  .guest-step .guest-step-inner .guest-top-head a {
    font-size: 16px;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area h2 {
    font-size: 20px;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area h1 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .guest-step .guest-step-inner .guest-top-head .title-area h2 {
    font-size: 16px;
  }

  .guest-step .guest-step-inner .form-navigation ul.nav-tabs li.nav-item a.nav-link {
    padding: 8px 8px;
    font-size: 12px;
  }

  .guest-step .guest-step-inner .form-navigation ul.nav-tabs li.nav-item a.nav-link span.nav-inner {
    padding: 3px;
  }

  .guest-step .guest-step-inner .common-inner-section {
    padding: 15px;
  }

  .my-account .my-account-inner .account-form .volunteer-administration-template .summary-common-tabel.volunteer-summary table tbody tr td input[type="text"] {
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .my-account.distribution-template .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr th {
    text-align: center;
    background-color: #aba4a0;
  }

  .my-account.distribution-template .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr th:first-child {
    width: 50%;
  }

  .my-account.distribution-template .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr th:nth-child(2) {
    width: 35%;
    text-align: center;
  }

  .my-account.distribution-template .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td:not(:first-child) {
    text-align: center;
  }

  .my-account.distribution-template .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr:first-child th {
    text-transform: uppercase;
  }

  .my-account.distribution-template .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td:nth-child(4),
  .my-account.distribution-template .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td:nth-child(5) {
    background-color: #d9d6d4;
  }

  .my-account.distribution-template .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td:nth-child(4) input,
  .my-account.distribution-template .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td:nth-child(5) input {
    border-color: #aba4a0;
    background-color: #edeae9;
  }

  .my-account.distribution-template .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td:nth-child(4) input::-webkit-input-placeholder,
  .my-account.distribution-template .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td:nth-child(5) input::-webkit-input-placeholder {
    color: #aba4a0;
  }

  .my-account.distribution-template .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td:nth-child(4) input:-ms-input-placeholder,
  .my-account.distribution-template .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td:nth-child(5) input:-ms-input-placeholder {
    color: #aba4a0;
  }

  .my-account.distribution-template .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td:nth-child(4) input::-ms-input-placeholder,
  .my-account.distribution-template .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td:nth-child(5) input::-ms-input-placeholder {
    color: #aba4a0;
  }

  .my-account.distribution-template .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td:nth-child(4) input::placeholder,
  .my-account.distribution-template .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td:nth-child(5) input::placeholder {
    color: #aba4a0;
  }

  .my-account.distribution-template .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr td::after {
    display: none;
  }

  .my-account.distribution-template .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr.today-total th:first-child {
    text-align: left;
  }

  .my-account.distribution-template .my-account-inner .court-sheet .court-sheet-inner .summary-table table tbody tr.red-bg th {
    background-color: #ca383e;
  }
}

/*# sourceMappingURL=style.css.map */