/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


/*top banner css*/

.banner_row {
    background: #104776;
}
.banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	padding: 10px 0px;
	text-align: center;
	/*margin-top: 25px;*/
}

.sale-text {
	font-size: 1.2rem;
	font-weight: 500;
}

.sale-text span {
    font-size: 38px;
    font-family: "Allura", cursive;
    font-weight: 400;
}
span.sale_sec_text {
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 22px;
}
.countdown {
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	margin-top: 0.5rem;
}

.time-box {
    width: 55px;
	background-color: #fff;
	color: #000;
	padding: 0.1rem;
	text-align: center;
	min-width: 45px;
}

.time-box .number {
    color:#124977;
	font-weight: bold;
	font-size: 1.2rem;
}

.time-box .label {
    margin-top:-8px;
	font-size: 0.7rem;
	color: #124977;
}





/*below product section*/


.heading-wrapper {
	text-align: center;
	margin-bottom: 2rem;
	/* mb-8 */
}

.main-heading {
	font-size: 32px;
	/* text-3xl */
	font-weight: 600;
	/* font-semibold */
	margin-bottom: 0;
}

.grid {
	display: grid;
	grid-template-columns: 1fr;
	/* grid-cols-1 */
	gap: 2rem;
	/* gap-8 */
}



.details-section {
	background-color: #F3F9FF;
	/* bg-white */
	border-radius: 0.5rem;
	/* rounded-lg */
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
	/* shadow-md */
	padding: 1.5rem;
	/* p-6 */
}

.subsection-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	/* gap-4 */
}



.subsection-title {
	font-size: 1.125rem;
	/* text-lg */
	font-weight: 600;
	/* font-semibold */
	color: #4b5563;
	/* text-gray-700 */
	margin-bottom: 0.5rem;
	/* mb-2 */
}

.list-none {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.list-item {
	color: #6b7280;
	/* text-gray-600 */
	line-height: 1.5rem;
}

.read-more-link {
	color: #3b82f6;
	/* text-blue-500 */
	text-decoration: underline;
	margin-top: 1rem;
	/* mt-4 */
	display: inline-block;
}

.feature-card {
	text-align: center;
	width: 33%;
	background-color: #89C9FF;
	border-radius: 0.5rem;
	padding: 1rem;


}

.feature-icon {
	width: 75px;
	height: 75px;
}

.feature-title {
	font-size: 1rem;
	/* text-base */
	font-weight: 600;
	/* font-semibold */
	color: #1f2937;
	/* text-gray-800 */
	margin-bottom: 0.25rem;
	/* mb-1 */
}

.feature-description {
	font-size: 0.875rem;
	/* text-sm */
	color: #6b7280;
	/* text-gray-600 */
	margin-bottom: 0;
}



.card_div {
	gap: 10px;
	/* width: 100%; */
	display: flex;
	flex-wrap: wrap;
}


/*product decription section*/
.main_desc_sec {
	gap: 40px;
	display: flex;
}

.description-section {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.description-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: #1f2937;
	margin-bottom: 1rem;
	display: flex;
	/* Added for alignment of the arrow */
	align-items: center;
	justify-content: space-between;
}

.description-content {
	color: #4b5563;
	line-height: 1.75rem;
	margin-bottom: 1rem;
}

.read-more-link {
	color: #3b82f6;
	text-decoration: underline;
	display: inline-block;
	margin-top: 0.5rem;
}

.installation-care-section {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #e5e7eb;
}

.installation-care-title {
	display: flex;
	/* Added for alignment of the arrow */
	align-items: center;
	justify-content: space-between;
	font-size: 1.125rem;
	font-weight: 600;
	color: #1f2937;
}

.delivery-returns-section {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #e5e7eb;
}

.delivery-returns-title {
	display: flex;
	/* Added for alignment of the arrow */
	align-items: center;
	justify-content: space-between;
	font-size: 1.125rem;
	font-weight: 600;
	color: #1f2937;
}

.callout-box {
	background-color: #8BBDFD;
	border-radius: 16px;
	padding: 1.5rem;
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	width: 40%;
}
.call_back_div p {
    margin-bottom: 0;
}
.callout-title {
    margin-bottom: 0;
	font-size: 1.25rem;
	font-weight: 600;
	color: #1f2937;
}

.phone-number {
	color: #4b5563;
	font-weight: 600;
}

.callback-button {
	background-color: #3b82f6;
	color: #fff;
	padding: 0.75rem 1.5rem;
	border-radius: 0.375rem;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s ease;
	border: none;
}

.callback-button:hover {
	background-color: #2563eb;
}

.input-phone-number {
	border-radius: 0.375rem;
	border: 1px solid #d1d5db;
	padding: 0.5rem;
	margin-right: 1rem;
}

.question-icon {
	width: 20px;
	/* Adjust as needed */
	height: 20px;
	/* You can use an SVG or an image here */
	background-image: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 stroke%3D%22currentColor%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 class%3D%22lucide lucide-help-circle%22%3E%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22/%3E%3Cpath d%3D%22M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3%22/%3E%3Cline x1%3D%2212%22 x2%3D%2212.01%22 y1%3D%2217%22 y2%3D%2217%22/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	/* Important for vertical alignment */
	margin-right: 0.5rem;
	/* Adjust spacing as needed */
}

.accordion-icon {
	width: 20px;
	/* Adjust as needed */
	height: 20px;
	/* You can use an SVG or an image here */
	background-image: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 stroke%3D%22currentColor%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 class%3D%22lucide lucide-chevron-down%22%3E%3<polyline points%3D%226 9 12 15 18 9%22/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	/* Important for vertical alignment */
	margin-left: 0.5rem;
	/* Adjust spacing as needed */
}

.div_parent_sec {
	width: 65%;
}

.call_out_desc {
    background: #ffff;
    border-radius: 20px;
    padding: 25px 15px 10px 15px;
    text-align: center;
}

p.callout-text {
	line-height: 28px;
    font-size: 20px;
    color: #104776;
    font-weight: 600;
}


.custom-flooring-box {
	/*padding: 20px;*/
	/*margin-bottom: 20px;*/
	border-radius: 10px;
}

.single_add_to_cart_button,
.free-sample-btn {
	line-height: 22px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 40px;
    background: #1e73be;
    color: #fff;
    padding: 10px 20px;
    border: none;
    margin: 10px 0;
    cursor: pointer;
}

.area-calc,
.total-price {
	margin: 10px 0;
}

.product-accordion {
	border-top: 1px solid #ddd;
}

.accordion-item {
	border-bottom: 1px solid #ddd;
}

.accordion-header {
	cursor: pointer;
	padding: 10px;
	font-weight: bold;
	position: relative;
}

.pro_desciption::after {
	content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 16px; /* Adjust as per your SVG */
    height: 16px;
    background-image: url(https://floormaster.lytechx99.website/wp-content/uploads/2025/05/elements-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s;
}
.accordion-header-cat::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 16px; /* Adjust as per your SVG */
    height: 16px;
    background-image: url(https://floormaster.lytechx99.website/wp-content/uploads/2025/05/elements-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s;
}
.accordion-header-cat.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.accordion-header-pro::after{
   content: "";
    position: absolute;
    margin-top:25px;
    right: 10px;
    transform: translateY(-50%);
    width: 16px; /* Adjust as per your SVG */
    height: 16px;
    background-image: url(https://floormaster.lytechx99.website/wp-content/uploads/2025/05/elements-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s;
}

.accordion-header.open::after {
	transform: rotate(180deg);
}

.accordion-content {
	display: none;
	padding: 10px;
}

.product-specs-container {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}
.accordion-content p {
    color: #000;
}
.specs-box {
     flex: 1;
	min-width: 300px;
	padding: 20px;
	border-radius: 10px;
	background: #F3F9FF;
}
.features-box{
    flex: 1;
	min-width: 300px;
	padding: 0px 0 20px 20px;
	border-radius: 10px;
}
.specs-box ul,
.features-box ul {
	list-style: none;
	padding: 0;
}

.read-more-btn {
	background: #1e73be;
	color: #fff;
	border: none;
	padding: 8px 16px;
	cursor: pointer;
	margin-top: 10px;
	border-radius: 5px;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-top: 10px;
}

.feature-item {
	background:#F3F9FF;
	padding: 25px 0px 10px 0;
	text-align: center;
	border-radius: 8px;
}
.feature-item img {
    width: 80px;
    height: 80px;
}
.feature-item h5 {
    margin-top: 14px;
}

.product-accordion-callout {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
    padding: 0 15px;
}

.accordion {
	flex: 1;
	min-width: 300px;
}

.accordion-item {
	border-bottom: 1px solid #ddd;
}

.accordion-header {
    line-height: 60px;
    font-size: 32px;
    cursor: pointer;
    padding: 10px 0;
    font-weight: 500;
}
.accordion-header-pro{
    line-height: 60px;
    font-size: 16px;
     cursor: pointer;
    padding: 10px 0;
    font-weight: 500;
}
.accordion-content {
	padding: 0 0 10px;
}

.read-more-btn {
	background: none;
	border: none;
	color: #1e73be;
	cursor: pointer;
	padding: 0;
}



.callout-box img {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 10px;
}

.callout-box input {
	width: 100%;
	padding: 8px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.callback-btn {
	background: #1e73be;
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.stock-status {
   font-weight: bold;
    font-size: 14px;
    color: #174B78;
    background: #DFEFFF;
    padding: 8px;
}


.prodcut_details {
    justify-content: space-between;
    display: flex;
   padding: 20px 0 0px 30px;
    background: #F3F9FF;
    border-radius: 30px;
}
/*.order_sample {*/
/*    position: relative;*/
/*    top: 70px;*/
/*    right: 50px;*/
/*}*/

.save_amt {
    margin-left: 10px;
    border-radius: 10px;
    padding: 7px;
    color: #fff;
    background: #4E99E1;
}
.pack_price {
    font-size: 13px;
    color: #000;
}

.calculation {
    display: flex;
    justify-content: space-between;
}

.area-calc label {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.single_add_to_cart_button {
    width: 100%;
    background: #104776;
}
.area-calc {
    line-height: 50px;
}
.your_total {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;;
}
.input-wrapper {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  width: 300px;
}

.unit-input {
  flex: 1;
  padding: 10px;
  border: none;
  outline: none;
  font-size: 16px;
}

.unit-label {
    height: 50px;
  background-color: #f5f5f5;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
}
input#required_area {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 50px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.total-price {
    padding-top: 10px;
}
.cal_seprator::after {
    height: 25%;
    content: '';
    position: absolute;
    z-index: -1;
    width: 2px;
    background: #B9B9B9;
    margin-top: 4%;
}
.order_simple_btn_div {
    position: relative;
    top: 40px;
    right: 30px;
}
.order_sample_add_to_cart_single:hover {
    background: #4E99E1!important;
}
span.woocomm_pro_price {
    color: #202020;
    font-size: 26px;
    font-weight: 700;
}
.total-price p {
    margin-bottom: 5px;
}
span#total_price {
    color: #000;
    font-weight: bold;
    font-size:28px;
}
.measuring_link a {
    font-size: 13px;
    text-decoration: underline;
    color: #104776;
}
.total-price label {
    font-size: 16px;
    color: #104776;
    font-weight: 700;
}
.specs-box {
    justify-content: space-around;
    display: flex;
}
span.read_more_btn_dim {
    color: #000;
    font-weight: bold;
    cursor: pointer;
}
.phone_heading img {
    margin-right: 5px;
    width: 15px;
    height: 15px;
}
.phone_heading {
    margin:0px;
    color: #104776;
}

.product_price {
    line-height: 44px;
}

.checkout_checkbox {
    display: flex;
    gap: 50px;
  
}
.list_one {
    line-height: 18px;
}
.list_two{
    line-height: 18px;
}
textarea#order_comments {
    min-height: 80px;
}
.fade-readmore {
        max-height: 3em;
        overflow: hidden;
        position: relative;
        transition: max-height 0.3s ease;
    }
    .fade-readmore.fade-blur::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5em;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f5f9fc);
}

    .fade-readmore.expanded {
        max-height: none;
    }
    .fade-readmore.expanded::after {
        display: none;
    }
    .fade-readmore-btn {
        display: inline-block;
        margin-top: 10px;
        background-color: #19456b;
        color: #fff;
       padding: 8px 30px;
        border-radius: 20px;
        text-decoration: none;
        cursor: pointer;
        font-weight: bold;
    }
    
  
    
.order_sample_elementor {
    color: #fff;
    background: #104776 !important;
    border-radius: 35px;
    width: 100%;
    text-transform: none;
}
.order_sample_elementor:hover {
    
    background: #1e73be !important;
    
}
.view_product_elementor{
     /*background: #4E99E1 !important;*/
}

/*.order_simple {*/
/*    background: #104776 !important;*/
/*}*/
.wd-product-cats {
    display: none;
}

.call_back_div {
    gap: 20px;
    display: flex;
}

.order_sample_elementor:hover {
    color: #fff;
}


.accordion-item {
border-bottom: 1px solid #ccc;
}
.accordion-header-cat {
      background: none;
      width: 100%;
      text-align: left;
      padding: 15px 0px;
      font-size: 1.1rem;
      font-weight: bold;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #104776;
}
.accordion-header-cat {
    position: relative; /* Required for absolute positioning of ::after */
}
  


 .accordion-header.active + .accordion-content {
      display: block;
    }

 .arrow {
      transition: transform 0.3s ease;
    }

.accordion-header.active .arrow {
      transform: rotate(180deg);
 }
 .divider {
  display: flex;
}
.divider:before, .divider:after {
  content: "";
  flex: 1;
}

.line {
    font-size: 28px;
  align-items: center;
  margin: 1em -1em;
}
.line:before, .line:after {
  height: 1px;
  margin: 0 1em;
}

.one-line:before, .one-line:after {
  background: #c2c2c2;
}
 
 button:focus,
input:focus{
  outline: none;
  box-shadow: none;
}
a,
a:hover{
  text-decoration: none;
}

/*--------------------------*/
.qty-container{
  display: flex;
  align-items: center;
  justify-content: center;
}
.qty-container .input-qty{
    border-radius: unset;
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #d4d4d4;
  max-width: 80px;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus{
    background: #fff;
  border: 1px solid #d4d4d4;
  padding: 10px 13px;
  font-size: 10px;
  height: 38px;
  width: 38px;
  transition: 0.3s;
}
.qty-container .qty-btn-plus{
     border-top-right-radius: 10px;
    border-bottom-right-radius:10px;
  margin-left: -1px;
  font-weight: bold;
    font-size: 20px;
}
.qty-container .qty-btn-minus{
  margin-right: -1px;
  font-weight: bold;
    font-size: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius:10px;
}

.order_simple_product{
    line-height: 22px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 40px;
    background: #104776;
    color: #fff;
    padding: 10px 20px;
    border: none;
    margin: 10px 0;
    cursor: pointer;
}
.product_pirce_quantity {
    display: flex;
    gap: 20px;
}
p.stike_amt {
    margin-top: 20px;
}
.product_below_heading_acc {
    margin-left: 20px;
    font-weight: 600;
    color: #000;
}

:is(.btn,.button,button,[type=submit],[type=button]):hover{
    background: #1e73be;
    color:#ffff;
}
button.read-more-btn:hover {
    color: #1e73be;
    background: unset;
}

.whb-general-header{
    /*padding:15px;*/
}


.whb-hmx5dbgsk31uvs6ys2tm .wd-info-box .info-box-title {
    margin-top: 0px !important;
}
.elementor-688 .elementor-element.elementor-element-1d24cef{
    --row-gap: 30px!important;
}
.cart_page_order {
    padding: 20px;
    background: #F3F9FF !important;
}


.accessory-btn-wrapper {
    position: relative;
    top: 145px;
    left: -250px;
}
tr.woocommerce-cart-form__cart-item.cart_item {
    height: 350px;
}
button.view-accessories-btn {
    color: #fff;
    background: #104776 !important;
    border-radius: 35px;
    width: 100%;
}
.star-rating{
    display:none!important;
}
.price_vat_div {
    display: flex;
    gap: 20px;
}
.vat-toggle {
    margin-bottom: 10px;
}

.vat-btn {
    background-color: #DFEFFF;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    min-height: 24px;
    font-size: 12px;
}
.vat-btn.active {
    background-color: #004a87;
    color: #fff;
}
button#inc {
    /* margin-left: 0px; */
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
button#ex{
     border-top-right-radius:20px;
    border-bottom-right-radius: 20px;
    margin-left: -5px;
}

.order_sample_add_to_cart_single{
    color: #fff;
    background: #104776 !important;
    text-transform: capitalize;
    border-radius: 35px;
    width: 100%; 
    
    
}
.woocommerce-mini-cart__buttons .btn-cart{
    color:#fff!important;
}

div#accessories-popup{
    position:fixed;
    top:10%; 
    left:50%; 
    transform:translateX(-50%); 
    background:#F3F3F3; 
    border:1px solid #ccc;
    padding:20px; 
    border-radius: 10px;
    z-index:9999; 
   
}

.accessories-list {
    gap: 20px;
    display: flex;
}

.access_product {
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    list-style: none;
    line-height: 40px;
}

.access_product img {
    width: 300px;
    height: 200px;
}

.button_popup {
    display: block;
    color: #fff;
    background: #104776 !important;
    border-radius: 35px;
    width: 100%;
    text-align: center;
}
.button_popup:hover {
    color: #fff;
}



button.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
}

button.loading::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top: 2px solid #000;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
}

@keyframes spin {
    0% { transform: translateY(-50%) rotate(0deg); }
    100% { transform: translateY(-50%) rotate(360deg); }
}

.top_bar_btn {
    border-radius: 5px;
}

span.wd-cart-number.wd-tools-count
 {
    padding: 2px;
    background-color: #000 !important;
    color: #fff !important;
}
.call_back_btn {
    background: #104776 !important;
    padding-left: 25px;
    padding-right: 25px;
}
.wd-back-btn.wd-style-icon{
    display:none;
}
/*.wd-page-title.page-title .container {*/
/*    padding: 0;*/
/*}*/


.specs-container {
    width:50%;
  display: flex;
  justify-content: space-between;
  background-color: #f5faff;
  padding: 30px;
  max-width: 800px;
  border-radius: 10px;
}

.specs-column {
    line-height: 32px;
    width: 50%;
}

.specs-column h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.specs-column p {
  margin: 8px 0;
  font-size: 16px;
}

.specs-column strong {
  font-weight: 600;
  margin-right: 10px;
  color: #000;
}

.specs-column a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.inner_dimension {
    display: flex;
}
.inner_dimension_heading {
    width: 50%;
}
.inner_dimension_value {
    width: 50%;
}
.inner_details {
    display: flex;
}
.inner_details_heading {
    width: 50%;
}
.inner_details_value {
    width: 50%;
}
.features-box h3 {
    font-size: 32px;
}
.product_page .call_btn {
    width: 45%;
}
.product_page .phone_number {
    padding: 0 0px 0 20px;
    border-radius: 30px;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail a img {
    min-width: 200px !important;
    min-height: 200px!important;
}
.wd-cart-totals .wc-proceed-to-checkout .checkout-button{
    background: #104776 !important;
}
h3#ship-to-different-address {
    display: none;
}
#place_order{
    background: #104776 !important;
}
.woocommerce-privacy-policy-text p {
    font-size: 13px;
    text-align: center;
    color: #000;
    font-weight: 500;
}
.wd-style-form .wd-pf-title{
    border-radius: 0px!important;
}

.elementor_save_tag
 {
    border-radius: 3px;
    padding: 2px;
    background: #4E99E1;
    color: #fff;
    /*position: absolute;*/
    /*right: 30%;*/
}

.product_bottom_text_element {
    display: none;
}
.wd-buttons.wd-pos-r-t {
    display: none;
}
.wd-page-title .title {
    font-size: 36px!important;
}
.disable_btn:hover {
    cursor: no-drop !important;
}

.home-sample-box .wd-info-box {
    gap: 0px !important;
}
.custom-mini-cart-header {
    background-color: #f9f9f9;
    font-size: 14px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.custom-mini-cart-header {
    font-size: 12px;
    display: flex;
    position: absolute;
    top: -40px;
    justify-content: space-between;
    width: 100%;
}
.wd-heading {
    margin-top: -40px;
    height: 130px;
}
span.total_item_minicart {
    color: #144A78;
    font-weight: 700;
}
span.total_amt_minicart {
    color: #000;
    font-weight: 700;
}


.mini-cart-sample-heading {
            background: #f0f0f0;
            color: #c0392b;
            font-size: 13px;
        }
        
   .swiper-image_slider {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .customer-swiper {
            padding-bottom: 20px;
        }      
        
 .slider_heading h3 {
    font-size: 28px;
}


.variable_product_title {
    display: none;
}
.variable_product_price  {
    display: none;
}
.variable_product_div {
    display: none;
}

.per_product_total {
    position: absolute;
    right: 90px;
    top: 196px;
    font-size: 13px;
}
.per_product_total_sample{
    position: absolute;
    left: 160px;
    top: 100px;
    font-size: 13px;
}

.custom_copupan_btn {
    margin-top: 10px;
    flex: 0 0 auto;
    border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    text-transform: var(--btn-accented-transform, var(--btn-transform, uppercase));
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
    font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
    font-style: var(--btn-accented-font-style, var(--btn-font-style, unset));
    
}

.cart-actions .coupon.wd-coupon-form {
    display: none;
}
.wpcf7-form.init .hidden-fields-container {
    display: none;
}

.variation-Requiredm .item-variation-value {
    color: #000;
}
.variation-NumberofPacks .item-variation-value{
     color: #000;
}

.variation-PackSize .item-variation-value{
     color: #000;
}
.cart-info span.quantity{
    color:#000!important;
}

.order_sample {
    position: relative;
    top: 45px;
    right: 50px;
}

.shipping-calculator-button {
    display: none;
}
#gallery-1 img {
    border: 0px!important;
}

.home-sample-box .wd-info-box {
    gap: 0px;
}
fieldset.hidden-fields-container {
    display: none;
}

.wd-title-style-bordered .liner-continer:before{
        border-bottom-width: 3px!important;
    
}
.wd-title-style-bordered .liner-continer:after{
        border-bottom-width: 3px!important;
    
}

p.in_stock_para {
    margin-bottom: 0px;
}

.stike_amt_in del .amount {
    font-weight: bold;
    font-size: 16px;
}
.accordion-content p a {
    color: blue;
}
.stike_amt_ex del .amount {
    font-weight: bold;
    font-size: 16px;
}

.wd-info-box :is(.info-box-subtitle,.info-box-title,.info-box-inner):not(:first-child) {
    margin-top: 0px;
}
.subtitle-color-default.subtitle-style-default{
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
}
.invisible {
    visibility: hidden; /* hides but keeps the space */
}

.shop_now_btn a {
    color: #fff;
    background: #104776 !important;
    text-transform: capitalize;
    border-radius: 35px;
}
a.btn_link_frm {
    color: #104776;
}

.aff_accord .wd-accordion-title {
    padding: 10px 0;
}
.rev_accord .wd-accordion-title {
    padding: 10px 0;
}
@media (max-width: 600px) {

    .accordion-header {
    font-size: 1.5rem;
    }

    .accordion-content {
        font-size: 1rem;
    }
    
}
@media (min-width: 640px) {
	.subsection-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.feature-grid {
		grid-template-columns: repeat(2, 1fr);
		/* sm:grid-cols-2 */
	}
}

@media (min-width: 768px) {
	.grid {
		grid-template-columns: repeat(2, 1fr);
		/* md:grid-cols-2 */
	}
	
}
@media (min-width: 769px) {
	.banner {
		flex-wrap: nowrap;
	}

	.countdown {
		margin-top: 0;
	}
}
@media (max-width: 768px) {
	.banner {
		display: block;
	}

.prodcut_details{
    text-align: center;
    display: block;
    padding-bottom: 15px;
    padding-left: 0;
}
.price_vat_div{
    display: block;
}
.order_sample {
    position: relative;
     top: 0; 
     right: 0; 
    /*left: -15px;*/
}
.calculation{
    /*display: block;*/
}
.specs-container {
    width: 100%;
    display: block;
}
.specs-column{
    width: 100%;
    margin-bottom: 25px;
}
.callout-box{
    width:100%;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail a img{
   min-width: 0 !important;
    min-height: 0 !important; 
}
tr.woocommerce-cart-form__cart-item.cart_item {
    height: unset!Important;
}
.sale-text span {
    font-size: 20px;
    font-family: "Allura", cursive;
    font-weight: 400;
}
span.sale_sec_text {
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 14px;
}
/*.wd-toolbar{*/
/*    display: none!important;*/
/*}*/

.elementor_save_tag
 {
    /*right: 5%;*/
}
.cart-widget-side .widget_shopping_cart {
    padding-top: 15px;
}
.accessory-btn-wrapper{
    position: unset;
    margin-bottom: 10px;
}

.call_back_div{
    /*display: block;*/
}
.call_back_div p {
    margin-top: 8px;
}
.callout-title{
    font-size: 16px;
    font-weight: 800;
}

.order_simple_btn_div{
    top: 0;
    right: 0;
}
.area-calc {
    width: 45%;
}
.input-wrapper{
    width: 150px;
}
.cal_seprator {
    width: 10%;
}
.total-price {
    width: 45%;
}
.product_pirce_quantity {
    display: block;
}
.order_simple_product{
    width:100%;
}

.aff_accord .wd-accordion-title {
    padding: 20px 0;
}
.rev_accord .wd-accordion-title {
    padding: 20px 0;
}
}
@media screen and (min-device-width: 769px) and (max-device-width: 1024px) { 
   .category_faq_div {
   padding-inline: 15px;
}
.area-calc {
    width: 50%;
}
.input-wrapper{
    width:150px;
}
.cal_seprator {
    width: 5%;
}
.total-price {
    width:45%;
}
.price_vat_div {
    display: block;
}
.call_back_div{
    display:block;
}
.call_back_btn{
    width: auto !important;
}

.inner_details{
    justify-content: space-between;
}
.inner_details_heading {
    width: auto;
}
.inner_details_value {
    width: auto;
}
.prodcut_details{
    display: block;
}
.order_simple_btn_div {
    position: unset;
}
.specs-column{
    width: auto;
}
.inner_dimension{
    justify-content: space-between;
}
.inner_dimension_heading {
    width: auto;
}
.inner_dimension_value {
    width: auto;
}

.order_sample {
   position: relative;
   top: -10px;
   right: 10px;
}
}





