/*
 Theme Name:   B&G Paper Child Theme
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme
 Author:       EZMarketing
 Author URI:   https://www.ezmarketing.com
 Template:     generatepress
 Version:      0.1
*/
/*
black: var(--contrast)
yellow: var(--contrast-2)
grey: var(--contrast-3)
lightergrey: var(--base)
white: var(--base-2)
neonblue: var(--base-3)
blue: var(--accent)
*/
/*---xSite Layout_---*/

html, body {
  font-family: 'Sofia Sans', sans-serif;
  font-size: 1em;
  overflow-x: hidden;
}
b, strong {
  font-weight: 900;
}
a {
  font-family: 'Roboto Slab', serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
}
h1 {
  font-size: 46px;
}
.hero h1 {
  text-shadow: 2px 2px 10px white;
}
.inner-hero h1 {
  text-shadow: 2px 2px 10px white;
}
.hero h1 mark {
  font-family: 'Sofia Sans', sans-serif;
}
.inner-hero h1 mark {
  font-family: 'Sofia Sans', sans-serif;
}
.wp-block-cover.alignfull {
  padding: 0px;
  width: 100%;
  min-width: 100%;
}
.error404 div#content {
  padding-top: 65px;
  padding-bottom: 65px;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-cover.alignfull .wp-block-cover__inner-container {
  padding-top: 65px;
  padding-bottom: 65px;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.top-bar .inside-top-bar {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.site-header .inside-header {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.relative {
  position: relative;
}
a.wp-block-button__link {
  font-weight: 700;
  border-radius: 2px;
  border-top: 2px ridge #dcd6c6;
  border-right: 2px ridge #00000073;
  border-bottom: 2px ridge #00000073;
  border-left: 2px ridge #dcd6c6;
  background: rgb(172, 7, 7);
  background: linear-gradient(0deg, rgba(172, 7, 7, 1) 0%, rgba(230, 34, 34, 1) 100%);
}
a.wp-block-button__link:hover {
  background: rgb(225, 172, 48);
  background: linear-gradient(0deg, rgba(225, 172, 48, 1) 0%, rgba(248, 211, 139, 1) 100%);
}
button.wp-block-search__button.wp-element-button {
  background: rgb(225, 172, 48);
  background: linear-gradient(0deg, rgba(225, 172, 48, 1) 0%, rgba(248, 211, 139, 1) 100%);
  font-weight: 900;
  border-radius: 2px;
  border-top: 2px ridge #dcd6c6;
  border-right: 2px ridge #00000073;
  border-bottom: 2px ridge #00000073;
  border-left: 2px ridge #dcd6c6;
  color: black;
  font-size: 12px;
  padding: 2px 20px;
  line-height: 1px;
}
button.wp-block-search__button.wp-element-button:hover {
  background: rgb(172, 7, 7);
  background: linear-gradient(0deg, rgba(172, 7, 7, 1) 0%, rgba(230, 34, 34, 1) 100%);
  color: white;
}
.wp-block-search__inside-wrapper input {
  font-size: 12px;
  width: 389px;
}
.site-footer .footer-widgets-container {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.site-info .inside-site-info {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
body.woocommerce-page #content, body.woocommerce #content {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 65px;
  padding-bottom: 65px;
  padding-left: 5%;
  padding-right: 5%;
}
.entry-header h1, .page-header h1 {
  font-weight: 900;
}
.inner-hero img {
  max-width: 320px;
  border: 5px ridge white;
}
.hero {
  -webkit-animation: fade-in-bck 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in-bck 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.inner-hero {
  -webkit-animation: fade-in-bck 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in-bck 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-2-8 12:31:26
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-bck
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bck {
  0% {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-bck {
  0% {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
/*---xNavigation_---*/
#sticky-navigation {
  background: var(--contrast-2);
}
#sticky-navigation .inside-navigation {
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
#sticky-navigation #primary-menu {
  position: inherit;
  margin-top: inherit;
  right: inherit;
}
.header-widget .widget {
  position: relative;
}
.header-widget .widget form {
  position: absolute;
  right: 0;
}
#primary-menu {
  position: relative;
  margin-top: -50px;
  right: -15px;
}
#primary-menu a {
  font-size: 12px;
  line-height: 20px;
}
#primary-menu li:first-child a {
  padding-left: 0px;
}
#primary-menu li:last-child a {
  padding-right: 0px;
}
#menu-main-menu a {
  font-size: 17px;
  font-weight: 700;
}
#secondary-navigation .inside-navigation {
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1400px;
}
#menu-main-menu li {
  border-left: 1px solid black;
  background: rgb(217, 210, 193);
  background: linear-gradient(0deg, rgba(217, 210, 193, 1) 0%, rgba(240, 236, 225, 1) 100%);
}
#menu-main-menu li:last-child {
  border-right: 1px solid black;
}
#menu-main-menu .sub-menu li {
  border-left: 0px;
  border-right: 0px;
  background: transparent;
}
#menu-main-menu .sub-menu li a {
  font-size: 14px;
}
.wp-block-search__inside-wrapper {
  height: 33px;
  position: relative;
  top: 2px;
}
label.wp-block-search__label {
  position: absolute;
  left: -9999999px;
}
.site-footer {
  margin-top: 65px;
}
.footer-widget-1 {
  position: relative;
  top: -65px;
  z-index: 2;
}
.inside-footer-widgets {
  flex-direction: column;
}
#menu-shop {
  display: flex;
  flex-wrap: wrap;
}
#menu-shop li {
  width: 25%;
}
#menu-shop a {
  text-decoration: none;
}
.main-nav .woocommerce-Price-amount.amount {
  display: inline;
  font-size: inherit !important;
  font-weight: inherit !important;
}
#footer-widgets h2.widget-title {
  font-weight: 900;
  margin-bottom: 15px;
}
.copyright-bar {
  font-size: 12px;
}
/*---xPages---*/
.category-home-boxes .wp-block-column {
  box-shadow: 0px 0px 14px -8px #0000007d;
  transition: all .5s;
}
.category-home-boxes .wp-block-column:hover {
  box-shadow: 0px 0px 20px -2px #ecbe5b;
}
a.chb-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(216, 210, 193);
  background: linear-gradient(0deg, rgba(216, 210, 193, 1) 0%, rgba(241, 236, 226, 1) 100%);
  padding: 20px 30px;
  text-decoration: none;
  font-size: 20px;
  color: black;
  border-radius: 2px;
  border: 2px ridge #ffffff00;
}
.category-home-boxes .wp-block-column:hover a.chb-flex {
  background: rgb(225, 172, 48);
  background: linear-gradient(0deg, rgba(225, 172, 48, 1) 0%, rgba(248, 211, 139, 1) 100%);
}
a.chb-flex:hover {
  background: rgb(225, 172, 48);
  background: linear-gradient(0deg, rgba(225, 172, 48, 1) 0%, rgba(248, 211, 139, 1) 100%);
}
a.chb-flex h3 {
  margin-bottom: 0px;
  font-size: 20px;
}
a.chb-flex i {
  color: var(--contrast-2);
}
.outer-cover {
  margin-top: 100px;
  margin-bottom: 100px;
}
.outer-cover .wp-block-cover__inner-container {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: 100% !important;
}
#main .inner-cover .wp-block-cover__inner-container {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
  padding-left: 5% !important;
  padding-right: 5% !important;
  max-width: 1400px !important;
}
.inner-cover .wp-block-cover__inner-container {
  position: absolute;
}
.paper-plastic {
  position: absolute;
  bottom: 0px;
  right: 10vw;
  z-index: 2;
  max-width: 690px;
}
.white-box {
  padding: 50px;
  border-radius: 2px;
  border-top: 2px ridge #dcd6c6;
  border-right: 2px ridge #00000073;
  border-bottom: 2px ridge #00000073;
  border-left: 2px ridge #dcd6c6;
}
.contact-sidebar {
  background: var(--base);
  padding: 25px;
  border-radius: 2px;
  border-top: 2px ridge #dcd6c6;
  border-right: 2px ridge #00000073;
  border-bottom: 2px ridge #00000073;
  border-left: 2px ridge #dcd6c6;
  height: -webkit-fill-available;
  height: -moz-fill-available;
  text-align: center;
}
.contact-sidebar p {
  margin-bottom: 5px;
}
.contact-sidebar figure {
  margin-bottom: 20px;
}
#main hr {
  border: 1px ridge;
}
.footer-widget-2 {
  margin-top: -45px;
}
.footer-address-p {
  padding-bottom: 35px;
}
.footer-address-p-large {
  font-size: 18px !important;
}
.footer-address-p p {
  margin-bottom: 5px;
  font-size: 16px;
}
/* xECOMMERCE STYLES */
.shop-category-description {
  color: black;
}
.category_hero img {
  width: 100%;
  height: auto;
}
.woocommerce .quantity .qty {
  width: 5em;
}
.woocommerce-products-header h1 {
  font-weight: 900;
  color: var(--contrast-2);
}
#content ul.products.columns-4 img {
  margin-bottom: 0px;
}
#content ul.products.columns-4 h2.woocommerce-loop-category__title {
  font-weight: 900;
  padding: 25px;
  font-size: 18px !important;
  background: rgb(216, 210, 193);
  background: linear-gradient(0deg, rgba(216, 210, 193, 1) 0%, rgba(241, 236, 226, 1) 100%);
  border-bottom: 1px ridge black;
}
#content ul.products.columns-4 .product {
  text-decoration: none;
  color: black;
  border-radius: 2px;
  text-align: center;
  border: 2px ridge #ffffff00;
  box-shadow: 0px 0px 14px -8px #0000007d;
  transition: all .5s;
  background: rgb(216, 210, 193);
  background: linear-gradient(0deg, rgba(216, 210, 193, 1) 0%, rgba(241, 236, 226, 1) 100%);
}
.tax-product_cat #content ul.products.columns-4 .product {
  min-height: 260px;
}
#content ul.products.columns-4 .product:hover {
  background: rgb(225, 172, 48);
  background: linear-gradient(0deg, rgba(225, 172, 48, 1) 0%, rgba(248, 211, 139, 1) 100%);
  box-shadow: 0px 0px 20px -2px #ecbe5b;
}
#content ul.products.columns-4 .product:hover h2.woocommerce-loop-category__title {
  background: rgb(225, 172, 48);
  background: linear-gradient(0deg, rgba(225, 172, 48, 1) 0%, rgba(248, 211, 139, 1) 100%);
}
.woocommerce-cart h1 {
  font-weight: 900
}
.shop-category-description p {
  font-size: 14px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 25px;
}
.woocommerce #content p {
  font-family: 'Sofia Sans', sans-serif;
}
.category_hero {
  display: none;
}
h2.woocommerce-loop-product__title {
  font-weight: 900;
  padding: 25px !important;
  font-size: 18px;
  background: rgb(225, 172, 48);
  background: linear-gradient(0deg, rgba(225, 172, 48, 1) 0%, rgba(248, 211, 139, 1) 100%);
}
.woocommerce-Price-amount.amount {
  margin-top: 25px;
  display: block;
  font-size: 20px;
  font-weight: 900;
}
a.button.product_type_variable.add_to_cart_button, .gform_footer.top_label .gform_button {
  margin-bottom: 25px;
  background: rgb(172, 7, 7);
  background: linear-gradient(0deg, rgba(172, 7, 7, 1) 0%, rgba(230, 34, 34, 1) 100%);
  color: white;
  font-weight: 900;
  border-radius: 2px;
  border-top: 2px ridge #dcd6c6;
  border-right: 2px ridge #00000073;
  border-bottom: 2px ridge #00000073;
  border-left: 2px ridge #dcd6c6;
}
a.button.product_type_variable.add_to_cart_button:hover, .gform_footer.top_label .gform_button:hover {
  background: rgb(225, 172, 48);
  background: linear-gradient(0deg, rgba(225, 172, 48, 1) 0%, rgba(248, 211, 139, 1) 100%);
  color: black;
}
h1.product_title.entry-title {
  font-weight: 900;
  font-size: 32px;
  margin-bottom: 10px;
  color: var(--contrast-2);
}
.wc-proceed-to-checkout a, .woocommerce-message a, .cart button, html .cart input[type="button"], .cart input[type="reset"], .cart input[type="submit"], .cart a.button, .cart a.wp-block-button__link:not(.has-background) {
  background: var(--contrast-2) !important;
  color: white !important;
  font-weight: 700 !important;
  border-radius: 2px !important;
  border-top: 2px ridge #dcd6c6 !important;
  border-right: 2px ridge #00000073 !important;
  border-bottom: 2px ridge #00000073 !important;
  border-left: 2px ridge #dcd6c6 !important;
  font-family: 'Roboto Slab', serif !important;
}
.wc-proceed-to-checkout a:hover, .woocommerce-message a:hover, .cart button:hover, html .cart input[type="button"]:hover, .cart input[type="reset"]:hover, .cart input[type="submit"]:hover, .cart a.button:hover, .cart a.wp-block-button__link:not(.has-background):hover {
  background: var(--contrast-3) !important;
  color: black !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, #primary form.multi-cart-form input {
  background: var(--contrast-3) !important;
  color: black !important;
  font-weight: 700 !important;
  border-radius: 2px !important;
  border-top: 2px ridge #dcd6c6 !important;
  border-right: 2px ridge #00000073 !important;
  border-bottom: 2px ridge #00000073 !important;
  border-left: 2px ridge #dcd6c6 !important;
  font-family: 'Roboto Slab', serif !important;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, #primary form.multi-cart-form input:hover {
  background: var(--contrast-2) !important;
  color: white !important;
}
td.col-price .amount {
  font-size: 20px;
  margin-top: 0px;
  text-align: center;
}
#wcpt_445225e13f93852f_1 tr {
  background-color: #f7f7f7;
}
form.woocommerce-cart-form td.product-price .amount, form.woocommerce-cart-form td.product-subtotal .amount {
  font-size: 20px;
  margin-top: 0px;
}
ul#shipping_method .amount {
  font-weight: 900 !important;
  font-size: 20px;
  margin-top: 2px;
  margin-bottom: 25px;
}
.tax-rate .amount {
  margin-top: 0px;
  font-size: 20px;
}
.order-total .amount {
  margin-top: 0px;
}
tr.cart-subtotal .amount {
  margin-top: 0px;
  font-size: 20px;
}
.price .amount {
  margin-top: 0px;
}
.price {
  display: flex;
  align-items: center;
}
#content a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .price .amount {
  margin-top: 0px;
}
#content a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
table.shop_table tr {
  background-color: #f7f7f7;
}
table.shop_table tr.order-total {
  background: white !important;
}
table.shop_table tr.order-total td, table.shop_table tr.order-total th {
  height: 70px;
  vertical-align: middle !important;
}
table.shop_table .product-name p {
  margin: 2px 10px;
}
/* reorder table */
#post-7379 {
  margin-bottom: 0 !important;
}
#reorderform .qty {
  width: 6em;
}
#reorderform .ro_sku, #reorderform .ro_title, #reorderform .ro_pkg, #reorderform .ro_price, #reorderform .ro_last_orderdate, #reorderform .ro_last_qty {
  padding-top: 15px;
}
#reorderform input {
  padding: 5px 10px !important;
}
.cart_totals h2 {
  font-weight: 900;
}
.woocommerce-billing-fields__field-wrapper h3 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px !important;
}
form.checkout.woocommerce-checkout h3 {
  font-size: 24px;
}
.woocommerce-checkout h1, .woocommerce-checkout h2 {
  font-weight: 900;
}
h3#order_review_heading {
  margin-top: 35px;
}
#order_review {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.woocommerce-checkout-review-order-table .amount {
  font-size: 20px;
  margin-top: 0px;
}
.woocommerce-checkout-review-order-table tr.order-total .amount {
  font-size: 30px;
  font-weight: 900;
}
#content ul.products li.product .price {
  color: #1e139e;
}
#content .woocommerce-Price-amount.amount {
  color: #1e139e;
}
tr.cart_item td.product-name {
  display: flex;
}
nav.woocommerce-breadcrumb {
  margin-bottom: 6px !important;
}
/*---xMedia Queries---*/
ul#menu-mobile-menu i {
  margin-right: 4px;
}
.nav-border {
  border-bottom: 1px ridge #9f0a0a;
}
/* fix big price/amount in cart and checkout */
.woocommerce-cart-form__cart-item .woocommerce-Price-amount.amount, .cart_totals .woocommerce-Price-amount.amount, #order_review .woocommerce-Price-amount.amount, .woocommerce-order-details .woocommerce-Price-amount.amount, .order_details .woocommerce-Price-amount.amount {
  color: inherit !important;
  font-size: inherit !important;
  display: inline;
}
#order_review .product-name {
  display: table-cell !important;
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.woocommerce-cart-form__cart-item .woocommerce .quantity .qty {
  width: 8em;
}
@media (max-width: 1800px) {
  .paper-plastic {
    right: -10vw;
  }
}
@media (max-width: 1080px) {
  .paper-plastic {
    display: none
  }
  .outer-cover .wp-block-cover__inner-container {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
    max-width: 1400px !important;
  }
}
@media (max-width: 860px) {
  .hide-mobile {
    display: none;
  }
  #secondary-navigation {
    display: none;
  }
  .header-widget .widget form {
    position: inherit;
  }
  .wp-block-search__inside-wrapper input {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #order_review {
    flex-direction: column;
  }
  #menu-shop {
    flex-direction: column;
  }
  aside#nav_menu-2 {
    text-align: center;
  }
  #menu-shop li {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 35%;
  }
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 55% !important;
  }
  /* reorder table*/
  .col-add-to-cart {
    white-space: nowrap;
  }
}
.woocommerce div.product form.cart.custom_cart {
  margin-bottom: 0;
}
/* checkout field customer ID instructions */
#customer_id_header_field {
  font-size: inherit !important;
}
.woocommerce-order ul.wc-item-meta {
  margin: 0 !important;
}
.woocommerce-order .woocommerce-table__product-name.product-name p {
  margin: 0 !important;
}
.woocommerce-order .woocommerce-table__product-total.product-total {
  vertical-align: top !important;
}
.woocommerce .entry-content, .woocommerce .product .entry-summary {
  overflow: auto;
}
/*	--------------------------------------------------
	:: Responsive Tables 
	-------------------------------------------------- */
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #ccc;
  }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: left;
  }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}