.show {
  display: block !important;
}
.hide {
  display: none !important;
}

@media screen and (max-width:767px) {
  .sm-py-20,
  .sm-p-20,
  .sm-pt-20 {
    padding-top: 20px !important;
  }
  .sm-py-20,
  .sm-p-20,
  .sm-pt-20 {
    padding-bottom: 20px !important;
  }
  .sm-py-10,
  .sm-p-10,
  .sm-pt-10 {
    padding-top: 10px !important;
  }
  .sm-py-10,
  .sm-p-10,
  .sm-pt-10 {
    padding-bottom: 10px !important;
  }
  .sm-py-3,
  .sm-p-3,
  .sm-pt-3 {
    padding-top: 1rem !important;
  }
  .sm-py-3,
  .sm-p-3,
  .sm-pt-3 {
    padding-bottom: 1rem !important;
  }
  .sm-py-2,
  .sm-p-2,
  .sm-pt-2 {
    padding-top: 0.5rem !important;
  }
  .sm-py-2,
  .sm-p-2,
  .sm-pt-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (max-width: 991.98px) { 
  .md-py-20,
  .md-p-20,
  .md-pt-20 {
    padding-top: 20px !important;
  }
  .md-py-20,
  .md-p-20,
  .md-pt-20 {
    padding-bottom: 20px !important;
  }
  .md-py-10,
  .md-p-10,
  .md-pt-10 {
    padding-top: 10px !important;
  }
  .md-py-10,
  .md-p-10,
  .md-pt-10 {
    padding-bottom: 10px !important;
  }
  .md-py-2,
  .md-p-2,
  .md-pt-2 {
    padding-top: 0.5rem !important;
  }
  .md-py-2,
  .md-p-2,
  .md-pt-2 {
    padding-bottom: 0.5rem !important;
  }
}

.footer-highlights-title {
  font-size: 14px;
}
.footer-highlights-text {
  font-size: 12px;
}
.text-black-light {
  color: var(--theme-black-light-color) !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.widget-ecommerce-contact-title {
  font-size: 14px !important;
}
.widget-ecommerce-contact-text {
  font-size: 12px !important;
}

.max-width-1200 {
  max-width: 1200px !important;
}
.max-width-1400 {
  max-width: 1400px !important;
}

@media screen and (min-width: 992.01px) {
  .cart-container {
    max-width: 1168px !important;
    width: 98%;
  }
}

/* index page and city page */
.rounded-50 {
  border-radius: 50%;
}

@media screen and (max-width: 991.98px) {
  .custom-gift-image {
    width: 108px !important;
  }
}

.custom-gift{
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
}

.align-center {
  text-align: center;
}
.mt-0-lg {
  margin-top: 0 !important;
}

.product-page-left-div {
  height: 400px;
  width: 80px;
  margin-right: 15px;
  overflow-x: auto;
  display: flex;
}
.product-thumbnail-image {
  width: 99px;
}
.productMainImage {
  width: 428px !important;
  height: 428px !important;
}

@media screen and (max-width:991.98px) {
  .productMainImage {
    width: 360px !important;
    height: 360px !important;
  }

  .product-page-right-div {
    order: 0;
    text-align: center;
  }
  .product-page-left-div {
    height: auto !important;
    width: 100%;
    margin-right: auto !important;
    overflow-y: auto !important;
    overflow-x:inherit !important;
    display: flex;
    order: 1;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .product-page-left-div-sub {
    height: auto !important;
  }
  .woocommerce-product-gallery__wrapper {
    flex-direction: column;
  }
  .product-thumbnails-wrapper {
    flex-direction: row;
    display: flex;
    justify-content: center;
    column-gap: 10px;
  }
  .product-thumbnails:not(:first-child) {
    margin-top: 0px;
  }
  .product-thumbnail-image {
    width: 60px;
    height: 60px
  }
  .product-thumbnails:not(:first-child) {
    margin-top: 0px !important;
  }
}
.color-light-black {
  color: #888;
}
.color-sky-blue {
  color: #039be5
}
.color-white {
  color: #fff;
}

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

.size-variants-row {
  align-items: unset !important;
}
.size-variants {
  display: flex;
  overflow-x: auto;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.size-variants .swatch {
  border: 1px solid #888;
  padding: 5px 14px;
  color: #444;
  border-radius: 4px;
}
.size-variants .swatch {
  border: 1px solid #888;
  padding: 5px 14px;
  color: #444;
  border-radius: 4px;
}
.size-variants .swatch:hover {
  cursor: pointer;
}
.size-variants .swatch-selected {
  border-color: #199100;
  color: #199100;
}
#msgOnCakeId {
  border: 1px solid #888;
  padding: 5px 14px;
  color: #444;
  border-radius: 4px;
}
#msgOnCakeId:active, #msgOnCakeId:focus {
  border-color: #444 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inhe
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.c-white {
  color: #fff;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}