html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
}

a:focus,
.focus a {
  outline: none !important;
}

select {
  padding: 10px 20px;
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #dddddd;
  border: none;
  border-bottom: 1px solid #4d4d4d;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* For IE <= 11 */
select::-ms-expand {
  display: none;
}

label {
  cursor: pointer;
}

.tnlr_clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.tnlr_calcOverlay,
.tnlr_successOverlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.tnlr_successOverlay {
  background: #fff;
}

.tnlr_calcOverlay.show,
.tnlr_successOverlay.show {
  display: block;
}

.tnlr_ldsRipple {
  position: absolute;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  top: 50%;
  left: 50%;
}

.tnlr_ldsRipple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: tnlr_ldsRipple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: tnlr_ldsRipple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.tnlr_ldsRipple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes tnlr_ldsRipple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

@keyframes tnlr_ldsRipple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.tnlr_successCheckmark {
  position: absolute;
  width: 88px;
  height: 88px;
  margin-top: -44px;
  margin-left: -44px;
  top: 50%;
  left: 50%;
}

.tnlr_successCheckmark .tnlr_checkIcon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 4px solid #4caf50;
}

.tnlr_successCheckmark .tnlr_checkIcon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}

.tnlr_successCheckmark .tnlr_checkIcon::after {
  top: 0;
  left: 30px;
  width: 60px;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  -webkit-animation: tnlr_rotateCircle 4.25s ease-in;
  animation: tnlr_rotateCircle 4.25s ease-in;
}

.tnlr_successCheckmark .tnlr_checkIcon::before,
.tnlr_successCheckmark .tnlr_checkIcon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: #ffffff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tnlr_successCheckmark .tnlr_checkIcon .tnlr_iconLine {
  height: 5px;
  background-color: #4caf50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}

.tnlr_successCheckmark .tnlr_checkIcon .tnlr_iconLine.tnlr_lineTip {
  top: 46px;
  left: 14px;
  width: 25px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: tnlr_iconLineTip 0.75s;
  animation: tnlr_iconLineTip 0.75s;
}

.tnlr_successCheckmark .tnlr_checkIcon .tnlr_iconLine.tnlr_lineLong {
  top: 38px;
  right: 8px;
  width: 47px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: tnlr_iconLineLong 0.75s;
  animation: tnlr_iconLineLong 0.75s;
}

.tnlr_successCheckmark .tnlr_checkIcon .tnlr_iconCircle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
.tnlr_successCheckmark .tnlr_checkIcon .tnlr_iconFix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #ffffff;
}

@-webkit-keyframes tnlr_rotateCircle {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@keyframes tnlr_rotateCircle {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes tnlr_iconLineTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes tnlr_iconLineTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes tnlr_iconLineLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes tnlr_iconLineLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

.tnlr_whitePopup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.tnlr_locationInfo,
.tnlr_locationBanner,
.tnlr_restMenu {
  margin-bottom: 30px;
}

.tnlr_mfpZoomIn .tnlr_mfpWithAnim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.tnlr_mfpZoomIn.tnlr_mfpBg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tnlr_mfpZoomIn.mfp-ready .tnlr_mfpWithAnim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.tnlr_mfpZoomIn.mfp-ready.tnlr_mfpBg {
  opacity: 0.8;
}

.tnlr_mfpZoomIn.mfp-removing .tnlr_mfpWithAnim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.tnlr_mfpZoomIn.mfp-removing.tnlr_mfpBg {
  opacity: 0;
}

button.mfp-close {
  padding: 0 !important;
  line-height: 44px !important;
  min-height: auto !important;
  max-width: initial !important;
}

form.cart {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}

.tnlr_openModal {
  display: block;
}

.tnlr_prodLoopContainer {
  padding: 25px 15px 0;
  border-radius: 0;
  text-align: center;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.tnlr_averageRating {
  font-size: 0.7em;
  color: #d59928;
}

/* .tnlr_prodLoopImg {
	margin-bottom: 20px;
}

.tnlr_prodLoopImg img {
	margin: 0 auto;
	border-radius: 0;
} */

.tnlr_prodLoopHeading {
  margin-bottom: 10px;
}

.tnlr_prodLoopTitle {
  margin-bottom: 10px;
}

.tnlr_prodLoopTitle a {
  color: inherit;
  text-decoration: none;
}

.tnlr_prodLoopContainer form.cart {
  position: relative;
  margin: 0 -15px !important;
  padding: 0 !important;
}

.tnlr_onlyLocal {
  margin-top: 15px;
}

.tnlr_addToCartContainer {
  padding: 15px 15px 25px;
}

.tnlr_singleVariant,
.tnlr_addToCartSelect,
.tnlr_addToCartCheckboxes {
  margin-bottom: 20px;
}

.tnlr_addToCartSelect select {
  max-width: 300px;
}

.tnlr_addToCartSelect p,
.tnlr_addToCartCheckboxes p {
  margin-bottom: 5px;
}

.tnlr_addToCartPrice {
  font-size: 24px;
  margin-bottom: 10px;
  color: #000;
}

.tnlr_prodLoopContainer .quantity {
  display: inline-block;
}

.tnlr_prodLoopGridImg img {
  margin-bottom: 20px !important;
  border-radius: 0;
}

.tnlr_prodLoopGridHeading {
  margin-bottom: 20px;
}

.tnlr_prodLoopGridTitle {
  margin-bottom: 10px !important;
}

.tnlr_prodLoopTextVariants span {
  padding-left: 15px;
  position: relative;
}

.tnlr_prodLoopTextVariants span::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
  left: 6px;
  top: 8px;
}

.tnlr_prodLoopTextVariants span:first-child {
  padding-left: 0;
}

.tnlr_prodLoopTextVariants span:first-child::before {
  content: none;
}

.tnlr_prodLoopGridPrice {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}

.tnlr_oneByOne .tnlr_restMenuContainer ul.products {
  display: block;
}

.tnlr_oneByOne .tnlr_restMenuContainer .woocommerce ul.products li.product {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 1em 0 !important;
}

.tnlr_oneByOne .tnlr_restMenuContainer .woocommerce ul.products li.product a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.tnlr_oneByOne
  .tnlr_restMenuContainer
  .woocommerce
  ul.products
  li.product
  a::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "+";
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background: #000;
}

.tnlr_oneByOne .tnlr_restMenuContainer .tnlr_prodLoopGridImg {
  max-width: 100px !important;
}

.tnlr_oneByOne .tnlr_restMenuContainer .tnlr_prodLoopGridImg img {
  margin-bottom: 0 !important;
}

.tnlr_oneByOne
  .tnlr_restMenuContainer
  .tnlr_prodLoopGridImg.tnlr_prodLoopGridImgNone {
  display: none;
}

.tnlr_oneByOne .tnlr_restMenuContainer .prod_loopGridMain {
  padding: 15px 15px 5px;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.woocommerce ul.products li.product {
  text-align: center;
  margin: 0 0 1em 0 !important;
}

.woocommerce ul.products li.product a {
  -webkit-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
  border: 1px solid #c8c8c8;
  color: inherit;
  background: #fff;
}

.woocommerce ul.products li.product a:hover {
  border-color: #ef2929;
}

.tnlr_prodLoopGridButton {
  display: inline-block;
  margin-bottom: 0 !important;
  padding: 7px 10px;
  background-color: #000;
  color: #fff;
}

.variation {
  margin-top: 5px;
  line-height: 1;
}

.variation dd {
  margin-bottom: 5px !important;
}

.variation dd p {
  margin-bottom: 0;
}

.tnlr_productLabels {
  line-height: 1;
  margin-bottom: 10px;
}

.tnlr_productLabels .tnlr_labelBox {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  max-width: 30px;
}

.tnlr_locationInfo {
  text-align: right;
}

.tnlr_locationsListItem {
  padding-bottom: 15px;
}

.tnlr_locationsListItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: right;
  text-decoration: none !important;
  color: inherit;
  border: 1px solid #c8c8c8;
  -webkit-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}

.tnlr_locationsListItem a:hover {
  border-color: #ef2929;
}

.tnlr_locationsListItem a .wp-post-image {
  margin-bottom: 10px;
}

.tnlr_locationItemContacts {
  margin-bottom: 10px;
}

.tnlr_selectLocationsList {
  margin: 0;
}

.tnlr_restMenu,
.tnlr_selectLocationsList {
  list-style: none;
  margin: 0 0 25px 0;
}

.tnlr_restMenu li,
.tnlr_selectLocationsList li {
  display: inline-block;
  margin: 0 7px 7px 0 !important;
}

.tnlr_restMenu li a,
.tnlr_selectLocationsList li a {
  display: block;
  padding: 2px 7px;
  background: #000;
  color: #fff;
  text-decoration: none;
}

.tnlr_restMenu li a.selected,
.tnlr_selectLocationsList li a.selected {
  background: #ef2929;
}

#tnlr_menuBanner img {
  display: block;
  margin-bottom: 30px;
}

.tnlr_shippingType {
  display: inline-block;
  margin-right: 15px;
}

.tnlr_shippingTypeIconAvalable,
.tnlr_shippingTypeIconUnavalable {
  margin-right: 3px;
}

.tnlr_shippingTypeIconAvalable {
  color: #4caf50;
}

.tnlr_shippingTypeIconUnavalable {
  color: #ef2929;
}

.tnlr_shortcode {
  margin-bottom: 20px;
}

.tnlr_red {
  color: #ef2929;
}

ul#shipping_method li {
  text-indent: 0;
}

.woocommerce-mini-cart.cart_list {
  max-height: 600px;
  overflow: auto;
}

@media (min-width: 576px) {
  .tnlr_locationsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .tnlr_locationsListItem {
    width: 100%;
    max-width: 32%;
  }

  .tnlr_productGallery {
    float: left;
    width: 47%;
    margin-right: 3%;
  }

  .tnlr_productInfo {
    float: left;
    width: 50%;
  }

  .tnlr_oneByOne .tnlr_restMenuContainer .tnlr_prodLoopGridImg {
    max-width: 150px !important;
  }
}

@media (min-width: 900px) {
  .tnlr_oneByOne .tnlr_restMenuContainer .tnlr_prodLoopGridImg {
    max-width: 250px !important;
  }
}
