@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
/*  TOP */
.bestof {
  position: fixed;
  top: 10px;
  font-size: 16px;
  line-height: 60px;
  color: #1b232d !important;
  font-family: 'Satisfy', cursive;
  z-index: 999999;
  background: #ffff;
  transition: all .5s;
  opacity: 1;
  right: 10px;
}
.admin-bar > .tm-page > .tm-header > .uk-navbar-container > .uk-container > .uk-navbar > .uk-navbar-center > .uk-navbar-item > .textwidget > .bestof {
  top: 50px
}
.nobestof {
  position: fixed;
  top: 10px;
  font-size: 16px;
  line-height: 60px;
  color: #1b232d !important;
  font-family: 'Satisfy', cursive;
  z-index: 999999;
  background: #ffff;
  transition: all .5s;
  opacity: 0;
  right: -100px;
}
.admin-bar > .tm-page > .tm-header > .uk-navbar-container > .uk-container > .uk-navbar > .uk-navbar-center > .uk-navbar-item > .textwidget > .nobestof {
  top: 50px
}
.hide {
  opacity: 0;
  left: -100%;
}
.wpmenucart-shortcode {
  font-size: 16px;
  line-height: 60px;
  color: #1b232d !important;
}
.aws-search-btn {
  background: #fff !important;
  border: none !important;
}
.aws-search-btn_icon {
  color: #1b232d !important;
}
.aws-search-field {
  border: none !important;
}
.aws-search-form {
  height: 40px !important
}
.tm-toolbar {
  padding: 0px;
  display: none;
}
form.woocommerce-cart-form {
  overflow: visible
}
.products {
  text-align: center;
}
.woocommerce-loop-product__title {
  min-height: 45px;
  max-height: 45px;
  margin-bottom: 10px;
  overflow: hidden
}
.aws-container {
  border: 1px solid;
  border-color: rgba(27, 27, 27, 0.55);
  margin-right: 10px;
}
.aws-search-result {
  width: 60% !important;
  
}
#place_order {
  margin: 0 0 10px;
  width: 100%;
  margin-bottom: 10px;
  float: right;
}
/* MOBILE NAVBAR */
@media only screen and (max-width:959px) {
    .aws-search-result {
  width: 95% !important;
  left: 10px !important;
  top: 70px !important;
}
  .uk-navbar-toggle {
    position: fixed !important;
    bottom: 0px !important;
    right: 30px !important;
    z-index: 99999999999
  }
  .uk-nav-default {
    font-size: 18px
  }
  .uk-offcanvas-bar {
    padding-right: 40px;
    padding-top: 40px
  }
  .uk-navbar-item {
    padding: 0 0 0 10px
  }
  .aws-container {
    width: 90%;
    right: 20px;
    margin-left: 10px;
  }
  .uk-navbar-right {
    text-align: right
  }
  .uk-modal-close-full {
    top: 20px
  }
}
/* For Homepage Desktop Hero Section*/
.cursive {
  font-family: 'Satisfy', cursive;
  text-transform: none;
  letter-spacing: -1px;
  font-size: 32px;
  margin-right: 10px;
}
@media only screen and (min-width:959px) {
  .cursive {
    font-size: 48px
  }
}
/* For Checkout Section*/
.selection {
  pointer-events: none;
}
.selection {
  font-weight: 900
}
.ui-datepicker-current-day {
  border: 1px solid black !important;
}
.ui-datepicker td {
  padding: 0px !important
}
.ui-datepicker td.ui-datepicker-current-day a {
  background: darkgreen !important
}
#e_deliverydate {
  font-weight: 900 !important;
  background: #cccccc44 !important
}
#e_deliverydate_field {
  margin-bottom: 5px;
}
.wpmc-tabs-wrapper {
  display: none;
}
.ui-state-active {
  border: 1px solid black !Important;
  font-weight: 900 !important;
  color: #fff !important;
  padding: 4px 7px !important;
}
.orddd_field_note {
  display: none
}
#orddd_datepicker {
  margin-bottom: 20px;
}
.ui-datepicker-calendar > thead > tr > th {
  text-align: center !important
}
.woocommerce-shipping-fields {
  margin-bottom: 20px
}
.orddd_locations_field > label > .required {
  display: none;
}
.woocommerce-checkout #payment div.form-row-last {
  padding: 0px !important;
}
.wpslash_tip_remove_btn {
  right: 55px
}
/*WOOCOMMERCE */
.price {
  font-weight: 900 !important
}
.input-text {
  font-size: 16px !important
}
.product_type_variable {
  display: none !important;
}
.add_to_cart_button {
  display: block !important;
}
.outofstock:after {
  content: "Out of Stock";
  color: #900;
  font-weight: bold;
  background: #ccc;
  padding: 20px;
  position: relative;
  top: -150px;
  opacity: .8;
  font-size: 18px;
}
@media (max-width:690px) {
  .outofstock:after {
    font-size: 9px !important;
    padding: 20px 5px
  }
}
.button-adj > form > div > div > .button {
  background: none !important;
  color: #111 !important;
  border: none !important
}
.button-adj > form > div > div > .button:hover {
  border: none !important;
  color: #F34F3F !important
}
.button-adj > div > p > .button {
  background: none !important;
  color: #111 !important;
  border: none !important;
  padding: 5px 0px !important;
  line-height: 1;
  text-align: right;
  text-transform: none;
}
.button-adj > div > p > .button:hover {
  color: #F34F3F !important
}
.woocommerce-tabs ul.tabs li a {
  border: 1px solid #c9c9c9 !important;
  padding: 20px 30px;
  font-weight: 700;
  color: #111
}
.wc-tabs > li {
  padding-left: 0px !important
}
.woocommerce-tabs ul.tabs li.active {
  background-color: #666666;
}
.woocommerce-tabs ul.tabs li.active a {
  color: #fff;
  border: 1px solid #666666 !important;
}
.wc-tabs > li {
  padding-left: 0px !important
}
.cats-list {
  font-size: 12px;
  text-align: left;
  text-transform: none !important;
  list-style-type: none;
  padding-left: 0 !important;
}
.woocommerce table.cart thead th.product-name {
  position: static
}
.wc-forward {
  transform: translateY(0%) !important;
  right: 0;
  margin-top: 15px !important;
}
.woocommerce-message {
  font-size: .7em;
  padding-bottom: 50px !important;
}
@media (max-width: 959px) {
  .woocommerce li.product {
    width: 33% !important;
  }
  .product > .button {
    font-size: .7em !important;
    line-height: 20px;
    letter-spacing: 0px;
    padding: 5px 5px
  }
  .woocommerce-loop-product__title {
    font-size: .75em !important;
    letter-spacing: 0px !important;
    min-height: 35px !important;
    max-height: 35px !important;
  }
}
@media only screen and (max-width:700px) {
  #place_order {
    width: 100%
  }
  .wc_payment_methods .payment_box {
    padding-left: 0px;
  }
  input {
    font-size: 16px !important
  }
}
.related.products {
  display: none;
}
#wc_twilio_sms_optin_field {
  display: none;
}
.occasion {
  display: inline !important;
}
.input-radio {
  width: 25px;
  height: 15px;
  margin-left: 25px;
}
.single-product .product_meta {
  display: none;
}
.reset_variations {
  display: none !important;
}
#shipping_country_field {
  display: none;
}
.woocommerce-breadcrumb {
  text-transform: uppercase;
}
.product_cat-add-on a {
  margin-top: 0px !important;
}
.add_to_cart_button {
  margin-top: 5px !important;
}
.product_type_variable {
  margin-top: 5px !important;
}
.head-break {
  display: inline;
  margin-right: 20px;
  float: right
}
.woocommerce-result-count {
  display: none;
}
/*ADD-ONS*/
.add-products {
  text-align: center;
}
.add-on-title {
  font-size: 14px;
  margin: 5px 0px 0px;
  height: 60px
}
.add-on-button {
  padding: 0;
  display: block;
  text-transform: uppercase;
}
.add-button {
  background: #fff;
  border-color: #acacac !important;
  color: #acacac !important
}
.add-button:active {
  background: #fff !important;
}
.margin-top-add {
  padding-top: 10px
}
.add-var-drop {
  padding-bottom: 0px !important
}
.add-image {
  padding: 0 10px 10px
}