@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Ogham&disNoto Sans Ogham=swap');

.location
{
color:red;
}
#Bottomfooter
{
 bottom: 0 !important;
 position: fixed !important;
 text-align:right !important;
 right:24px;
}



body 
{
 font-family: 'Noto Sans Ogham', sans-serif;
 font-size: 16px !important;
}


.high_light h3,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
h3.slide_typo {
 font-family: 'Noto Sans Ogham', sans-serif !important;
}


.white_bg
{
background-image: url(sitedata/images/bg2.jpg) !important;
background-repeat: repeat-x !important;
background-color: #F0F790;
}

.sitebackcolor {
  background-color: #8d0221;
}

.box_style_2 h2.inner {
  background-color: #8d0221;
}

.navbar {
  background-color: #8d0221;
}

.navbar-nav > li > a {
  color: white;
  font-weight: 600 !important;
  font-size: 17px !important;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background: none !important;
}

.navbar-brand {
  height: 0 !important;
  padding: 0 !important;
}

.icon-bar {
  background: #fff;
}

.icon-bar:before {
  content: none;
}

.navbar-brand>img {
  max-height: 50px;
  margin: 0 auto;
  /* probably not needed anymore, but doesn't hurt */
  -o-object-fit: contain;
  object-fit: contain;
}

.zoomsoft-section {
    padding-top: 8rem;
}


/* Normal Styles */

h1 {
  font-size: 40px;
}



.AddrBlock
{
opacity: .8;
border-radius: 34px;
}


/*updated site style*/
.navbar {
  background-color: #fcfcfb;
  padding-top: 12px;
  padding-bottom: 12px;
}
.navbar-nav > li > a {
  color: #000000;
}
li.active a {
  color: #fff;
}
li.active {
  background-color: #ED1B24;
}
.container.margin_60_35.AddrBlock {
  position: relative;
  z-index: 1;
}
div#hero_video1 {
  background-color: #F0F790;
  height: 100%;
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: right center;
}
.sitebackcolor {
  background-color: unset;
  border: unset;
}
#deliveryButton, #pickupButton {
  background-color: white;
}
/* #deliveryButton:hover, #pickupButton:hover {
  background-color: #ED1B24 !important;
  color: #fff;
} */
div#contacts1 .box_style_2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  border-radius: 26px;
  overflow: hidden;
}
div#pickupCity input {
  background-color: #ED1B24;
  margin-top: 6px;
}
.box_style_2 h2.inner {
  background-color: #007646;
}
div#pickupNear a {
  background-color: #007a49;
  margin-top: 7px;
  padding-top: 11px;
}
.desc {
  padding-left: 0px;
  position: relative;
  padding-top: 50px;
}
.strip_list.wow.fadeIn.animated {
  /* background-color: #f7f7f7; */
  border-radius: 30px;
  padding: 22px;
  font-size: 14px;
  color: #000;
  background-image: url('../images/location_bg.png');
  background-repeat: no-repeat;
  background-position: 98% 18px;
  background-size: 220px;
}
a#ctl00_ContentPlaceHolder1_changelocation {
  background-color: #ee2e36;
  border-radius: 20px;
}
a#btnFuture {
  background-color: rgb(237, 27, 36);
  border: 1px solid #fff;
  border-radius: 7px;
  margin-top: 15px;
}
a#btnFuture:hover {
  background-color: #007a48;
}
div#storeInfo {
  position: fixed;
  bottom: 0px;
  right: 15px;
  background-color: #ed1b24;
  padding: 20px;
  border-radius: 30px 30px 0px 0px;
}
div#storeInfo a {
  color: #fff;
}
.c-side-image {
  height: 230px !important;
  background-size: cover !important;
  /* overflow: hidden; */
  transition: 0.3s all;
}
.c-side-image:hover {
  transform: scale(1.1);
}
.ccat {
  width: 100%;
  position: absolute;
  margin-top: 0px;
  text-align: center;
  padding-top: 6px;
  bottom: 15px;
  background-color: #ee1b24;
  padding-bottom: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  filter: drop-shadow(2px 4px 6px black);
}
.c-content-product-4.c-content-bg-1 {
  background-color: unset;
}
div#divSelectedstore .strip_list:hover img {
  right: 20px;
}
div#divSelectedstore .strip_list {
  position: relative;
  overflow: hidden;
  background-color: #f0f790;
}
div#divSelectedstore .strip_list img {
  position: absolute;
  right: -40px;
  top: 5px;
  transition: 0.5s all;
}
div#divSelectedstore .strip_list:hover {
  background-color: #ffffff;
}
.strip_list .desc {
  padding-top: 0px;
}
.strip_list .desc a {
  background-color: #007a49;
  border-radius: 26px;
}
.strip_list {
  background-color: #f7f7f7;
  border-radius: 35px;
}
h2.nomargin_top {
  font-size: 30px;
  margin-top: 50px;
}
.order-btn {
  padding: 20px;
  cursor: pointer;
  border: 1px solid #ED1B24;
}
.order-type-content select,.order-type-content .form-control {
  border: 1px solid #ED1B24;
  border-radius: 8px;
  padding-left: 10px;
}
.order-type-content h2.inner.sitebackcolor {
  text-align: left;
  margin: 0px !important;
  margin-bottom: 4px !important;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: bold;
  color: #007a49;
}
.order-type-content input#Button1 {
  background-color: #ED1B24;
}
div#pickupNear a {
  border-color: #007a49;
}
/* .strip_list:hover {
  background-color: #007a49;
  border-color: #007a49;
} */
.strip_list h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #007a49;
}

span#ctl00_ContentPlaceHolder1_lblphone {
  display: block;
  margin-bottom: 5px;
  margin-top: 3px;
}

header.sticky {
  background-color: #8d0221 !important;
}
.sk-spinner-wave div {
  background-color: red !important;
}
.features-content {
  background-color: #8d0221;
}

#preloader {
  background-color: #f0f790e6;
}

.modal-popup {
  background: #8d0221;
}

.btn.btn-submit {
  color: #8d0221;
}
.amount {
  background-color: #8d0221 !important;
}
div#deliveryButton {
  border-radius: 15px 15px 0px 0px;
}
div#pickupButton {
  border-radius: 0px 0px 15px 15px;
}
.strip_list a.btn.btn-submit.sitebackcolor {
  margin-top: 0px;
  background-color: unset;
  text-align: left;
  color: #000 !important;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 0px;
}
.strip_list strong>div {
  display: none;
}

.strip_list img {
  position: relative;
  margin-bottom: 10px;
}
.strip_list {
  position: relative;
  min-height: auto;
  border-radius: 8px;
  padding: 4px 10px;
  background-color: #ffff;
  border: 1px solid #ed1b24;
  margin-bottom: 10px;
}
.strip_list h4 br{display: none;}

/* .strip_list:hover h4, .strip_list:hover div {
  color: #fff;
  font-weight: 400;
} */
.zoomsoft-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 21px !important;
  font-weight: bold !important;
  color: rgb(0, 122, 73);
  margin: 0px 0px 4px !important;
  padding-bottom: 2rem;
}

.zoomsoft-btn {
  color: #fff;
  padding: 6px 18px;
  border-radius: 6px !important;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  border: 1px solid;
}
.zoomsoft-btn:hover {
  background-color: #f0f790 !important;
}
.form-control {
  border: 1px solid #ed1b24;
  border-radius: 6px;
  background-color: #ffffff;
}
span#ctl00_ContentPlaceHolder1_lblstore {
  color: #007a49;
  font-family: 'Noto Sans Ogham';
  font-weight: 600;
  font-size: 22px;
}
tr.product:hover {
  box-shadow: 1px 1px 30px -13px #000;
  border-color: #fff;
  transform: scale(1.01);
}

tr.product {
  background-color: #fff;
  margin-top: 15px;
  display: block;
  padding: 15px;
  border-radius: 10px;
  transition: 0.4s all;
  border: 1px solid #ea1923;
  cursor: pointer;
}
td.itemdesc .fstrong {
  color: #007a49;
  font-family: 'Noto Sans Ogham';
  font-weight: 600;
  font-size: 18px;
}
.itemdesc {
  font-size: 14px;
  color: #000;
}
a.zoomsoft-back-btn {
  color: #000;
  font-size: 14px;
  text-decoration: underline;
}
.add button.dropdown-toggle:before,td.add>a:before {
  content: "Add to Cart ";
  font-size: 14px;
  font-weight: 600;
}
.add button.dropdown-toggle,td.add>a {
  font-size: 0px;
  height: 100%;
  background-color: #ed1b24;
}
.products .price {
  font-weight: bold;
  color: #000;
}
.products span.caret {
  position: relative;
  top: -3px;
}
tr.product ul.dropdown-menu li {
  padding: 4px 1px;
  text-align: center;
  background-color: #f0f790;
  border: 1px solid #fff;
  border-radius: 4px;
}
tr.product ul.dropdown-menu {
  /* position: unset; */
  padding: 0px;
  border: unset;
  box-shadow: unset;
  outline: unset;
  font-size: 14px;
  text-transform: uppercase;
  top: -38px;
  right: 100%;
}
ul.dropdown-menu li a:hover {
  background-color: #007a49;
  color: #fff;
}
.product td.add {
  position: relative;
}
input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}
.product td.add .inputsm {
  position: relative;
  left: 49px;
  top: -2px;
  border: 1px solid #ed1a23;
  text-align: center;
}
.product img.dealimg {
  border-radius: 7px;
  position: relative;
  right: 15px;
}
.header-video:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000a8;
}
.header-video {
  padding-top: 10rem;
  position: relative;
  background-position: center;
}
.header-video h1 {
  font-size: 29px !important;
  font-weight: 600 !important;
}
#Bottomfooter {
  position: unset !important;
}
footer div#Bottomfooter a {
  color: #fff;
  padding-bottom: 1px;
  display: inline-block;
}
footer {
  background-color: #000;
  height: 70px;
}
.modal-footer button.btn.btn-secondary {
  background-color: red;
  color: #fff;
}
@media only screen and (max-width:991px) {
  #header_menu {
    background-color: #8d0221
  }
}
@media only screen and (max-width: 600px) {
  .strip_list.wow.fadeIn.animated {
    background-size: 50px;
}
  div#hero_video1 {
    background-size: 240px;
    background-position: bottom right;
}
  #deliveryButton, #pickupButton {
  width: 90% !important;
  margin: auto;
  padding: 0px 15px;
  text-align: center;
}
#deliveryForm, #pickupForm {
  padding-left: 15px;
  padding-right: 15px;
}
}
@media only screen and (max-width: 480px) {
  .navbar-brand>img {
  width: 107px;
  }
    h1 {
      font-size: 24px;
    }
  
    .AddrBlock
    {
      margin-top:0px !important;
      opacity: .8;
      border-radius: 34px;    
    }
  
  }


