/*
Theme Name: New The Saucy Pizza Co
Author: Seven Hills Creative
Author URI: https://www.sevenhillscreative.co.uk/
Description: Another custom theme for a happy customer!
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025.1
Requires at least: 5.0
Requires PHP: 7.0
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/* ///// BASE ///// */
/* ///// BASE ///// */
/* ///// BASE ///// */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Varela Round', sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    transition: all 0.4s ease;
    /* outline: 1px solid red !important; */
}

body{
  font-family: 'Varela Round', sans-serif;
  position: relative;
}




/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */

nav.pizza-menu{
  align-self: start;
  display: grid;
  background-color: #e62a24;
  grid-template-columns: 120px 1fr 120px;
  font-family: 'Varela Round', sans-serif;
  padding: 10px 6%;
  width: 100%;
}

.pizza-menu img{
  width: 120px;
}

.main-nav{
  align-self: center;
  justify-self: center;
}

.main-nav a{
  color: #fff;
  font-size: 0.9em;
  font-weight: normal;
  padding: 35px 0;
}

.main-nav a:hover{
  border-bottom: 2px solid #fff;
  transition: height 0.8s ease-in;
}

.current-menu-item a{
  border-bottom: 2px solid #fff;
}

.main-nav li{
  display: inline-block;
  margin-right: 37px;
}

.nav-btn{
  display: none;
}

.side-nav {
  align-items: start;
  display: grid;
  color: #e62a24;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 0;
  background: #e62a24;
  overflow-x: hidden;
  transition: 0.4s;
  padding: 60px 0 0 0 !important;
  list-style-type: none;
  z-index: 320;
}

.side-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
  display: block;
  transition: 0.4s;
  text-align: center;
}

.side-nav a:hover{
  border-bottom: 0;
  padding-bottom: 0;
}

.side-nav img{
  margin: 0 auto;
  height: auto;
  width: 120px;
}

.side-nav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  margin-top: 70px;
}

.nav-btn{
    color: #e62a24;
    font-size: 1.5em;
    justify-self: end;
    cursor: pointer;
    padding: 10px 0;
    width: 61px;
}

#nav-icon {
  width: 61px;
  height: 20px;
  position: relative;
  margin-right: 0.5em;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  background-color: #fff;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  border-radius: 4px;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 8px;
}

#nav-icon span:nth-child(3) {
  top: 16px;
}

.sub-menu{
  display: none;
}

.menu-item-has-children{
  position: relative;
}

.menu-item-has-children:hover>.sub-menu{
  background-color: #e62a24;
  display: block;
  position: absolute;
  width: 10em;
}

.sub-menu li{
  display: block;
  border-bottom: #dddddd 1px solid;
}

.sub-menu li:last-of-type{
  border: 0;
}

.sub-menu a{
  color: #e62a24;
  display: block;
  font-size: 0.6em;
  padding: 8px 1em;
  text-transform: none;
}

.sub-menu a:hover{
  padding-left: 1.5em;
}

.sub-menu a:after{
  content: "";
}

.side-nav li ul li a{
  color: #e62a24;
  font-size: 1em;
  padding: 4px 4px 4px 48px;
}

.side-nav li ul li a:hover{
  padding-left: 48px;
}

.side-nav li ul li {
  border: 0;
}

#menu-footer-menu .current-menu-item a{
  border-bottom: 0px !important;
}

#menu-footer-menu li{
  margin-bottom: 10px;
}

/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */

main,body,article{
  display: grid;
}

section{
  display: grid;
  justify-self: center;
  padding: 5em 2em;
  max-width:  1100px;
  width: 100%;
}

footer{
  background-color: #3E3E3E;
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-gap: 1em;
  max-width: 100%;
  padding: 2em 8%
}

footer h2,footer p,footer li{
  color: #fff;
}

footer h2{
  text-align: left;
}

footer ul{
  padding: 0;
}

.footer-site-info{
  background-color: #242424;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 100%;
  width: 100%;
}

.footer-site-info ul{
  justify-self: center;
  text-align: center;
  width: 90%;
}

.footer-site-info li{
  display: inline-block;
}

.footer-site-info a{
  color: #fff;
  font-weight: normal;
  padding: 13px 20px;
}

.footer-site-info a:hover{
  color: #e62a24;
}

.footer-site-info p{
  color: #fff;
}

.footer-column{
  display: grid;
}

.footer-column p{
  justify-self: start;
}

div.social-bar{
  background-color: #3E3E3E;
  display: grid;
  grid-column-gap: 25px;
  grid-template-columns: 42px 42px 42px 42px;
  justify-content: center;
  padding: 20px 0;
  width: 100%;
}

div.social-bar a.social-link{
  border-radius: 50%;
  display: grid;
  height: 42px;
  width: 42px;
}

div.social-bar a.social-link.email{
  background-color: #ea4335;
}

div.social-bar a.social-link.facebook{
  background-color: #3b5998;
}

div.social-bar a.social-link.insta{
  background-color: #262626;
}

div.social-bar a.social-link.twitter{
  background-color: #1da1f2;
}

div.social-bar a.social-link i{
  align-self: center;
  color: #fff;
  justify-self: center;
  max-width: 14px;
}

/* ///// TEXT ///// */
/* ///// TEXT ///// */
/* ///// TEXT //// */

h1, h2, h3, h4, h5, h6{
  font-family: 'Januar', sans-serif;
  line-height: 1;
  margin: 0.3em 0;
  text-align: center;
}

h1{
  font-size: 3.5em;
}

h2{
  font-size: 2.5em;
}

h3{
  font-size: 1.5em;
}

h4{
  font-size: 1.2em;
}

h5{
  font-size: 1.1em;
}

h6{
  font-size: 1em;
}


p{
  font-family: 'Varela Round', sans-serif;
  justify-self: center;
  line-height: 1.5;
  margin-bottom: 0.8em;
  max-width: 760px;
  width: 100%;
}

label{
  font-weight: 600;
}

ul,ol{
  font-family: 'Varela Round', sans-serif;
  margin: 1.2em 0;
  padding: 0 6%;
}

ul {
  list-style: none;
}
/* 
ul li::before {
  content: "\2022";
  color: #e62a24;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
} */

ul.post-categories{
  margin: 0;
  padding: 0 8%;
}

ul.post-categories li::before, ul.main-nav li::before, footer li::before, ul.orderable-tabs li::before, ul.woocommerce-thankyou-order-details li::before, ul.wc-item-meta li::before, li.woocommerce-MyAccount-navigation-link::before, ul#shipping_method li::before, ul.wc_payment_methods li:before, ul.woocommerce-error li::before, ul.orderable-tabs__list li::before {
  content: "";
  width: 0;
  margin-left: 0;
}

ul.woocommerce-thankyou-order-details, ul.wc-item-meta{
  padding: 0;
}

nav.woocommerce-MyAccount-navigation{
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 2em;
}

nav.woocommerce-MyAccount-navigation ul{
  padding: 0;
  display: grid;
}

li.woocommerce-MyAccount-navigation-link{
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}

li.woocommerce-MyAccount-navigation-link.is-active{
  border-bottom: 2px solid #e62a24;
}

ol{
  list-style-type: decimal;
}

section .wp-block-list{
  justify-self: center;
  max-width: 760px;
  width: 100%;
}

strong{
  font-weight: 700;
}

em{
  font-style: italic;
}

.underline{
  text-decoration: underline;
}

a{
  color: #e62a24;
  cursor: pointer !important;
  font-weight: 700;
  text-decoration: none;
}

blockquote{
  display: grid;
}

blockquote p{
  font-family: 'Varela Round', sans-serif;
  font-size: 1.5em;
  justify-self: center;
  text-align: center;
  max-width: 660px;
}

cite{
  color: #000;
  font-family: 'Varela Round', sans-serif;
  font-size:  1em;
  text-align: center;
  justify-self: center;
}

hr{
  background-color: #e62a24;
  border: 0;
  height: 1px;
  justify-self: center;
  margin: 2em 0;
  width: 80%;
}

/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

.sticky {
  height: auto !important;
  position: fixed;
  opacity: 1 !important;
  padding: 1em 6% !important;
  top: 0;
  width: 100%;
}

a.button{
  background-color: #e62a24 !important;
  border-radius: 20px !important;
  color: #fff !important;
  font-weight: normal !important;
  justify-self: center !important;
  padding: 0.5em 1.2em !important;
}

a.button:hover{
  background-color: #6f1512;
}

a.button.round{
  background-color: #e62a24;
  border: 2px solid #fff;
  border-radius: 27px;
  color: #fff;
  font-weight: normal;
  justify-self: center;
  padding: 0.6em 1.2em;
}

a.button.round:hover{
  background-color: #fff;
  color: #e62a24;
}

a.button.order i{
  margin-left: 0.5em;
}

.banner{
  align-content: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/wp-content/uploads/2022/03/main2-1080.jpeg') no-repeat center / cover;
  grid-row-gap: 2em;
  max-width: 100%;
  min-height: 90vh;
}

.banner h1, .banner-sub h1{
  color: #fff;
  font-size: 5em;
  text-transform: uppercase;
  margin: 0;
}

.banner p{
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.banner a.button{
  margin: 1em 0;
  min-width: 220px;
  padding: 1em 2em;
  text-align: center;
}

.banner-sub, .sub-order{
  background-color: #808080;
  max-width: 100%;
}

.contact-map{
  padding-top: 0;
}

.contact-map p{
  text-align: center;
}

.saucy-divider{
  background-color: #7a7a7a;
  height: 2px;
  position: relative;
  width: 71%;
}

.divider-block{
  display: grid;
  justify-self: center;
  position: relative;
  width: 100%;
}

.divider-pizza{
  background-color: #fff;
  border-left: 10px solid #fff;
  border-right: 30px solid #fff;
  color: #e62a24;
  font-size: 1.2em;
  height: 20px;
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  width: 20px;
}

.offer-container{
  background-color: #e62a24;
  padding: 2em;
  position: fixed;
  bottom: 0;
  z-index: 100;
}

.offer-container h2, .offer-container p{
  color: #fff;
}

.opening-wrapper{
  display: grid;
}

.opening-row{
  border-bottom: 1px solid #c1c1c1c1;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.opening-day, .opening-time{
  padding: 0.5em;
  text-align: center;
}

.split{
  grid-template-columns: 1fr 1fr;
  grid-gap: 2em;
  padding-bottom: 1em;
}

.responsive-iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.responsive-iframe-container iframe, .responsive-iframe-container object, .responsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.map-container {
    justify-self: center;
    margin: 2em 0;
    max-width: 660px;
    width: 100%;
}

.saucypizza-offer-banner{
  background-color: #e62a24;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  display: grid;
  padding: 8px 2em;
  width: 100%;
}

.saucypizza-offer-banner p{
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
}

.saucypizza-offer-banner p.offer-text{
  font-family: 'Januar', sans-serif;
  font-size: 1.75em;
}

.sub-order{
  padding: 2em 0;
}

section.saucypizza-order-online{
  position: relative;
}

div.saucypizza-order-online-closed{
  background-color: #e62a24;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
  justify-self: center;
  position: fixed;
  padding: 1em;
  width: 100%;
  z-index: 100;
}

div.saucypizza-order-online-closed p{
  color: #fff;
  font-family: 'Januar', sans-serif;
  font-size: 2em;
  text-align: center;
  margin:  0;
}

div.saucypizza-order-online-closed a{
  color: #fff;
  text-decoration: underline;
}

/* ORDERABLE */

a.orderable-tabs__link{
  border-radius: 0 !important;
  color: #e62a24;
  font-weight: 700;
  padding: 0 12px !important;
}

.orderable-tabs__item{
  margin: 0 5px 5px 0 !important;
}

.orderable-tabs__item--active a.orderable-tabs__link{
  background: transparent !important;
}

li.orderable-tabs__item--active{
  border-bottom: 2px solid #e62a24;
}

a.orderable-tabs__link:hover{
  background: transparent;
  border-bottom: 2px solid #e62a24;
  color: #e62a24;
}

li.orderable-tabs__item--active a.orderable-tabs__link:hover{
  border-bottom: 0;
}

.orderable-tabs__item--active a.orderable-tabs__link{
  color: #e62a24 !important;
}

.orderable-products-list__item .orderable-product{
  border-top: 2px solid rgba(235,236,236,0.4);
  box-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: 0;
}

.orderable-products-list__item .orderable-product h2{
  font-size: 1.8em;
  text-align: left;
}

button.orderable-product__add-to-order{
  background-color: #e62a24;
  border-radius: 4px;
  border-color: transparent;
  color: #fff;
  font-weight: normal;
  justify-self: center;
  padding: 0.5em 1.2em;
}

.orderable-product__hero--title{
  background:  #e62a24 !important;
}

.orderable-product__hero--title:after{
  background: #e62a24 !important;
}

.orderable-product__hero{
  margin-top: 25px;
}

.orderable-checkout__cart-item-image img{
  display: none !important;
}

.orderable-drawer h4{
  font-size: 24px !important;
  text-align: left !important;
}

.orderable-cart-bumps__bump-content img{
  display: none;
}

.orderable-cart-bumps__bump-data{
  margin: 15px 15px 15px 0
}

ul.orderable-tabs__list{
  max-width: 100% !important;
}

ul.orderable-tabs__list{
  flex-wrap: wrap !important;
}

/*  WOO  */

section div.woocommerce {
  justify-self: center;
  /* max-width: 760px; */
  width: 100%;
}

h2.woocommerce-order-details__title, h2.woocommerce-column__title{
  text-align: left;
}

section.woocommerce-order-details, section.woocommerce-customer-details, section.addresses{
  padding: 0;
}

th.woocommerce-table__product-name, th.woocommerce-table__product-table, th.woocommerce-orders-table__header{
  font-weight: bold;
  text-align: left;
}

tfoot{
  font-weight: bold;
  text-align: left;
}

tfoot td{
  font-weight: normal;
}

table.woocommerce-MyAccount-orders{
  width: 100%;
}

tr.woocommerce-orders-table__row td.woocommerce-orders-table__cell a.woocommerce-button.view{
  display: inline-block;
  margin-bottom: 10px;
}

li.woocommerce-MyAccount-navigation-link--downloads{display: none;}

div.menu-basket-nav-container{
  align-self: center;
  border: 2px solid #fff;
  border-radius: 27px;
  padding: 0.4em 0.8em;
  width: 100%;
}

ul#menu-basket-nav{
  margin: 0;
}

a.wpmenucart-contents{
  color: #fff;
  font-weight: normal;
}

#post-23 h1, #post-23 h2{
  text-align: left;
  text-transform: uppercase;
}

#post-23 div.woocommerce{
  max-width: 100%;
}

#post-23 form.woocommerce-form-login, #post-22 form.woocommerce-form-login{
  border: 1px solid #d3ced2;
  border-radius: 5px;
  padding: 20px;
  margin: 1em 0;
}

#post-23 form.woocommerce-form-login p, #post-22 form.woocommerce-form-login p{
  display: grid;
  max-width: 100%;
}

button.woocommerce-form-login__submit{
  justify-self: start;
  margin: 0.5em 0;
}

#post-21 h1, #post-21 h2{
  justify-self: center;
  max-width: 760px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

td.product-thumbnail, th.product-thumbnail{
  display: none;
}

.woocommerce-cart-form__contents th{
  text-align: left;
}

.woocommerce-cart-form__contents input.qty{
  max-width: 50px;
}

tr.woocommerce-cart-form__cart-item{
  border-bottom: 1px solid rgba(0,0,0,0.1);
  border-top: 1px solid rgba(0,0,0,0.1);
  padding: 9px 12px;
}

div.coupon{
  margin: 1.25em 0;
  padding-bottom: 1.25em;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

td.actions button.button{
  margin-bottom: 1.25em;
  width: 100%;
}

div.coupon button.button{
  background-color: #b66562;
  width: auto;
}

div.cart-collaterals{
  float: right;
}

div.cart-collaterals h2{
  text-transform: uppercase;
  text-align: left;
}

div.cart_totals th{
  font-weight: bold;
  text-align: left;
}

div.wc-proceed-to-checkout{
  margin-top: 1em;
  justify-self: center;
  width: 100%;
  text-align: center;
}

div.wc-proceed-to-checkout a {
  padding: 1em !important;
  width: 100%;
}

#post-22 h1, #post-22 h2{
  justify-self: center;
  max-width: 760px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

#post-22 h3{
  font-size: 1.5em;
  text-transform: uppercase;
}

form.checkout.woocommerce-checkout{
  margin-top: 2em;
}

form.checkout div.col2-set{
  display: grid;
  grid-gap: 2em;
  grid-template-columns: 1fr 1fr;
}

h3#ship-to-different-address, .woocommerce-billing-fields h3{
  text-align: left;
}

.woocommerce-billing-fields__field-wrapper p, .woocommerce-shipping-fields__field-wrapper p{
  display: grid;
}

.woocommerce-billing-fields__field-wrapper p input, .woocommerce-shipping-fields__field-wrapper p input{
  width: 100%;
}

table.woocommerce-checkout-review-order-table{
  width: 100%;
}

table.woocommerce-checkout-review-order-table th{
  font-weight: bold;
  text-align: left;
}

table.woocommerce-checkout-review-order-table th, table.woocommerce-checkout-review-order-table td{
  padding: 9px 0;
}

table.woocommerce-checkout-review-order-table tr{
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

ul#shipping_method{
  margin: 0;
  padding: 0;
}

ul.wc_payment_methods{
  margin: 0;
  padding:  9px  0;
}

h3#order_review_heading{
  text-align: left;
}

#post-22 ul.woocommerce-error{
  background: #e62a24;
  padding: 2em 1em;
  border-radius: 11px;
  margin: 2em 0;
}

#post-22 ul.woocommerce-error  li{
  font-size: 2em;
  color: #fff;
  font-family: 'Januar', sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.page-id-21 nav.pizza-menu div.menu-basket-nav-container, .page-id-22 nav.pizza-menu div.menu-basket-nav-container{
  border: 0px solid transparent !important;
}

div.cart-collaterals div.cross-sells{
  display: none;
}

div.cart_totals{
  border: 1px solid #c1c1c1;
  border-radius: 12px;
  padding: 1em;
}

div.payment_box.payment_method_stripe{
  border: 1px solid #cccccc;
  border-radius: 6px;
    padding: 2em;
    margin: 2em 0;
}

.woocommerce button.button.alt{
  background-color: #e62a24;
}

form.checkout .col2-set::before{
  content: none !important;
}

form.checkout .col2-set .col-1, form.checkout .col2-set .col-2{
  width: 100% !important;
}

/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */

.wpcf7-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {width:100% !important;}

form{
  align-items: start;
  display: grid;
  width: 100%;
  z-index: 10;
}

form.woocommerce-EditAccountForm{
  display: block;
}

form label{
  color: #000;
}

/* input,textarea{
  background-color: #fff;
  border: 1px solid #818a91;
  border-radius: 3px;
  max-height: 190px;
  padding: 0.5em 1em;
} */

p.woocommerce-form-row span em{
  display: block;
}

input::placeholder, textarea::placeholder{
  color: #8C8B8B;
  font-size: 1em;
}

input[type="email"]::placeholder{
  color: #8C8B8B;
  font-size: 1em;
}

input[type="submit"]{
  background-color: #e62a24;
  border-radius: 4px;
  color: #fff;
  font-weight: normal;
  justify-self: center;
  padding: 0.5em 1.2em;
}

input[type="submit"]:hover{
  background-color: #6f1512;
}

button{
  border: 1px solid transparent;
  background-color: #e62a24;
  border-radius: 4px;
  color: #fff;
  font-weight: normal;
  justify-self: center;
  padding: 0.5em 1.2em;
}

button{
  background-color: #6f1512;
}



/* ///// WP ///// */
/* ///// WP ///// */
/* ///// WP ///// */

.has-text-align-left{
  text-align: left !important;
}

.has-text-align-right{
  text-align: right !important;
}

.has-text-align-center{
  text-align: center !important;
}

.ti-widget.ti-trip{
  overflow: hidden !important;
}


@media only screen and (max-width: 960px) {

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */

nav.pizza-menu{
  padding: 1em 6%;
}

.main-nav, #blank{
  display: none;
}

.pizza-menu img{
  margin-bottom: 0;
  width: 75px;
}

.nav-btn{
  align-self: center;
  display: block;
  justify-self: end;
  z-index: 100;
}



/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */



}


@media only screen and (max-width: 760px) {

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */



/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */



/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

.split{
  grid-template-columns: 1fr;
}


/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */




}



@media only screen and (max-width: 660px) {

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */



/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */

footer{
  grid-template-columns: 1fr;
}

.footer-column a{
  justify-self: center;
}




/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

form.checkout div.col2-set{
  grid-template-columns: 1fr;
}

#post-22 ul.woocommerce-error  li{
  font-size: 1.3em;
}

/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */


}

@media only screen and (max-width: 560px) {

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */


/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */

h1{
  font-size: 2em;
}

h2{
  font-size: 1.5em;
}

h3{
  font-size: 1.3em;
}

h4{
  font-size: 1.1em;
}

h5{
  font-size: 1em;
}

blockquote p{
  font-size: 1.4em;
}

section{
  padding: 4em 1.5em;
}



/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */


/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */




}

@media only screen and (max-width: 480px) {

.orderable-products-list__item .orderable-product__content {
    padding: 15px 0 0 24px !important;
}

}

@media only screen and (max-width: 460px) {

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */




/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */


/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */




/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */


}






@media only screen and (max-width: 320px) {

    body, header, main, section, footer {
    width: 320px;
    
    }

}








/* OPTIONS FLYOUT */
.flyout {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

/* Right-hand flyout panel */
.flyout .flyout-content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 700px;
  background: white;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Fixed header */
.flyout-header {
  flex: 0 0 auto;
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
  height: 72px;
}

/* Scrollable form */
#product-options-form {
  flex: 1 1 auto;
  overflow-y: auto;
  margin-top: 20px;
  padding: 0 2em;
}

#product-options-form h3 {
  text-align: left;
  font-size: 3em;
  margin-bottom: 1em;
}

#total-price-container {
  align-self: center;
}

/* Fixed totals container */
.outer-totals-container {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 2em;
  border-top: 1px solid #e6ecef;
  box-sizing: border-box;
}

/* Keep your other styles unchanged */

.flyout .close-button,
.side-cart-header  .close-button {
  position: absolute;
  left: 0.5em;
  font-size: 3em;
  color: #fff;
  cursor: pointer;
}

.side-cart-header  .close-button {
  color: #ccc;
}

.side-cart-header {
    display: flex;
    text-align: center;
    justify-content: center;
    min-height: 5em;
    align-items: center;
}

.options-title, .group-title {
  font-weight: 600;
  font-size: 1.3em;
  margin-bottom: 0.5em;
}

.options-display {
  border: 2px solid #e6ecef;
  border-radius: 8px;
  margin-bottom: 2em;
}

.options-display label {
  padding: 1em;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  border-bottom: 2px solid #e6ecef;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  flex: 0 auto;
  font-weight: 300;
  font-size: 16px;
}

.options-display label:last-of-type {
  border: none;
}

.options-display br {
  display: none;
}

.options-display label {
  position: relative;
  padding-right: 80px;
}

.options-display label input[type="checkbox"] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.options-price {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: #e6ecef;
  padding: 0.5em 1em;
  display: inline-block;
  border-radius: 8px;
  margin: 0 0 0 10px;
}


.options-display label input[type="checkbox"]:checked ~ .options-price {
  background: #000;
  color: #fff;
}

/* Hide the default checkbox appearance and set up our custom box */
.options-display label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 2em;
  height: 2em; 
  border: none;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
}


.options-display label:hover input[type="checkbox"]:not(:checked)::after{
  content: "\f00c"; /* Unicode for the Font Awesome check icon */
  font-family: "Font Awesome 6 sharp"; /* Change this if you're using a different version */
  font-weight: 900; /* Ensure the icon is rendered in the solid style */
  color: #c1cfd7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
}

/* When the checkbox is checked, always show a red tick */
.options-display label input[type="checkbox"]:checked::after {
  content: "\f00c";
  font-family: "Font Awesome 6 sharp";
  font-weight: 900;
  color: #e62a24;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
}


#total-price {
  font-weight: 600;
  font-size: 1.3em;
}

.shop_table thead {
  display: none;
}


#size-select { 
  border: none;
  padding: 1em;
  border-radius: 8px;
}

#create-your-own-pizza-container {
  border: none;
}

#create-your-own-pizza-container label {
  border-bottom: none;
}

.create-your-own-pizza-group label:nth-of-type(1) {
  border: 2px solid #e6ecef;
  border-radius: 8px 8px 0 0;
}

.create-your-own-pizza-group label {
  border: 2px solid #e6ecef;
}

.create-your-own-pizza-group label:nth-last-of-type(1) {
  border: 2px solid #e6ecef !important;
  border-radius: 0 0 8px 8px;
}

.options-title-cyop {
  display: none;
}

.create-your-own-pizza-group {
  margin-bottom: 2em;
}

.create-your-own-pizza-group select {
  padding: 1em;
  border-radius: 8px;
  border: 2px solid #e6ecef;
}

.heavy-label {
  font-weight: 900;
}

.product-name {
  color: #e62a24;
  font-weight: 600;
  padding: 9px 12px;
  line-height: 1.5;
}

.product-name small p {
  margin: 0 !important;
}

.woocommerce table.shop_table td small {
  color: #000;
}


.woocommerce-error li a {
  color: #fff;
}

.woocommerce-checkout table.cart td {
  padding: 9px 12px;
}


/* CART FLYOUT */


/* SIDE CART (Always in layout, hidden by opacity) */
#side-cart {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 0;
  width: 700px;
  height: 100%;
  background-color: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#side-cart.open {
  opacity: 1;
  pointer-events: auto;
}


/* SIDE CART HEADER (non-scrollable) */
.side-cart-header {
  flex: 0 0 auto;
  padding: 1em;
  border-bottom: 1px solid #ddd;
}


/* SIDE CART BODY: Contains cart table which scrolls */
.side-cart-body {
  flex: 1 1 auto;
  overflow: visible;
}

.side-cart-body .woocommerce-cart-form__contents {
  display: block;
  max-height: 40vh;
  height: 100%;
  overflow-y: auto;
}

.cart-discount {
  display: none;
}

.side-cart .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

.side-cart .woocommerce {
  /* padding: 0 1em; */
}

.side-cart .shipping {
  display: none;
}

.side-cart .woocommerce-cart-form__contents input.qty {
  max-width: 32px;
  border: none;
  border-radius: 0;
}

.side-cart .woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  color: #000;
}

.side-cart .order-total {
  border-top: 1px solid rgba(0,0,0,.1);
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
}

.order-total th,
.order-total td {
  border: none !important;
}

.side-cart .woocommerce table.shop_table {
  border: none !important;
}

.side-cart .cart-subtotal, .side-cart .cart_totals h2, .side-cart .actions {
  display: none !important;
}

.side-cart  div.cart_totals {
  border: none;
  border-radius: 0;
  padding: 0;
}

.side-cart .woocommerce-cart-form p,
.side-cart .woocommerce-cart-form small strong,
.side-cart .woocommerce-cart-form small {
  color: #000;
  line-height: 1.5;
  font-weight: 400;
}

.side-cart .woocommerce-cart-form small strong {
  font-weight: 600;
}

.side-cart .woocommerce-cart-form {
  padding: 0 1em;
}

.custom-quantity {
  border: 2px solid #c7d4db;
  border-radius: 20px;
  height: 40px;
  display: inline-flex;
  align-items: center;
}

.custom-quantity .qty-btn {
  padding: 0 0.3em;
  cursor: pointer;
  font-size: 1.5em;
  line-height: 1;
  color: #ccc;
  background-color: transparent;
}

.custom-quantity .input-text.qty {
  width: 60px;
  text-align: center;
  border-top: 2px solid #c7d4db !important;
  border-bottom: 2px solid #c7d4db !important;
  height: 40px;
  border-radius: 4px;
  margin: 0 5px;
  -moz-appearance: textfield;
}

.custom-quantity .input {
  border: none;
}

.custom-quantity .input-text.qty::-webkit-inner-spin-button, 
.custom-quantity .input-text.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.woocommerce table.shop_table {
  border: none !important;
}

@media only screen and (max-width: 800px) {

  .flyout .flyout-content,
  #side-cart {
    width: 100%;
  }

  .options-price {
    right: 5px;
  }

  .options-display label {
    padding-right: 100px;
  }

  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }

  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
  }

 .woocommerce-cart-form__contents .actions,
 .side-cart .shipping {
    display: none !important;
  }

  .side-cart-body .woocommerce-cart-form__contents {
    display: grid;
  }

  .woocommerce-cart-form__contents th.product-subtotal, .woocommerce-cart-form__contents td.product-subtotal { 
    display: none !important;
  }

}
















/* RELATED CART SLIDER */

.cart-slider-container {
  position: absolute;
  bottom: 10em;
  display: grid;
}

.cart-related-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #f6f8f9;
  padding: 1em 0;
}

.cart-related-slider h3 {
  text-align: left;
  margin-left: 1.5em;
}

/* Reverse the order so the first slide is on the right */
.cart-related-slider-container {
  display: flex;
  flex-direction: row-reverse;
  transition: transform 1s ease-in-out;
  width: 100%;
}

.mySlides {
  flex: 0 0 100%;
  width: 100%;
  padding: 1em 2em;
  box-sizing: border-box;
  position: relative;
}

.mySlides .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mySlides .text .inner-text {
  display: grid;
}

/* Dots styling */
.dots-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
}

.dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: rgba(106, 141, 159, 0.2);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot.active {
  background-color: rgb(106, 141, 159);
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  position: absolute;
  bottom: 1em;
}



@media only screen and (max-height: 800px) {

  .cart-slider-container {
    bottom: 7em;
  }

  .mySlides {
    padding: 0.2em 2em;
  }

  .cart-related-slider {
    padding: 0.2em 0;
  }

  .cart_totals table {
    margin: 0 !important;
  }

  .order-total td {
    padding-top: 2em;
  }

  div.wc-proceed-to-checkout{
    margin-top: 0;
  }

  .dots-container {
    margin: 0 !important;
  }

}

.side-cart {
  position: relative;
}

#loading-overlay {
  position: absolute; /* Change from fixed to absolute */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);  /* opaque background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* ensure it overlays the side-cart content */
}


.spinner i {
  color: rgb(230, 42, 36, 0.7);
  font-size: 8em;
  display: inline-block;
  transform-origin: center center;
}

















button {
  cursor: pointer;
  background-color: #e62a24;
  border-radius: 20px;
}


.woocommerce-account .woocommerce-MyAccount-content {
  display: grid;
  gap: 1em;
}

.woocommerce-MyAccount-content button {
  justify-self: start;
}

.woocommerce-MyAccount-content h3 {
  text-align: left;
}




/* Hide the Subtotal header and cells on the cart page */
.woocommerce-cart-form__contents th.product-subtotal,
.woocommerce-cart-form__contents td.product-subtotal {
    display: none;
}























/* SHOP */


.tabs-menu {
  list-style: none;
  padding: 0;
  display: flex;
  margin-bottom: 20px;
}

.tabs-menu li {
  margin-right: 10px;
  padding: 10px 20px;
  cursor: pointer;
  background: #ecf1f3;
}

.tabs-menu li.active,
.tabs-menu li:hover {
  background: #fff;
  text-underline-position: below;
  text-underline-offset: 1em;
  border-bottom: 3px solid #e62a24;
}

.tabs-menu li {
  color: #e62a24;
  font-weight: 600;
}

.tabs-content .tab {
  display: none;
}

.tabs-content .tab.active {
  display: block;
}

.woocommerce ul.products li.product a img {
  width: auto;
}


.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
  display: none;
}

.woocommerce ul.products li.product .button {
  display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: auto;
}

/* PRODUCT LAYOUT ON SHOP PAGE */

.custom-product-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2em;
}

.product-content {
  display: grid;
}

.product-details {
  display: grid;
  align-content: start;
  justify-content: left;
}

.product-details h2 {
  text-align: left;
}

.product-price-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}

.inner-product-link {
  justify-self: end;
}

.custom-product-wrapper img {
  max-width: 200px;
  max-height: 200px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.price-from {
  font-weight: 300;
}

.price-amount {
  font-weight: 600;
}

#custom-product-outer {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2.5em;
}

.woocommerce-breadcrumb {
  display: none;
}


@media only screen and (max-width: 800px) {

  .custom-product-wrapper {
    grid-template-columns: 30% 1fr;
    gap: 1em;
  }
  
  .tabs-menu {
    display: grid;
    gap: 0.5em;
  }

  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }

  .custom-product-wrapper img {
    max-width: 100%;
  }

  .custom-thumbnail {
    align-content: center;
  }

  .custom-product-wrapper img {
    width: 100px;
    height: 100%;
  }
  
}






/* Floating Cart Button Container */
.floating-cart__button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 1000;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.floating-cart__button i {
  color: #000;
  font-size: 2em;
}

.floating-cart__button:hover {
  transform: scale(1.05);
}

/* Cart Count Badge */
.floating-cart__button .cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: red;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 2px 6px;
  border-radius: 50%;
  min-width: 20px;
  text-align: center;
}






#additional-notes-field {
  border: none;
  border-radius: 8px;
  padding: 1em;
}





/* CHECKOUT  */

.login-message-checkout {
  font-weight: 600;
  color: #e62a24;
}

p#order_delivery_time_field label{
  color: #e62a24;
  font-size: 1.25em;
  font-weight: bold;
}