/*
 Theme Name:   bootCommerce Child
 Description:  bootScore WooCommerce Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.1.3.1
 Text Domain:  bootscore
*/

/* 
All style editing is done via css/scss/_bscore_custom.scss
*/


.cartTotalBox .cartTotalText{
    font-size: 20px;
  font-weight: 500 !important;
  font-style: normal;
  text-transform: capitalize;
}

.cartTotalBox .cart-subtotal th,
.cartTotalBox .order-total th{
  padding: 20px 0px !important;
}

.cartTotalBox .cart-subtotal td,
.cartTotalBox .order-total td{
  text-align: end;
}



.woocommerce .cartContainer table.shop_table td,
.woocommerce .cartContainer table.shop_table tfoot th, 
.cartContainer .borderless{
  border-color: 1px solid !important;
}

.cartContainer table.cart img{
  width: 80px !important;
}

.cartContainer .product-subtotal{
  text-align: end;
}

.cartContainer .coupon h3{
  font-size: 18px;
}

.make-up-theme #mega-menu-wrap-makeup-menu #mega-menu-makeup-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.skin-care-theme #mega-menu-wrap-makeup-menu #mega-menu-makeup-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link
{
  color: #e0c487 !important;
}

.skin-care-theme{
  background : url('/wp-content/themes/bootscore-main/img/assets/skin-care-banner-final.jpg');
}

.make-up-theme{
  background-color: #231f20 !important;
}

.make-up-theme .mega-menu-link,
.skin-care-theme .mega-menu-link{
  color: #fff !important;
}

.skin-care-theme i,
.make-up-theme i {
  color: #fff !important;
}

.menu-icon-bar i{
  color: #212529;
}

.addAddressBtns{
  color: #212529;
}


.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
  top: 18px;
}

.woocommerce form .form-row .input-checkbox {
    margin: 0;
    vertical-align: baseline;
}



.account-card{
  border-color:#e0c487; 
  background-color: transparent;
}

.account-card h2 {
  font-size: 26px;
}

.xoo-wsc-sl-body button{
  background-color: #231f20;
  color: #fff;
  border: 0px;
  border-radius: 0px;
}

.xoo-wsc-sl-apply-coupon button{
  margin-top: 10px;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn{
  text-decoration: none;
}

.woocommerce-product-search #woocommerce-product-search-field-0{
  border-radius: 0px 15px 15px 0px ;
  border-left: none !important;
}

.woocommerce-product-search button{
  border-radius: 15px 0px 0px 15px ;
  border-right: none;
  color:#000;
  border-color: #e0c487;
}

.breadcrumb a, 
.breadcrumb, 
.woocommerce-breadcrumb a, 
.woocommerce-breadcrumb  {
  color:#7e8185;
  text-decoration: none;
}

.searchedFor{
  color:#000;
  font-size: 24px;
  font-weight: bold;
}

.searchedFor span{
  font-weight: 400;
}

.searchBanner{
  padding: 130px 0px;
}

/* Optional: adjust for responsiveness */
@media (max-width: 768px) {

	
	.searchBanner{
    padding: 80px 0px;
  }

}

@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/bootcommerce-child-main/fonts/Montserrat/static/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/bootcommerce-child-main/fonts/Montserrat/static/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.pagination .page-link{
  background-color: #fff;
  color: #111;
}

.pagination  .active .page-link {
 background-color: #111;
  color: #fff;
  border-color: #000;
}

hr{
  opacity: 1;
}

:root {
  --bs-font-sans-serif: 'Montserrat', sans-serif;
  --bs-primary: #e0c487;
  --bs-primary-bg: #e0c487;
  --bs-font-sans-serif: 'Montserrat', sans-serif;
  --bs-primary: #e0c487; /* base primary color */
  --bs-primary-rgb: 224, 196, 135; /* RGB version for transparency utilities */
  --bs-primary-bg-subtle: #f3e7c7;
  --bs-primary-border-subtle: #d6b86b;

}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1170px;
    }
}

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

header a{
  font-size: 18px;
}

.btn.btn-primary.btn-lg {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  border-radius: 0px;
}

.btn.btn-primary.btn-lg:hover,
.btn.btn-primary.btn-lg:focus {
  background-color: #e0c487 !important; /* slightly lighter on hover */
  border-color: #222 !important;
  color: #fff !important;
}


.product .entry-summary .single_add_to_cart_button {
  background: url('/wp-content/themes/bootcommerce-child-main/img/assets/brush-background-gold.svg') no-repeat center center !important;
  background-size: contain !important;
  opacity: 0.9 !important;
  font-weight: 600;
  font-size: 17px;
  padding: 13px 16px 10px 16px !important;
  color: #231f20;
  text-transform: uppercase;
  transition: transform 0.25s ease, opacity 0.25s ease; /* smooth animation */
}

.product .entry-summary .single_add_to_cart_button:hover {
  transform: scale(1.08); /* grows slightly */
  opacity: 1; /* a little brighter */
  color: #fff; /* white text on hover */
  background: url('https://www.bellazuri.com/wp-content/uploads/2022/03/brush-background-gold.svg') no-repeat center center;
cursor: pointer;
}

.detailed-desc{
	margin: 10px 0px;
}

.social-icons-share a{
	color:#231f20;
	font-size: 19px;
}

.social-icons-share a:hover{
	color:#e0c487;
	font-size: 19px;
}


.share-txt{
	color:#231f20;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.custom-related{
	padding-top: 5rem;
}

.review-order-product {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-order-thumbnail img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}

.review-order-details {
  line-height: 1.4;
}

.woocommerce-checkout-review-order-table td.product-name {
  vertical-align: middle;
}



.woocommerce-checkout-review-order-table .cart_item{
	border-bottom: solid 1px #EFEFEF;
}


.woocommerce table.shop_table{
	border: 0px;
	border-collapse: collapse;
}

.table>:not(:first-child){
	    border-top: 1px solid #EFEFEF;
}


.table>:not(caption)>*>*{
	border: 0px;
}

/* Checkout BIlling START */

.woocommerce-billing-fields{
	background-color: #e0c4871a;
	border-radius:15px;
}

.review-order-thumbnail img{
	width: 90px;
	height: 90px;
}



.woocommerce-checkout-review-order .woocommerce-additional-fields:first-of-type {
  display: none;
}

            #billing_country_field select,
            #shipping_country_field select {
                pointer-events: none !important;
                opacity: 0.6 !important;
                background-color: #f5f5f5 !important;
                color: #555 !important;
            }

/* Optional: adjust for responsiveness */
@media (max-width: 768px) {

	
	.woocommerce form .form-row{
		width: 100%;
	}
	
}


/* Checkout BIlling END  */



/* === Checkout Form Global Style === */
 input[type="text"],
 input[type="email"],
 input[type="tel"],
 input[type="password"],
 input[type="number"],
 input[type="search"],
 input[type="url"],
 select,
 textarea {
  background-color: #fff !important;
  border: 1px solid #e0c487 !important;
  border-radius: 6px;
  color: #000;
  width: 100%;
  padding: 10px 12px;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
}

/* Focus state (slightly darker gold) */
input:focus,
select:focus,
textarea:focus {
  border-color: #d4b869 !important;
  box-shadow: 0 0 0 2px rgba(224, 196, 135, 0.3);
  outline: none;
}

/* Labels */
.woocommerce-checkout label {
  color: #000;
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
}


/* Coupon and order note boxes too */
 input.input-text,
 button.button,
 .form-row,
#order_comments {
  border-color: #e0c487 !important;
}



/* === WooCommerce Single Product: Move Thumbnails to Right Side === */


.single_add_to_cart_button{
  background-image: url('/wp-content/themes/bootcommerce-child-main/img/assets/background-gold.svg') no-repeat center center !important;
  background-size: 100px !important;
  opacity: 0.9 !important;
  transform: scale(1.05);
}


.single-short-desc p{
 text-align: start !important;
 margin-bottom: 20px;
}

/* Make the gallery container flexible */
.woocommerce div.product div.images {
  display: flex;
  align-items: flex-start;
  gap: 10px; /* space between main image and thumbnails */
}

/* Main image area (keep original width) */
.woocommerce div.product div.images .flex-viewport {
  width: 100%; /* keep full available width for image area */
}

/* Thumbnail list — turn it vertical */
.woocommerce div.product div.images .flex-control-nav.flex-control-thumbs {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  width: auto;
  margin: 0;
  padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs{
  overflow: visible;
}

.woocommerce div.product div.images .flex-control-nav.flex-control-thumbs img{
  width: 80%;
}

/* Keep thumbnail sizing exactly as WooCommerce originally renders them */
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100px; /* same as default thumb width */
  margin: 0;
  list-style: none;
}

/* Image styling — keep same size and behavior */
.woocommerce div.product div.images .flex-control-thumbs img {
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 3px;
  transition: opacity 0.3s ease;
}

.woocommerce div.product div.images .flex-control-thumbs img:hover {
  opacity: 0.7;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
  left: .5em;
}

/* Optional: adjust for responsiveness */
@media (max-width: 768px) {
  .woocommerce div.product div.images {
    flex-direction: column; 
  }
  
  .woocommerce div.product div.images .flex-control-nav.flex-control-thumbs {
    flex-direction: row;
    width: 100%;
  }
}



/* === Avada-style WooCommerce Cards for Bootscore === */




/* Ensure all product cards are equal height */
.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Inner layout fills evenly */
.product-card > * {
  flex-shrink: 0;
}

/* Keep consistent height for image area */
/*.product-card .product-images {*/
/*  min-height: 240px; */
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/

/* Short description block placeholder when missing */
.product-card .shortdesc {
  min-height: 40px; /* Ensures consistency between products with or without descriptions */
}

.product-card .fusion-post-card-cart {
  margin-top: auto; /* Push button to bottom for consistent spacing */
}



.swiper-slide .col-6,
.swiper-slide .col-md-4,
.swiper-slide .col-lg-3 {
  width: 100% !important;
  max-width: none;
}

.saleAmount{
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.fusion-woo-stock {
  position: absolute;
  background-color: #07373b;
  font-size: 12px;
  top: 10px;
  left: 10px;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
}

.badge-discount{
  position: absolute;
  background-color: #07373b;
  font-size: 12px;
  top: 10px;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  text-decoration:line-through;
  font-weight: 800;
}

.product-card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #efefef;
  padding: 15px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

/* Product image wrapper */
.product-card .product-images {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.product-card img {
  width: 100%;
  border-radius: 10px;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease;
}

/* Crossfade hover image */
.product-card img.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.product-card:hover img.hover-image {
  opacity: 1;
}

.product-card:hover img.wp-post-image {
  opacity: 0;
  transform: scale(1.05);
}

/* Sale badge styling */
.product-card .onsale {
  background-color: #e53935;
  color: #fff;
  font-size: 11px;
  padding: 5px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

/* Title */
.product-card .fusion-title-heading {
  margin: 0;
}

.product-card .fusion-title-heading a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.product-card .fusion-title-heading a:hover {
  color: var(--bs-primary, #c69);
}

/* Short description */
.product-card .shortdesc {
  color: #777;
  line-height: 1.4;
  min-height: 40px;
}

/* Price */
.product-card .price {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

/* Stock */
.product-card .fusion-woo-stock {
  font-size: 12px;
  margin-top: 4px;
}

/* Add to Cart button */
.product-card .add_to_cart_button {
  background-color: var(--bs-primary, #c69);
  color: #fff !important;
  border-radius: 4px;
}

/* html,
body {
  overflow-x: hidden;
} */

a {
  color: #e0c487;
}

a:hover {
  color: #e0c487;
}

.jet-filter-row {
  display: flex;
}

.filter-count {
  margin-left: auto;
}

/* START OF FOOTER */

.absolute-footer {
  display: none;
}

.custom-foot h3 {
  font-size: 14px;
}

.custom-foot .menu {
  margin: 0px;
}

.container-f1 img {
  margin-top: 7px;
  margin-bottom: 29px;
}

/* END OF FOOTER */

.grid-product .price del,
.related .price del,
.itemPrice del {
  display: none;
}

.lowerItem {
  top: 379px !important;
}

.itemSmall:hover,
.itemLarge:hover,
.itemLargeMobile:hover,
.product-gutter .product:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.product-gutter .product {
  transition: transform 0.2s;
}

.itemSmall {
  max-width: 255px;
  background-color: #f5f5f5;
  min-height: 301px;
  max-height: 301px;
  border-radius: 10px;
  transition: transform 0.2s;
  position: relative;
}

.mobileGrid .itemSmall {
  max-width: 100%;
  background-color: #f5f5f5;
  min-height: 301px;
  max-height: 301px;
  border-radius: 10px;
  transition: transform 0.2s;
}

.itemSmall .itemImage {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.itemSmall img {
  max-height: 195px;
  max-width: 195px;
}

.itemSmall .itemTxt {
  display: flex;
  align-items: end;
  padding: 30px 13px 35px 8px;
  justify-content: space-between;
}

.mobileGrid .itemSmall .itemTxt {
  display: block;
  align-items: end;
  padding: 35px 13px 35px 8px;
  justify-content: space-between;
}

.mobileGrid .itemSmall .itemPrice,
.mobileGrid .itemLarge .itemPrice,
.mobileGrid .itemLargeMobile .itemPrice {
  font-size: 16px;
  background-color: #fff;
  text-align: center;
  border-radius: 45px;
  width: auto;
}

.itemSmall h3 {
  color: #111111;
  font-size: 16px;
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.mobileGrid .itemSmall h3 {
  color: #111111;
  font-size: 16px;
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.itemSmall .brand-line {
  display: none;
  padding: 0px 25px;
}

.itemSmall .itemPrice,
.itemLarge .itemPrice,
.itemLargeMobile .itemPrice {
  font-size: 16px;
  background-color: #fff;
  text-align: center;
  border-radius: 45px;
  width: 183px;
}

.itemSmall .itemPrice p,
.itemLarge .itemPrice p,
.itemLargeMobile .itemPrice p {
  margin: 0px;
  padding: 6px 8px;
  color: #e0c487;
}

.itemLarge {
  background-color: #f5f5f6;
  max-width: 540px;
  min-height: 680px;
  max-height: 680px;
  border-radius: 10px;
  position: relative;
  transition: transform 0.2s;
}

.itemLargeMobile {
  background-color: #f5f5f6;
  width: 100%;
  border-radius: 10px;
  position: relative;
  transition: transform 0.2s;
}

.itemLarge .itemImage,
.itemLargeMobile .itemImage {
  width: 100%;
  text-align: center;
  padding-top: 76px;
}

.itemLarge img {
  max-height: 500px;
  max-width: 500px;
}

.itemLarge .itemTxt {
  display: flex;
  align-items: end;
  padding: 30px 15px 0px 20px;
}

.itemLargeMobile .itemTxt {
  display: flex;
  align-items: end;
  padding: 15px 15px 0px 20px;
}

.itemLarge .itemTxt h3,
.itemLargeMobile .itemTxt h3 {
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.itemLarge .itemPrice,
.itemLargeMobile .itemPrice {
  position: absolute;
  top: 20px;
  right: 15px;
}

.itemSmall .itemDiscount,
.itemLarge .itemDiscount,
.itemLargeMobile .itemDiscount {
  position: absolute;
  top: 20px;
  left: 15px;
  font-size: 16px;
  background-color: #e0c487;
  text-align: center;
  border-radius: 45px;
  width: 98px;
}

.itemSmall .itemDiscount p,
.itemLarge .itemDiscount p,
.itemLargeMobile .itemDiscount p {
  margin: 0px;
  padding: 6px 8px;
  color: #fff;
}

.itemLarge .brand-line {
  padding: 0px 22px;
  color: #7a7a7a;
  font-size: 14px;
}

.itemLargeMobile .brand-line {
  padding: 0px 22px 15px;
  color: #7a7a7a;
  font-size: 14px;
}

.section-txt {
  padding: 48px 0px 52px 0px;
}

/* Start of header */

/* Burger */
/* 
.threeBurgerLines {
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #ecf0f1;
  text-align: center;
} */

.hamburger .line {
  width: 30px;
  height: 3px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

#nav-main-B #mega-menu-wrap-main-menu,
#nav-main-B .mega-menu-wrap {
  width: 100%;
}

#nav-main-B #mega-menu-main-menu, 
#nav-main-B #mega-menu-makeup-menu,
#nav-main-B #mega-menu-skin-care-menu {
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  max-width: 876px;
  margin: auto;
}


.dropdown:hover .dropdown-menu {
  display: block !important;
}

.nav-link.active,
.nav-link:hover {
  color: #e0c487 !important;
}

.top-nav-search form,
.widget_product_search form {
  max-width: 557px;
  margin: auto;
  color: #747474;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  font-size: 14px;
  padding-left: 10px;
}

.widget_product_search input,
.top-nav-search form input,
.top-nav-search form button {
  background-color: #fff;
  border: 0px;
}

.widget_product_search form input:focus,
.top-nav-search form input:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}

.widget_product_search form button,
.top-nav-search form button {
  padding: 12px 30px 12px 10px;
}

#bootscore-navbar {
  max-width: 876px;
}

.top-button {
  right: 7%;
}

#nav-main {
  padding: 30px 0px;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fff;
}

#nav-main-B {
  background-color: #fff;
  padding: 0px;
  border-bottom: 1px solid #f0f0f0;
}

#nav-main-B li a {
  transition: all ease-in-out 0.2s;
  border: 5px;
}

#nav-main-B li:hover > a {
  border-bottom: solid #e0c487;
}
#nav-main-B li:hover > a {
  color: #e0c487;
}

#nav-main-B .nav-link {
  border-bottom: solid #fff;
}

#nav-main-B .active {
  border-bottom: solid #e0c487;
  color: #e0c487;
}

#nav-main-B a {
  color: #403f3f;
  padding: 22px;
  font-size: 14px;
}

nav .nav-link {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

.skin-care-menu-container,
.skin-care-menumobile{
  background : url('/wp-content/themes/bootscore-main/img/assets/skin-care-banner-final.jpg');
}

.skin-care-menumobile span, 
.skin-care-menumobile span a,
.makeup-menumobile span, 
.makeup-menumobile span a{
  color: #fff !important;
}

.makeup-menumobile{
  background: #231f20 !important; 
}

.skin-care-menu{
  background-color : transparent !important;
}

.skin-care-menu .nav-item a{
  color: #fff !important;
}

.skin-care-menu .dropdown-menu .nav-item a {
  color: #403f3f !important;
  padding: 22px;
  font-size: 14px;
}

.dropdown-menu[data-bs-popper] {
  margin-top: 0px;
}

.cartbox .cart-total {
  display: none !important;
}

/* .navIcon:first-of-type {
  margin: 0px;
} */

.navIcon {
  margin-left: 30px;
}

/* End of header */

/* start of footer */

.bootscore-footer {
  background: #231f20;
  color: #fff;
  font-size: 14px;
}

.bootscore-footer a {
  color: #e0c487;
  text-decoration: none;
  font-size: 14px;
}

.bootscore-footer ul li {
  color: #fff;
  text-decoration: none;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.bootscore-footer .h4 {
  margin-bottom: 18px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.footer-QR {
  margin-top: 26px;
}

.footer-4 .textwidget {
  font-family: "Roboto", sans-serif;
}

/* end of footer */
/* 
.product-short-description{
  font-size: 13px;
  font-weight: 400;
}

.woocommerce-loop-product__title {
  font-size: 13px;
  text-align: left;
  font-weight: 800;
  line-height: 24px;
  min-height: auto !important;
  max-height: auto !important;
  text-align: center !important;
  margin-bottom: 0px;
}

.woocommerce-LoopProduct-link .price {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #e0c487;
} */

/* 
.product .add-to-cart-container {
  position: absolute;
  bottom: 5px;
  right: 4px;

  width: 39px;
  background-color: #e5e5e5;
  border-radius: 50px;
}

.product .add-to-cart-container .add-cart-btn {
  border-radius: 50px;
  background-color: #fff;
  border: #fff;
  padding: 6px;
  box-shadow: 0px 0px 3px #11111160;
} */

.addcartImg {
  padding: 3px;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
  top: 9px;
  right: 10px;
  left: unset;
}


.badge.sale {
  background: #e0c487;
  position: absolute;
  top: 9px;
  left: 15px;
  font-size: 16px;
  text-align: center;
  border-radius: 45px;
  width: 98px;
  font-size: 16px;
}

.page-numbers li,
.elementor-pagination .page-numbers {
  border-radius: 5px;
  margin: 0px 7px !important ;
}

.page-numbers li .prev,
.elementor-pagination .prev,
.jet-smart-filters-pagination .prev {
  background: #e0c487 !important;
  margin-right: 43px !important;
  border-radius: 5px !important;
  color: #fff !important;
}

.page-numbers li .next,
.elementor-pagination .next,
.jet-smart-filters-pagination .next {
  background: #e0c487 !important;
  margin-left: 43px !important;
  border-radius: 5px !important;
  color: #fff !important;
}

.jet-smart-filters-pagination .prev,
.jet-smart-filters-pagination .next,
.elementor-pagination .prev,
.elementor-pagination .next {
  padding: 8px;
}

.elementor-pagination .current,
.jet-smart-filters-pagination .jet-filters-pagination__current {
  color: #000000 !important;
  background-color: #e1e1e1;
  padding: 8px;
  border-radius: 5px !important;
}

.elementor-pagination .page-numbers,
.jet-smart-filters-pagination .jet-filters-pagination__item {
  color: #bcb8b8;
  background-color: #eeeeee;
  padding: 8px;
  font-size: 1em;
  border-radius: 5px !important;
}

.woocommerce-pagination {
  display: none;
}

.woocommerce-billing-fields,
#customer_details,
#order_review_heading {
  /* display: none; */
}

#order_review_heading{
  font-size: 20px;
  font-weight: 500 !important;
  font-style: normal;
  text-transform: capitalize;
}

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

.woocommerce table.shop_table .product-name{
  padding-left: 0px ;
  padding-right: 0px ;
}

.woocommerce table.shop_table  .product-total,
.woocommerce table.shop_table tfoot td{
   padding-left: 0px ;
  padding-right: 0px ;
  text-align: end;
}

.woocommerce table.shop_table tbody td{
  font-size: 12px;
}


/* #billing_company_field,
#billing_country_field,
#billing_address_1_field,
#billing_address_2_field,
#billing_state_field,
#billing_city_field,
#billing_postcode_field,
#billing_address_1_field,
#billing_city_field,
#billing_email_field,
.woocommerce-additional-fields,
.woocommerce-billing-fields h3 {
  display: none !important;
} */

.related {
  clear: both;
}

.related .woocommerce-LoopProduct-link {
  min-height: 100px;
}

.color-variable-item,
.variable-item-span-color {
  border-radius: 50px !important;
}

p {
  margin-bottom: 0px;
}

.product-gutter .woocommerce-loop-product__link {
  padding: 0px 10px;
}

.product-margin {
  margin-bottom: 34px;
}

.yith-wcwl-share {
  display: none;
}

.jet-range__slider__track {
  color: #e0c487 !important;
  background: #e9e7e7;
}

.jet-range__slider::-webkit-slider-thumb {
  background: #111;
}

.jet-range__values {
  display: flex;
}

.jet-range__values-min {
  font-weight: bold;
}

.jet-range__values-min::before {
  content: "Min Price";
  padding-right: 5px;
  font-weight: 300;
}

.jet-range__values-max {
  margin-left: auto;
  font-weight: bold;
}

.jet-range__values-max::before {
  content: "Max Price";
  padding-right: 5px;
  font-weight: 300;
}
/* 
#content {
  padding: 50px 0px;
} */

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: none;
}

.woocommerce-Tabs-panel h2 {
  display: none;
}

.woocommerce-tabs tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.woocommerce-tabs tr:nth-child(even) {
  background-color: #f2f2f2;
}

.woocommerce-tabs th {
  color: #989696;
}

.woocommerce table.shop_attributes td p {
  font-weight: bold;
  color: #302f2f;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 73px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid #efefef;
  box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 2px solid #302f2f;
  color: #302f2f;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #ccc;
  border-bottom: 2px solid #fff;
}

.product_title {
  font-size: 23px;
  margin-bottom: 16px;
}

.brandSku {
  color: #989696;
  font-size: 16px;
  font-weight: 800;
}

/* .woocommerce-product-details__short-description {
  margin: 32px 0px 37px 0px;
  font-size: 18px;
  color: #302f2f;
} */

.woocommerce div.product p.price {
  font-size: 24px;
  font-weight: 800;
  color: #e0c487;
}

.woocommerce div.product span.price {
  color: #e0c487;
}

.variations label[for="pa_storage"] {
  margin-bottom: 31px !important;
  color: #302f2f;
  font-size: 20px;
  font-weight: bold;
}

.variations label[for="pa_colors"] {
  margin-bottom: 19px !important;
  color: #302f2f;
  font-size: 20px;
  font-weight: bold;
}

.qty-button-wrapper {
  /* width: 100%; */
  margin:0px ;
  padding-right: 20px;
  /* margin-bottom: 56px !important; */
}

/* .single-product .qty-button-wrapper {
  margin: 36px 0px !important;
} */

.entry-summary .price {
  display: flex;
  flex-flow: column;
}

.entry-summary .price del {
  order: 2;
}

.entry-summary .price del span {
  font-size: 20px !important;
}

.entry-summary .price span {
  font-weight: bold;
}

.quanlabel {
  color: #302f2f;
  font-size: 20px;
  font-weight: bold;
  margin-top: 31px;
  margin-bottom: 36px;
  display: none;
}
.single-product .product-type-variable .price {
  display: none;
}
.single-product .product-type-variable .woocommerce-variation-price .price {
  display: flex;
}
.single-product .product-type-variable .woocommerce-variation-price .price del {
  line-height: 18px;
  color: #e0c487;
}
.single-product .product-type-variable .woocommerce-variation.single_variation {
  margin-bottom: 0px;
}

.woocommerce table.shop_attributes {
  margin-bottom: 40px;
}

.related-product-txt {
  color: #302f2f;
  font-size: 28px;
  margin-bottom: 56px;
}

.recently {
  color: #302f2f;
  font-size: 28px;
  margin-bottom: 56px;
}

.recent-products {
  margin-top: 153px;
}

ul.flex-direction-nav {
  position: absolute;
  top: 30%;
  z-index: 100;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0px;
  list-style: none;
}

li.flex-nav-prev {
  float: left;
}
li.flex-nav-next {
  float: right;
}
a.flex-next {
  visibility: hidden;
}
a.flex-prev {
  visibility: hidden;
}

a.flex-next::after {
  visibility: visible;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  font-size: 25px;
  font-weight: bold;
  color: #989696;
}

a.flex-prev::before {
  visibility: visible;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  font-size: 25px;
  font-weight: bold;
  color: #989696;
}

.woocommerce div.product div.images img {
  
  margin: auto;
  background: #f5f5f6;
  border-radius: 25px 0px 0px 25px;
}

/* .woocommerce-product-gallery .flex-control-thumbs {
  margin-top: 40px !important;
} */

.cart .add_to_cart_button {
  background-color: #e0c487 !important;
  color: #fff !important;
  border-color: #e0c487 !important;
  padding: 12px 34px !important;
}

.wpcbn-btn {
  margin-left: 35px !important;
}

.cart .add_to_cart_button:hover {
  background-color: #e0c487 !important;
  border-color: #e0c487 !important;
}

.entry-summary .wpdt-button-line-chat {
  display: none;
}

.qib-button-wrapper .qib-button {
  border: 0px !important;
  color: #989696 !important;
  padding: 0px !important;
  width: auto !important;
}

.qib-button-wrapper .minus {
  text-align: left;
}

.qib-button-wrapper .plus {
  text-align: right;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
  margin: 0px 14px;
}

.minus,
.plus {
  background-color: transparent;
  border: none;
  font-weight: 600;
  color: #dfdfdf;
  padding: 9px;
}

.woocommerce .quantity .qty {
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  font-weight: 600;
  color: #302f2f;
  margin: 0px 12px;
  width: 80px;
  height: 40px !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.woocommerce div.product form.cart .button {
  float: unset;
}

/* 
.woocommerce img,
.woocommerce-page img {
  max-width: 150px;
}
 */
.checkout-cart h5 a {
  color: #302f2f;
  font-size: 18px;
  font-weight: 800;
}

.checkout-cart .woocommerce-Price-amount {
  color: #e0c487;
  font-size: 20px;
  font-weight: bold;
}

.continue-shopping {
  color: #e0c487;
  font-size: 12px;
  margin-top: 24px;
}

.checkout-col {
  background-color: #f3f3f3;
  padding: 30px 22px;
  border-radius: 25px;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table tfoot th,
.borderless {
  /* border: 0px !important; */
  padding: 20px 0px;
}

.mobile-menu .dropdown-menu {
  position: relative !important;
  transform: none !important;
  border: 0px;
  border-left: 1px solid #dfdfdf;
  border-radius: 0px;
}

.mobile-menu .dropdown-item.active {
  background: transparent;
  color: #d32027;
}

.mobile-menu a,
.mobile-menu a:focus {
  color: #747474;
}

.mobile-menu a:hover {
  background-color: transparent;
  color: #e0c487;
}

.mini_cart_item .item-name a {
  color: #302f2f;
}

.mini_cart_item .item-name .item-quantity {
  color: #e0c487;
  font-weight: bold;
}

.mini_cart_item .item-name:hover a {
  color: #302f2f;
}

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before,
#offcanvas-cart .blockUI.blockOverlay:before,
#offcanvas-cart .loader:before,
.spinner-border {
  color: #e0c487 !important;
}

/* @media (min-width: 992px) {
  .product-gutter {
    --bs-gutter-x: 77px !important;
  }
} */


/* ADD TO CART BTN START */

/* ===== Fusion Brush-Style Add to Cart Button ===== */
.add-to-cart-container .add-cart-btn {
  background: url('/wp-content/themes/bootcommerce-child-main/img/assets/brush-background-black.svg') no-repeat center center;
  background-size: 100px !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  margin: 0 auto -10px auto !important;
  text-transform: uppercase !important;
  padding: 8px 18px !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: inline-block !important;
  text-align: center !important;
  line-height: 1.2 !important;
  cursor: pointer;
  transition: transform 1s ease, opacity 1s ease;
  background-position: center;
}

/* Hover effect to mimic Fusion hover state */
.add-to-cart-container .add-cart-btn:hover {
  background: url('/wp-content/themes/bootcommerce-child-main/img/assets/brush-background-gold.svg') no-repeat center center !important;
  background-size: 100px !important;
  opacity: 0.9 !important;
  transform: scale(1.05);
}

/* Optional: make sure text stays visible on dark backgrounds */
.add-to-cart-container .add-cart-btn:focus,
.add-to-cart-container .add-cart-btn:active {
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Responsive: resize brush for smaller screens */
@media (max-width: 576px) {
  .add-to-cart-container .add-cart-btn {
    background-size: contain !important;
    font-size: 9px !important;
  }
}


/* ADD TO CART BTN END */


/* Tabs wrapper */
.acf-tabs {
  border: 1px solid #e0c487;
  border-top: 0px;
}

/* Tab titles */
.acf-tab-titles {
    list-style: none;
    padding: 0;
    display: flex;
    border-bottom: 0px solid #ddd;
    margin-bottom: 0px;
    justify-content: space-between;
}

.acf-tab-titles li {
    flex: 1;
    padding: 8px 16px;
    cursor: pointer;
    border-bottom: none;
    background: #e0c487;
    text-align: center;
    font-weight: 600;

}

.acf-tab-titles li.active {
    background: #fff;
    border-top: 2px solid #e0c487;
}

/* Tab content */
.acf-tab-content {
    display: none;
    padding: 15px;
    border: 0px;
    background: #fff;
}

.acf-tab-content.active {
    display: block;
}


.btn-qty-setion form {
  display: flex;
}


.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}



/* Contact Form 7 custom grid layout */
.cf7-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.cf7-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.cf7-col {
  flex: 1;
  min-width: 200px;
}

.cf7-col label,
.cf7-row label {
  display: block;
  font-weight: 600;
  color: #333;
}

.cf7-grid input[type="text"],
.cf7-grid input[type="email"],
.cf7-grid textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  box-sizing: border-box;
}

/* Force message field full width */
.cf7-row textarea {
  width: 100% !important;
  display: block;
}

.cf7-row:last-child {
  flex: 1 1 100%;
}

.cf7-submit {
  text-align: left;
}

.cf7-submit input[type="submit"] {
  background-color: #e0c487;
  color: #fff;
  border: none;
  padding: 10px 28px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cf7-submit input[type="submit"]:hover {
  background-color: #c9a84e;
}

.text-col {
  min-width: 100% !important;
}


/* START OF Cleanup */

/* Ensure product cards are the same height and evenly aligned */
/* 
.product-slider .swiper-slide{
	border: 1px solid #efefef; 
	border-radius: 10px;
	overflow: hidden;
	
}

.card .price .woocommerce-Price-amount.amount{
	font-size: 14px;
}

.product-slider .product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-slider .product-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
} */


/* Keep image, title, and price aligned */
/* .product-slider .woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: center;
} */

/* .product-slider .woocommerce-loop-product__title {
  min-height: 3em; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-slider .product-short-description {
  min-height: 2.5em; 
  align-items: center;
  justify-content: center;
} */



.product-slider .price {
  margin-top: auto;
  font-weight: 600;
}

.product-slider .swiper-slide {
  display: flex;
  height: auto !important;
}



.woocommerce-LoopProduct-link .price {
  text-align: left;
  font-size: 26px;
  color: #231f20;
}


.product-card {
  border-radius: 10px;
  background-color: #fff;
	border: 1px solid #efefef;
	overflow: hidden;
}



.product-card .woocommerce-LoopProduct-link{
	border-radius: 0px;
	background-color: #fff;
  position: relative;
}


.product-card .card-body .woocommerce-LoopProduct-link {
	
 
  position: relative;
	border-radius: 0px 0px 25px 0px;
	padding: 0px 10px
}
.woocommerce-LoopProduct-link :after {
     content: "";
    display: block;
    width: 45px;
    height: 43px;
    background-color: transparent;
    position: absolute;
}

.card-body .woocommerce-LoopProduct-link  :after {
  bottom: 2px;
  right: 1px;
  border-top-left-radius: 100%;
	border-top-right-radius: 100%;
	border-bottom-left-radius: 100%;
	border-bottom-right-radius: 100%;
/*   box-shadow: -2px -2px 3px 0 rgb(0 0 0 / 19%) */
		
}


.woocommerce ul.products li.product .button{
	margin: 0px ;
	position: absolute;
	border-radius: 25px;
	bottom: 0px;
	right: 0px;
}

/* .products .product{
	border-radius: 25px;
} */

/* .woocommerce-loop-product__title{
    line-height: 1.5em;
    min-height: 53px;
		max-height: 53px;
    overflow: hidden;
} */


.card-body .price{
	text-align: center;
}



.top-cats a{
	color :#fff !important; 
	text-decoration: none !important;
	width: 100%;
}

.trendingprod .price del{
	display: none !important;
}


.refundtab .elementor-tabs-content-wrapper{
	background: #f8f8f8;
	border-radius: 50px;
}

.refundtab .elementor-tabs-wrapper .elementor-active{
	background: #e0c487;
	border-radius: 50px;
}

.brandgrid .brand_slider_image  img{
	height: 100px !important;
}

.woo-shoppage .brandLabel{
	display: block;
}

.brandgrid a{
		pointer-events: none;
    cursor: default;	
}


.brandLabel{
	display: none;
}

.btn-primary{
	background-color: #e0c487;
	border: #e0c487;
}

.btn-primary:hover{
	background-color: #e0c48757;
}



.cart-btn {
  background-color: #e5e5e5;
  box-shadow: -2px -2px;
}




.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
  top: 9px;
  right: 10px;
  left: unset;
}


/* .card-body .woocommerce-LoopProduct-link p {
  position: relative;
  padding: 0.3rem;
  font-family: "Cabin", sans-serif;
  font-size: 1.1rem;
  line-height: 1.35;
  color: #111;
} */

/* .card-body .woocommerce-LoopProduct-link .price{
	margin-bottom: 10px !important;
}
 */

.star-rating{
	display: none;
}

.wvs-style-squared .selected {
  background: #302f2f;
  color: #fff;
}

.wvs-style-squared .variable-item {
  background: #989696;
  color: #fff;
}

.dropdown-item.active{
	background-color: #e9ecef;
}


.how-list li{
	border-bottom: 1px solid #E0C487;
}

.woocommerce-LoopProduct-link .price {
  text-align: center;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #231f20;
}

.how-list .elementor-icon-list-icon{
	background: #E0C487;
	border-radius: 50px;
	margin-right: 20px;
}


.how-list .elementor-icon-list-icon svg{
	margin: 0px !important;
	padding: 5px;
}
/* 
.product-slider .swiper-slide{
	max-height: 425px;
}

.product-slider .swiper-slide .card-body{
	padding: 0px;
} */



/* END OF CLEANUP */


/* USER CONFIRMED START */


.woocommerce-MyAccount-navigation .nav-link {
  color: #333;
  font-weight: 400;
}


.woocommerce-MyAccount-navigation
.nav-link.active{
  background-color: #e0c487;
  color: #231f20 !important;
	border-radius: 15px 15px 0px 0px;
}

.dash-container{
	border-color:  #e0c487; 
	border-radius: 0px 0px 10px 10px;
}

.dash-container hr{
  background-color: #e0c487;
}

.dash-container .btn-dark:hover{
  background-color: #e0c487; 
  border-color:  #e0c487; 
}


.account-pages{
	background-image: url("/wp-content/uploads/2023/03/flowers-background.jpg");
background-size: cover; 
background-attachment: fixed;
	background-position: center center;
  align-content: center;
}
/* Orders Table Styling */
.woocommerce-MyAccount-content table.shop_table {
  width: 100%;
  border-collapse: collapse;
  border: none !important;
  background: transparent;
  font-size: 15px;
  table-layout: fixed;
}

/* Header row — NO BORDER */
.woocommerce-MyAccount-content table.shop_table thead th {
  font-weight: 600;
  color: #000;
  text-align: left;
  padding: 12px 10px;
  border: none !important;
  background: transparent !important;
}

.woocommerce-MyAccount-content table.shop_table thead{
	border-bottom: solid 1px #e0c487;
}

/* Body rows — single gold line */
.woocommerce-MyAccount-content table.shop_table tbody td {
  padding: 25px 0px;
  border: none !important;
  border-bottom: 1px solid #e0c487 !important;
  color: #000;
  vertical-align: middle;
}

/* Last row — keep bottom line consistent */
.woocommerce-MyAccount-content table.shop_table tbody tr:last-child td {
  border-bottom: 1px solid #e0c487 !important;
}


.woocommerce-orders-table__header-order-actions,
.woocommerce-orders-table__cell-order-actions {
  width: 10%;
  text-align: right;
}

/* View Link */
.order-view-link {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.order-view-link:hover {
  color: #c4a052;
}

.order-view-link .chevron {
  color: #231f20;
  font-size: 25px;
  position: relative;
  top: 2px;
}

.woocommerce-MyAccount-content table.shop_table tbody td:last-child,
.woocommerce-MyAccount-content table.shop_table thead th:last-child{
  text-align: right;

}

.woocommerce-MyAccount-content table.shop_table tbody td a,
.woocommerce-MyAccount-content table.shop_table tbody td p{
	color: #231f20 !important;
}

/* ---------- MOBILE RESPONSIVE ---------- */
@media (max-width: 767px) {
  .woocommerce-MyAccount-content table.shop_table,
  .woocommerce-MyAccount-content table.shop_table thead,
  .woocommerce-MyAccount-content table.shop_table tbody,
  .woocommerce-MyAccount-content table.shop_table th,
  .woocommerce-MyAccount-content table.shop_table td,
  .woocommerce-MyAccount-content table.shop_table tr {
    display: block;
    width: 100%;
  }

  .woocommerce-MyAccount-content table.shop_table thead {
    display: none; /* Hide header on mobile */
  }

  .woocommerce-MyAccount-content table.shop_table tbody tr {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e0c487;
    border-radius: 8px;
    background: #fff;
  }

  .woocommerce-MyAccount-content table.shop_table tbody td {
    border: none !important;
    padding: 6px 0;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
  }

  .woocommerce-MyAccount-content table.shop_table tbody td::before {
    content: attr(data-title);
    font-weight: 600;
    color: #555;
  }

  .woocommerce-orders-table__cell-order-actions {
    text-align: right !important;
    padding-top: 10px;
  }

  .order-view-link {
    font-weight: 600;
  }
}

.order-item-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 1px solid #e0c487;
  border-radius: 8px;
}

.woocommerce-table__line-item .product-name {
  gap: 12px;
  font-weight: 500;
  color: #000;
}

.social-icons a{
	color: #fff;
}

.social-icons a:hover{
	color: #e0c487;
}

.xoo-wsc-sm-right{
 max-width: 100%;
}


/* USER CONFIRED END */

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 0 !important;
}