/*
Theme Name: Jammi Ayurveda
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: WordPress theme for Jammi Ayurveda
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jammi-ayurveda
*/



@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Source+Sans+Pro:wght@300;400;600;700&display=swap');


html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}


/* Sections
 */
body {
  margin: 0;
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
	font-family:'Poppins';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
}


body {
    font-family: 'Poppins', sans-serif;
}


/* Default: Mobile (up to 599px) */

	.single-post-wrapper,
    .custom-blog-wrapper,
.shop-container,
.container,
.product-reviews-container,
.custom-single-product,
.products {
    width: 100%;
    margin: 0 auto !important;
    padding: 0 15px; /* optional padding for mobile */
}

/* Tablet (600px to 1023px) */
@media (min-width: 600px) and (max-width: 767px) {
	
	.single-post-wrapper,
    .custom-blog-wrapper,
	.shop-container,
    .container,
    .product-reviews-container,
    .custom-single-product,
    .products {
        max-width: 800px;
    }
}

@media (min-width: 768px) and (max-width: 820px) {
	
	.single-post-wrapper,
	.custom-blog-wrapper,
    .shop-container,
    .container,
    .product-reviews-container,
    .custom-single-product,
    .products {
        max-width: 800px;
		padding: 0 20px !important;
    }
}

@media (min-width: 821px) and (max-width: 991px) {
	.single-post-wrapper,
	.custom-blog-wrapper,
    .shop-container,
    .container,
    .product-reviews-container,
    .custom-single-product,
    .products {
        max-width: 1040px;
		padding: 0 20px !important;
    }
}

@media (min-width: 992px) and (max-width: 1023px) {
	
	.single-post-wrapper,
	.custom-blog-wrapper,
    .shop-container,
    .container,
    .product-reviews-container,
    .custom-single-product,
    .products {
        max-width: 1040px;
		padding: 0 20px !important;
    }
}

/* Laptop (1024px to 1439px) */
@media (min-width: 1024px) and (max-width: 1439px) {
	.single-post-wrapper,
	.custom-blog-wrapper,
    .shop-container,
    .container,
    .product-reviews-container,
    .custom-single-product,
    .products {
        max-width: 1245px;
		padding:0 20px !important;
    }
}

/* Desktop (1440px and up) */
@media (min-width: 1440px) {
	
	.single-post-wrapper,
	.custom-blog-wrapper,
    .shop-container,
    .container,
    .product-reviews-container,
    .custom-single-product,
    .products {
        max-width: 1245px;
    }
}



/*
header,
footer,
main {
	max-width:1245px;
 /*width:1440px;*/
/* width:100%;
 margin:0 auto;
}*/

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}



/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #530D3C;
}
a:hover, a:active {
  color: #333366;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-block-end: none; /* 1 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}



/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
}
/**
 * Form styling
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 1rem; /* 1 */
  line-height: 1.5; /* 1 */
  margin: 0; /* 2 */
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
  width: 100%;
  border: solid 1px #d9d9d9;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button,
[type=submit],
[type=button] {
  display: inline-block;
  font-weight: 400;
  color: #530D3C;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #530D3C;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
button:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
[type=button]:focus:not(:focus-visible) {
  outline: none;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;
  background-color: #530D3C;
  text-decoration: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

select {
  display: block;
}

/**
 * Table styling
 */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
/*
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}*/
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}


.woocommerce table caption + thead tr:first-child th,
.woocommerce table caption + thead tr:first-child td,
.woocommerce table colgroup + thead tr:first-child th,
.woocommerce table colgroup + thead tr:first-child td,
.woocommerce table thead:first-child tr:first-child th,
.woocommerce table thead:first-child tr:first-child td {
	border:0;
}

.woocommerce table.shop_table td {
	border-top:0 !important;
}

@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/**
 * List styling
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


.sliderbg,
.whatmod-bg,
.section-bg,
.headerbg {
	background: -webkit-radial-gradient(109.57% 109.57% at 50% 50%, #F8F8F8 0%, #ECECEC 100%);
background: -moz-radial-gradient(109.57% 109.57% at 50% 50%, #F8F8F8 0%, #ECECEC 100%);
background: -o-radial-gradient(109.57% 109.57% at 50% 50%, #F8F8F8 0%, #ECECEC 100%);
background: radial-gradient(109.57% 109.57% at 50% 50%, #F8F8F8 0%, #ECECEC 100%);

}



.vision-mod figure.elementor-image-box-img {
    background-color: #FAF6E7;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    margin: 0 !important;
    text-align: center;
    display: flex !important;
}

.vision-mod figure.elementor-image-box-img img {
	margin:auto;
}


.vision-mod .elementor-image-box-content {
	padding-left:24px;
	width:85% !important;
}


.counter-mod-bg .elementor-widget-container {
    background-color: #FAF6E7; 
	width:100px;
	height:100px !important;
	line-height:100px;
	border-radius:50%;
	
}

span.breadcrumb-separator {
	font-size:20px;
	margin:0 5px;
}

.page-breadcrumbs {
	color:#530D3C;
	font-size:16px;
	line-height:20px;
	text-transform:capitalize;
}

.treatment-br-mod {
    position: relative;
}

.treatment-br-mod::after {
	content: "";
    position: absolute;
    border-right: 1px solid rgba(137, 131, 132, 0.3);
    top: 0;
    right: 0;
    width: 100%;
    height: 80%;
}

.treatment-rightbr.treatment-br-mod::after {
	border-right: 1px solid #ffffff;
}

.treat-mod::after {
   content: "";
    position: absolute;
    border-bottom: 1px solid rgba(137, 131, 132, 0.3);
    opacity: 0.5;
    bottom: 0;
   left:0;
   right:0;
    width: 92%;
    height: 100%;
}



/*************** Shop Offer page *************/

.custom-product-card {
    
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
}

.product-image-main {
	background-color:#f9f9f9;
	border:1px solid #efefef;
	margin-bottom:24px;
}

/*
.custom-product-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
*/
.product-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.wishlist-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.product-categories {
font-weight: 400;
font-size: 20px;
color: #530D3C;
}

.products .product-categories {
font-weight: 400;
font-size: 14px;
color: #530D3C;
	line-height:20px;
}

h2.product-title {
font-weight: 600 !important;
font-size: 20px !important;
line-height:30px !important;
margin:10px 0;
}

del .woocommerce-Price-amount bdi {
	font-family: Poppins;
font-weight: 600;
font-size: 14px;
color: #aaaaaa;
}

del {
	text-decoration-color: #aaaaaa;
	padding-right:8px;
}

.related.products .product-price bdi,
.product-price bdi,
ins .woocommerce-Price-amount bdi {
	font-family: Poppins;
font-weight: 600;
font-size: 24px;
color: #530D3C;
}

.product-price ins {
	text-decoration:none;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
	
	border-radius: 0 !important;
    box-shadow: inset 0 0 0 1px #efefef !important;
	
}

/*
.product-price {
    font-weight: bold;
    margin-bottom: 10px;
    color: #222;
}
*/

.add-to-cart-btn {
	padding-top:24px;
}

.woocommerce #review_form #respond .form-submit input,
body .products .add-to-cart-btn a,
.add-to-cart-btn .button {
    background-color: #F9D13A;
    color: #530D3C;
    padding: 12px 24px;
    border-radius: 0px;
    text-transform: capitalize;
    font-size: 16px;
	font-weight:400;
	margin-top:0 !important;
}
/*
.add-to-cart-btn .button:hover {
    background-color: #1a5d7a;
}
*/

.custom-product-inner {
	text-align:left;
}





/* Container */
.custom-shop-container {
    padding: 60px 20px 36px 20px;
}

/* Grid layout */
.products.custom-grid {
    display: grid;
    gap:40px 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Default: 1 column mobile */
.products.custom-grid {
    grid-template-columns: repeat(1, 1fr);
}

@media (max-width: 480px) { 
   .custom-product-card {
	   width:100% !important;
   }
}

@media (max-width: 767px) {
	.products,
	.products.custom-grid {
        grid-template-columns: repeat(1, 1fr);
	    padding:0 20px !important;
    }
	
}

@media (min-width: 481px) and (max-width: 991px) {

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 47.99%;
}
.woocommerce ul.products li.product:nth-child(even), .woocommerce-page ul.products li.product:nth-child(even) {
	margin-right:0 !important;
}

.woocommerce ul.products li.product:nth-child(odd), .woocommerce-page ul.products li.product:nth-child(odd) {
	clear:both !important
}



}

/* Tablet: 2 columns */
@media (max-width: 599px) {
	.products,
    .products.custom-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
	
	.products,
	.products.custom-grid {
        grid-template-columns: repeat(3, 1fr);
    }
	
}

/* Desktop: 4 columns */
@media (min-width: 1024px) {
	.products,
    .products.custom-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Pagination styling */
.blog-paginations,
.custom-pagination {
    margin-top: 30px;
    text-align: center;
}
.blog-paginations {
	margin:60px auto 0 auto;
	clear:both;
	width:100%;
}

.blog-paginations ul,
.custom-pagination ul {
    display: inline-flex;
    list-style: none;
    gap: 8px;
    padding: 0;
}

.blog-paginations li a,
.blog-paginations li span {
	display:inline-block;
	padding: 0;
    background: transparent;
    border-radius: 0;
    border: 1px solid #aaaaaa;
    color: #aaaaaa;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
    width: 45px;
    height: 45px;
    line-height: 45px;
	
}
.custom-pagination li a,
.custom-pagination li span {
    padding: 8px 12px;
    background: #eee;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.blog-paginations li .current.page-numbers,
.custom-pagination li .current {
   background-color: #F9D13A;
	border-color: #F9D13A;
    color: #530D3C;
}

.page-numbers li .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

button.yith-wcwl-add-to-wishlist-button {
	width: 40px;
    height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
	gap:0 !important;
	padding:0 !important;
}


.custom-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 80px 0 36px 0;
    margin: 0;
    flex-wrap: wrap;
}

.custom-pagination li {
    display: inline-block;
}

.custom-pagination li a,
.custom-pagination li span {
    display: inline-block;
    padding: 0;
    background: transparent;
    border-radius: 0;
	border:1px solid #aaaaaa;
    color: #aaaaaa;
    text-decoration: none;
	font-size:16px;
    font-weight: 400;
    transition: all 0.3s ease;
	width:45px;
	height:45px;
	line-height:45px;
}

.custom-pagination li a:hover {
    background-color: transparent;
    color: #aaaaaa;
}

.custom-pagination li.current span {
    background: #F9D13A;
	border-color:#F9D13A;
    color: #530D3C;
}

.custom-pagination li.disabled span {
    background: transparent;
	border-color:#ececec;
    color: #ececec;
    cursor: not-allowed;
}




.custom-product-search {
    display: flex;
    align-items: center;
   
    margin: 0;
}

.custom-product-search input.search-field {
    flex: 1;
    padding: 10px 14px;
    font-size: 16px;
    border: 1px solid #d9d9d9;
	background-color:#f9f9f9;
    border-right: none;
    border-radius: 0;
	 color: #530D3C;
}

.custom-product-search input.search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #530D3C;
}
.custom-product-search input.search-field::-moz-placeholder { /* Firefox 19+ */
 color: #530D3C;
}
.custom-product-search input.search-field:-ms-input-placeholder { /* IE 10+ */
  color: #530D3C;
}
.custom-product-search input.search-field:-moz-placeholder { /* Firefox 18- */
 color: #530D3C;
}

.custom-product-search button {
    padding: 10px 16px !important;
    background-color: #F9D13A;
    color: #530D3C;
    border: 1px solid #F9D13A;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.3s ease;
}

.custom-product-search button:hover {
    background-color: #1a5c7b;
}

.custom-product-search button span {
    font-size: 18px;
}

.custom-product-search button i {
    font-size: 18px;
    color: #530D3C;
}

.wishlist-link {
    display:inline-flex;	
}

.wishlist-link i  {
	font-size:25px;
	 color: #530D3C;
}
.wishlist-count {
	background-color:#F9D13A;
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:50px;
	font-family: 'Source Sans Pro', sans-serif;
font-size: 14px;
font-weight: 400;
    display: block;
    text-align: center;
    margin-left: -10px;
    margin-top: -12px;

}

.cart-count .elementor-button {
	background-color:transparent !important;
	border:0 !important;
}

.cart-count span.elementor-button-icon-qty {
    width: 30px;
    height: 30px !important;
    line-height: 30px !important;
    left: 15px;
    top: -17px !important;
	font-family: 'Source Sans Pro', sans-serif;
font-size: 14px !important;
font-weight: 400;
}

/*

.footer-bg.elementor-element {
	background-color: #f2f2f2;

background: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
background: -moz-linear-gradient(top, #ffffff, #f2f2f2);
background: -o-linear-gradient(top, #ffffff, #f2f2f2);
background: linear-gradient(to bottom, #ffffff, #f2f2f2);

}
*/

.contact-mod.contact-mod1 .elementor-image-box-img {
	width: 44px !important;
    height: 44px; 
}

.contact-mod .elementor-image-box-img {
	width: 60px !important;
    height: 60px;
   /* padding: 10px;
    border: 1px dashed #530D3C;
    border-radius: 50px;
	line-height:50px;*/
    margin: 0 auto !important;
    text-align: center;
	
}

.contact-mod .elementor-image-box-content {
	padding-left:20px;
	width:80% !important;
}

.saffron-col {
	position:relative;
	left:-50px;
}

.saffron-image {
	position: absolute !important;
    bottom: -20px;
    right: -70px;	
}

.header-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
	position:relative;
	bottom:45px !important;
	
}


.treat-slide-mod span.swiper-pagination-bullet.swiper-pagination-bullet-active,
.header-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width:18px;
	border-radius:10px;
}
.treat-slide-mod .swiper-slide {
	background-color:transparent !important;
	border:0 !important;
}



.custom-single-product .product-grid {
    display: flex;
    /*flex-wrap: wrap;*/
    gap: 2rem;
	padding-bottom:60px;
	padding-top:60px;
}

.product-images {
    flex: 0 0 auto;
	width:40%;
}

.product-summary {
    flex: 0 0 auto;
	width:60%;
}

.thumbs-slider .swiper-slide-thumb-active,
.swiper-slide, swiper-slide {
	background-color:#f9f9f9 !important;
	border:1px solid #efefef !important;
	
}

.product-title {
    font-size: 30px;
	font-weight:600;
    margin-bottom: 10px;
}

.product-price {
    font-size: 20px;
   /* color: #333; */
    margin-bottom: 20px;
}

.average-rating {
	font-size: 48px; font-weight: 600; margin-right: 20px;
}
.average-rating-total {
	font-size: 18px;
	font-weight: 400;
}

.rating-num {
	display: flex;
	align-items: baseline;
	padding-bottom:15px;
}

.write-review-btn {
	background-color:#F9D13A; 
	color: #530D3C;
	padding: 12px 24px;
	border-radius: 0px; 
	text-decoration: none;
}

div#reviews {
    padding-top: 20px;
}


.review-summary-section {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 40px;
}

ul.review-list {
	padding-left:0;
}

ul.review-list li {
    list-style: none;
}

.review-rating .star-rating {
	float:none;
/*	width: 100% !important;*/
    font-size: 24px;
}



.depth-1.single-review-item {
    border-top: 1px solid #d9d9d9;
    padding: 20px 0;
}

.depth-1.single-review-item.thread-even {
    border-top: 0;
    padding: 0;
}

.product-rating span.review-count {
	color:#aaaaaa !important;
	font-weight:600;
	font-size:16px;
	padding-left:10px;
	line-height:20px;
}

.product-rating {
    display: flex;
    align-items: center;
	margin-bottom:20px;
}

.woocommerce .star-rating {
	color:#F9D13A;
	letter-spacing:1px;
	/*width:100%;*/
	font-size:24px;
}
.review-text p {
	font-size:14px;
	font-weight:400;
}

.review-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50px;
}

p.review-author {
	font-size:14px;
	font-weight:600;
	margin-bottom:5px;
	line-height:20px;
}

.review-reply,
p.review-date {
	font-size:14px;
	font-weight:400;
	margin-bottom:0;
	line-height:20px;
}

.review-title {
	font-size:20px;
	font-weight:600;
}

.review-list ul.children {
    border-left: 1px solid #d9d9d9;
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 30px;
}

.single-product-title {
	font-size:48px;
	font-weight:700;
	line-height:52px !important;
	color:#530D3C;
}
.single-product .product-price bdi,.single-product ins .woocommerce-Price-amount bdi {
	font-size:48px;
	font-weight:600;
	line-height:60px;
}

nav.woocommerce-breadcrumb {
    display: none;
}

.product-cart-form {
    margin: 0;
}

.product-wishlist {
    margin-top: 0px;
}

.product-wishlist i {
    color: #e74c3c;
    margin-right: 5px;
}
.single-product button.yith-wcwl-add-to-wishlist-button:hover,
.single-product button.yith-wcwl-add-to-wishlist-button {
	background-color:#f9f9f9;
	width:44px;
	height:44px;
}

.single-product .related.products button.yith-wcwl-add-to-wishlist-button:hover,
.single-product .related.products button.yith-wcwl-add-to-wishlist-button {
	background-color:#ffffff;
	width:44px;
	height:44px;
}

form.woocommerce-ordering,
h1.woocommerce-products-header__title.page-title,
.woocommerce-ordering,
p.woocommerce-result-count {
    display: none;
}

@media (max-width: 768px) {
    .custom-single-product .product-grid {
        flex-direction: column;
    }
}

.product-cart-wishlist-wrap {
				display: flex; align-items: center; gap: 15px;
				margin-bottom:25px;
			}


.accordion-item {
    border: 0;
    margin-bottom: 0px;
    border-radius: 0;
    overflow: hidden;
}

.accordion-button {
    background-color: transparent !important;
    width: 100%;
    text-align: left;
    padding: 14px 20px;
    border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-top: 1px solid #efefef;
    cursor: pointer;
    transition: background 0.3s ease;
    outline: none;
	font-size:20px !important;
	font-weight:600 !important;
	display:flex;
	justify-content:space-between;
	text-transform:uppercase;
}

.accordion-button.active {
    background-color: #e0e0e0;
}

.accordion-content {
    padding: 16px 20px;
    background: #fff;
    display: none;
}
 .accordion-content.open {
            display: block;
        }

.woocommerce-product-gallery {
    position: relative;
}

.woocommerce-product-gallery__wrapper {
    display: flex;
    flex-direction: column;
}

.flex-control-thumbs {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.flex-control-thumbs img {
    width: 60px;
    height: auto;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid transparent;
}

.flex-control-thumbs img.flex-active {
    border-color: #333;
}


.product-images {
    margin-bottom: 20px;
}

.product-images {
    max-width: 100%;
    margin-bottom: 20px;
	
}

.main-slider {
    width: 100%;
    margin-bottom: 10px;
}

.thumbs-slider {
    position: relative;
}

.thumbs-slider .swiper-slide {
    cursor: pointer;
    opacity: 0.6;
}

.thumbs-slider .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #333;
}

.swiper-button-next,
.swiper-button-prev {
    top: 12px !important;
    width: 30px !important;
    height: 100px !important;
    background: #f9f9f9 !important;
    color: #530D3C !important;
	border:1px solid #efefef !important;
    border-radius: 0 !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-size:14px !important;
}

/*
.swiper-free-mode>.swiper-wrapper {
	margin: 0 50px !important;
	
}
*/

.thumbs-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.thumbs-slider {
    width: 80%; /* Adjust width as needed */
}

.thumbs-slider .swiper-slide {
    opacity: 0.6;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
}

.thumbs-slider .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #333;
}

.thumbs-prev, .thumbs-next {
    width: 30px;
    height: 30px;
    background: #00000033;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.single-product .swiper-button-next,.single-product  .swiper-button-prev,
.swiper-button-next, .swiper-rtl .swiper-button-prev {
	position:relative !important;
}

.related-products-full {
	padding-top: 60px;
	padding-bottom:24px;
}

.related-products-full,
.product-reviews-full {
    width: 100%;
    max-width: 100%;
    
    padding: 0 ;
    box-sizing: border-box;
}

.product-reviews-full {
	padding-top: 72px;
	padding-bottom:48px;
    background-color: #f5f5f5;
}

.woocommerce-Reviews-title,
.related.products h2 {
	display:none;
}

.related.products h2.product-title {
    display: block;
}


.section-title,
h2.section-title {
	color:#530D3C !important;
	font-size:36px !important;
	font-weight:600;
	text-align:left;
}

.section-title {
   
    margin-bottom: 25px;
    
}

.related-products-full .products {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
}

.related-products-full .products li.product {
    width: calc(25% - 30px); /* 4 column grid */
}

.related.products,
.related.products .products {
	padding:0 !important;
	gap:0;
}



@media screen and (max-width: 992px) {
    .related-products-full .products li.product {
        width: calc(50% - 30px); /* 2 columns for tablets */
    }
}

@media screen and (max-width: 576px) {
    .related-products-full .products li.product {
        width: 100%; /* 1 column for mobile */
    }
}


.quantity.custom-qty {
    border: 1px solid #d9d9d9;
}

.quantity.custom-qty button.qty-minus {
	background-color:transparent;
	border-top:0;
	border-left:0;
	border-bottom:0;
	border-right:1px solid #d9d9d9;
	padding:0;
	width:35px;
	color:#d9d9d9;
}

.quantity.custom-qty button.qty-plus {
	background-color:transparent;
	border-top:0;
	border-right:0;
	border-bottom:0;
	border-left:1px solid #d9d9d9;
	padding:0;
	width:35px;
	color:#d9d9d9;
}


.page-id-481 .qty,
.input-text.qty.text {
	padding:0;
	width:35px;
}

.page-id-481 .quantity input[type=number].qty,
.page-id-481 .quantity .qty:focus-visible,
.page-id-481 .quantity .qty,
.woocommerce .quantity input[type=number].qty,
.woocommerce .quantity .qty:focus-visible,
.woocommerce .quantity .qty {
	border:0 !important;
	outline:none !important;
	color: #530D3C;

}
.button.add_to_cart_button,
.add_to_cart_button,
.single_add_to_cart_button.button.alt {
	background-color: #F9D13A !important;
    color: #530D3C !important;
	padding:12px 24px !important;
	font-weight:400 !important;
	font-size:16px !important;
	border-radius:0 !important;
}

.woocommerce div.product form.cart {
	margin:0 !important
}

.woocommerce .star-rating span::before {
	color: #F9D13A;
}

ul.products {
	padding-top:20px !important;
}

.hamburger-close,
.mobile-hamburger {
	display: flex;
    flex-direction: column;
    gap: 5px;
}


.mobile-line {
    background-color: #530D3C;
    height: 4px;
    width: 25px;
    display: block;
    border-radius: 0;
}

.hamburger-close2,
.hamburger-close1 {
	 background-color: #530D3C;
    height: 4px;
    width: 25px;
    display: block;
    border-radius: 0;
}

.hamburger-close1 {
	position: relative;
    top: 10px;
    transform: rotate(45deg);
}

.hamburger-close2 {
	position: relative;
    top: 1px;
    transform: rotate(-45deg);
}


/* Base styling: hidden off-screen */
.mobile-slide-menu {
  position: fixed !important;
    top: 0;
    left: -300px !important; /* Off-screen to the left */
    width: 280px !important;
    height: 100%;
    background: #fff;
    z-index: 999;
    transition: left 0.4s ease !important; /* Animation */
    overflow-y: auto;
}

/* Slide-in active state */
.mobile-slide-menu.active {
  left: 0 !important;
  height:100%;
  z-index:9;
  overflow-y:auto;
}

/* Close icon styling */
.menu-close {
  position: absolute;
  top: 20px;
  right: 0px;
  left:0;
  font-size: 28px;
  cursor: pointer;
  z-index: 1000;
}

/* Hide slide menu on Desktop 
@media (min-width: 1025px) {
  .mobile-slide-menu {
    display: none !important;
  }
}
*/

/* Overlay Styling */
.menu-overlay {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5) !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 998;
}

/* When active */
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index:9;
}


/* Normal header style */
.header-sticky-wrapper {
    position: relative;
    width: 100%;
    z-index: 100;
    background: #fff;
    transition: all 0.3s ease;
}

/* When sticky activated */
.header-sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    background: #ffffff;
	z-index:99;
}

.header-sticky-wrapper.sticky .logo { 
   max-width:60% !important;

}

.header-sticky-wrapper.sticky .menu-right {
	justify-content:center;
}

/*
 .header-sticky-wrapper.sticky .desktop-logo { 
   max-width:50% !important;

}
.header-sticky-wrapper.sticky .menu-right2 {
	display:none;
}
*/

.cart-count a {
    padding: 0 0 0 0 !important;
}

.slider-imagebox1 {
	padding-right:20px !important;
}

.copyright-mod p {
	margin-bottom:0 !important;
}

.refund-text a {
	text-decoration:underline !important;
}



.custom-cart-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.cart-left {
  flex: 1 1 60%;
}

.cart-right {
  flex: 1 1 35%;
  background: #f9f9f9;
  padding: 36px 22px;
  border-radius: 12px;
	border:1px solid #efefef;
}
.woocommerce .cart-right h3 {
	font-size:24px;
	font-weight:600;
	color: #530D3C;

}

.woocommerce table.shop_table {
	border:0 !important;
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
}

.cart-table th, .cart-table td {
	border-left:0;
	border-right:0;
	border-top:0;
  border-bottom: 1px solid #efefef;
  padding: 12px;
  text-align: left;
}

.woocommerce table.shop_table th {
	font-size:18px;
	font-weight:600;
}

.cart-total-under-table {
    display: flex;
    justify-content: space-between;
	border-bottom:1px solid #efefef;
	padding:10px 0;
	align-items:center;
}
.cart-total-under-table  p {
	margin-bottom:0
}

.cart-right thead {
	text-align:left;
}

.cart-right table th {
	padding-left:0;
	font-size: 20px;
    font-weight: 500;
	
}

.cart-right .summary-total {
	display: flex;
    justify-content: space-between;
}

.cart-right .summary-total strong,
.cart-right .summary-total .woocommerce-Price-amount.amount,
.cart-right .summary-total p { 
	font-size:18px;
	font-weight:500;
}

.wpum-password-recovery-form .button,
#wpum-submit-login-form .button,
#wpum-submit-registration-form .button {
	border:0 ;
}

.woocommerce-MyAccount-content button.button,
form.woocommerce-EditAccountForm.edit-account .button.woocommerce-Button.button,
a.button.wc-forward,
a.woocommerce-button.button.view,
.return-to-shop a.button.wc-backward {
	background-color:#F9D13A !important;
		color:#530D3C !important;
	padding:12px 24px;
	font-size:16px;
	font-weight:400 !important;
	text-align:center;
	border-radius:0 !important;
}

.wpum-password-recovery-form .button,
#wpum-submit-login-form .button,
#wpum-submit-registration-form .button,
.shipping-box .button,
.woocommerce .button.checkout-button {
	background-color:#F9D13A !important;
		color:#530D3C !important;
	padding:12px 24px;
	font-size:16px;
	font-weight:400 !important;
	width:100%;
	text-align:center;
	border-radius:0 !important;
}


.wpum-password-recovery-form .button:hover,
#wpum-submit-login-form .button:hover,
#wpum-submit-registration-form .button:hover,
.woocommerce-MyAccount-content button.button:hover,
form.woocommerce-EditAccountForm.edit-account .button.woocommerce-Button.button:hover,
a.button.wc-forward:hover,
a.woocommerce-button.button.view:hover,
.return-to-shop a.button.wc-backward:hover,
.shipping-box .button:hover,
.woocommerce-shipping-calculator .button:hover,
.woocommerce .button.checkout-button:hover { 
	background-color:#F9D13A !important;
		color:#530D3C !important;
}
.coupon-input-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
}

.woocommerce-MyAccount-content button.button {
	margin-top:25px;
}

.coupon-input-wrapper input.input-text {
  width: 100%;
  padding-right: 40px; /* space for the icon */
}

.apply-coupon-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  cursor: pointer;
}

.apply-coupon-button:hover {
  background-color:#F9D13A;
		color:#530D3C;
}

.coupon-box h4 {
	font-size:20px !important;
	font-weight:600;
}

.coupon-form {
  margin-bottom: 20px;
}

.coupon-form input {
  padding: 10px;
  width: 60%;
  margin-right: 10px;
	background-color:#f9f9f9;
	border:1px solid #d9d9d9;
	border-radius:0;
}

.coupon-form button {
  padding: 10px 20px;
}




.cart-right table td {
	border-left:0;
	border-right:0;
	border-top:0;
		padding-left:0;
	border-bottom:1px solid #efefef;
	
}

.woocommerce table.shop_table {
	margin-bottom:0 !important;
}

.cart-product-info .product-thumb {
	background-color:#f9f9f9;
	border:1px solid #efefef;
	width:120px;
}

.cart-total-under-table bdi {
    font-size: 24px;
    font-weight: 500;
}

.woocommerce a.remove {
	font-size:16px;
	font-weight:500;
	color: #655f5f !important;
}

.woocommerce a.remove { 
	width:auto !important;	
}

.woocommerce a.remove i {
	font-size:12px;
	color: #F3214E;
}

a.wc-block-components-checkout-return-to-cart-button {
	background-color:transparent !important;
	color: #530D3C !important;
	text-decoration:underline !important;
	font-size:16px;
	font-weight:500;
}
.cart-actions a.button {
	background-color:transparent !important;
	padding:0 !important;
	color: #530D3C !important;
	text-decoration:underline !important;
	font-size:16px;
	font-weight:500;

}

.woocommerce a.remove:hover {
	background-color:transparent !important;
	color:#655f5f !important;
}

.cart-product-info .product-meta {
	width:80%;
}

.cart-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.shipping-box {
	border-bottom: 1px solid #d9d9d9;
    padding: 10px 0;
    margin-bottom: 20px;
}

.summary-total {
	border-bottom: 1px solid #d9d9d9;
	 margin-bottom: 30px;
	padding-bottom:20px;
}

.summary-total p {
	margin-bottom:0;
}


.woocommerce-shipping-calculator .select2-container .select2-dropdown,
.woocommerce-shipping-calculator .select2-container .select2-selection {
	border:1px solid #d9d9d9 !important;
	background-color:#f9f9f9 !important;
	border-radius:0 !important;
}
.woocommerce-shipping-calculator .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-shipping-calculator select {
	background-color:#f9f9f9 !important;
	border-radius:0 !important;
}
.woocommerce-shipping-calculator input {
	border:1px solid #d9d9d9 !important;
	background-color:#f9f9f9 !important;
	border-radius:0 !important;
}


/********** Checkout *************/
.wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid #efefef;
    background-color: #f9f9f9;
    border-radius: 0;
}

.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
	 border: 1px solid #efefef !important;
    background-color: #f9f9f9 !important;
    border-radius: 0 !important;
}

.wc-block-components-product-name {
	font-size:16px !important;
	font-weight:500 !important;
	color: #530D3C !important;
}

.wc-block-components-title.wc-block-components-title,
.wc-block-components-checkout-order-summary__title-text {
	font-size:24px;
	color: #530D3C !important;
	font-weight:600 !important;
}

.wc-block-components-form .wc-block-components-checkout-step {
	margin-bottom:0 !important;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    border: 0;
    padding: 12px 24px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
	background-color: #F9D13A !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
   color: #530D3C !important;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-align: center;
   border: 0 !important;
    box-shadow: none !important;
}

span.price.wc-block-components-product-price {
	 font-size: 16px;
    font-weight: 600;
	color: #530D3C ;
}

.wp-block-woocommerce-checkout-order-summary-block {
    border-radius: 0 !important;
}

span.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price {
	color:#bbb !important;
}

button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    border: 0;
}

.woocommerce .woocommerce-info {
    border-top-color: #530D3C;
}
.woocommerce .woocommerce-info::before {
	color: #530D3C;
}



/***************** My Account *****************/
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
	border-bottom:1px solid #efefef;
	padding:15px 0;
	list-style:none;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:last-child { 
	border-bottom:0;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
	color: #b1b1b1;
	font-size:20px;
	font-weight:500;
	font-family: 'Poppins';
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
	color: #530D3C;
}

.woocommerce-MyAccount-navigation ul {
	padding-left:0;
	background-color:#f9f9f9;
	border:1px solid #efefef;
	padding:0 22px;
	border-radius:10px;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link br {
	display:none;
}

.woocommerce-account .woocommerce-MyAccount-content {
	padding-left:20px;
}

.woocommerce table.shop_table th {
	font-family:'Poppins';
	color: #530D3C;
}

th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
    border-top: 0 !important;
}

.woocommerce-orders-table th {
	font-weight:600 !important;
	
}

.woocommerce-orders-table th,
.woocommerce-orders-table td {
	border-top:0;
	border-left:0;
	border-right:0;
}


tbody th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number,
.woocommerce-orders-table .woocommerce-orders-table__cell-order-number,
.woocommerce-orders-table  .woocommerce-orders-table__cell {
    font-size: 20px;
    font-weight: 600;
	color: #530D3C;
	font-family:'Poppins';
}

th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number br {
    display: none;
}

.woocommerce-MyAccount-content mark {
    color:#530D3C !important;
}

.woocommerce .woocommerce-MyAccount-content h2,
.woocommerce-order header.woocommerce-Address-title.title h2,
.woocommerce-order h2.woocommerce-column__title,
.woocommerce-order h2.woocommerce-order-details__title,
.woocommerce-Address header.woocommerce-Address-title.title h2,
.woocommerce-MyAccount-content h2.woocommerce-column__title,
.woocommerce-MyAccount-content h2.woocommerce-order-details__title {
    font-size: 24px;
    line-height: 34px;
	font-weight:600;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th {
    font-size: 16px;
    font-weight: 500;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
	border-left:0;
	border-right:0;
	border-top:0;
	border-color:#efefef;
}

.woocommerce .woocommerce-customer-details address {
    border: 1px solid #efefef;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	font-family:'Poppins';
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	font-weight:600 !important;
}

address {
    font-style: normal;
	font-family: 'Poppins';
}

header.woocommerce-Address-title.title p br {
    display: none;
}
a.edit {
    font-family: 'Poppins';
	text-decoration:underline !important;
}

form.woocommerce-EditAccountForm.edit-account br {
    display: none;
}

.woocommerce-address-fields span.select2-selection.select2-selection--single,
.input-text ,
.woocommerce-Input {
    border-color: #efefef !important;
	border-radius:0 !important;
}

form.woocommerce-EditAccountForm.edit-account fieldset {
	margin-bottom:30px;
	border:1px solid #efefef;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 30px;
    font-weight: 600;
	color:#530D3C;
}

.woocommerce-order {
    padding-top: 60px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 400;
	color:#530D3C;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 600;
	color:#530D3C;
	padding-top:10px;
}

/**************** Register *************/

.wpum-password-recovery-form label,
#wpum-submit-login-form label,
#wpum-submit-registration-form label {
	font-size:16px;
	font-weight:400;
	color:#530D3C;
	font-family: 'Poppins';
	margin-bottom:10px !important;
}

.wpum-password-recovery-form p,
ul.wpum-action-links li a,
ul.wpum-action-links li {
    font-size: 14px;
	font-weight:400;
	color:#530D3C;
	font-family: 'Poppins';
} 


ul.wpum-action-links li a {
	text-decoration:underline;
	white-space: nowrap;
}

/********* Contact Form 7 ***************/

.custom-contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* General field styling */
.custom-contact-form p {
  flex: 1 1 calc(50% - 10px);
  margin: 0;
}

/* Full width for textarea and submit */
.custom-contact-form textarea[name="your-message"],
.custom-contact-form input[type="submit"],
.custom-contact-form .wpcf7-spinner {
  flex: 1 1 100%;
}

.custom-contact-form label {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
		color:#530D3C;
	font-family: 'Poppins';
}


/* Placeholder styling */
.custom-contact-form ::placeholder {
  color:#530D3C;
}
.custom-contact-form input,
.custom-contact-form textarea {
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  font-size: 14px;
  margin-top: 16px;
		color:#530D3C;
	font-family: 'Poppins';
}

.custom-contact-form select:focus {
	border-color:#f9f9f9;
}

.custom-contact-form select,
.custom-contact-form input,
.custom-contact-form textarea {
	outline-color:#f9f9f9;
}

.custom-contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.custom-contact-form input[type="submit"] {
  background-color: #F9D13A;
  color: #530D3C;
  border: none;
  padding: 12px 24px;
  cursor: pointer;
  border-radius: 0px;
  font-size: 16px;
	width:100%;
  transition: background-color 0.3s;
}
.full-width {
	width:100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 0;
}

.contact-mod1.contact-mod .elementor-image-box-content {
    padding-top: 16px;
    width: 100% !important;
	padding-left:0;
}

.contact-mod1.contact-mod h3.elementor-image-box-title {
    margin-top: 0;
    margin-bottom: 6px;
}


.wishlist-title.wishlist-title-with-form {
    display: none;
}

/* Blog *************/

.single-post-wrapper,
.custom-blog-wrapper {
  padding-top: 60px !important;
	padding-bottom:60px !important;
}

.blog-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
}

.blog-flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px;
}

.blog-card {
  flex: 0 0 calc(33.333% - 20px);
  background: #f9f9f9;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
	border: 1px solid #D8D9E0;
	box-shadow: 0px 1px 12px 1px #4141411A;
}
.blog-card-excerpt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*
.blog-card:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
*/
.blog-card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-card-content {
  padding:30px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
/*
border: 1px solid #D8D9E0;
	box-shadow: 0px 1px 12px 1px #4141411A;*/

}

.blog-card-title a {
  font-size: 20px;
  font-weight:600;
  color: #530D3C;
  text-decoration: none;
}

.blog-card-title {
	margin:0;
}

.blog-card-meta {
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
	font-weight:400;
	gap:10px;
  color: #530D3C;
}

.blog-card-excerpt {
	  font-size: 14px;
	font-weight:400;
  color: #530D3C;

}

.read-more-btn {
  align-self: flex-start;

  padding: 12px 24px;
  background-color: #F9D13A;
 color: #530D3C;
  border-radius: 0;
  text-decoration: none;
  font-weight: 400;
	font-size:16px;
	margin-top:15px;
}

.read-more-btn:hover {
 background-color: #F9D13A;
	color: #530D3C;
}

figure.wp-block-table.single-blog-table table td,
figure.wp-block-table.single-blog-table table th {
    background-color: #f9f9f9;
    border-color: #efefef;
    
}

figure.wp-block-table.single-blog-table table th:first-child {
	border-top-left-radius:12px;
}

figure.wp-block-table.single-blog-table table th:last-child {
	border-top-right-radius:12px;
}

figure.wp-block-table.single-blog-table table tr:last-child > td:first-child {
	border-bottom-left-radius:12px;
}

figure.wp-block-table.single-blog-table table tr:last-child > td:last-child {
	border-bottom-right-radius:12px;
}

.wp-block-table th {
	border-top-color:#efefef !important;
}

.wp-block-table td,
.wp-block-table thead,
.wp-block-table th {
	border-color:#efefef;
	text-align:left;
	padding:20px 20px;
}
.wp-block-table thead {
    border-bottom: none !important;
}
/************** Wishlist ***************/

table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive th {
	background-color:transparent;
}

.woocommerce table.shop_table.wishlist_table tr td  br,
table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive th br {
	display:none;
}

.woocommerce table.shop_table.wishlist_table tr td {
    border-left: 0;
    border-right: 0;
    border-top: 0;
	border-color:#d9d9d9;
}

.woocommerce table.shop_table.wishlist_table tr td  p {
	margin-bottom:0 !important;
}

.woocommerce table.shop_table.wishlist_table tr td.product-add-to-cart a {
	padding:0;
	text-decoration:underline;
}

/****************** Mini Cart ****************/

.cart-count .elementor-menu-cart__main {
	width:400px;
}
.elementor-menu-cart__footer-buttons a.elementor-button.elementor-button--view-cart {
	background-color:#f2f2f2 !important;
	color: #530D3C;
	padding:12px 24px !important;
	font-weight: 400 !important;
	font-size:15px !important;
}

.elementor-menu-cart__footer-buttons a.elementor-button.elementor-button--checkout {
	background-color: #F9D13A !important;
 color: #530D3C;
  padding:12px 24px !important;
	font-weight: 400 !important;
	font-size:15px !important;
}

.elementor-menu-cart__subtotal {
	text-align:left !important;
}
.elementor-menu-cart__subtotal strong {
	font-weight:600;
	font-size:16px;
	padding-right:30px;
}

.elementor-menu-cart__subtotal .tax_label,
.elementor-menu-cart__subtotal .woocommerce-Price-amount.amount {
	font-weight:600;
	font-size:16px;
	
}
.elementor-menu-cart__product-image.product-thumbnail a {
	background-color:#f9f9f9;
}
.elementor-menu-cart__product-remove:after, .elementor-menu-cart__product-remove:before {
	background-color:#F3214E !important;
}
.elementor-menu-cart__product-remove {
	border-color:#F3214E !important;
	color:#F3214E !important;

}

.best-product ul.products.columns-4 {
	padding:0 !important;
}

.elementor-menu-cart__product-remove {
	bottom:27px !important;
}


.elementor-menu-cart__product-price.product-price {
    padding-top: 15px;
}   
.elementor-menu-cart__product-name.product-name,
.elementor-menu-cart__product-name.product-name a {
	font-size:14px !important;
	line-height:20px !important;
}

.elementor-menu-cart__product-price.product-price bdi,
.elementor-menu-cart__product-price.product-price span {
	font-size:20px !important;
	line-height:20px !important;
}


.product-price del bdi {
    font-size: 20px !important;
	text-decoration:line-through;
	text-decoration-color:#aaaaaa;
}
.product-price del {
	text-decoration:none;
}


.products .product-price del bdi {
    font-size: 14px !important;
	text-decoration:line-through;
	text-decoration-color:#aaaaaa;
}

span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}


/********** Offer Page *********/
/* Target WooCommerce product grid items */
ul.products.columns-4 li.product {
  margin-right: 24px !important;
  margin-bottom: 44px !important;
}

/* Remove right margin from every 4th item to prevent wrapping issues */
ul.products.columns-4 li.product:nth-child(4n) {
  margin-right: 0 !important;
}

.wpcf7-form-control-wrap textarea {
	height:130px;
}

.wishlist_table.mobile li .item-details table.item-details-table td.label,
.wishlist_table.mobile li table.additional-info td.label,
.wp-block-table .has-fixed-layout th {
	font-weight:500;
}

ul.shop_table.cart.wishlist_table{
    font-family: 'Poppins';
	color: #530D3C;
}

.desk-menu-icon-container {
    align-items: baseline;
}

.cart-count {
    bottom: -5px;
}

.login-mod {
    bottom: 6px;
}

.treat-slide .treat-mod::after {
	border-bottom:0
}

.cart-left .shop_table.cart-table  .subtotal-price,
.cart-left .shop_table.cart-table  .unit-price {
	font-size:24px;
	font-weight:600;
	color: #530D3C;
}
.pro-category {
	padding-bottom:10px;
	display:block;
}

.product-meta strong {
	font-weight:600;
}

legend,
label {
	font-family:'Poppins';
}

.account-subtitle h3 {
	font-size:30px;
	font-weight:600;
	margin-top:0;
	color: #530D3C;
}

.woocommerce-address-fields label,
.woocommerce-EditAccountForm.edit-account label {
	color: #530D3C;
}
select.wpcf7-form-control.wpcf7-select.conditions {
	margin-top:18px;
	border-radius:0;
}

ul.children .review-rating {
    display: none;
}

.products .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;       /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.2em;           /* Approx height for 2 lines */
  line-height: 1.6em;
}

.add-to-cart-btn {
    padding-top: 24px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.added_to_cart.wc-forward {
    background-color: transparent !important;
    text-decoration: underline;
    padding: 0 !important;
}

.wishlist-items-wrapper del {
	display:none;
}

.post-content p:first-child {
	margin-bottom:0;
}

.show-result p {
	margin-bottom:0;
}

.product-image-main img {
	margin:0 auto;
	text-align:center;
	display:block;
}

/***** Product Zoom *****/
.zoom-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.zoom-target {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.zoom-target img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
    transform-origin: center center;
}

.treatment-br-mod .elementor-image-box-wrapper {
	position:relative;
	z-index:9;
}


/* Product Grid Container */
.products.best-sellers {
  display: flex;
  flex-wrap: wrap;
 /* gap: 24px;  space between items */
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Product Item */
.products.best-sellers li.product {
  flex: 0 0 calc(25% - 18px); /* 4 columns with gap compensation */
  box-sizing: border-box;
}

/* Tablet (2 columns) */
@media (max-width: 991px) {
  .products.best-sellers li.product {
    flex: 0 0 calc(50% - 12px); /* 2 columns */
  }
}

/* Mobile (1 column) */
@media (max-width: 575px) {
  .products.best-sellers li.product {
    flex: 0 0 100%;
  }
}


.clientlogo {
    margin-bottom: 30px;
    
}

.clientlogo img {
    max-width: 450px;
    height: auto;
}


.cart-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
}

.cart-popup {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    z-index: 9999;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    text-align: center;
}

.cart-popup .view-cart-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 24px;
    background: #F9D13A ;
    color: #530D3C;
    text-decoration: none;
    border-radius: 0;
}

.cart-popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
}


.blog-content {
    display: none;
}

article.single-post img {
    width: 100%;
}

/**** Top Move ****/
.back-to-top {
  position: fixed !important;
  bottom: 30px;
  right: 30px;
  z-index: 999;
 
  text-align: center;
  font-size: 20px;
  display: none;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
	width:45px !important;
	height:45px !important;
	line-height:60px !important;
}

.back-to-top:hover {

}

.megamenu-mod ul#mega-menu-max_mega_menu_1 li,
.wc-block-components-totals-wrapper,
.wc-block-components-totals-item,
.wc-block-components-panel__button,
.wc-block-checkout__sidebar .wc-block-formatted-money-amount,
.wc-block-checkout__sidebar .wc-block-components-product-price,
.wc-block-checkout__sidebar .wc-block-components-product-name,
.wc-block-checkout__sidebar p {
	font-family:'Poppins' !important;
}


/************* Mega Menu ***************/
.elementor-element.megamenu-mod.elementor-widget.elementor-widget-maxmegamenu {
	width:75%;
}
.megamenu-mod ul#mega-menu-max_mega_menu_1 {
	text-align:left !important;
}

/****** Check out ********/

.woocommerce-form-coupon-toggle {
    display: none !important;
}

.cart-count .qty-minus,
.cart-count .qty-plus,
.product-categories {
    display: none;
}

.elementor-menu-cart__product-price.product-price {
    margin-bottom: 0;
}

.products form.cart {
	display:flex;
	gap:5px;
	align-items:end;
	justify-content:space-between;
}

.woocommerce-checkout .wc-block-components-panel__button {
	height:0;
    opacity:0;
}
/************************* Media Query ****************/

@media screen and (max-width: 768px) {
    .wishlist-link i {
		font-size:20px;
	}
	.login-mod img {
		width:15px !important;
	}
	.cart-count span.elementor-button-icon-qty {
		width: 25px;
		height: 25px !important;
		line-height: 25px !important;
		left: 8px;
	}
	.wishlist-count {
		background-color: #F9D13A;
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	.mobile-line {
		height: 3px;
		width: 20px;
	}
	
	.slider-imagebox1 {
		border:0 !important;
	}
	
	nav.woocommerce-MyAccount-navigation {
		margin-bottom:30px;
	}
	.woocommerce table.my_account_orders td p, 
	.woocommerce table.my_account_orders th p {
		margin-bottom:0;
		padding-top:10px;
		padding-bottom:10px;
		
	}
	    .woocommerce table.shop_table_responsive.my_account_orders tr td::before,
	.woocommerce-page table.shop_table_responsive.my_account_orders tr td::before {
			font-weight:600;
		   margin-top:10px;
	}
	
	.woocommerce-account .woocommerce-MyAccount-content {
    padding-left: 0;
}
	.wishlist_table.mobile {
		padding-left:0;
	}
	.wishlist_table.modern_grid li .item-details h3, .wishlist_table.images_grid li .item-details h3, .wishlist_table.mobile li .item-details h3 {
		font-size:14px;
		font-size:400;
	}
	.item-details-table del {
		display:none;
	}
	
	.wishlist_table.mobile li .item-wrapper {
		border-bottom:1px solid #efefef;
	}
	.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
		width: auto;
    text-align: left !important;
    float: left;
    font-size: 14px !important;
	}
	.additional-info-wrapper {
    border-bottom:1px solid #efefef;
    padding: 10px 10px 1px 10px;
}
	.woocommerce.single-product div.product form.cart div.quantity {
    margin: 0 15px 0 0;
	}
	
}


@media screen and (max-width: 767px) { 

.contact-mod .elementor-image-box-content {
		padding-left: 0;
		width: 100% !important;
		padding-top:20px;
	}
	
.vision-mod figure.elementor-image-box-img {
		margin:30px auto 0 auto !important;
	}
	
	.vision-mod .elementor-image-box-content {
		padding-top: 24px;
		padding-left:0;
		width: 100% !important;
	}
	
	.product-summary,
	.product-images {
		width:100%;
		
	}
	
	.product-title {
		font-size:24px;
	}
   .accordion-button {
	   font-size: 16px !important;
	   padding:8px 16px !important;
   }
   
   .average-rating {
	   font-size:24px;
	   margin-right:15px;
   }
   .average-rating-total {
	   font-size;14px;
   }
   .section-title, h2.section-title {
		font-size:30px !important;
	}
	
	/*ul.products.columns-4 li.product {
		margin-right:0 !important;
	}
	*/
	.treatment-rightbr.treatment-br-mod::after {
    border-right: 1px solid #898384;
}
	
	.blog-card {
		flex:100%;
	}
	.wp-block-table .has-fixed-layout td:first-child, 
	.wp-block-table .has-fixed-layout th:first-child {
		width:80px;
	}
	
	.wp-block-table .has-fixed-layout td,
	.wp-block-table .has-fixed-layout th {
		width:200px;
	}
	
	.counter-mod-bg .elementor-widget-container {
		margin:0 auto;
	}
	.related.products  ul.products.columns-4 li.product {
    margin-right: 2% !important;
    margin-bottom:2% !important;
}

}

@media screen and (max-width: 480px) { 
.custom-contact-form p {
    flex: 100%;
    margin: 0;
}
	.custom-pagination li a, .custom-pagination li span {
		width:35px;
		height:35px;
		line-height:35px;
	}
	.related.products  ul.products.columns-4 li.product {
    margin-right: 0 !important;
    
}
}
@media screen and (max-width: 360px) { 
	.product-cart-wishlist-wrap {
		flex-wrap:wrap;
	}
}

@media screen and (max-width: 1023px) { 
.wishlist-link img {
		width:20px !important;
		height:18px !important;
	}
	.wishlist-link {
		margin-top:13px;
	}
	.cart-count {
		margin-top:6px;
		margin-left:-8px;
	}
	.log-logout {
		margin-top:13px;
	}
	.log-logout img {
		width:20px !important;
	}
}


@media screen and (max-width: 1025px) { 
	.contact-mod .elementor-image-box-img  {
		margin:0 !important;
	}
	
	.counter-mod-bg .elementor-widget-container {
		width: 60px;
		height: 60px !important;
		line-height: 60px;
	}
	.counter-mod-bg .elementor-widget-container img {
		width: 70% !important;
	}
	.single-product .product-price bdi, .single-product ins .woocommerce-Price-amount bdi {
		font-size:20px;
		line-height:30px;
	}

}


@media (max-width: 380px) { 
	.review-summary-section {
		flex-wrap:wrap;
		gap:30px;
	}

}

@media (max-width: 420px) {  
	.woocommerce div.product form.cart div.quantity {
		margin-bottom:20px;
	}

}

@media (max-width: 600px) {  
	.cart-left {
		width:100%;
	}
	
	.shop_table.cart-table thead {
		display:none;
	}
	
	.woocommerce table.shop_table.cart-table td {
		display:flex;
	}
	.cart-product-info .product-thumb {
		width:100px;
	}
	
  .shop_table.cart-table,
  .shop_table.cart-table thead,
  .shop_table.cart-table tbody,
  .shop_table.cart-table tr,
  .shop_table.cart-table td {
    display: block;
    width: 100%;
  }

  .shop_table.cart-table thead {
    display: none;
  }

  .shop_table.cart-table tr {
    border-bottom: 1px solid #efefef;
    padding: 15px 0;
    margin-bottom: 0px;
  }

  .shop_table.cart-table td {
    padding-left: 40% !important;
    position: relative;
    text-align: left;
    border: none;
  }

	
  .shop_table.cart-table td::before {
    content: attr(data-title);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
  }
.cart-product-info .product-meta,
  .cart-actions,
  .cart-total-under-table,
  .coupon-box,
  .summary-total,
  .shipping-box,
  .checkout-button {
    
    width: 100%;
  
}
	
	.cart-product-info .product-meta strong { 
		font-weight:600;
	}
	
	.cart-product-info {
		display: flex;
		flex-direction: column;
	}
	
	.cart-right table th {
		font-size:16px;
	}


}


@media (max-width: 800px) {  
.wc-block-components-sidebar {
    box-sizing: border-box;
    margin-top: 30px !important;
    padding-left: 0 !important;
    width: 100% !important;
}
	.wc-block-components-sidebar-layout .wc-block-components-main {
padding-right:0 !important;
		width:100% !important;
	}
}
@media (max-width: 740px) {  
	.wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
		display:none;
	}
	
	.is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title,
	.is-medium .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content.is-open .wc-block-components-totals-wrapper:first-child,
	.is-medium .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
		border:1px solid #efefef !important;
		background-color:#f9f9f9;
		padding:20px !important;
	}
	
	
	.is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title,
	.is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title,
	.wc-block-components-totals-wrapper,
	.wp-block-woocommerce-checkout-order-summary-taxes-block.wc-block-components-totals-wrapper,
	.wp-block-woocommerce-checkout-order-summary-shipping-block.wc-block-components-totals-wrapper,
	.wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
    padding-left:  20px !important;
		padding-right:20px !important;
}
	}

@media (max-width: 1024px) {   
	.logo {
		padding-top:10px;
	}
}

@media screen (min-width: 1025px) and (max-width: 1260px) { 
	
}

@media screen and (min-width: 1239px) { 
	ul.products.columns-4 li.product  {
		width:23.5%;
	}
}
@media screen and (min-width: 1024px) { 
	/*.home-icon-mod figure.elementor-image-box-img {
		height:90px;
	}*/
	figure.wp-block-table.single-blog-table th:first-child {
   	 width: 80px;
	}
	figure.wp-block-table.single-blog-table th:nth-child(2) {
   	 width: 200px;
	}
	figure.wp-block-table.single-blog-table td:first-child {
   	text-align:center;
	}
	
	
}