/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.p-3 {
    padding: 1rem !important;
}
.adjust-buttons button {
    padding: 8px 12px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    margin-bottom: 0;
    margin-right: 0;
    min-height: auto;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}
.mt-3 {
    margin-top: 1rem !important;
}
div#cropActions button {
    margin-bottom: 0;
    line-height: normal;
    min-height: auto;
    margin-right: 0;
    padding-top: 7px !important;
    width: auto !important;
}

.tool-bar button {
    margin-bottom: 0;
    line-height: normal;
    min-height: unset;
    margin-right: 0;
}
.justify-content-between {
    justify-content: space-between;
}
button.update-it {
    margin-right: 0;
    padding: 7px 15px;
    align-items: center;
}
div#sliderPanel div button {
    margin-bottom: 0 !important;
    margin-right: 0;
}
.tool-bar button {
    min-height: auto;
    line-height: normal;
    padding: 12px;
}
button.btn.btn-sm.close-popup {
    right: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: normal;
    min-height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
	margin-right:0 !important;
}
button.btn.btn-sm.btn-outline-dark.back-it {
    font-weight: 500;
    padding: 10px 15px;
    margin-bottom: 0;
    min-height: auto;
    line-height: normal;
    left: 10px;
}

.upload-box button.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.preview-inner button.btn, .c-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkout-page-title.page-title .breadcrumbs a {
    font-family: 'Sesbania';
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0px;
}
ul.wc-item-meta li p a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-width: 68%;
}
li.woocommerce-mini-cart-item.mini_cart_item dl.variation {
    display: none;
}
table.shop_table.woocommerce-checkout-review-order-table td.product-name .variation,  tr.woocommerce-cart-form__cart-item.cart_item td.product-name .variation {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-name .variation img, table.shop_table.woocommerce-checkout-review-order-table .variation img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 5px;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
    display: none;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-name .variation, table.shop_table.woocommerce-checkout-review-order-table .variation {
    display: flex;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-name dt.variation-UploadedImage, table.shop_table.woocommerce-checkout-review-order-table td.product-name dt.variation-UploadedImage {
    display: none;
}

.screen-header h4 {
    text-align: left;
}
.preview-item
{
	font-size:12px;
	text-align:center;
	color: #ffffff;
}
.accept-block__error.selected-amount {
    margin: 15px 0px;
}
p.accept-message__icon.accept-message__icon--2 {
    font-size: 11px;
	margin-bottom:0px;
}
.d-none
{
	display:none;
}
.star-rating span:before, .stars a.active:after, .stars a:hover:after {
    color: #e7b92e;
}
.price-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* ===== MODAL BASE ===== */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal.show {
  display: block;
}

/* ===== BACKDROP ===== */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
}

/* ===== DIALOG ===== */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 1.75rem auto;
  max-width: 500px;
  pointer-events: none;
  transition: transform .3s ease-out;
  transform: translateY(-50px);
}

.modal.show .modal-dialog {
  transform: translateY(0);
}

/* ===== CONTENT ===== */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  outline: 0;
}
.cropper-crop-box {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/* ===== HEADER ===== */
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
}

.modal-title {
  margin: 0;
  font-size: 1.25rem;
}

/* ===== CLOSE BUTTON ===== */
.btn-close {
  background: none;
  border: 0;
  font-size: 1.5rem;
  cursor: pointer;
}

/* ===== BODY ===== */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* ===== FOOTER ===== */
.modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: .5rem;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
}
.flex-wrap {
    flex-wrap: wrap;
}
form.cart {
    flex-direction: column;
}
.ux-quantity.quantity.buttons_added {
    display: flex;
    align-items: center;
}
.preview-grid > div .text-center button {
    margin: 0;
    border-radius: 0 !important;
    line-height: normal !important;
    min-height: auto;
}
.ux-quantity.quantity.buttons_added:before {
    content: "Quantity";
    margin-right: 12px;
    font-weight: 500;
}
button.images-upload-btn {
    background-color: #000;
	    text-transform: capitalize;
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
button.images-upload-btn {
    position: absolute;
    right: 0;
}
button.images-upload-btn svg {
    filter: invert(1);
    width: 18px;
    height: 18px;
}
.d-flex {
    display: flex;
}
.gap-3 {
    gap: 1rem !important;
}
/* ===== RESPONSIVE ===== */
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
  }
}

@media (min-width: 992px) {
  .modal-dialog.modal-lg {
    max-width: 800px;
  }
}

@font-face {
    font-family: 'Sesbania';
    src: url('https://wp.cloud1.me/slm/wp-content/themes/flatsome-child/fonts/sesbania-regular.otf') format('opentype'),
         url('https://wp.cloud1.me/slm/wp-content/themes/flatsome-child/fonts/sesbania-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Sesbania', sans-serif !important;
        margin-bottom: 0px;
         line-height: 1.2;
}

.banner h2
{
    margin-bottom: 0px;
}