@charset "utf-8";
/*****************
* @this - Styles for objects found throughout the whole site.
* @mobile.css - Must be defined first, styles to use for mobile devices
*****************/

:root {
  --orangeColor: #fc5d35;
  --greyColor: #606060;
  --cyanColor: #5f9ea0;
  --yellowColor: #fcaf35;
  --blueColor: #7797d0;
  --darkBlueColor: #1a5a9e;
  --greenColor: #009900;
  --darkOrangeColor: #ff9e05;
  --lightOrangeColor: #ffcc79;
}

h1, h2, h3 {
  margin: 0px;
}

.greenTxt {
  color: var(--greenColor);
}

#container-header {
  padding: 0px;
  background: #FF9E05;
  background: linear-gradient(0deg, var(--darkOrangeColor) 0%, var(--lightOrangeColor) 40%, var(--lightOrangeColor) 60%, var(--darkOrangeColor) 100%);
}

#site_title {
  padding-top: 5px;
  padding-left: 10px;
}

#cartIcon div {
  display: inline;
}

#container-header a {
  font-weight: bold;
  font-size: large;
}

#container-menu {
   flex-basis: 100%;
   margin-top: 5px;
}

#menuContainer {
  position: initial;
  height: auto;
  width: 100%;
}

.container-outter {
  padding-top: 0px;
}

.container-inner {
  display: flex;
  flex-flow: row wrap;
  width: 1000px;
  max-width: 1000px;
}

.menu {
  min-width: auto;
  max-width: none;
  padding-bottom: 0px;
  background: var(--greyColor);
}

.menu ul {
  float: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.menu li a:hover {
  background-color: var(--orangeColor);
}

/* Buttons */
.orangeButton {
  color: #FFF;
  background-color: var(--orangeColor);
  padding: 5px 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

.orangeButton:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fc5d35+0,f94518+37,fc5d35+100 */
  background: rgb(252,93,53); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(252,93,53,1) 0%, rgba(249,69,24,1) 37%, rgba(252,93,53,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(252,93,53,1) 0%,rgba(249,69,24,1) 37%,rgba(252,93,53,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(252,93,53,1) 0%,rgba(249,69,24,1) 37%,rgba(252,93,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=var(--orangeColor), endColorstr=var(--orangeColor),GradientType=0 ); /* IE6-9 */
}

.greyButton {
  color: #FFF;
  background-color: var(--greyColor);
  padding: 5px 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

.greyButton:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#606060+0,545454+37,606060+100 */
  background: rgb(96,96,96); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(96,96,96,1) 0%, rgba(84,84,84,1) 37%, rgba(96,96,96,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(96,96,96,1) 0%,rgba(84,84,84,1) 37%,rgba(96,96,96,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(96,96,96,1) 0%,rgba(84,84,84,1) 37%,rgba(96,96,96,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=var(--greyColor), endColorstr=var(--greyColor),GradientType=0 ); /* IE6-9 */
}

.redButton {
  color: #FFF;
  background-color: #dd1a11;
  padding: 5px 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

.redButton:hover {
  background-color: #cf1911;
}

.yellowButton {
  color: #FFF;
  background-color: var(--yellowColor);
  padding: 5px 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

.removeButton {
  display: inline-block;
  margin: 5px 5px 5px 0px;
  padding: 6px 9px;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background-color: #dd1a11;
}


/* Breadcrumb Trail
----------------------------------------------------------------------------------------------------*/
.trail {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.breadcrumb {
  float: left;
  margin-right: 10px;
}


/* Group Block
----------------------------------------------------------------------------------------------------*/
.container-group_block {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  padding: 10px;
  justify-content: center;
}

.group-block {
    position: relative;
    background: #FFF;
    margin-top: 10px;
    padding: 5px;
    border: solid 1px rgb(207,190,135);
    background-color: #FFF;
}

.group-block-img {
    position: absolute;
    width: 70px;
    height: 66px;
    bottom: 0px;
    right: 0px;
    background: url('/site/images/group-box-bg/fundraising-groups.jpg');
}

.group-block.school .group-block-img {
    background-position: 0px 0px;
}

.group-block.sports .group-block-img {
    background-position: -70px 0px;
}

.group-block.music .group-block-img {
    background-position: -140px 0px;
}

.group-block.church .group-block-img {
    background-position: -210px 0px;
}

.group-block.other .group-block-img {
    background-position: -280px 0px;
}

.group-block .group-title {
    padding: 5px 0px;
    margin-bottom: 10px;
    color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    background: rgb(255,158,6);
    background: -moz-linear-gradient(top,rgba(255,158,6,1) 0%,rgba(251,185,80,1) 40%,rgba(251,185,80,1) 60%,rgba(255,158,6,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,158,6,1)),color-stop(40%,rgba(251,185,80,1)),color-stop(60%,rgba(251,185,80,1)),color-stop(100%,rgba(255,158,6,1)));
    background: -webkit-linear-gradient(top,rgba(255,158,6,1) 0%,rgba(251,185,80,1) 40%,rgba(251,185,80,1) 60%,rgba(255,158,6,1) 100%);
    background: -o-linear-gradient(top,rgba(255,158,6,1) 0%,rgba(251,185,80,1) 40%,rgba(251,185,80,1) 60%,rgba(255,158,6,1) 100%);
    background: -ms-linear-gradient(top,rgba(255,158,6,1) 0%,rgba(251,185,80,1) 40%,rgba(251,185,80,1) 60%,rgba(255,158,6,1) 100%);
    background: linear-gradient(to bottom,rgba(255,158,6,1) 0%,rgba(251,185,80,1) 40%,rgba(251,185,80,1) 60%,rgba(255,158,6,1) 100%);
    box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.group-block.school .group-title {
    background: rgb(181,0,0);
    background: -moz-linear-gradient(top,rgba(181,0,0,1) 0%,rgba(209,0,0,1) 40%,rgba(209,0,0,1) 60%,rgba(181,0,0,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(181,0,0,1)),color-stop(40%,rgba(209,0,0,1)),color-stop(60%,rgba(209,0,0,1)),color-stop(100%,rgba(181,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(181,0,0,1) 0%,rgba(209,0,0,1) 40%,rgba(209,0,0,1) 60%,rgba(181,0,0,1) 100%);
    background: -o-linear-gradient(top,rgba(181,0,0,1) 0%,rgba(209,0,0,1) 40%,rgba(209,0,0,1) 60%,rgba(181,0,0,1) 100%);
    background: -ms-linear-gradient(top,rgba(181,0,0,1) 0%,rgba(209,0,0,1) 40%,rgba(209,0,0,1) 60%,rgba(181,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(181,0,0,1) 0%,rgba(209,0,0,1) 40%,rgba(209,0,0,1) 60%,rgba(181,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b50000',endColorstr='#b50000',GradientType=0);
}

.group-block.sports .group-title {
    background: rgb(41,178,0);
    background: -moz-linear-gradient(top,rgba(41,178,0,1) 0%,rgba(59,211,0,1) 40%,rgba(59,211,0,1) 60%,rgba(41,178,0,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(41,178,0,1)),color-stop(40%,rgba(59,211,0,1)),color-stop(60%,rgba(59,211,0,1)),color-stop(100%,rgba(41,178,0,1)));
    background: -webkit-linear-gradient(top,rgba(41,178,0,1) 0%,rgba(59,211,0,1) 40%,rgba(59,211,0,1) 60%,rgba(41,178,0,1) 100%);
    background: -o-linear-gradient(top,rgba(41,178,0,1) 0%,rgba(59,211,0,1) 40%,rgba(59,211,0,1) 60%,rgba(41,178,0,1) 100%);
    background: -ms-linear-gradient(top,rgba(41,178,0,1) 0%,rgba(59,211,0,1) 40%,rgba(59,211,0,1) 60%,rgba(41,178,0,1) 100%);
    background: linear-gradient(to bottom,rgba(41,178,0,1) 0%,rgba(59,211,0,1) 40%,rgba(59,211,0,1) 60%,rgba(41,178,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29b200',endColorstr='#29b200',GradientType=0);
}

.group-block.music .group-title {
    background: rgb(0,6,188);
    background: -moz-linear-gradient(top,rgba(0,6,188,1) 0%,rgba(0,17,255,1) 40%,rgba(0,17,255,1) 60%,rgba(0,6,188,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,6,188,1)),color-stop(40%,rgba(0,17,255,1)),color-stop(60%,rgba(0,17,255,1)),color-stop(100%,rgba(0,6,188,1)));
    background: -webkit-linear-gradient(top,rgba(0,6,188,1) 0%,rgba(0,17,255,1) 40%,rgba(0,17,255,1) 60%,rgba(0,6,188,1) 100%);
    background: -o-linear-gradient(top,rgba(0,6,188,1) 0%,rgba(0,17,255,1) 40%,rgba(0,17,255,1) 60%,rgba(0,6,188,1) 100%);
    background: -ms-linear-gradient(top,rgba(0,6,188,1) 0%,rgba(0,17,255,1) 40%,rgba(0,17,255,1) 60%,rgba(0,6,188,1) 100%);
    background: linear-gradient(to bottom,rgba(0,6,188,1) 0%,rgba(0,17,255,1) 40%,rgba(0,17,255,1) 60%,rgba(0,6,188,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0006bc',endColorstr='#0006bc',GradientType=0);
}

.group-block.church .group-title {
    background: rgb(225,0,237);
    background: -moz-linear-gradient(top,rgba(225,0,237,1) 0%,rgba(242,0,255,1) 40%,rgba(242,0,255,1) 60%,rgba(225,0,237,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(225,0,237,1)),color-stop(40%,rgba(242,0,255,1)),color-stop(60%,rgba(242,0,255,1)),color-stop(100%,rgba(225,0,237,1)));
    background: -webkit-linear-gradient(top,rgba(225,0,237,1) 0%,rgba(242,0,255,1) 40%,rgba(242,0,255,1) 60%,rgba(225,0,237,1) 100%);
    background: -o-linear-gradient(top,rgba(225,0,237,1) 0%,rgba(242,0,255,1) 40%,rgba(242,0,255,1) 60%,rgba(225,0,237,1) 100%);
    background: -ms-linear-gradient(top,rgba(225,0,237,1) 0%,rgba(242,0,255,1) 40%,rgba(242,0,255,1) 60%,rgba(225,0,237,1) 100%);
    background: linear-gradient(to bottom,rgba(225,0,237,1) 0%,rgba(242,0,255,1) 40%,rgba(242,0,255,1) 60%,rgba(225,0,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e100ed',endColorstr='#e100ed',GradientType=0);
}

.group-block.other .group-title {
    background: rgb(0,213,224);
    background: -moz-linear-gradient(top,rgba(0,213,224,1) 0%,rgba(0,233,255,1) 40%,rgba(0,233,255,1) 60%,rgba(0,213,224,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,213,224,1)),color-stop(40%,rgba(0,233,255,1)),color-stop(60%,rgba(0,233,255,1)),color-stop(100%,rgba(0,213,224,1)));
    background: -webkit-linear-gradient(top,rgba(0,213,224,1) 0%,rgba(0,233,255,1) 40%,rgba(0,233,255,1) 60%,rgba(0,213,224,1) 100%);
    background: -o-linear-gradient(top,rgba(0,213,224,1) 0%,rgba(0,233,255,1) 40%,rgba(0,233,255,1) 60%,rgba(0,213,224,1) 100%);
    background: -ms-linear-gradient(top,rgba(0,213,224,1) 0%,rgba(0,233,255,1) 40%,rgba(0,233,255,1) 60%,rgba(0,213,224,1) 100%);
    background: linear-gradient(to bottom,rgba(0,213,224,1) 0%,rgba(0,233,255,1) 40%,rgba(0,233,255,1) 60%,rgba(0,213,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d5e0',endColorstr='#00d5e0',GradientType=0);
}

.group-block .group-content {
    font-size: 0.9em;
    margin-top: 10px;
}


/* Home Page
----------------------------------------------------------------------------------------------------*/
.container-outter.home {
  padding-top: 0px;
}

#home-fundraising-text p {
  margin-top: 0px;
}

.home .group-block {
    float: left;
    width: 157px;
    margin-left: 5px;
    margin-right: 5px;
    border: solid 1px #ccc;
}

#container-display_cluster {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  justify-content: center;
}

#container-display_cluster .box {
    width: 106px;
    height: 60px;
    float: left;
    background: url('/site/images/front/mini-slider/fundraising-ideas.jpg') #000;
    border-radius: 3px;
    border: solid 1px #666;
}

#container-display_cluster a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#container-display_cluster .box.pretzel-fundraising {
    background-position: 0px 0px;
}

#container-display_cluster .box.jack-links-beef-snacks {
    background-position: -106px 0px;
}

#container-display_cluster .box.dollar-bars {
    background-position: -212px 0px;
}

#container-display_cluster .box.classic-cookie-dough {
    background-position: -318px 0px;
}

#container-display_cluster .box.gourmet-lollipops {
    background-position: 0px -60px;
}

#container-display_cluster .box.otis-spunkmeyer {
    background-position: -106px -60px;
}

#container-display_cluster .box.smencils {
    background-position: -212px -60px;
}

#container-display_cluster .box.zap-snack-french-bread-pizzas {
    background-position: -318px -60px;
}

/*****************
* Brochure List Styles
*****************/
.brochure-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  padding: 5px;
  border-bottom: 1px dashed;
}

.brochure-row.views-row-last {
  border-bottom: none;
}

.brochure-row.even {
  background: #f9f9f9;
}

.brochure-row h2 a {
  text-decoration: none;
}

.brochure_list .brochure_overview_img {
  max-width: 300px;
}

.brochure_list .brochure_overview_img img {
  max-width: 300px;
}

.brochure_list .brochure_info {
  flex-grow: 2;
}

.brochure_list .brochure_overview_txt {
  font-size: 90%;
  margin-bottom: 20px;
}


/* Brochure Page Display */
#brochure-display-container {
  float: left;
  width: 100%;
  margin: 0;
}

#brochure-display-content {
  padding: 2.5%;
}

.brochure_thumb {
  float: left;
  margin: 0 1.04% 1.04% 0;
}

.brochure_thumb img {
  border: 1px solid #666;
  width: 100px;
  height: 130px;
}

.infobar-container {
  float: left;
  width: 100%;
  margin: 5px 0px 10px 0px;
}

.infobar-content {
  padding: 8px 0px 4px 0px;
  text-align: center;
  background: #FFB;
}

/*****************
* Brochure Product List Styles
*****************/
.brochure_product_list {
  float: left;
  padding: 5px;
}

.brochure_product_list .brochure_brand_container {
  float: left;
  padding: 5px;
  width: 99%;
}

.brochure_product_list .brand_name {
  font-weight: bold;
}

.brochure_product_list .product_name {
  font-size: smaller;
}


/*****************
* Product Page Styles
*****************/
.product_page .product_img_nutrition {
  float: right;
  width: 40%;
  margin-left: 10px;
}

.product_page .product_img {
  width: 100%;
}

.product_page .product_brand {
  width: 100%;
}

.product_page .product_img img {
  width: 100%;
}

.product_page .product_brand img {
  width: 100%;
}

.product_page .product_description {
  margin-top: 5px;
}

.product_page .product_description,
.product_page .product_instructions,
.product_page .product_allergens,
.product_page .product_ingredients,
.product_page .product_notes {
  margin-bottom: 5px;
}

/*****************
* Nutrition Styles
*****************/
.nutrition_wrapper {
  float: left;
  border: solid 2px #000;
  padding: 5px;
  width: 97%;
}

.nutrition_wrapper div {
  float: left;
}

.nutrition_wrapper div.rightCol {
  float: right;
}

.nutrition_wrapper table {
  width: 100%;
}

.thickBB,
.mediumBB,
.thinBB {
  width: 100%;
  clear: both;
}
.thickBB {
  border-bottom: solid 8px #000;
}

.mediumBB {
  border-bottom: solid 4px #000;
}

.thinBB {
  border-bottom: solid 1px #666;
}

.nutrition_title {
  font-weight: bold;
  font-size: 28px;
}

.primaryTitle {
  font-weight: bold;
}

.smallerTitle {
  font-weight: bold;
  font-size: smaller;
}

/*****************
* Direct Sale Item Page
*****************/
.shop-input-qty {
  width: 65px;
  margin-right: 10px;
  border-radius: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.product-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}

.product-image-container {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 350px;
}

.product-image-container .product_image {
  cursor: pointer;
}

.product-image-container .product_image img {
  max-width: 100%;
  max-height: 400px;
}

.product-container .bulk_discount {
  background-color: #f5f1f1;
  padding: 5px 10px;
}

#container-brochure_items .product-list-view-details {
  width: 103px;
}

.product-details-container .product_name h2 {
  margin-bottom: 0px;
  line-height: 1em;
}

.product-details-container .product_shipping_type {
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-details-container .product_retail_lbl,
.product-details-container .product_quantity_lbl {
  float: left;
  margin-right: 5px;
  font-weight: bold;
}

.product_attribute_container .product_attribute_lbl {
  float: left;
  margin-right: 5px;
  font-weight: bold;
}

.product_attribute_container .product_attribute_desc {
  font-size: smaller;
}

input.product_quantity {
  text-align: right;
  max-width: 50px;
}

.gallery-container {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  width: 100%;
  justify-content: center;
}

.gallery-image {
  display: inline-block;
  width: 100px;
  max-height: 100px;
  overflow: hidden;
}

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* keeps the image aspect ratio */
  display: block
}

.gallery-image .youtube_cover {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*****************
* Cart
*****************/
#container-cart {
  display: flex;
  justify-content: center;
}

#cart-inner-container {
  display: inline-block;
  padding: 20px;
  width: 1000px;
  max-width: 1000px;
}

.continueShoppingLink {
  float: left;
  margin: 0px;
}

.continueShoppingLink .greyButton {
  display: inline-block;
  line-height: 15px;
  font-size: 14px;
}

.container-cart_buttons {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  background-color: #8f8f8f;
  color: #FFF;
}

/*****************
* Cart - Item Table
*****************/
.tbl-cart_items {
  width: 100%;
  border-collapse: collapse;
}

.tbl-cart_items .removeCartItem .material-symbols-outlined {
  font-size: x-large;
}

.tbl-cart_items thead tr th {
  font-weight: 500;
}

.tbl-cart_items thead tr th,
.tbl-cart_items tbody tr td {
  padding: 0px 5px;
}

.tbl-cart_items tbody tr.even {
  background-color: #DDD;
}

.tbl-cart_items tbody tr.odd {
  background-color: #EEE;
}

.tbl-cart_items .product_column {
  width: 100%;
}

.tbl-cart_items .removeItemColumn {
  text-align: center;
}

.tbl-cart_items .product_image {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}

.tbl-cart_items .product_name {
  float: left;
}

.tbl-cart_items tfoot tr td {
  font-weight: bold;
  text-align: right;
  padding: 5px;
}

.cart-buttons {
  float: right;
}

/*****************
* Category Display
*****************/
.category-top {
  flex-basis: 100%;
  padding-bottom: 10px;
  text-align: center;
}

.category-container {
  vertical-align: top;
  min-height: 100px;
  width: 300px;
  padding: 10px;
  border-bottom: 1px dashed #CCC;
  text-align: center;
}

.category-container:not(:nth-child(3n)) {
  border-right: 1px dashed #CCC;
}

.category-container.borderNone {
  border: none;
}

.category-container .category-image {
  width: 280px;
  height: 250px;
}

.category-container .category-image img {
  max-width: 100%;
  max-height: 100%;
  border: 0;
}

.category-container .category-title {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  color: var(--darkBlueColor);
  text-decoration: none;
}

.category-container .category-description {
  width: 100%;
}

.category-container .moreInfoLink {
  font-weight: bold;
  text-decoration: none;
  color: #F00;
}

/******************
* Addresses
******************/
.address_block {
  float: left;
  min-width: 200px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: solid 1px #ddd;
  padding: 3px 5px;
}

.address_block .address-header {
  font-weight: bold;
}

.address_block .address-body {
  font-size: smaller;
}

/******************
* Form
******************/
.container-outter.container-form {
  background-color: var(--greyColor);
  box-shadow: inset 0px 15px 20px 0px rgba(0, 0, 0, 0.2);
  color: #FFF;
}

.container-outter.container-form .container-inner {
  flex-direction: column;
}

.container-form .form_header {
  font-weight: bold;
  font-size: larger;
  text-align: center;
}

.container-form h3 {
  color: #fff6d4;
  font-size: xx-large;
  margin: 0px;
}

.container-form .form_table {
  width: 100%;
}

.container-form .form_table td {
  padding-bottom: 10px;
}

.container-form .form_table .form_label {
  text-align: right;
  font-weight: bold;
}

.container-form .form_table input {
  width: 80%;
  line-height: 28px;
}

.container-form .form_table button {
  background-color: #d62828; /* Strong red */
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.container-form .form_table button:hover {
  background-color: #a61c1c; /* Darker red */
  transform: translateY(-2px);
}

.container-form .form_table button:active {
  transform: translateY(0);
}

/******************
* User Dashboard
******************/

.user_dashboard_items {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.user_dashboard_item {
  border: 2px solid #CCC;
  border-radius: 10px;
  padding: 5px 10px;
  text-decoration: none;
}

.user_dashboard_item p {
  margin: 0px;
}

.myOrders_cartHeaderDetails {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  line-height: 25px;
  gap: 20px;
  border-bottom: 1px solid;
  margin-top: 10px;
  margin-bottom: 10px;
}

.myOrders_cartShippingPayment {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
