/*
Theme Name: Twenty Twenty-One Child
Template: twentytwentyone
Version: 1.0.0
*/

/* Add a custom background colour to the new body class */
.learn-wordpress{
    background-color: aquamarine;
}
.xoo-wsc-cart-active .free-shipping-progress .progress-bar {
    margin-top: 0px;
}

.woocommerce-account .header_heading h1.entry-title {
    text-align: center;
}




/* Customise the site title */
.site-title{
    font-size: xxx-large;
    font-weight: bolder;
    text-decoration: underline;
}

/* .wc-block-cart .wc-block-components-sidebar.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-discount-block .wc-block-components-totals-item__description {
    display: none;
} */
.wc-block-cart .wc-block-components-sidebar.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-totals-block {padding-bottom:0px;}
.wc-block-cart .wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block {
    margin-bottom: 0px;
}

.woocommerce-my-account .woocommerce-form  {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  input[type="number"] {
    border: 1px solid #DCDCDC !important;
    background: transparent !important;
    padding: 12px 20px !important;
    font-size: 16px;

}
}

.woocommerce-form .woocommerce-Button {
	  border: 0px;
    background: #0d6884;
    padding: 12px 20px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all 0.4s;
    z-index: 3;
    text-decoration: none !important;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
	transition: all 0.4s;
}
.woocommerce-form .woocommerce-Button:before{
	content: '';
    position: absolute;
    left: -101%;
    top: 0;
    background: #3589a2;
    height: 100%;
    width: 100%;
    transition: all 0.4s;
    z-index: -1;
}	
.woocommerce-form .woocommerce-Button:hover:before {left:0;transition: all 0.4s;}

.page-template-tpl-about .entry-content h3, .page-template-tpl-about .entry-content h3 strong {
    font-size: 29.376px;
    font-weight: 700;
    margin: 8px 0;
    color: #000000;
	line-height: normal;
	text-align: center;
}
.page-template-tpl-about  .entry-content hr.line_border {
    border: 0px;
    height: 1px;
    background: #16161626;
    margin: 25px 0;
}
.about_page_main h1.entry-title {
    text-align: center;
}
.about_page_main .about_main>img {
    text-align: center;
    margin: 0 auto;
    display: flex;
}
.about_page_main .about_main ul {
    padding-left: 30px;
}


#product-view-container.grid-view ul.products li {
    margin-bottom: 0px;
}




/* .product-detail-faq-bottom .faq-item {
    height: 70px;
    transition: max-height 0.4s ease;
} */
/* .product-detail-faq-bottom .faq-item.active {
    height: auto;
    transition: max-height 0.4s ease;
} */
.woocommerce-page .product-detail-faq-bottom .faq-answer p {
    font-size: 15px !important;
    padding-bottom: 10px;
}
.product-detail .product .left .woocommerce-Tabs-panel--description a:hover {
    opacity: 0.5;
    transition: all 0.4s;
}
.product-detail .product .left .woocommerce-Tabs-panel--description a{
    transition: all 0.4s;
}
.woocommerce-page .product-detail-faq-bottom .faq-item.active .faq-answer p {transition: opacity 0.3s ease 0.1s;opacity: 1;}

/* 🔍 Search Wrapper */
#custom-search-wrapper {
  position: relative;
  max-width: 100%;
  width: 600px;
  margin: 0 auto;
  z-index: 10;
}
.header_sc .header_search #custom-search-results{
    padding: 0;
}

.header_sc .header_search #custom-search-results .left, .header_sc .header_search #custom-search-results .right {
    display: flex;
    flex: 0 0 49.90%;
    flex-direction: column;
    padding: 20px;
}



.header_sc .header_search #custom-search-results .left, .header_sc .header_search #custom-search-results .right {
    padding: 0px;
}
.header_sc .header_search #custom-search-results .left div#product-results .search-item,  .header_sc .header_search #custom-search-results .left div#category-results .search-item, .header_sc .header_search #custom-search-results .right #keyword-suggestions ul li a {
    padding: 16px 36px;
}
.header_sc .header_search #custom-search-results .right #keyword-suggestions ul li a {
    padding: 8px 32px;
}
.header_sc .header_search #custom-search-results .right #keyword-suggestions ul li{margin:0px; padding:0px;}
.header_sc .header_search #custom-search-results .left div#product-results .search-item:hover,  .header_sc .header_search #custom-search-results .left div#category-results .search-item:hover{
    background: rgb(22, 110, 137);
}
.header_sc .header_search #custom-search-results .right #keyword-suggestions ul li a:hover { background: #1f748e;}


.header_sc .header_search #custom-search-results .tab-titles, .header_sc .header_search #custom-search-results .right #keyword-suggestions>h4, .header_sc .header_search #custom-search-results .right #keyword-suggestions>p {
    margin: 0px 0 0px 32px;
    padding: 18px 0;
}







.header_sc .header_search #custom-search-results .view-all {
    display: flex;
    flex: 0 0 100%;   padding: 20px;

}
.header_sc .header_search #custom-search-results
.header_sc .header_search #custom-search-results .right{
    background-color: #ffffff0a;
}

/*.header_sc .header_search #custom-search-results .search-item a span{display: block;}*/
.header_sc .header_search #custom-search-results .search-item img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 50px;
    height: 50px;
}
.header_sc .header_search #custom-search-results .search-item .product-head {
    display: flex;
    gap: 5px;
}
.header_sc .header_search #custom-search-results .search-item .product-thumb {
    display: flex;
    flex: 0 0 50px;
}

/* 🔲 Search Input */
input#custom-search-input {
  width: 100%;
  padding: 10px 14px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  z-index: 11;
  position: relative;
}

/* 🎤 Voice & ❌ Clear Buttons */
#voice-btn,
#clear-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  z-index: 12;
  padding: 0;
}

#voice-btn {
  right: 20px;
}

#clear-btn {
  right: 40px;
  
}
#clear-btn.hidden {
  display: none;
}


.hidden {
  display: none !important;
}

/* 🧊 Overlay */
#custom-search-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

/* 📦 Search Results Container */
#custom-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  gap: 0;
  display: flex;   
  flex-wrap: wrap;
}

/* 📂 Results Columns */
.results-column {
  flex: 1 1 45%;
  min-width: 250px;
}

/* 🛍️ Individual Search Item */
.search-item {
  padding: 5px 0;
  
}
.product-info {
    display: flex;
    flex-direction: column;
}

/* 💡 Suggestions */
#keyword-suggestions ul,
.suggestion-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#keyword-suggestions li,
.suggestion-item {
  margin-bottom: 5px;
  padding: 3px 0;
  color: #555;
}

/* 🔗 Suggestion Links */
.suggestion-link {
  display: block;
  padding: 6px 10px;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s ease;
}

.suggestion-link:hover {
  background-color: #f0f0f0;
}

.search-bar{
  position: relative;
}

/* 
.tab-title {
  cursor: pointer;
  font-weight: normal;
  padding: 5px 0;
}

.tab-title.active {
  font-weight: bold;
  border-bottom: 2px solid #000;
} */
 .tab-titles {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.tab-title {
  cursor: pointer;
  font-weight: normal;
  padding: 6px 10px;
  border-bottom: 2px solid transparent;
}

.tab-title.active {
  font-weight: bold;
  border-bottom: 2px solid #000;
}

.tab-content.hidden {
  display: none;
}

.header_search {
    width: 100%;
    max-width: 728px;
	position:relative;
}

.header_search.active-search{
	position:relative;
	padding: 0px 12px;
}
.header_search.active-search:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 756px;
    height: 72px;
    border-radius: 10px 10px 0 0;
    background: #0d6884;
    left: 0px;
    right: 0px;
    top: -12px;
    bottom: 0px;
    margin: 0 auto;
    z-index: 99;
}





/*HB*/
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    color: #fff;
    width: 100%;
    padding: 10px 26px;
	position:relative;
}


a.button.product_type_simple.add_to_cart_button._stock_alert {
    color: #fff;
    width: 100%;
    padding: 10px 26px;
	position:relative;
		@media only screen and (max-width:1024px){
			padding: 6px 26px;
		}
}

.card-meta{
	.porduct_variant{
		position:relative;
	}
	.alert.alert-message{
		position: absolute;
		left: 0;
		top: -116px;
		z-index: 1;
		margin-bottom: 0;
		width: 100%;
		padding: 1rem !important;
		text-align: center;
		font-size: 14px;
		color: #840b17 !important;
		border: 1px solid #840b1733 !important;
		background: #fff;
		@media only screen and (max-width:1024px){
			font-size: 12px;
			padding: 10px !important;
		}
	}
}


.woocommerce-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    padding: 6px 19px;
    font-size: 14px;
}
a.added_to_cart.wc-forward { display: none; }
.product_card .card-meta .product-details .product_title a { line-height: 1.375; min-height: 50px; margin: 0px; color: #2a2b2a; font-size: 15px; font-weight: 500; }
span.product-label.sale-label { position: absolute; right: 20px; top: 15px; background: #000000; border-radius: 10px; padding: .25rem .75rem; font-size: 10px; text-align: center; color: #ffffff; font-weight: 500; line-height: normal; }
.icon_with_text_sc .icon_with_text_inner .icon_with_text_box a { display: flex; gap: 20px; color: #000; }
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary { width: 100%; }
.single-product div.product { display: grid; grid-template-columns: 52% auto; gap: 10px; align-items: start; }
.woocommerce-tabs ul.tabs.wc-tabs li.active { background: #a8a5a5; padding: 10px; }

/* product faq css start  */

.custom-faq { max-width: 800px; margin: 40px auto; }
.faq-question { background: none; border: none; width: 100%; padding: 20px; font-size: 16px; text-align: left; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.faq-icon { font-size: 20px; }
.faq-answer {padding: 0 15px 15px; color: #333; }
.faq-item.active .faq-answer { display: block; }
.faq-item.active .faq-icon { transform: rotate(45deg); }
.faq-item.active {max-height: max-content;transition: max-height 0.4s ease;max-height: 500px;}
.faq-item {border-bottom: 1px solid #ddd;}
.faq-section .faq-item {border-bottom: 1px solid #ddd;max-height: 70px;overflow: hidden;transition: max-height 0.4s ease;}
.faq-section .faq-item.active {max-height: max-content;transition: max-height 0.4s ease;max-height: 500px;}
.faq-item .faq-question .faq-icon_minus{display:none; font-size: 26px;color: #636363;font-weight: 400; transition: 0.4s;}
.faq-item.active .faq-question .faq-icon_minus{display:flex;}
.faq-item.active .faq-question .faq-icon{display:none}
.faq-item.active .faq-question .faq-icon_minus svg .v-line{display:none;}

/*  in stock section css start */

/* Container */
.custom-stock-status { margin: 10px 0 15px; }

/* Text */
.stock-status-text { font-weight: 500; color: #28a745; display: flex; align-items: center; margin-bottom: 4px; }
.stock-dot { width: 8px; height: 8px; background: #28a745; border-radius: 50%; display: inline-block; margin-right: 6px; }

/* Progress Bar */
.stock-progress { width: 100%; height: 5px; background: #1616161a; border-radius: 3px; overflow: hidden; }
.stock-progress-fill { height: 100%; background: #28a745; border-radius: 4px; transition: width 0.4s ease; }

/* end */
ul.product-info { }

/* category page css */

/* Default Grid View */
#product-view-container.grid-view ul.products { display: grid !important; grid-template-columns: repeat(4, 1fr); gap: 20px; list-style: none; padding: 0; margin: 0; }

/* Ensure products fit inside */
#product-view-container.grid-view ul.products li.product { display: block; text-align: center; width: 100% !important; margin-left: 0px; margin-right: 0px; padding:0px; }

/* List View */
#product-view-container.list-view ul.products { display: block !important; list-style: none; padding: 0; }
#product-view-container.list-view ul.products li.product { display: flex; align-items: flex-start; gap: 20px; border-bottom: 1px solid #ddd; padding: 15px 0; text-align: left; width: 100% !important; }
#product-view-container.list-view ul.products li.product img { width: 100%; height: auto; }
#product-view-container.grid-view ul.products:before { display: none; }
#product-view-container.list-view .product_card {width: 100%;}
.tax-product_cat #product-view-container.list-view ul.products li.product { border: 0; }
form.woocommerce-ordering { padding: 0; margin: 0; }
.list-grid-shorting { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.category-inner { display: flex; gap: 20px; }
.leftfiler { display: flex; flex: 0 0 25%; flex-direction: column; flex-wrap: wrap; }
.rightfiler { display: flex; flex: 0 0 75%; flex-direction: column; flex-wrap: wrap; }
.rightfiler.active #product-view-container.grid-view ul.products {
    grid-template-columns: repeat(5, 1fr);
}


/*HB*/

.page-template-tpl-cms p b strong {font-size: 15px;font-weight: 700;}
.header_heading h1.entry-title { font-size: 42.3014px; font-weight: 600; margin-bottom: 20px; }
.page-template-tpl-cms .entry-content h3, .page-template-tpl-cms .entry-content h3 strong , .post-4762 .entry-content h3 strong { font-size: 30px; font-weight: 700; margin:10px 0 15px 0; font-weight:600;}
.page-template-tpl-cms .entry-content h2 strong { font-size: 35px; font-weight: 700; }
.page-template-tpl-cms .entry-content table tr th { border: solid 1px #dcdcdc; border-collapse: collapse; padding: 15px; text-align: left; }
.page-template-tpl-cms .entry-content table { border: 1px solid #dcdcdc; margin: 0; border-spacing: 0; border-collapse: collapse; padding: 20px; }
.page-template-tpl-cms .entry-content table th td { border: 1px solid red; }
.page-template-tpl-cms .entry-content table tbody tr td { padding: 25px; border: 1px solid #dcdcdc; }
.page-template-tpl-cms .entry-content h2 { font-size: 35px; font-weight: 600; margin: 8px 0; line-height:normal;}
.page-template-tpl-cms .entry-content h3 { font-size: 25px; font-weight: 700; margin: 8px 0; }
.page-template-tpl-cms .entry-content strong { font-weight: 700 !important;}
.page-template-tpl-cms .entry-content ul li {padding-bottom: 5px;}
.page-template-tpl-cms .entry-content h2 { font-size: 35px; margin-top: 0px; font-weight: 600; }
.page-template-tpl-cms .entry-content ul li .click_btn_main {font-family: "Montserrat", sans-serif; background: transparent; border: 0px; padding: 0px; font-size: 16px; border-bottom: 1px solid #999999; cursor: pointer; display: block; }
.tab_form_main { padding-top: 15px; }
.tab_form_main form { display: flex; gap: 3px; align-items: center; }
.tab_form_main form input { padding: 8px 12px; font-size: 16px; }
.tab_form_main form .btn {
    cursor: pointer;
    background: rgb(240, 240, 240);
    border-radius: 8px;
    padding: 12px 26px;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
}
ul#gdpr_portability_compliance_requests, ul#gdpr_rectification_compliance_requests, ul#gdpr_personal_data_compliance_requests, ul#gdpr_rtbf_compliance_requests { display: flex; flex-direction: column; gap: 20px; padding-left: 20px; padding: 10px 0 20px 20px;}
.post-4784 .entry-content h2 { font-size: 35px; font-weight: 600; margin-bottom: 10px; }
.upload-box { width: 150px; border: 1px solid #ccc; text-align: center; padding: 20px 10px; cursor: pointer;
    .upload-box img { width: 30px; margin-bottom: 8px; }
    .upload-box p { margin: 5px 0; font-size: 14px; }
    .browse-btn { display: inline-block; background: #222; color: white; padding: 10px; font-size: 12px; text-decoration: none; margin-top: 10px; cursor: pointer; }
    .browse-btn:hover { background: #444; }
    input[type="file"] { display: none; }
}
.page-template-tpl-cms .box_content {padding-top: 30px;}
.page-template-tpl-cms .box_content h2 {line-height: 1;}
.contact_page>article{ margin: 0 auto; background: transparent; max-width: 600px; border: solid; border-width: 2px; border-color: #c7c7c7; border-radius: 1px; padding: 35px; margin-top: 20px; margin-bottom: 30px; width: calc(100% - 30px); }
.contact_page>article .container { padding: 0px; }
.contact_page .header_heading h1.entry-title { margin: 0px; }
.entry-content.container .contact_form_dis br { display: none; }
.entry-content.container .contact_form_dis { color: #737373; word-break: normal; font-size: 15px; font-weight: 500; margin-top: 0px; }
.contact_page .header_heading h1.entry-title { margin: 0px 0 10px 0; font-size: 24px; color: #394263; text-align: center; }
.entry-content.container .contact_form_dis br { display: none; }
.row.contact_form .col input, .row.contact_form textarea, .row.contact_form select { display: block; width: 100%; height: 34px; padding: 6px 12px; line-height: 1.42857143; background-image: none; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; background: #fff; border-radius: 2px; border: 1px solid #ccc; }
.row.contact_form textarea { min-height: 120px; }
.row.contact_form .col p { margin: 0px; }
.row.contact_form .col .wpcf7-form-control-wrap { display: inline-block; width: 100%; }
.row.contact_form { display: flex; flex-direction: column; row-gap: 20px; }
.row.contact_form input, .row.contact_form textarea { width: 100%; }
.col label { display: block; color: #333333; font-size: 14px; padding-bottom: 3px; }
.row.contact_form .col p br { display: none; }
.row.contact_form .contact_files input { padding: 0px; border: 0px; box-shadow: inherit; }
.row.contact_form .wpcf7-submit {
    color: #fff !important;
    background: #333333 !important;
    border-radius: 2px !important;
    width: 100% !important;
    font-size: 16px;
    border: 1px solid #333333 !important;
    display: block !important;
    min-height: 40px;
    cursor: pointer;
}


.contact_page .wpcf7 form .wpcf7-response-output {
    margin: 20px 0 10px 0;
}
.file_box_main {
    border: 2px solid rgba(0, 0, 0, .3);
    padding: 10px;
    text-align: center;
   /* max-width: 330px;*/
}

.file_box_main input.wpcf7-form-control.wpcf7-drag-n-drop-file.d-none {
    border: 0px;
    box-shadow: inherit;
}

.codedropz-upload-wrapper {
    border: 0px;
}

.file_box_main .codedropz-upload-handler {
    border: 0px;
}

.file_box_main .codedropz-upload-inner h3 {
    font-size: 16px;
}

.file_box_main .codedropz-upload-handler .codedropz-upload-container {
    padding-top: 0px;
}

.tax-product_cat .term-description thead th, .tax-product_cat .term-description thead td, .tax-product_cat .term-description thead tr {
    background: transparent!important;
}
.tax-product_cat .term-description tbody tr:nth-child(even) {
    background: transparent;
}
.tax-product_cat .term-description thead tr th strong{
    font-size: 15px;
    font-weight: 700;
}
.tax-product_cat .term-description tbody td strong { font-size: 15px;
    font-weight: 700;}
.tax-product_cat .term-description tbody td a {
    text-decoration: underline;
}
.tax-product_cat .term-description table {
    width: auto; font-family: "Montserrat", sans-serif;
}
.tax-product_cat .term-description tbody td {
    font-size: 15px;
    font-weight: 500;
}
.tax-product_cat .term-description p img, .tax-product_cat .term-description p strong {
    padding-top: 5px;
    display: inline-block;
}
.tax-product_cat .term-description h3 {
    font-size: 29.376px;
    line-height: normal;
    margin-bottom: 10px;
}
.tax-product_cat .term-description ul li {
    list-style: disc;
}
.tax-product_cat .term-description ul {
    padding-left: 46px;
}
.tax-product_cat .term-description a {
    font-weight: 700;
    font-size: 15px;
    color: #2a2b2a;
}
.tax-product_cat .term-description a strong {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.tax-product_cat .term-description a:hover {
    opacity: .6;
}




/* 
.page-template-tpl-cms .entry-content.container, .page-template-default .entry-content.container, .page-template-default .entry-header.container, .page-template-tpl-cms .entry-header.container {max-width: 840px;} */
.page-template-tpl-cms .entry-content ul, .page-template-default .entry-content ul {
    padding-left: 30px;
}
.page-template-tpl-cms .entry-content table ul {
    padding: 0px;
}
/* .page-template-tpl-cms .entry-content p a:hover, .page-template-tpl-cms .entry-content a:hover {
    color: #cfcfcf;
} */
.policy_gap_item li {padding-bottom:10px;}
.page-template-tpl-cms .entry-content ul li ul li {
    list-style: disc;
}
.page-template-tpl-cms .entry-content p.text-body a {
    word-break: break-all;
}
.page-template-tpl-cms .entry-content .about_main h3 strong {
    font-weight: 700;
}
.page-template-tpl-cms .entry-content hr.line_border {
    border: 0px;
    height: 1px;
    background: #16161626;
	margin: 25px 0;
}
.gdpr_main .text-center a:hover {
    opacity: 0.6;
}

/* cart drawer css*/

.xoo-wsc-modal .xoo-wsc-container {
    border-radius: 16px 0px 0px 16px;
    overflow: hidden;
}
.xoo-wsc-products {
    padding: 0 32px;
    margin-top: 32px;
}
.xoo-wsc-container .xoo-wsc-body {
    background-color: #fff;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-product {
    margin: 0;
    padding: 24px 0;
    border-bottom: 1px solid #2a2b2a26;
    border-radius: unset;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-product:first-child {
    padding-top: 0;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-img-col {
    width: 24%;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sum-col {
    width: 76%;
    padding-left: 24px;
	justify-content: flex-start;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-pname a {
    padding: 0;
    color: #2a2b2a;
    font-size: 15px;
    font-weight: 700;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .qib-button-wrapper {
    margin: 0;
    border: 3px solid #2a2b2a33;
    border-radius: 8px;
    max-width: 122px;
    min-height: 40px;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .qib-button-wrapper .qib-button {
    border-radius: 8px;
    background: #fff;
    border: 0;
    height: auto;
    padding: 0;
   
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .qib-button-wrapper .quantity .qty {
    border: 0;
    background: #fff;
    width: auto;
    padding: 0;
    font-size: 15px;
    height: auto;max-width: 40px;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .qib-button-wrapper .quantity {
    width: auto;
    display: inline-block;
    height: auto;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sm-info .xoo-wsc-pprice {
    padding: 0;
    color: #2a2b2a;
    font-size: 15px;
    font-weight: 700;
	margin-top: 10px;
}
.xoo-wsc-body .xoo-wsc-smr-del::before {
    display: none;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-sml-qty {
    padding: 0;
    margin-top: 10px;
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sm-info .xoo-wsc-smr-ptotal .amount {
    padding: 0;
    color: #2a2b2a;
    font-size: 15px;
    font-weight: 700;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-pname {
    padding: 0;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer {
    padding: 20px 32px;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-totals {
    padding: 0;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont {
    row-gap: 15px;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-checkout {
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
}
.xoo-wsc-container .xoo-wsc-body .free_shipping_bar {
    padding: 0 32px;
}
.xoo-wsc-container .xoo-wsc-body .free_shipping_bar .free-shipping-progress p {
    margin: 20px 0 10px 0;
    text-align: center;
    color: #2a2b2a;
    font-weight: 500;
    font-size: 15px;
}
.xoo-wsc-container .xoo-wsc-body .free_shipping_bar .free-shipping-progress p strong {
    font-weight: 700;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-header {
    padding: 24px 47px 24px 32px;
    border-bottom: 1px solid #2a2b2a33;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-header span.xoo-wsch-close {
    font-size: 16px;
    right: 28px;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-header .xoo-wsch-top {
    justify-content: space-between;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-header .xoo-wsch-top .xoo-wsch-text {
    margin: 0;
    color: #2a2b2a;
    font-size: 20px;
    font-weight: 600;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-header .xoo-wsch-top .xoo-wsc-icon-cross:before {
    display: none;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-header .xoo-wsch-top .cart-link {
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
    padding-right: 10px;
	transition: all 0.4s;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-header .xoo-wsch-top .cart-link:hover {
    opacity: 0.6;
    transition: all 0.4s;
}
.xoo-wsc-container .xoo-wsc-body .you-may-also-like {
    padding: 30px 32px;
	border-top: 1px solid #d4d5d4;
}
.xoo-wsc-container .xoo-wsc-body .you-may-also-like .mini-cart-upsell-title {
    font-size: 17px;
    color: #2a2b2a;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0px;
}
.xoo-wsc-container .xoo-wsc-body .promo-product {
    padding: 20px 32px;
	position: relative;
}
.xoo-wsc-container .xoo-wsc-body .promo-product h3 {
    font-size: 17px;
    color: #2a2b2a;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0px;
}
.mini-cart-slider-wrap .slick-slider .slick-arrow {
    background: unset;
    border: 0;
    color: #000;
    width: auto;
    padding: 0;
    margin: 0;
    top: -10px !important;
}
.mini-cart-slider-wrap .slick-slider .slick-arrow::before {
    filter: unset;
    width: 24px;
    background-size: 24px;
	margin: 0;
}
.xoo-wsc-modal .mini-cart-slider.slick-initialized.slick-slider .slick-next {
    right: 18px !important;
}
.xoo-wsc-modal .mini-cart-slider.slick-initialized.slick-slider .slick-prev {
    right: 47px !important;
}
.mini-cart-slider-wrap .mini-cart-slider {
    position: unset;
}
.mini-cart-slider-wrap {
    position: relative;
}
.promo-slider-wrap .slick-slider .slick-arrow {
    background: unset;
    border: 0;
    color: #000;
    padding: 0;
    margin: 0;
    top: 10px !important;
}
.promo-slider-wrap .promo-slider {
    position: unset;
}
.promo-slider-wrap .slick-slider .slick-arrow::before {
    filter: unset;
    width: 24px;
    background-size: 24px;
	margin: 0;
}
.xoo-wsc-modal .promo-slider.slick-initialized.slick-slider .slick-next {
    right: 10px;
}
.xoo-wsc-modal .promo-slider.slick-initialized.slick-slider .slick-prev {
    right: 40px;
}
.mini-cart-product .mini-cart-product-info .product-title a {
    font-size: 15px;
    color: #2a2b2a;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 0;
	text-decoration:none;
}
.mini-cart-product .mini-cart-product-info .product-title {margin-bottom: 5px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height:auto;}

.mini-cart-product .mini-cart-product-info .price {
    font-size: 15px;
    color: #2a2b2a;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.mini-cart-product .mini-cart-product-info .mini-cart-add-btn .button {
    border: 0;
    background: #fff;
    border: 3px solid #000;
    color: #000;
    text-decoration: none !important;
}
.xoo-wsc-container .xoo-wsc-body .free_shipping_bar .free-shipping-progress p .emoji {
    display: none !important;
}
.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p {
    font-size: 12px;
}
.wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit .wc-block-cart__submit-container a:not(.is-link):focus, .wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit .wc-block-cart__submit-container a:not(.is-link):focus {
    box-shadow: inherit;
    outline: inherit;
}
.mini-cart-product .mini-cart-product-info .mini-cart-add-btn .ajax_add_to_cart {
    color: #000000 !important;
}
.mini-cart-product .mini-cart-product-info .mini-cart-add-btn .ajax_add_to_cart:hover {
    color: #000 !important;
}
.you-may-also-like .mini-cart-slider-wrap .mini-cart-product {
    background: #f4f4f4;
    border-radius: unset;
    margin-top: 10px;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-cart::before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    background-color: #ededed69;
    height: 100%;
    width: 100%;
    transition: all 0.4s;
	z-index: -1;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-cart:hover::before {
    left: 0;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-cart {
    background-color: #0d6884;
    color: #fff;
    border: 2px solid #0d6884;
    border-radius: 8px;
     font-size: 13px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
	    min-height: 45px;
    padding: 0;
	z-index:2;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-checkout .amount {
    font-size: 13px;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-checkout:hover {
    color: #fff;
    border: 2px solid #0d6884;
    background-color: #0d6884;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-checkout:hover .amount {
    color: #fff;
	position: relative;
    z-index: 2;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-checkout {
    border-radius: 8px;
     font-size: 13px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
	    min-height: 45px;
    padding: 0;
	border: 2px solid #0d6884;
	z-index: 2;
}
@media (min-width: 767px) {
	.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-checkout::after {
		content: '';
		position: absolute;
		left: -100%;
		top: 0;
		background-color: #ededed69;
		height: 100%;
		width: 100%;
		transition: all 0.4s;
		z-index: -1;
	}
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-checkout:hover::after {
    left: 0;
}
.mini-cart-product .mini-cart-add-btn .button.product_type_simple {
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
	width:auto!important;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info {
    display: flex;
    align-items: self-start;
    column-gap: 10px;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-sm-right {
    padding: 0;
    max-width: max-content;
}
.mini-cart-product .mini-cart-add-btn .button.product_type_simple::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #ededed69;
  z-index: -1;
  transition: width 0.3s ease;
} 
.mini-cart-product .mini-cart-add-btn .button.product_type_simple:hover::before {
  width: 100%;
}
.xoo-wsc-body .xoo-wsc-empty-cart {
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
}
.xoo-wsc-body .xoo-wsc-empty-cart span {
    font-size: 16px;
    margin: 0 0 10px 0;
    color: #000;
	position: relative;
}
.xoo-wsc-body .xoo-wsc-empty-cart a.xoo-wsc-btn {
    margin: 0;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: #0d6884;
    border: 2px solid #0d6884;
}
@media (min-width: 981px) {
	.xoo-wsc-body .xoo-wsc-empty-cart a.xoo-wsc-btn:after {
		content: '';
		position: absolute;
		left: -100%;
		top: 0;
		background-color: #ededed69;
		height: 100%;
		width: 100%;
		transition: all 0.4s;
		z-index: -1;
	}
	.xoo-wsc-body .xoo-wsc-empty-cart a.xoo-wsc-btn:hover:after {
		left: 0;
	}
}
.xoo-wsc-body .xoo-wsc-empty-cart a.xoo-wsc-btn:hover {
    background-color: #0d6884;
    color: #fff;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-checkout:before {
    content: "";
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-right: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' class='icon icon--cart' aria-hidden='true' focusable='false' role='presentation'%3E%3Cpath fill='currentColor' d='M17 18a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.11.89-2 2-2M1 2h3.27l.94 2H20a1 1 0 0 1 1 1c0 .17-.05.34-.12.5l-3.58 6.47c-.34.61-1 1.03-1.75 1.03H8.1l-.9 1.63-.03.12a.25.25 0 0 0 .25.25H19v2H7a2 2 0 0 1-2-2c0-.35.09-.68.24-.96l1.36-2.45L3 4H1V2m6 16a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.11.89-2 2-2m9-7 2.78-5H6.14l2.36 5H16Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2%) hue-rotate(140deg) brightness(113%) contrast(100%);
} 
.xoo-wsc-body .xoo-wsc-empty-cart span:before {
			content: "";
			display: block;
			height: 30px;
			width: 30px;
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' class='icon icon--cart' aria-hidden='true' focusable='false' role='presentation'%3E%3Cpath fill='currentColor' d='M17 18a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.11.89-2 2-2M1 2h3.27l.94 2H20a1 1 0 0 1 1 1c0 .17-.05.34-.12.5l-3.58 6.47c-.34.61-1 1.03-1.75 1.03H8.1l-.9 1.63-.03.12a.25.25 0 0 0 .25.25H19v2H7a2 2 0 0 1-2-2c0-.35.09-.68.24-.96l1.36-2.45L3 4H1V2m6 16a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.11.89-2 2-2m9-7 2.78-5H6.14l2.36 5H16Z'%3E%3C/path%3E%3C/svg%3E");
			background-size: 30px;
			background-repeat: no-repeat;
			background-position: center;
			text-align: center;
			margin: 0 auto 10px auto;
	}



/* cart drawer css  end*/










@media only screen and (max-width:1200px){
	#product-view-container.grid-view ul.products {grid-template-columns: repeat(3, 1fr); }
	.rightfiler.active #product-view-container.grid-view ul.products { grid-template-columns: repeat(4, 1fr);}
}

@media screen and (max-width:1024px) {
    .header_heading h1.entry-title { font-size: 32px; }
   .page-template-tpl-cms .entry-content h2, .page-template-tpl-cms .entry-content h2 { font-size: 25px; }
    .page-template-tpl-cms .entry-content h3, .page-template-tpl-cms .entry-content h2 strong, .page-template-tpl-cms .entry-content h3 strong { font-size: 22px; }
    .contact_page>article { padding: 25px; }
}

@media screen and (max-width:991px) {
	.rightfiler.active #product-view-container.grid-view ul.products { grid-template-columns: repeat(2, 1fr);}
	.tax-product_cat .category-inner .rightfiler {
    border-left: 0px !important;
    padding: 0px !important;
}
}

@media screen and (max-width:768px) {
.tab_form_main form {display:block}
.tab_form_main form input {margin: 4px 0;}
	
}


/*trust pilot */

.brtpmj_reviews_container {
display: flex;
align-items: center;
gap: 10px;
justify-content: center;
}
.brtpmj_businessheader {
display: none !important;
}
.brtpmj_all_reviews {
display: none !important;
}


.black-label {
    display: flex;
    gap: 10px;
}





/* collection page css */

.tax-product_cat .fullrow {
    border-top: 1px solid #16161626;
    border-bottom: 1px solid #16161626;
    padding: 15px 0;
    margin-bottom: 30px;
}

.tax-product_cat .fullrow .woocommerce_catalog_ordering {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tax-product_cat .fullrow .woocommerce_catalog_ordering .view-toggle {
    display: flex;
    column-gap: 15px;
}

.tax-product_cat .fullrow .woocommerce_catalog_ordering .view-toggle .toggle-view {
    background: transparent;
    border: 0;
    padding: 0px;
    cursor: pointer;
	opacity:0.6;
	color:#161616;
}
.tax-product_cat .fullrow .woocommerce_catalog_ordering .view-toggle .toggle-view svg{
	color:#161616;
}

.tax-product_cat .fullrow .woocommerce_catalog_ordering .view-toggle .toggle-view.active{
	opacity:1;
}



.tax-product_cat .fullrow .woocommerce_catalog_ordering .view-toggle label {
    font-size: 15px;
    font-weight: 700;
	color:#161616;
}
.tax-product_cat .fullrow .list-grid-shorting .filter-toggle-btn {
    background: transparent;
    border: 0;
	cursor: pointer;
    padding: 0px;
    align-items: center;
    display: flex;
    column-gap: 15px;
    font-size: 15px;
    font-weight: 700;
    border-right: 1px solid #16161626;
    padding: 5px 20px 5px 0px;
	fill:#ffffff;
	color:#161616;
}
.tax-product_cat .fullrow .list-grid-shorting .filter-toggle-btn span.mobile {
    display: none;
}


.tax-product_cat .fullrow .list-grid-shorting .filter-toggle-btn svg circle{transition: transform .3s !important; color .3s;}
.tax-product_cat .fullrow .list-grid-shorting .filter-toggle-btn.is-active svg{opacity:0.8; transition:all 0.3s;}
.tax-product_cat .fullrow .list-grid-shorting .filter-toggle-btn:not(.is-active) svg circle:nth-of-type(1) {
    transform: translate(0px);
}

.tax-product_cat .fullrow .list-grid-shorting .filter-toggle-btn:not(.is-active) svg circle:nth-of-type(2) {
    transform: translate(0px);
}

.tax-product_cat .fullrow .list-grid-shorting .filter-toggle-btn.is-active svg circle:nth-of-type(1) {
    transform: translate(6px);
	transition: transform .3s,
    color: rgba(var(--text-color)/.8);
}

.tax-product_cat .fullrow .list-grid-shorting .filter-toggle-btn.is-active svg circle:nth-of-type(2) {
    transform: translate(-6px);
	transition: transform .3s,
	color: rgba(var(--text-color)/.8);
}



.list-grid-shorting .sortby label {
    font-size: 15px;
    font-weight: 700;
    margin-right: 15px;
	color:#161616;
}

.list-grid-shorting .sortby select {
    border: 0px;
    padding: 0px;
    border-radius: 0px;
    width: auto;
    font-size: 15px;
	background: #fff;
    outline: none;
    box-shadow: none;
    cursor: pointer;
	max-width: max-content;
	color:#161616;
}
.category-inner .leftfiler {
    padding: 0 48px 0 0px;
/*     border-right: 1px solid #16161626; */
	z-index: 1;
}
.category-inner {
    display: flex;
    column-gap: 0px;
}
.category-inner .rightfiler {
    width: 100%;
    flex: unset;
	border-left: 1px solid #16161626;
	padding:0 0 0 48px;
}
.rightfiler #ajax-products {
    text-align: center;
}
.category-inner .leftfiler .filter-section-left h3, .category-inner .leftfiler .applied-filters{
    margin: 0px;
    
    
    font-size: 15px;
}
.category-inner .leftfiler .filter-section-left{
    border-bottom: 1px solid #16161626;
    padding: 24px 0;
}


.category-inner .leftfiler .applied-filters
.category-inner .leftfiler ul.applied-filters-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 10px;
}
.category-inner .leftfiler ul.applied-filters-list li {
    background: transparent;
    font-size: 15px;
    font-weight: 500;
    color: #161616;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 7px;
    padding-left: 0px;
    margin-left: 0px;
}
.category-inner .leftfiler ul.applied-filters-list li span {
    background: #000000;
    height: 24px;
    width: 24px;
    padding: 4px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #ffffff;
    font-weight: 500;
	margin-left:0px;
}
.page-template-tpl-cms p .wpcf7-form-control-wrap {
    margin-left: 10px;
}


.page-template-tpl-cms .consent-popup-content {
    background: #fff;
    padding: 18px 50px;
    width: calc(100% - 30px);
    border-radius: 10px;
    position: relative;
    text-align: left;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    max-width: 724px;
}
.page-template-tpl-cms .consent-popup-content input.consentCheckbox {
    position: absolute;
    left: 20px;
    top: 33px;
}
.page-template-tpl-cms .consent-popup-content .close-consent {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #22222278;
}
.page-template-tpl-cms .consent-popup-content .close-consent:hover {color: #222222;}
.page-template-tpl-cms .consent-popup-content p a {
    text-decoration: underline;
    color: #4285f4;
}
.page-template-tpl-cms .consent-popup-content p {
    font-size: 15px;
    font-weight: 500;
    color: #161616;
}
.page-template-tpl-cms .entry-content .wpcf7-response-output {
    margin-top: 0px !important;
    font-size: 15px;
}


.category-inner .leftfiler .filter-inner {
    padding-top: 20px;
}


.category-inner .leftfiler .filter-inner ul li {
    margin-bottom: 8px;
	list-style: none;
}

/* .category-inner .leftfiler .filter-inner ul li label {
    font-size: 15px;
    display: flex;
    align-items: center;
    column-gap: 8px;
	font-weight:500;
	color:#161616;
} */

.category-inner .leftfiler .filter-inner ul li label {
    font-size: 15px;
    display: flex;
    align-items: center;
    column-gap: 11px;
    font-weight: 500;
    color: #161616;
    padding: 0 0 0 20px;
}


.filter-section-left .filter-inner .applied-filters-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
}

.category-inner .leftfiler .filter-inner ul li label input {
    height: 18px;
    width: 18px;
}
.category-inner .leftfiler .filter-section-left h3::after {
    font-size: 32px;
    top: 50%;
    transform: translateY(-50%);
	font-weight:400;
	color:#737373;
}

.category-inner .leftfiler-title {
    display: none;
}
.category-inner .mobile-sortby {
    display: none;
}
.woocommerce section {
    padding-top: 0;
    padding-bottom: 0;
}
.tax-product_cat .page-title h1,
.woocommerce-shop .page-title h1
 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    margin: 0px;
	line-height:normal;
}
.category-inner .rightfiler.active {
    padding: 0px;
    border: 0px;
}

.tax-product_cat .page-title {
    margin: 18px 0 15px 0;
}
.category-content .term-description {
    margin-top: 40px;
    display: inline-block;
}
.term-description h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: normal;
}
.term-description ul li {
    list-style: none;
    margin-bottom: 10px;
}
.term-description table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 16px;
  margin: 20px 0;
  text-align: left;
}
.load-more-section #load-more-products {
    border: 3px solid #000;
    font-size: 13px;
    padding: 13px 30px 11px 30px;
    font-weight: 700;
	position:relative;
	transition: all 0.4s;
	overflow:hidden;
	font-family: "Montserrat", sans-serif;
	color:#161616;
}

.load-more-section #load-more-products:before {
    content: '';
    position: absolute;
    left: -101%;
    top: 0;
    background: #ededed;
    height: 100%;
    width: 100%;
    transition: all 0.4s;
    z-index: -1;
}
.load-more-section #load-more-products:hover:before{left:0;}
.load-more-section #load-more-products:hover {background:transparent;color:#000000;}
.list-grid-shorting .sortby {
    display: flex;
    align-items: center;
}
.load-more-section .pagination__bar-wrapper {
    margin-bottom: 32px;
    height: 2px!important;
	background: #16161633 !important;
}
.category-inner .load-more-section {
    margin-top: 20px;
    max-width: 250px;
    margin: 0 auto;
}
.category-inner .showing-count {
    margin-bottom: 16px;
    font-size: 15px;
    color: #161616;
}
.load-more-section .pagination__bar-wrapper .pagination__bar {
    background: #000000!important;
}
.term-description thead th {
  background: #f7f7f7;
  font-weight: 600;
  padding: 12px 15px;
  border: 1px solid #ddd;
}
.term-description tbody td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  color: #333;
}
.term-description tbody tr:nth-child(even) {
  background: #fafafa;
}
.term-description td a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.term-description td a:hover {
  text-decoration: underline;
}
.leftfiler button.show-more-category, .leftfiler .show-more-flavours {
    cursor: pointer;
    background: transparent;
    padding: 0px;
    border: 0px;
    border-bottom: 1px solid #2a2b2a;
    font-size: 13.2px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #2a2b2a;
}
.leftfiler button.show-more-category:hover, .leftfiler .show-more-flavours:hover {opacity: .6;}

.page-template-tpl-cms .entry-content .tab_form_main form .wpcf7-form-control-wrap input {
    max-width: 260px;
}


/* 404 page css here */
.error_page_main h1 {font-size: 96px;line-height: 1;color: #16161666;margin: 0px;text-align: center;}
.error_page_main {text-align: center;}
.error_page_main h3 {font-size: 25px;margin: 0px;font-weight: 600;}
.error_page_main p {margin: 10px 0 40px 0;}
.error_page_main .site_btn_main {display: block;width: max-content;margin: 0 auto;text-decoration: none;position: relative;border-radius: 8px;padding: 13px 22px;overflow: hidden;transition: all 0.4s;border: 2px solid #f1f1f1;}
.error_page_main .site_btn_main:before {content: '';position: absolute;left: -101%;top: 0;background: #3589a2;height: 100%;width: 100%;transition: all 0.4s;z-index: 1;}
.error_page_main .site_btn_main:hover:before {left: 0;}
.error_page_main .site_btn_main span {position: relative;z-index: 1;}
.error_page_main .site_btn_main:hover {border-color: #0d6884;}
.page-header.error_page_main {padding-top: 50px;}
.error-404.error_page_main {padding-bottom: 50px;}

/* 404 page css here end*/

.page-template-discount .content h1 {font-size: 42px;font-weight: 600;margin: 50px 0 40px 0; line-height: normal;text-align:center;}
.page-template-discount .content p {margin: 0px;text-align:center;}
.page-template-discount .buttoncenter {text-align:center;}
.page-template-discount .other-content {max-width: 720px;margin: 0 auto;}
.page-template-discount .inner-content .buttoncenter a {
    background: linear-gradient(45deg, rgb(8, 174, 234) 0px, rgb(42, 245, 152) 100%);
    text-decoration: none;
    padding: 10px 17px;
    color: #ffffff;
    display: inline-block;
    border-radius: 8px;
    font-weight: 700;
    font-size: 17px;
    margin: 30px 0 10px 0;
}
.page-template-discount .inner-content .buttoncenter a:hover {opacity: .6;}
.page-template-discount .bottom_content h3 {font-weight: 500;font-size: 15px;color: #161616;}
.page-template-discount .bottom_content ul {padding-left: 30px;}
.offer_product_sc .slick-slide {padding: 0px 5px;}
.page-template-offer .banner-box_inner{padding-bottom: 50px;}

.offer_product_sc ul.slick-dots li button {display: none;}
.offer_product_sc ul.slick-dots li.slick-active {background: #000000;height: 2px;}
.offer_product_sc ul.slick-dots li {list-style: none;background: #b9b9b9;height: 2px;width: 100%;cursor: pointer;}
.offer_product_sc ul.slick-dots {display: flex;align-items: center;width: 100%;margin-top: 30px;}

.sortby .nice-select.orderby {
    border: 0px; padding-left:0px;
}
.sortby .nice-select:after {
    border-bottom: 2px solid #494949;
    border-right: 2px solid #494949;
    height: 7px;
    margin-top: -8px;
    right: 12px;
    width: 7px;
}






/* .woocommerce-ordering-radio .woocommerce-ordering .custom-radio input[type="radio"] {
  display: none;
}
.woocommerce-ordering-radio .woocommerce-ordering .custom-radio span {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}
.woocommerce-ordering-radio .woocommerce-ordering .custom-radio span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #555;
  border-radius: 4px;
  background: #fff;
}
.woocommerce-ordering-radio .woocommerce-ordering .custom-radio input[type="radio"]:checked + span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
} */
/* Hide default radio */
/* layout */
.orderby-list{list-style:none;margin:0;padding:0}
.orderby-list li{margin:8px 0}

/* hide native radio but keep it accessible */
.orderby-list input[type="radio"]{
  position:absolute;      /* keep in flow for a11y */
  opacity:0;
  width:1px;height:1px;
}

/* label as the custom control */
.orderby-list label{
  position:relative;
  padding-left:30px;      /* space for the square */
  cursor:pointer;
  display:inline-block;
  line-height:20px;
  user-select:none;
	position:relative;
}

/* square box */
.orderby-list label::before{
  content:"";
  position:absolute;left:0;top:0;
  width:21px;height:21px;
  border:2px solid #0d6884;   
  background:#fff;
  box-sizing:border-box;
}

/* checked state (JS adds .is-checked to label) */
.orderby-list label.is-checked::before {
    background: #0d6884;
    border-color: #0d6884;
}
/* .orderby-list label.is-checked::after{
  content:"✔";
  position:absolute;left:3px;top:2px;
  font-size:16px;
  color:#fff;
  line-height:1;
}
 */

.orderby-list label.is-checked::after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 7px;
    width: 5px;
    height: 9px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    right: inherit;
    margin: auto;
    bottom: 4px;
}




/* Default circle banane ke liye */
/* .woocommerce-ordering-radio label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 2px solid #555;
  border-radius: 50%;
  background: white;
} */

/* Jab radio checked ho tab */
.woocommerce-ordering-radio label input[type="radio"]:checked + label::after {
  content: "✔";
  position: absolute;
  left: 2px;
  top: -2px;
  font-size: 14px;
  color: green;
}




/* Progress bar */
    /* Navigation */
.post-navigation-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-top: 1px solid #16161626;
    position: relative;
}
    .post-navigation-pagination a {
      font-weight: bold;
      color: #0073e6;
      text-decoration: none;
      display: flex;
      align-items: center;
    }
    .post-navigation-pagination a:hover {
      text-decoration: underline;
    }
    .reading-time {
      font-weight: bold;
      color: #333;
    }
.post-navigation-pagination a {
    font-size: 15px;
    color: #2a2b2a;
    font-weight: 700;
}
.post-navigation-pagination h4 {
    margin: 0px;
}
#readingProgress {
    position: absolute;
    top: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #000000;
    z-index: 9999;
    transition: width 0.2s ease;
}
.post-navigation-pagination_main {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffffff;
}
.post-navigation-pagination a:hover {
    text-decoration: none;
}
.blog-tags_main a:last-child span {
    display: none;
}
td.row_main td {
    text-transform: uppercase;
}
section.product-table_head h3 {
    text-align: center;
    font-size: 24.48px;
    font-weight: 600;
}

section.product-table_head p {
    text-align: center;
    padding-bottom: 10px;
}
.bredcrumb_main ul li a.icon_img {
    position: relative;
    top: 2px;
    margin-left: 10px;
}




.category-inner .rightfiler .product_card .product-image .badge_bundle_offer {
    font-size: 8.02185px;
}

.entry-content.container p a:hover {
    opacity: 0.6; transition:all 0.4s;
}
article .entry-content.container p a{
    transition:all 0.4s;
}



@media only screen and (max-width: 1200px) {
.page-template-tpl-cms .entry-content .tab_form_main form input {
    padding: 8px 12px;
    font-size: 16px;
}
.page-template-tpl-cms .entry-content .tab_form_main form {
    display: flex;
    gap: 3px;
    align-items: baseline;
    flex-direction: column;
}	
.page-template-tpl-cms p .wpcf7-form-control-wrap {
    margin-left: 0px;
}
.page-template-tpl-cms .entry-content .tab_form_main .wpcf7-submit {margin-left: 5px;}	
.page-template-tpl-cms .entry-content .tab_form_main form p {
    margin-bottom: 0px;
}
.category-inner .rightfiler {
    padding: 0 0 0 30px;
}
.category-inner .leftfiler {
    padding: 0 30px 0 0px;
}
	
}

@media only screen and (max-width: 1024px) {
#product-view-container.grid-view ul.products {grid-template-columns: repeat(3, 1fr)!important;}
/* .error_page_main h1 {font-size: 70px;}	 */
.error_page_main p {margin: 10px 0 20px 0;}	
	.category-inner .filter-section-left.mobile-sortby form.woocommerce-ordering{
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
.category-inner .drawer-open {
    padding: 0;
    display: inline-block;
    width: 320px;
	z-index: 9999;
}

	.category-inner .leftfiler-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #16161626;
}
.category-inner .mobile-sortby {
    display: block;
}
.category-inner .leftfiler-title h2 {
    font-size: 18px;
    margin: 0px;
}
.category-inner .filter-section-left.mobile-sortby form.woocommerce-ordering {
    float: none;
}
.category-inner .leftfiler-title .close-filter {
    position: unset;
    padding: 0px;
	display: flex;
	color:#161616;
}
	.category-inner .leftfiler-title .close-filter svg {color:#161616;}

.leftfiler.drawer-open .filter-body {
    padding: 0 20px;
}
	.list-grid-shorting .sortby {
    display: none;
}
	.tax-product_cat .fullrow .list-grid-shorting .filter-toggle-btn {
        border-right: 0;
        padding: 0;
        border: 3px solid #16161626;
        border-radius: 8px;
        padding: 10px 20px;
		color:#161616;
    }
	.tax-product_cat .fullrow {
    border-top: 0px solid #16161626;
    border-bottom: 1px solid #16161626;
    padding: 0px 0 20px 0;
    margin-bottom: 30px;
}
.tax-product_cat .fullrow .woocommerce_catalog_ordering .view-toggle label {
    font-size: 0px;
}
.tax-product_cat .fullrow {
    margin-bottom: 8px;
}	
	
	.no-scroll {
    position: relative;
    overflow: hidden;
}

.no-scroll:after {content: "";position: absolute; height: 100%; width: 100%;background: #00000085;top: 0;z-index: 9;}
.page-template-discount .content h1 {
    font-size: 32px;
}
.page-template-tpl-cms .entry-content #consentPopup {
    padding: 0 15px;
}
.tax-product_cat .fullrow .list-grid-shorting .filter-toggle-btn span.mobile {
    display: block;font-family: "Montserrat", sans-serif;
}	
.tax-product_cat .fullrow .list-grid-shorting .filter-toggle-btn span.desktop {
    display: none;
}
	
	
}



@media only screen and (max-width: 768px) {
  .list-grid-shorting .sortby form.woocommerce-ordering {
    margin: 0px;
}
	.category-content .term-description {
    max-width: 100%;
}
	.term-description h2 {
    font-size: 26px;
}
.blog-list-main .blog-list-content .left-part {
    padding: 0 20px;
}	
.post-navigation-pagination a {
    font-size: 0px;
}
    .search-results #product-view-container.grid-view ul.products {
        grid-template-columns: repeat(2, 1fr)!important;
    }
	
}

@media only screen and (max-width: 600px) {
    #product-view-container.grid-view ul.products {
        grid-template-columns: repeat(2, 1fr)!important;
    }


}

@media only screen and (max-width: 575px) {
.tax-product_cat .fullrow .woocommerce_catalog_ordering {
    flex-wrap: wrap;
}
	.term-description tbody td {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
}
	.term-description thead th {
    font-weight: 500;
    font-size: 14px;
}
.page-template-tpl-cms .entry-content .tab_form_main form input {
        width: 100%;
    }	
	.page-template-tpl-cms .entry-content .tab_form_main .wpcf7-submit {
		margin-left: 0px; width: max-content;
	}	
	.page-template-tpl-cms .entry-content .tab_form_main form .wpcf7-form-control-wrap input {
    max-width: 100%;
}
.error-404.error_page_main {
    padding-bottom: 22px;
}	
.product_card {
    margin-right: 8px !important;
}
	
}





.consent-popup {
    padding: 0 15px;
}


/* collection page css end*/


/* template-offer css */
.page-template-offer h1 {
    text-align: center;
    font-weight: 600;
	@media only screen and (max-width:768px){
		font-size:22px;
	}
}

.page-template-offer .content {
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
	@media only screen and (max-width:768px){
		max-width: 100%;
	}
}

.page-template-offer .offers h2 {
    text-align: center;
    font-weight: 600;
	@media only screen and (max-width:768px){
		font-size:20px;
	}
}

.page-template-offer .banner_slider_content p {
    margin: 8px 0 0 0;
    text-decoration: none;
    border: 0;
    font-size: 17px;
    font-weight: 600;
	@media only screen and (max-width:768px){
		font-size:16px;
	}
}

.page-template-offer .banner-slider_box a {
    text-decoration: none;
}


.page-template-offer .banner-box_inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	@media only screen and (max-width:600px){
		grid-template-columns: 1fr;
	}
}
.page-template-offer .sell_product_sc{
		.product_top_head{
		text-align:left;
	    display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
		padding-top: 30px;
	}
	h2{
		font-weight:600;
		margin-top:0px;
	}
}
.page-template-offer .content a:hover {opacity: .6;}
.banner-box_inner .banner-slider_box .banner_slider_img {position: relative;overflow:hidden;}
.banner-box_inner .banner-slider_box .offder-text {position: absolute;left: 30px;bottom: 0;top: 0;margin: auto;height: max-content;width: max-content;box-shadow: 2px 2px 8px #212b363d;color: #ffffff;padding: 20px;border-radius: 3px;text-align: center;z-index:1;}
.banner-box_inner .banner-slider_box .offder-text .row1 {font-size: 17px;text-transform: uppercase;font-weight: 700;margin: 0 0 8px 0px;}
.banner-box_inner .banner-slider_box .offder-text .row2 {font-size: 35px;margin: 0px;line-height: 1;font-weight: 700;}
.banner-box_inner .banner-slider_box:nth-child(even) .offder-text {left: inherit;right: 30px;}
.banner-box_inner .banner-slider_box:first-child .offder-text {background-color: #6e38c4;}
.banner-box_inner .banner-slider_box:nth-child(3) .offder-text {background-color: #a6173d; left: inherit; right: 30px;}
.banner-box_inner .banner-slider_box:nth-child(4) .offder-text {background-color: #9f234f; right: inherit; left: 30px;}
.banner-box_inner .banner-slider_box:nth-child(2) .offder-text {background-color: #4eab46; right: inherit; left: 30px;}
.banner-box_inner .banner-slider_box:nth-child(5) .offder-text {background: #9438c4; left: inherit;  right: 30px;}
.banner-box_inner .banner-slider_box:hover .banner_slider_img img {transform: scale(1.03); transition:all 0.4s;}
.banner-box_inner .banner-slider_box .banner_slider_img img {width:100%;transition:all 0.4s;}



/* contect page newslatter css */
.page-template-tpl-contact .contact_page .newsletter {text-align: center;}
.page-template-tpl-contact .contact_page .newsletter h2 {margin: 0px;font-size: 20px;font-weight: 600;}
.page-template-tpl-contact .contact_page .newsletter p {margin: 10px 0 10px 0;font-size: 15px;line-height: normal;color: #161616; font-weight:500;}
.page-template-tpl-contact .contact_page #ib2a .gjs-cell input[type="email"] {padding: 12px 60px 12px 20px !important;font-size: 15px;width: 100%;border-radius: 8px;max-width: 100%;border-color: #d1d1d1 !important;border: 3px solid;}
.page-template-tpl-contact .contact_page #ib2a .gjs-cell input[type="email"]:focus-visible {
    outline: inherit;
    box-shadow: inherit;
    border-color: #919191 !important;
}
.page-template-tpl-contact .contact_page .es-form-field-container {padding: 0px !important;position: relative;background: transparent !important;width: 100% !important;}
.page-template-tpl-contact .contact_page .input-with-button>.btn {border: 0;}
.page-template-tpl-contact .contact_page input#ivrac {position: absolute;font-size: 0px;width: 40px;height: 40px;max-width: 40px !important;top: 0;right: 20px;bottom: 0;margin: auto;padding: 0px !important;background: url(./assets/images/arrow11.jpg);background-repeat: no-repeat;background-size: 24px;background-position: center center;min-height: 30px;cursor: pointer;}
.page-template-tpl-contact .contact_page .newsletter .container {max-width:590px;}
.page-template-tpl-contact .es_subscription_message.success {
    color: #008000;
    font-size: 15px;
    border: 1px solid #2c7e3f33;
    background: #e8f6ea;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    padding: 20px 0;
    font-weight: 500;
}



/* contect page newslatter css end */


/* bredcrumb css  */
.bredcrumb_main ul {display: flex;align-items: center;margin: 0px;padding: 0px;gap: 4px; flex-wrap:wrap;}
.bredcrumb_main ul li {list-style: none;line-height: normal;display: flex;align-items: center;font-size: 12px;font-weight: 500;color: #161616;line-height: normal;}
.bredcrumb_main ul li a {font-size: 12px;text-decoration: none;font-weight: 500;color: #161616;line-height: normal;}
.bredcrumb_main ul li svg {width: 15px;height: 15px;}
.bredcrumb_main {margin: 30px 0 0 0;}
/* bredcrumb css end */




.newlatter-popup .my-nl-popup__content h2 {
    font-size: 23px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 25px;
	text-align:left;
	margin-top: 5px;
	font-family: Helvetica, Arial, sans-serif;
}
.newlatter-popup .my-nl-popup__content p {
    font-size: 17px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 25px;
	text-align:left;
	padding-right: 20px;
	font-family: Helvetica, Arial, sans-serif;
}
.newlatter-popup .es-form-field-container {
    width: 100% !important;
    background:  unset !important;
    padding: 0 !important;
}
.es-form-field-container .gjs-cell input {
    width: 100%;
    border: 1px solid #202020;
    min-height: 50px;
    padding: 10px 15px !important;
    border-radius: 5px;
	@media only screen and (max-width:480px){
		min-height: 40px;
	}
}
.es-form-field-container .gjs-cell input {}
.newlatter-popup .my-nl-popup__content {
    max-width: 450px;
    width: 100%;
	@media only screen and (max-width:480px){
		width:calc(100% - 40px);
		padding:20px;
	}
}
.newlatter-popup .my-nl-popup__content h2 span {
  color: #0D6884;
}
.newlatter-popup .my-nl-popup__content p span {
  color: #0D6884;
}
.newlatter-popup .gjs-cell input[type="submit"] {
  background-color: #0D6884 !important;
  width: 100% !important;
  font-size: 23px !important;
  font-weight: 700 !important;
  border-radius: 19px;
  font-family: Poppins-Klaviyo-Hosted, Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0;
  line-height: 1 !important;
	cursor:pointer;
}
.newlatter-popup .es-form-field-container .gjs-cell input::placeholder {
  font-size: 16px;
  letter-spacing: 0;
  text-transform: capitalize;
	@media only screen and (max-width:480px){
		font-size: 14px;
	}
}
.newlatter-popup .my-nl-popup__content .popup_des {
  font-size: 11px !important;
  font-weight: 400;
  padding: 0 25px;
  line-height: 19px;
  color: rgb(32, 32, 32);
  font-family: Montserrat, sans-serif;
  margin-bottom: 5px;
	@media only screen and (max-width:480px){
		padding: 0 15px;
		line-height: 17px;
	}
}
.newlatter-popup .my-nl-popup__content .popup_des a {
  font-size: 11px;
  font-weight: 700;
}
.newlatter-popup .my-nl-popup__close {
  font-size: 40px;
  background: black;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-weight: 300;
  color: #FFFFFF;
  top: 7px;
  right: 7px;
}
.newlatter-popup .my-nl-popup__content .emaillist label {
    display: none !important;
}




.tax-product_cat .black-banner {
    background: #000c;
    text-align: center;
    padding: 8px 10px;
	margin-bottom:20px;
}
.tax-product_cat .category-inner .black-banner p {
    font-size: 15px;
    line-height: 22.5px;
    font-weight: 600;
    color: #ffffff;
}
.tax-product_cat .category-inner .black-banner p a {
    font-size: 15px;
    line-height: 22.5px;
    font-weight: 700;
    color: #ffffff;
}

.tax-product_cat .category-inner .black-banner p a strong{
	font-weight:700;
}

.tax-product_cat .category-inner .black-banner p strong{
	font-weight:700;
}


/* Blog top section css */

.blog-list-main{
        .left-part{
            max-width: 575px;
            width: 100%;
            overflow: hidden;
            a{
                display: inline-block;
                width: 100%;
                max-width: 575px;
                    img{
                        vertical-align: middle;
                        width: 100%;
                        transition: 0.4s;
                    }
            }
        }
        .blog-list-content{
            display: grid;
            align-items: center;
            grid-template-columns: repeat(2, 1fr);
			margin-top:30px;
             .right-part{
                padding: 32px;
                display: flex;
                flex-direction: column;
                 .blog-tags_main{
                    .blog-tags{
                        font-size: 13.2px;
                        font-weight: 500;
                        color: #16161699;
                        text-decoration: none;
                        font-family: Montserrat, sans-serif;
						margin-right: 5px;
                    }
                 }
                 .card__title{
                    margin: 12px 0px;
                    padding: 0;
                    color: black;
                     a{
                        text-decoration: none;
                        font-family: Montserrat, sans-serif;
                        color: black;
						font-size: 24.48px;
						font-weight: 600;
						line-height: 31px;
                     }
                 }
                 .down-desc{
                    margin: 0 0 20px 0;
                    padding: 0px;
                    font-size: 15px;
                    font-weight: 500;
                    line-height: 22px;
                    color: #161616;
                    font-family: Montserrat, sans-serif;
                 }
                 .time-data{
                    color: #16161699;
                    font-size: 15px;
                    font-weight: 500;
                    line-height: 22px;
                    margin: 0px;
                    padding: 0px;
                    font-family: Montserrat, sans-serif;
                 }
                 .card__button{
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: auto;
                    max-width: max-content;
                    font-size: 13px;
                    font-weight: 700;
                    border: 3px solid #000000;
                    border-radius: 100%;
                    padding: 13px;
                    margin-top: 32px;
                    transition: 0.4s;
                    background-size: 300% 100%;
                    position: relative;
                    overflow: hidden;
					z-index: 1;
                    &::after{
                        content: "";
                        position: absolute;
                        width: 0%;
                        height: 100%;
                        left: 0;
                        top: 0;
                        background: #EDEDED;
                        transform: rotate(15deg);
                        transition: 0.3s;
                    }
                    &:hover::after{
                        width: 100%;
                        transition: 0.3s;
                    }
                    svg{
                        color: #000000;
                        z-index: 9;
                    }
                 }
             }
             &:hover{
                    .left-part img{
                        transform: scale(1.03);
                        transition: 0.4s;
                    }
                }
        }
    }

    @media only screen and (max-width:768px){
        .blog-list-main .blog-list-content{
            grid-template-columns: 1fr !important;
        }
        .blog-list-content .right-part{
            padding: 20px !important;
        }
        .blog-list-content .left-part{
            max-width: 100%;
            width: 100%;
            a{
                width: 100%;
                max-width: 100%;
            }
        }
        .right-part {
            .card__title{
                font-size: 20px !important;
                line-height: 27px !important;
            }
        }
        .blog-list-main{
            .container{
                padding: 0px;
            }
        }
    }



.wp-block-woocommerce-empty-cart-block{
	.with-empty-cart-icon{
		position:relative;
		padding: 55px 0 0 0;
		font-size:15px;
		font-weight:500;
		line-height:22px;
		&:before{
			display:none !important;
		}
		&:after{
			content:"";
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' class='icon icon--cart' aria-hidden='true' focusable='false' role='presentation'%3E%3Cpath fill='currentColor' d='M17 18a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.11.89-2 2-2M1 2h3.27l.94 2H20a1 1 0 0 1 1 1c0 .17-.05.34-.12.5l-3.58 6.47c-.34.61-1 1.03-1.75 1.03H8.1l-.9 1.63-.03.12a.25.25 0 0 0 .25.25H19v2H7a2 2 0 0 1-2-2c0-.35.09-.68.24-.96l1.36-2.45L3 4H1V2m6 16a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.11.89-2 2-2m9-7 2.78-5H6.14l2.36 5H16Z'%3E%3C/path%3E%3C/svg%3E");
			position:absolute;
			height:44px;
			width:44px;
			background-repeat:no-repeat;
			background-size:44px;
			left:0px;
			right:0px;
			top:0px;
			margin:0 auto;
		}
	}
	
	.cart-shop_btn{
		text-align:center;
		display: inline-block;
		width: 100%;
		margin: 20px auto;
		a{
			margin: 0;
			border-radius: 8px;
			font-size: 13px;
			font-weight: 700;
			position: relative;
			z-index: 2;
			overflow: hidden;
			background-color: #0d6884;
			border: 2px solid #0d6884;
			padding:12px 25px;
			text-decoration:none;
			&:after{
				content: '';
				position: absolute;
				left: 0%;
				top: 0;
				background-color: #ededed69;
				height: 100%;
				width: 0%;
				transition: all 0.4s;
				z-index: -1;
				border-radius: 7px;
			}
			&:hover:after{
				width: 100%;
			}
		}
	}
}

.wp-block-woocommerce-checkout{
	.wc-block-components-totals-item{
		.wc-block-components-totals-item__label{
			font-weight:600 !important;
			color: #000;
			font-size:17px !important;
			@media only screen and (max-width: 1024px) {
				font-size:16px !important;
			}
		}
	}
}

.wp-block-woocommerce-checkout-order-summary-totals-block{
	.wc-block-components-totals-item{
		.wc-block-components-totals-item__description{
			.wc-block-components-totals-discount__coupon-list{
				padding-left: 0 !important;
			}
		}
	}
}

.cart-empty.woocommerce-cart{
	.entry-header{
		h1{
			text-align:center;
			@media only screen and (max-width: 1280px) {
				font-size:32px;
			}
			@media only screen and (max-width: 1024px) {
				font-size:30px;
				margin: 20px 0 30px 0;
			}
			@media only screen and (max-width: 768px) {
				font-size:28px;
			}
			@media only screen and (max-width: 575px) {
				font-size:25px;
			}
		}
	}
}

.mini-cart-slider-wrap .mini-cart-slider1 .slick-prev{right: 47px !important; left: unset; top: 0 !important; transition:0.3s;}
.mini-cart-slider-wrap .mini-cart-slider1 .slick-next{right: 18px !important; top: 0 !important; transition:0.3s;}
.mini-cart-slider-wrap .mini-cart-slider1{position: unset;}
.mini-cart-slider-wrap .mini-cart-slider1 .slick-list .slick-track .slick-slide{padding: 0 8px;}
.mini-cart-slider-wrap .mini-cart-slider1 .slick-list{margin: 0 0px 0 -8px;}
.mini-cart-slider-wrap .mini-cart-slider1 .slick-next:hover{transform: scale(1.08); transition:0.3s;}
.mini-cart-slider-wrap .mini-cart-slider1 .slick-prev:hover{transform: scale(1.08); transition:0.3s;}




.how_to_use_nico_pouches .content h1 strong {
    font-size: 42.3014px;
    font-weight: 700;
    line-height: normal;
}
.how_to_use_nico_pouches .content h2 strong, .how_to_use_nico_pouches .content h2  {
    font-size: 35.2512px;
    font-weight: 700;
    line-height: normal;
}
.how_to_use_nico_pouches .content ul {
    padding-left: 30px;
}
.how_to_use_nico_pouches .content h3 strong, .how_to_use_nico_pouches .content h3 {
    font-size: 29.376px;
    line-height: normal;
    font-weight: 700;
    margin: 10px 0;
}
.how_to_use_nico_pouches .content ul li {
    padding-bottom: 7.5px;
}
.how_to_use_nico_pouches .content ol li {
    padding-bottom: 7.5px;
}
.how_to_use_nico_pouches table {
    border: 1px solid #dcdcdc;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 20px;
}
.how_to_use_nico_pouches table tr th {
    border: solid 1px #dcdcdc;
    border-collapse: collapse;
padding: 16px 10px;
    text-align: left;
	font-weight: 500;
}
.how_to_use_nico_pouches table tbody tr td {
padding: 16px 10px;
    border: 1px solid #dcdcdc;
}
.how_to_use_nico_pouches h1.page_title {
    font-size: 42.3014px;
    line-height: normal;
    font-weight: 600;
    margin: 64px 0 50px 0;
}
.how_to_use_nico_pouches .line_border {
    border: 0px;
    height: 1px;
    background: #16161626;
    margin: 25px 0;
}
.how_to_use_nico_pouches  .content h1 {
    line-height: normal;
}






.woocommerce-checkout .wc-block-components-checkbox label input:before {
    content:'';
    -webkit-appearance: none;
    border: 2px solid #000000;
    padding: 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0;
    border-radius: 0 !important;
    height: 15px;
    width: 15px;
}
.woocommerce-checkout .wc-block-components-checkbox label input{
  border: 0px !important;
  width: 17px !important;
  height: 17px !important;
  border-radius: 0px !important;
}
.woocommerce-checkout .wc-block-components-checkbox label input[type=checkbox]:checked:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  right: 0;
  margin: auto;
  bottom: 4px;
}
.woocommerce-checkout .wc-block-components-checkbox label input:focus-visible, .woocommerce-checkout .wc-block-components-checkbox label input:focus{
  border:0px !important;
  outline:0px !important;
  box-shadow:inherit !important;
}

.woocommerce-checkout .wc-block-components-checkbox label input[type=checkbox]:checked:before {
	background:#000000 ;
}

.footer-popup__close {
	right: 10px !important;
	top: 11px !important;
	font-size: 26px !important;
	right: 0 !important;
	background:transparent !important;
}




.category-inner .leftfiler .filter-inner ul li label input:before {
    content: '';
    -webkit-appearance: none;
    border: 2px solid #0d6884 ;
    padding: 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0;
    border-radius: 0 !important;
    height: 17px;
    width: 17px;
    left: -20px;
    top: -10px;
}
.category-inner .leftfiler .filter-inner ul li label input{
  border: 0px !important;
  width: 0px !important;
  height: 0px !important;
  border-radius: 0px !important;
	position: relative;
	outline: 0;
	box-shadow: none;
	padding: 0;
	margin: 0;
}
.category-inner .leftfiler .filter-inner ul li label input[type=checkbox]:checked:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: -19px;
    width: 5px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    right: 0;
    margin: auto;
    bottom: 4px;
}
.category-inner .leftfiler .filter-inner ul li label input:focus-visible, .category-inner .leftfiler .filter-inner ul li label input:focus{
  border:0px !important;
  outline:0px !important;
  box-shadow:inherit !important;
}

.category-inner .leftfiler .filter-inner ul li label input[type=checkbox]:checked:before {
	background:#0d6884;
}


.category-inner .leftfiler .filter-inner ul li label input:before {
    content: '';
    -webkit-appearance: none;
    border: 2px solid #0d6884 ;
    padding: 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0;
    border-radius: 0 !important;
    height: 17px;
    width: 17px;
    left: -20px;
    top: -10px;
}
.category-inner .leftfiler .filter-inner ul li label input{
  border: 0px !important;
  width: 0px !important;
  height: 0px !important;
  border-radius: 0px !important;
	position: relative;
	outline: 0;
	box-shadow: none;
	padding: 0;
	margin: 0;
}
.category-inner .leftfiler .filter-inner ul li label input[type=redio]:checked:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: -19px;
    width: 5px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    right: 0;
    margin: auto;
    bottom: 4px;
}
.category-inner .leftfiler .filter-inner ul li label input:focus-visible, .category-inner .leftfiler .filter-inner ul li label input:focus{
  border:0px !important;
  outline:0px !important;
  box-shadow:inherit !important;
}

.category-inner .leftfiler .filter-inner ul li label input[type=redio]:checked:before {
	background:#0d6884;
}







@media only screen and (min-width: 1024px) and (max-width:1280px){
   .wc-block-checkout .wc-block-checkout__sidebar{
		width: 40% !important;
	}
	.wc-block-checkout .wc-block-checkout__main {
		width: 60% !important;
	}
}



/* Blog top section css End */



@media only screen and (max-width: 1024px) {
 .banner-box_inner .banner-slider_box .offder-text .row2 {font-size: 26px;}
.banner-box_inner .banner-slider_box .offder-text .row1 {font-size: 15px;margin: 0 0 4px 0px;}	
.banner-box_inner .banner-slider_box .offder-text {left: 20px;padding: 12px;}
.banner-box_inner .banner-slider_box:nth-child(2) .offder-text {left: 20px;}
.banner-box_inner .banner-slider_box:nth-child(3) .offder-text {right: 20px;}
.banner-box_inner .banner-slider_box:nth-child(4) .offder-text {left: 20px;}	
.banner-box_inner .banner-slider_box:nth-child(5) .offder-text {right: 20px;}
.page-template-tpl-contact .contact_page .newsletter p {font-size: 15px;}
.page-template-tpl-contact .contact_page .newsletter h2 {font-size: 20px;}	
.wc-block-checkout .wc-block-checkout__sidebar{
    width: 100%;
    padding: 0;
}
.wc-block-checkout .wc-block-checkout__main {
    width: 100% !important;
    padding-right: 0 !important;
    border-right: 0px !important;
    margin-bottom: 30px !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        background: #0d6884 !important; 
        padding: 6px 26px;
	
}	
.how_to_use_nico_pouches .content h1 strong {
    font-size: 32.3014px;
}	
.how_to_use_nico_pouches h1.page_title {
    font-size: 36.3014px;
    margin: 44px 0 30px 0;
}	
.how_to_use_nico_pouches .content h2 strong, .how_to_use_nico_pouches .content h2 {
    font-size: 28.2512px;
}	
.how_to_use_nico_pouches  .scrollable-table {
    max-width: 600px;
    overflow: auto;
    width: 100%;
}	
	
	
	
	}

@media only screen and (max-width: 991px) {
.collection_card_inner {
    gap: 8px;
}

}


@media only screen and (max-width: 740px) {
	.cart_you_may_also_like{margin-bottom:30px;}
}


@media only screen and (max-width: 768px) {
.tax-product_cat .page-title h1, .woocommerce-shop .page-title h1 {font-size: 28px;}	
.single-post .entry-content.container h2 {
    font-size: 25.958px;
    font-weight: 600;
    line-height: normal;
}
.single-post .social-share {
    padding-top: 30px;
}	
.single-post .entry-header .post-tags {
    padding: 30px 0 0 0;
}		
#product-view-container.grid-view ul.products {
    gap: 8px;
}	
	
.footer-popup{width:100% !important; padding: 10px;}
	.footer-popup__close {
		font-size: 24px !important;
		width: 23px !important;
		height: 23px !important;
		top: 5px !important;
	}
	
	}








@media only screen and (max-width: 575px) {
.banner-box_inner .banner-slider_box .offder-text .row2 {font-size: 22px;}
.banner-box_inner .banner-slider_box .offder-text .row1 {font-size: 13px;}		
nav.woocommerce-breadcrumb {margin-bottom: 20px !important;}	
	.wc-block-components-order-summary .wc-block-components-order-summary-item{
		.wc-block-components-order-summary-item__total-price{
			.price{
				padding: 10px 0 0 0;
			}
		}
	}
.page-template-discount .content h1 {
        font-size: 28.5025px;
    }	
	.tag .page-header.alignwide h1 {
    font-size: 29px;
    line-height: normal;
}
.tag header.entry-header h2 {
    line-height: normal;
}	
.how_to_use_nico_pouches h1.page_title {
    font-size: 28.9663px;
    margin: 40px 0 30px 0;
}	
.how_to_use_nico_pouches .content h2 strong, .how_to_use_nico_pouches .content h2, .how_to_use_nico_pouches .content h3 strong, .how_to_use_nico_pouches .content h3 {font-size:23.5001px;}
.how_to_use_nico_pouches .content h1 strong {
    font-size: 28.4185px;
    line-height: normal;
}
.page-template-tpl-about .entry-content h3, .page-template-tpl-about .entry-content h3 strong {
    font-size: 23.1823px;
}	
	
	.newlatter-popup .my-nl-popup__content h2 {
		font-size: 20px;
	}
	
	.newlatter-popup .my-nl-popup__content p { 
		font-size: 14px;
		margin-bottom: 16px;	
		line-height: 18px;
		padding-right:0px;
	}
	.newlatter-popup .es-form-field-container .gjs-row{
		margin-bottom: 5px !important;
	}
	.newlatter-popup .my-nl-popup__close {
		font-size: 35px;
		height: 25px;
		width: 25px;
	}
	.header_search #custom-search-results .right #keyword-suggestions ul li a {
    padding: 16px;
}
.header_sc .header_search #custom-search-results .right #keyword-suggestions ul li a {
    padding: 8px 20px;
}
.header_sc .header_search #custom-search-results .tab-titles, .header_sc .header_search #custom-search-results .right #keyword-suggestions>h4, .header_sc .header_search #custom-search-results .right #keyword-suggestions>p {
    margin: 0px 0 0px 20px;
}	
.single-product .top_product_sc.hover_slider_sc .product_card {
    margin-right: 8px !important;
}
.woocommerce-page .faq .custom-faq .faq-question {
    font-size: 15px;
    line-height: 1;
}	
.page-template-offer .banner-box_inner {
    padding-bottom: 20px;
}	
.page-template-offer .offer_product_sc {
    padding-bottom: 0px;
}	

	}
@media only screen and (max-width: 415px) {
	.qty-discount .discount-label {column-gap: 8px !important; font-size: 12.2px !important; 
		padding: 6px 11px !important;}
}
	


.product .onsale{display: none;}

@media screen and (min-width:1215px){
	.category-inner.cate_scroll_up .leftfiler.active{
		position: sticky !important;
		height: fit-content;
		top: 160px;
	}
	.category-inner .leftfiler.active{
		position: sticky !important;
		height: fit-content;
		top: 120px;
	}
	.category-inner .rightfiler{
		min-height: 100%;
	}
}


@media screen and (min-width:1102px) and (max-width:1214px){
	.category-inner.cate_scroll_up .leftfiler.active{
		position: sticky !important;
		height: fit-content;
		top: 200px;
	}
	.category-inner .leftfiler.active{
		position: sticky !important;
		height: fit-content;
		top: 120px;
	}
	.category-inner .rightfiler{
		min-height: 100%;
	}
}


@media screen and (min-width: 991px) and (max-width:1101px){
	.category-inner .leftfiler.active{
		position: sticky!important;
		height: fit-content;
		top: 110px;
	}
	.category-inner.cate_scroll_up .leftfiler.active{
		position: sticky!important;
		height: fit-content;
		top: 110px;
	}

	.category-inner .rightfiler{
		min-height: 100%;
}
}

.blog-menu{
    text-align: center; margin-top: 30px;
}

nav.menu-blog-menu-container {
    width: auto;
    overflow: hidden;
    display: inline-block;
}


nav.menu-blog-menu-container #menu-blog-menu {
    display: flex;
    justify-content: center;
    list-style-type: none;
    align-items: center;
    /* gap: 10px; */
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    /* width: auto; */
}
nav.menu-blog-menu-container #menu-blog-menu li a {
    padding: 10px 25px;
    position: relative;
    text-decoration: none;
}
nav.menu-blog-menu-container #menu-blog-menu li.current-menu-item a {
    overflow: visible;
    display: inline-block;
    border-bottom-width: 1px;
    border-style: solid;
    color: #0d6884;
    border: 0;
    border-bottom: 2px solid #0d6884;
}


#product-view-container{display: none;}

/* Checkout CSS */
.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
	background-color: #ffffff;
	border: 7px solid #000 !important;
}

@media (min-width: 699px) {
	.wp-block-woocommerce-checkout-order-summary-block {
		background-color: #f6f6f6;
	}
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	min-height: 4em !important;
}
@media (max-width: 699px) {
	.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
		padding: 20px 10px !important;
		background-color: #f6f6f6;
	}
	body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
		width: 100%;
	}
}
@media (max-width: 599px) {
.xoo-wsc-modal .xoo-wsc-products {
    padding: 0 20px;
}
.xoo-wsc-container .xoo-wsc-body .promo-product {
    padding: 20px 20px;
}
.xoo-wsc-container .xoo-wsc-body .you-may-also-like {
    padding: 20px 20px;
}
.promo-slider-wrap .promo-slider .mini-cart-product-img img, .you-may-also-like .mini-cart-product-img img {
    width: 88px !important;
    height: 88px !important;
}
.xoo-wsc-modal .promo-product .promo-slider .mini-cart-product, .you-may-also-like .mini-cart-slider-wrap .mini-cart-product {
    align-items: start;
}
.xoo-wsc-container .xoo-wsc-body .promo-product h3, .xoo-wsc-container .xoo-wsc-body .you-may-also-like .mini-cart-upsell-title {
    font-size: 16px;
}
.xoo-wsc-modal .promo-product .promo-slider.slick-initialized.slick-slider .slick-next {
    right: 16px;
    width: 24px;
    height: 24px;
}
.xoo-wsc-modal .promo-product .promo-slider.slick-initialized.slick-slider .slick-prev {
    right: 30px;
}
.xoo-wsc-modal .promo-product .promo-slider-wrap .slick-slider .slick-arrow::before, .xoo-wsc-modal .you-may-also-like .mini-cart-slider-wrap .slick-slider .slick-arrow::before {
    height: 40px;
}
.xoo-wsc-markup .xoo-wsc-modal .xoo-wsc-container {
    width: 100%; border-radius: 16px 0px 0px 0px;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-header {
    padding: 16px 35px 16px 20px;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-header span.xoo-wsch-close {
    right: 14px;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-img-col {
    align-self: self-start;
}

}
/* Blog post */
article.post.type-post > div.entry-content.container > ul {
	padding-inline-start: 2rem;
}

/* Cookiebot banner */
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, 
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
	background-color: #0d6883 !important;
	border-color: #0d6883 !important;
}
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
	color: #0d6883 !important;
}

/* Hide Cookiebot widget whenever any target is open */
body.cart_icon #CookiebotWidget,
body.cart-open #CookiebotWidget,
body.filter-open #CookiebotWidget,
body.chatbot-open #CookiebotWidget { display: none !important; }

@media (max-width: 990px) {
	.leftfiler {
		z-index: 9999 !important;
	}
}
/* Rewards at checkout */
.ajs-modal {
	z-index: 9999 !important;
}
/* Order page - display order number */
@media (max-width: 768px) {
	.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
		display: block;
		text-align: right;
		border-bottom: none;
		filter: brightness(88%);
	}
	.woocommerce table.shop_table_responsive tr th::before, .woocommerce-page table.shop_table_responsive tr th::before {
		content: attr(data-title) ": ";
		font-weight: 700;
		float: left;
	}
	.woocommerce table.shop_table_responsive tr th a, .woocommerce-page table.shop_table_responsive tr th a {
		background: none !important;
		color: #000000 !important;
		padding: 0 !important;
	}
}

/* Returning customer login on checkout */
.wc-block-components-checkout-step__heading-content, .wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
	font-size: inherit !important; 
}
.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt::before {
	content: 'Returning customer? ' !important;
}
.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
	float: none !important;
}


/*collection page */
.archive .breadcrumb.breadcrumbs.woo-breadcrumbs{margin: 20px 0;}
.breadcrumb.breadcrumbs.woo-breadcrumbs span, .breadcrumb.breadcrumbs.woo-breadcrumbs a {
    font-size: 11.25px;
    text-decoration: unset;
}

.breadcrumb .breadcrumb-separator{display: flex;align-content: center;}
.breadcrumb .breadcrumb-separator svg{width: 12px; height: 12px;}
.breadcrumb .breadcrumb-wrapper{display: flex; align-items: center; gap: 3px;}



@media (max-width: 767px) {
    .archive .breadcrumb.breadcrumbs.woo-breadcrumbs{margin: 10px 0 20px 0;}  
} 


.product-detail .product .right .summary form.cart .single_add_to_cart_button.loading {
    font-size: 0;
    min-height: 50px;
    background: #ffffffe6;
}

.product-detail .product .right .summary form.cart .single_add_to_cart_button .added_sign_icon icons_sign img{
    width: 20px;
}