/*@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');*/
:root{
  --primary-color:#0066B0;
  --secondary-color: #F6921E;
  --text-dark:#2D2D2D;
  --gray: #BAB6B6;
}
.bg_light{
	background-color: #F2F3F7 ;
}
.bg_light_primary{
	background-color: #E9F1F7;
}
.bg_light_secondary{
	background-color: #f6921e29;
}
.text_purple{
	color: #4103AC;
}
.bg_light_purple{
	background-color: #ebe5f6;
}
.text_lightgray{
	color: #7E7E7E; 
}
.breadcrumb-item+.breadcrumb-item::before{
	content: "\f105";
	font-family: 'FontAwesome';
	color: var(--primary-color);
}
.breadcrumb-item.active{
	color: var(--primary-color);
}
.breadcrumb-item a:hover{
	color: var(--secondary-color);
}
/*product gallery slider*/
.demo {
    width:450px;
}
.product_slider ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.product_slider ul li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.product_slider img {
display: block;
    height: 100%;
    max-width: 100%;
    width: 100%;
    border-radius: 10px !important;
    object-fit: cover;
}
.lSSlideOuter{
	padding-right: 0px !important;
	padding-left: 105px;
}
.lSSlideOuter.vertical .lSGallery{
	right: auto;
	left: 0;
	margin-left: 0px !important;
	margin-right: 5px;
}
.lSSlideOuter .lSPager.lSGallery img{
	height: 100%;
	transition: all 0.3s;
	padding: 2px;
}
.lSGallery li.active img{
	border: 1px solid var(--secondary-color);
	transition: all 0.3s;
}
/*end product gallery slider style*/
.product_action_btns {
	width: calc(100% - 105px);
}
.product_action_btns a{
	width: 48%;
}
.custom_link:hover{
color: var(--secondary-color) !important;
}
.sale_price{
	text-decoration: line-through;
}
/*start sale timer style*/
.time-box {
background: #fff;
    padding: 4px 4px;
    margin: 0 3px;
    min-width: 35px;
    text-align: center;
    font-weight: bold;
    border: 1px solid lightgray;
    font-size: 14px;
}
.label {
    margin: 0 8px 0 6px;
    font-size: 14px;
    color: #333;
}
.colon {
    font-weight: bold;
    font-size: 16px;
    margin: 0 2px;
}
/*start style for quanity field*/
.qty-btn {
  width: 30px;
  height: 30px;
  background: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s ease;
  border: 1px solid lightgray;
  border-radius: 100%;
}
.qty-btn:hover {
  background: var(--primary-color);
  color: #fff;
}
.qty-input {
  width: 40px;
  border: none;
  text-align: center;
  font-size: 18px;
  background: transparent;
  outline: none;
}
/* Remove arrows from input */
.qty-input::-webkit-inner-spin-button, .qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty-input {
  -moz-appearance: textfield;
}
/*start color select box styling*/
.checkbox_option{
	width: 40px;
	display: block;
}
.checkbox_option input[type="radio"]{
		position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.checkbox_option input[type="radio"]::after{
	position: absolute;
	content: "";
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	border: 2px solid transparent;
	z-index: 1111;
	border-radius: 6px;
}
.checkbox_option small{
	font-size: 10px;
}
.checkbox_option input[type="radio"]:checked::after{
border-color: var(--secondary-color);
}
.simple_listing li{
	width: 24%;
	margin: 10px 0px;
}
.checklist li {
	padding-left: 25px;
	position: relative;
	display: flex;
	width: 15%;
	margin: 10px 0px;
}
.checklist li::before{
	position: absolute;
	content: "\f058";
	color: var(--secondary-color);
	font-family: 'FontAwesome';
	left: 0;
	font-size: 16px;
}
/*start ratings style*/
.rating {
    width: 120px;
    height: 24px;
    position: relative;
    background-color: transparent;
    margin-right: 10px;
}
.rating progress.rating-bg {
  -webkit-appearance: none;
  -moz-appearence: none;
  appearance: none;
  border: none;
  display: inline-block;
  height: 24px;
  width: 100%;
  color: orange;
  background-color: #EFF0F5;
}
.rating progress.rating-bg::-webkit-progress-bar {
  background-color: #EFF0F5; /* <-- change this */
}	
.rating progress.rating-bg::-webkit-progress-value {
  background-color: #EBBC00;
}
.rating progress.rating-bg::-moz-progress-bar {
  background-color: #EBBC00;
}
.rating svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rating_wrap .progress{
	background-color: #EFF0F5;
}
.rating_wrap .progress .progress-bar{
	background-color: #EBBC00;
}
.squared_input input{
	border-radius: 15px;
}
.squared_input input:focus{
	border: 1px solid var(--secondary-color) !important;
}
.squared_input button{
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.bordered_heading::after{
	position: absolute;
	content: "";
	height: 0.5px;
	width: 90%;
	background-color: var(--gray);
	z-index: -1;
	right: 0;
	left: 0;
	margin: auto;
	margin-bottom: 5px;
}
.bordered_heading h4, .bordered_heading .simple_link{
	background-color: #e5e5e5 ;
}
.share_links_dropdown .copy_link{
position: absolute;
    font-size: 12px;
    color: gray;
    bottom: -3px;
    margin-left: -3px;
    display: none;
}
.share_links_dropdown a:hover .copy_link{
	display: inline-block;
}
.address .dropdown-menu{
	width: 300px;
	z-index: 11111;
}
.address .dropdown-menu li{
	border: 0px;
	padding-left: 0px;
}
.address .dropdown-menu li a{
	color: var(--text-dark);
	padding: 10px;
	display: block;
	width: 100%;
}
.address .dropdown-menu li a:hover{
	background-color: var(--secondary-color);
	color: #fff;
}
.simple_search input{
border-radius: 10px;
height: 40px;
}
.simple_search::after{
    position: absolute;
    content: "\f002";
    font-family: 'Font Awesome 6 Pro';
    right: 10px;
    margin-top: 9px;
    color: #CFCFCF;
    z-index: 11;
}
#faqs_accordion .accordion .accordion-item{
	border: 0px;
	background-color: #F5F5F5;
	border-radius: 15px;
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
}
#faqs_accordion .accordion .accordion-button{
	background-color: #F5F5F5;
}
#faqs_accordion .accordion-button:not(.collapsed){
	border-bottom: 1px solid #DFDFDF;
	box-shadow: 0px 0px 0px transparent;
	background-color: transparent;
}
/*style for image zoom in product gallery slider*/
.img-zoom-container {
  position: relative;
}
.img-zoom-lens {
  position: absolute;
  border: 1px solid #ccc;
  width: 120px;
  height: 120px;
  cursor: crosshair;
  background: rgba(255,255,255,0.3);
}
.img-zoom-result {
  border: 1px solid #ddd;
    width: 400px;
    height: 400px;
    border: 1px solid #ddd;
    background-repeat: no-repeat;
    display: none;
    position: absolute;
    left: 35%;
    top: 0;
}
/*start cart page styling*/
.btn_file_secondary{
	border-color: var(--secondary-color);
	padding: 5px 20px ;
	color: var(--secondary-color);
	background-color: transparent;
	border: 2px solid var(--secondary-color);
}
.btn_file_secondary:hover{
	color: #fff !important;
	box-shadow: inset 0px 100px 0px 0px var(--secondary-color) !important;
	border-color: var(--secondary-color);
}
.cart_table th, .cart_table td{
	vertical-align: middle;
}
.cart_table th, .cart_table td{
padding: 15px 15px;
}
.product_amount{
	width: 200px;
	text-align: right;
	color: var(--secondary-color);
	font-weight: bold;
}
.cart_product_detail {
	width: calc(100% - 300px);
}
.cart_table th:first-child, .cart_table td:first-child{
	width: 70px;
	text-align: center;
}
.cart_table th:first-child{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
}
.cart_table td{
	border-bottom: 1px solid #D0D0D0;
	margin: 0px 10px;
}
.cart_table tr:last-child td{
	border-bottom: 0px;
}
.br-10{
	border-radius: 10px;
}
.product_footer{
	margin-left: 105px;
}
.wishlist_icon:hover i{
	color: var(--secondary-color);
	font-weight: bold;
}
/*custom checkbox styling */
.custom_checkbox, .cart_table input[type="checkbox"], #customer_login input[type="checkbox"], #customer_login input[type="checkbox"]{
	height: 25px;
	width: 27px;
	border-radius: 5px;
	  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FFFFFF;
border: 1px solid #DFDFDF;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
position: relative;
cursor: pointer;
padding: 0px;
}
.custom_checkbox:checked::after, .cart_table input[type="checkbox"]:checked::after, #customer_login input[type="checkbox"]:checked::after{
	background-color: var(--primary-color) !important;
	position: absolute;
	content: "✔";
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	border: 1px solid var(--primary-color);
}
.rounded_btn_input input{
	box-shadow: 0px 0px 0px transparent;
}
.rounded_btn_input input:focus{
	background-color: #F5F5F5 ;
}
.rounded_btn_input .btn{
	border-radius: 50px !important;
}
.rounded_btn_input{
	border-radius: 12px 50px 50px 12px;
}
/*start about page styling*/
.about_banner{
	background-image: url("../images/about-bg.webp");
	background-size: cover;
	background-position: center;
	min-height: 400px;
}
.about_banner::after{
	position: absolute;
	content: "";
	background: linear-gradient(270deg, rgba(0, 102, 176, 0.65) 8.34%, rgba(0, 43, 74, 0.65) 87.53%);
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
/*contact page styling*/
.contact_banner{
	padding-bottom: 170px;
	min-height: 500px;
}
.form_container{
	margin-top: -120px;
}
.form_container input, .form_container textarea	{
	border-radius: 8px;
	border: 0px;
	background-color: #F5F5F5;
	box-shadow: 0px 0px 0px transparent;
}
.form_container  label{
	margin-bottom: 6px;
}
.form_container textarea{
	height: 150px;
}
.square_icon{
	height: 50px;
	width: 50px;
	background-color: #F5F5F5;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--primary-color);
	font-size: 24px;
}
.contact_info>div{
	width: calc(100% - 50px);
}
.faqs_page_accordion .accordion-item {
	background-color: #fff;
	border: 1px solid #DFDFDF;
	border-radius: 8px;
	padding: 0px;
}
.faqs_page_accordion .accordion-item .accordion-button{
	background-color: transparent;
}
/*Faqs page styling*/
.faqs_tabs button.nav-link{
	padding: 0px;
	color: var(--primary-color) !important;
	margin: 10px 0px;
}
.faqs_tabs button.nav-link.active{
	background-color: transparent !important;
	color: var(--secondary-color) !important;
}
.order_summary_table tr td:first-child, .order_summary_table thead th:first-child{
	width: 60%;
	padding-right: 10%;
/*	text-align: left;*/
}
.order_summary_table thead{
	vertical-align: middle;
}
.order_summary_table thead th{
	padding: 15px 10px;
	border: 0px;
}
.order_summary_table thead th:first-child{
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.order_summary_table thead th:last-child{
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.order_summary_table tr td, .order_summary_table thead th{
	vertical-align: middle;
	background-color: transparent;
}
.wishlist_table tr td:nth-child(2){
	vertical-align: sub;
}
.custom_textarea{
	height: 200px;
}
/*custom input radio style*/
.custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  margin: 10px 0px;
}
.custom_checkbox span{
	border-radius: 4px;
}
.order_summary_table  th:nth-child(2), .order_summary_table  th:nth-child(3), .order_summary_table tbody td:nth-child(2), .order_summary_table tbody td:nth-child(3){
	text-align: center;
}
.order_summary_table  th:nth-child(2), .order_summary_table tbody td:nth-child(2){
	width: 85px;
}
.custom-radio input:checked + .radio-mark::after {
  transform: translate(-50%, -50%) scale(1);
}
 .confirm_order_table th:nth-child(4), .confirm_order_table td:nth-child(4){
	text-align: center;
}
.confirm_order_table tfoot td{
	background-color: #E9F1F7 !important;
	padding: 20px !important;
}
/*start news page styling*/
.news_banner{
	background-image: url("../images/news-banner.webp");
	min-height: 300px;
	max-width: 98%;
}
.news_post_title{
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 73.56%, #000000 100%);
padding-right: 30%;
}
.single_post:hover img{
	transform: scale(1.1);
	transition: all 0.5s;
}
.single_post:hover h5{
	color: var(--secondary-color);
}
.single_post img{
	transition: all 0.5s;
}
.guide_posts h6{
	 display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--text-dark);
}
.guide_posts .single_post:hover h6{
	color: var(--secondary-color);
}
.guide_posts p{
	 display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog_searchbar:has(input:focus){
	border: 1px solid var(--primary-color);
}
.sr_post .sr_content{
	width: calc(100% - 110px);
}
/*seller store view*/
.seller_store{
	background-image: url("../images/seller-store-bg.webp");
}
.seller_store  .profile_box{
	background-color: rgba(255, 255, 255, 0.8);
}
.profile_img_big i{
	bottom: 10px;
	right: 10px;
	border: 2px solid #fff;
}
.search_items li.nav-item{
	list-style: none;
	background-color: #F5F5F5;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
/*start news detail page styling*/
.post_dynamic_content h4{
	font-size: 24px;
	font-weight: bold;
	margin: 15px 0px;
}
.post_dynamic_content img{
	margin: 10px 0px;
	border-radius: 20px;
}
.post_dynamic_content .ad_placeholder{
	border-radius: 0px;
}
#customer_login{
	    display: flex;
    justify-content: space-between;
    max-width: 80%;
    margin: 50px auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 27px #e9e6e6;
	 flex-wrap: wrap;
}
#customer_login input{
	background: #F5F5F5;
    border-radius: 10px;
    padding: 16px 20px;
    border: 0px;
    box-shadow: 0px 0px 0px transparent;
    margin-right: 13px;
}
#customer_login .woocommerce-form__label {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
#customer_login label{
	margin-bottom: 10px;
}
.u-column1{
	padding-right: 45px;
    border-right: 1px solid #e7e7e7;
}
.u-column2{
	padding-left: 30px;
}
#customer_login h2{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}
#customer_login input:focus-visible{
	outline: 0px;
	border: 0px;
}
.product_amount button.h4, .h3.product_actions{ 
font-size: 20px;
}
.table_wrapper.wishlist-empty{
	background-color: #dcedf9;
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
}
.cart_table.wishlist_table th:first-child{
	display: block;
}
.cart_table.wishlist_table th:first-child input{
	margin-top: 8px
}
/* start brands page styling */
.brand-box{
    height:80px;
    border:1px solid #ddd;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
}
.alphabet-filter .btn{
    min-width: 34px;
    border-radius: 0px;
    padding: 5px 10px;
    font-size: 12px; 
}
.privacy_policy{
	min-height: 200px;
}
.post_content ul li{
	position: relative;
	padding-left: 30px;
	margin: 10px 0px
}
.post_content ul{
	margin: 20px 0px;
}
.post_content ul li::before{
content: "\f111";
    margin-left: -25px;
    position: absolute;
    margin-top: 1px;
    font-family: 'Font Awesome 6 Pro';
    font-size: 13px;
    color: var(--secondary-color);
}
.post_content a:hover{
	color: var(--secondary-color);
}
.post_content h3, .post_content h4, .post_content h5, .post_content h6{
	color: var(--primary-color);
	font-weight: bold;
	margin: 15px 0px;
}
.alphabet-filter .btn:disabled{
	background-color: var(--secondary-color);
	color: #fff
}
.brand-box img{
	    max-height: 70px;
    max-width: 120px;
    height: auto;
    width: auto;
}
.alphabet-filter .btn.active{
	background-color: var(--primary-color);
}
.upload_img_ul li{
    max-width: 150px !important;
    height: inherit;
    display: flex;
    flex-direction: column;
    width: 100% !important;
    align-items: flex-start;
    gap: 10px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.upload_img_ul li img{
	width: 100%;
	height: 80px;
}
.thumbnail-caption{
	font-size: 10px;
}
.upload_img_ul{
	margin-bottom: 0px;
}
.upload_img_ul li input{
    width: 11px;
    box-shadow: 0px 0px 0px transparent;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: 7px;
    margin-left: auto;
}
.upload_img_ul li .btn{
    position: absolute;
    min-width: inherit;
    right: 10px;
    padding: 0px;
    height: 30px;
    width: 30px;
    margin-top: 10px;
    margin-right: 10px;
}
.upload_file_box:has(.upload_img_ul){
padding: 20px;
margin-top: 10px;
min-height: inherit;
}
.input-group .error{
	width: 100%;
}
.alert .btn-close {
	background-color: #fff;
    top: 10px;
    right: 10px;
}
.table_filters select{
height: 39px;
}
.table_filters button.active{
background-color: var(--secondary-color);
color: #fff;	
}
.related_products_row .order_img{
	width: 70px;
	height: 55px;
}
.product_title{
	 display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product_title:hover{
	color: var(--secondary-color);
}
.related_products_row{ 
	border-bottom: 1px solid #EEEEEE;
	padding: 15px 10px;
}
.vol_price_ul button, #add_vol_price{
	background-color: transparent;
	border: 0px;
	font-weight: bold;
}
.remove_vol_price{
	color: var(--secondary-color);
}
#add_vol_price{
	color: var(--primary-color);
}
.switch .error{
	width: 280px;
	margin-left: 60px;
}
.custom_table th, .custom_table td{
	padding: 15px 10px !important;
	vertical-align: middle;
	font-size: 14px;
}
.custom_table td{
	font-size: 13px;
}	
.custom_table td:has(.order_img){
	width: 330px;
}
.custom_table .order_img{
	    width: 75px;
    height: 55px;
}
.qns_ans_table td:last-child{
	width: 300px;
}
.followed_product_img{
	height: 120px;
	width: 120px;
	background-color: #747474;
}
.followed_table td:has(.followed_product_img), .followed_table th:first-child{
	width: 160px;
}
.followed_table td, .followed_table th{
	padding: 15px 30px;
	vertical-align: middle !important;
}
.followed_table td{
	border-bottom: 1px solid #0000002d;
}
.borderd_btn{
	border: 1px solid #CFCFCF;
	border-radius: 13px;
	padding: 8px 20px;
}
.followed_btn_group .borderd_btn:first-child{
	border-top-right-radius:0px;
	border-bottom-right-radius: 0px;
	border-right: 0px;
}
.followed_btn_group .borderd_btn:last-child{
	border-top-left-radius:0px;
	border-bottom-left-radius: 0px;
}
.followed_btn_group .borderd_btn.active{
	background-color: var(--secondary-color);
	color: #fff;
	border-color: var(--secondary-color);
}
.price1_ul .variant_img{
	width: 100%;
}
.custom_control{
	height: 45px;
}
.woocommerce-form-login__submit, .woocommerce-form-register__submit, .woocommerce-EditAccountForm.edit-account button{
	    padding: 10px 35px;
    border-radius: 60px;
    color: #fff; 
    background-color: var(--secondary-color);
    min-width: 100px;
    font-weight: 600;
    font-size: 16px;
    border: 0px;
}
.login{
	position: relative;
}
.lost_password{
	position: absolute;
	right: 0;
	margin-top: -50px;
}
.btn-outline-light {
    background-color: transparent;
    color: #000;
    border: 1px solid #ccc;
    padding: 8px 20px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.overlap_text {
    margin-top: -28px;
    width: 130px;
    z-index: 111;
}
.woocommerce-form-register__submit:hover, .woocommerce-form-login__submit:hover, .woocommerce-EditAccountForm.edit-account button:hover {
    box-shadow: inset 0px 100px 0px 0px var(--primary-color);
    transition: all 1.2s;
    color: #fff;
} 
textarea.form-control{
	height: auto;
	border-radius: 25px;
}
textarea.fixed_height_textarea.form-control{
	height: 50px;
	border-radius: 8px 0px 0px 8px
}
.rounded_box{
	height: 40px;
	width: 40px;
}
.woocommerce-Address{
box-shadow:  0px 0px 20px rgba(0, 0, 0, 0.1);
padding: 40px;
border-radius: 20px;
} 
.woocommerce-Address-title h2{
	font-size: 24px;
	font-weight: bold;
}
.woocommerce-Address-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.woocommerce-Address-title::before, .woocommerce-Address-title::after{
	display: none !important;
}
.woocommerce-Address-title h2, address{
	margin-bottom: 0px;
}
.woocommerce-account .addresses .title .edit{
	background-color: var(--primary-color);
    color: #fff;
    padding: 8px 16px;
    border-radius: 50px;
}
.woocommerce-account .addresses .title .edit:hover{
	background-color: var(--secondary-color);
}
.woocommerce-EditAccountForm, .seller_screen_form {
	    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
		border-radius: 20px;
		    width: 95%;
    margin: auto;
	padding: 30px; 
}
.woocommerce-EditAccountForm  input, .woocommerce-EditAccountForm  select, .seller_screen_form  input, .seller_screen_form  select{
	height: 45px;
	border: 0px; 
	background-color: #F2F3F7;
	padding: 10px;
	border-radius: 10px;
	    box-shadow: 0px 0px 0px transparent;
}
.woocommerce-EditAccountForm input:focus-visible, .seller_screen_form input:focus-visible{
outline: 0px;
border: 1px solid var(--primary-color);
}
.woocommerce-EditAccountForm label, .seller_screen_form label{
	font-size: 16px;
}
.account-content-area  legend, .seller_screen_form  legend{
	font-weight: bold;
}
.account_display_name_description{
	font-size: 12px;
}
.woocommerce-EditAccountForm h2, .seller_screen_form h2{
    font-size: 28px;
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 20px;
}
.woocommerce-EditAccountForm.edit-account button.pw-toggle, .seller_screen_form button.pw-toggle{
min-width: auto;
background-color: transparent;
    color: #6c757d;
	padding: 0px;
}
#pb_delete_picture_btn{
    padding: 10px 35px !important;
    color: #fff !important; 
}
#pb_delete_picture_btn svg{
	fill: #fff;
}
.account_boxes_row a:focus{
	 box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1) !important; 
}
.required{ 
	color: #dc3545;
}
#question-date-to, #question-date-from{
	height: 37px;
	width: 150px;
	border-radius: 15px; 
}
.ul_profile_items li.active{
    background-color: #fff;
} 
.table_wrapper:has(.wishlist-empty){
	border: 0px !important;
}
.wishlist-empty{
    background-color: #edf7ff; 
    padding: 20px;
    text-align: center;
    color: var(--primary-color);
    font-weight: bold;
	margin-bottom: 0px;
}
.btn-close i{
	display: none;
}
.btn-close{
	position: relative;
}
.btn-close::after{
    position: absolute;
    content: "\f00d";
    color: #fff;
    font-size: 18px;
    display: inline-flex;
    font-family: 'Font Awesome 6 Pro';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}
/* #profile_accordion */

input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
background-color: var(--gray);
  border-radius: 10px;
}

input[type="range"]::-moz-range-track {
  height: 8px;
  background: var(--secondary-color);
  border-radius: 10px;
}
input[type="range"] {
  width: 100%;
  accent-color: var(--secondary-color);
}  
@media only screen and (max-width: 1200px){
		.search_select.dropdown_select.search_items {
		width: 100%;
		font-size: 12px;
	}
	.search_select.dropdown_select.search_items input{
		padding: 10px !important;
	}

}
@media(max-width:992px){

	.confirm_order_table{
		table-layout: fixed;
	}
	.confirm_order_table td:nth-child(1), .confirm_order_table th:nth-child(1){
		width: 400px !important;
	}
	.confirm_order_table td:nth-child(3), .confirm_order_table td:nth-child(4), .confirm_order_table th:nth-child(3), .confirm_order_table th:nth-child(4){
		width: 120px; 
	}
  .img-zoom-result{
    display:none !important;
  }
  .cart_table th{
  	font-size: 14px;
  }
  .cart_table th, .cart_table td{
  	padding: 15px 10px;
  }
  .cart_table p, .cart_table a.h4, .order_summary_table p{
  	font-size: 13px;
  }
  .cart_table th:first-child, .cart_table td:first-child{
  	width: 35px;
  }
} 
@media only screen and (max-width: 1400px){
.woocommerce-Address, .addresses .u-column1, .addresses .u-column2{
	width: 100% !important;
	margin: 10px 0px;
}
	.custom_table td, .custom_table th{
		width: 150px;
	}
	.custom_table{
		table-layout: fixed;
		width: 100%;
	} 
	.custom_table td:has(.order_img), .custom_table th:nth-child(4), .qns_ans_table td, .qns_ans_table th{
		width: 300px !important;
	}
.products_ul li {
    margin: 15px 20px;
    font-size: 16px;
}
	.order_summary_table tr td:first-child, .order_summary_table thead th:first-child{
		padding-right: 10px;
	}
	.product_amount{
		width: 120px;
	}
	.cart_product_detail {
    width: calc(100% - 120px);
}
	.lSSlideOuter.vertical .lSGallery{
		width: 65px !important;
	}
	.lSSlideOuter {
    padding-left: 73px;
}
.product_action_btns {
    width: calc(100% - 72px);
}
}
@media only screen and (max-width: 1024px){
#customer_login{
	max-width: 100%;
	padding: 40px 10px;
}
	.news_post_title{
		padding-right: 20px;
	}
	.rating_wrap .progress{
		width: 60% !important;
	}
	.product_slider{
		    max-width: 500px;
    margin: 0px auto 30px auto;
	}
	.simple_listing li, .checklist li {
    width: 33%;
}
.woocommerce-Addresses .u-column1, .woocommerce-Addresses .u-column2{
	padding: 30px 30px;
	border: 0px;
}
}
@media only screen and (min-width: 1366px){
.rating_wrap .rating{ 
margin-left: 0px;
transform: scale(0.8);
}
.rating {
    transform: scale(1.4);
    margin-left: 23px;
}
}
@media only screen and (max-width: 768px){
		.u-column1{
		padding-right: 0px;
		border-right: 0px;
	}
			.qns_ans_table td, .qns_ans_table th{
	width: 215px !important;
}
	.u-column2 {
         padding-left: 0px;
        margin-top: 20px;
        border-top: 1px solid lightgray;
        padding-top: 30px; 
}
	.faqs_tabs{
		flex-direction: row !important;
		justify-content: space-between;
	}
		.faqs_tabs li{
		width: 23%;
		font-size: 12px;
		text-align: center;
		background-color:#F5F5F5;
		text-align: center;
		margin-top: 5px;
		border-radius: 8px;
	}
	.faqs_tabs li button.nav-link{
		display: block;
		width: 100%;
	}
}
@media only screen and (max-width: 576px){
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
		width: 100%;
	}
	.woocommerce-account .addresses .title .edit{
		font-size: 12px;
	}
	.woocommerce-Address-title h2{
		font-size: 16px;
	}
.woocommerce-Addresses .u-column1, .woocommerce-Addresses .u-column2{
	padding: 20px 10px;
}
.account_box img{
	height: 40px;
	width: 40px;
}
	.volume_pricing .switch{
    position: absolute;
    top: -23px;
    right: 0;
	}
	.special_price_row .col{
flex: inherit;
	}
	.followed_product_img {
    height: 95px;
    width: 95px;
}
	.followed_table{
		table-layout: fixed;
	}
	.followed_table td:last-child, .followed_table th:last-child{
		width: 350px;
	} 
.products_ul{
	flex-wrap: nowrap;
	overflow-x: scroll;
}
.products_ul li{
	width: 100px;
	flex-shrink: 0;
	text-align: center;
}
label, .account_box h1, .account_box p{
		font-size: 14px;
	}
	.form-control, .borderd_btn{
		font-size: 12px;
	}
	#step8 .switch {
    margin: 0px;
    transform: translateY(0%);
}
	.switch .error {
    width: 200px;
    font-size: 12px;
    line-height: 15px;
}
	.table_filters button, .table_filters select{
		font-size: 12px;
		margin-right: 5px !important;
		height: 35px;
	}
	.upload_img_ul li{
		max-width: 100px;
	}
	.upload_file_box:has(.upload_img_ul){
		padding: 0px;
	}
	.upload_img_ul li{
		max-width: 115px !important;
	}
	.news_banner{
		min-height: 200px;
		padding: 40px 0px;
	}
	.large_post  img{
		height: 300px;
	}
	.small_post img{
		height: 200px;
	}
	.blog_searchbar{
	    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	}
	.blog_searchbar input{
		width: auto !important;
		height: 35px !important;
	}
	.custom_accordion .accordion-button{
		font-size: 15px;
	}
	.product_amount span{
		text-align: right;
		font-size: 15px;
	}
	.wishlist_table .product_amount::before{
		left: 20px;
	}
	.wishlist_table td:has(.cart_product){
		border: 0px;
	}
	.wishlist_table td:has(.product_amount){
		background-color: #EFF8FF !important;
		padding: 5px 10px !important;
		border-radius: 10px;
		border: 0px;
		margin-bottom: 20px;
	} 
	.wishlist_table td:has(img){
		display: flex;
		flex-direction: column;
	}
	.wishlist_table th:nth-child(1), .wishlist_table th:nth-child(2), .wishlist_table th:nth-child(4){
		display: none;
	} 
	.wishlist_table thead th{
		padding-left: 10px;
	}
	.wishlist_table .product_footer{
		background-color: transparent;
		padding: 0px;
		margin-top: 0px;
	}
	.order_summary_table .cart_product{
		flex-wrap: nowrap;
		font-size: 12px;
	}
	.order_summary_table .cart_product img{
		height: 50px;
		width: 50px;
	}
	.order_summary_table{
		table-layout: fixed;
	}
	.order_summary_table th, .order_summary_table td{
		width: 200px;
	}
	.order_summary_table tr td:first-child, .order_summary_table thead th:first-child{
		width: 500px;
	}
.faqs_tabs li{
		width: 48%;
	}
	.contact_banner {
    min-height: 350px;
}
	  .accordion-body .w-75, .accordion-body .w-25{
    width: 100% !important;
  }
	.cart_table th{
		display: flex;
		align-items: center;
	}
.cart_table tr{
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
}
.cart_table tr td {
	width: 100% !important;
}
.cart_table tr td:has(input[type="checkbox"]){
	position: absolute;
	border: 0px;
	text-align: right;
	right: 0;
}
.cart_product_detail, .product_amount{
	width: 100%;
}
.product_footer{
	margin-left: 0px;
	background-color: #EFF8FF;
	padding: 10px;
	margin-top: 15px;
	border-radius: 6px;
}
.product_amount::before{
        content: "Subtotal:";
        font-size: 14px;
        position: absolute;
        left: 10px;	
}
.cart_table th, .cart_table td {
    padding: 15px 0px;
}
.cart_product{
	flex-wrap: wrap;
}
.simple_listing li, .checklist li {
    width: 49%;
}
.simple_listing li b{
	width: 100%;
}
    .lSSlideOuter {
        padding-left: 0px;
    }
    .product_action_btns{
    	width: 100%;
    }
.lSSlideOuter .lSPager.lSGallery img{
	height: 50px;
}
#lightSlider{
	height: 250px !important;
}
#lightSlider li{
	height: 100%;
}
.sale_box .w-50{
	width: 100% !important;
}
.address a{
	font-size: 13px;
}
.btn{
	font-size: 13px;
}
.rating_wrap  .rating{
	transform: scale(0.6);
	margin-left: -24px;
}
.rating_wrap .progress{
	width: 50% !important;
	height: 10px;
}
.bordered_heading .simple_link{
	width: auto;
}
#faqs_accordion .accordion .accordion-item {
    padding-right: 5px;
    padding-left: 8px;
    font-size: 14px;
}
#faqs_accordion .accordion .accordion-button{
	font-size: 14px;
}
.you_may_like_slider .owl-nav{
	display: flex;
	justify-content: center;
}
.you_may_like_slider .owl-nav button{
	position: relative;
	margin: 50px 5px 0px 5px;
}
.squared_input .btn{
	padding: 5px;
	font-size: 12px;
}
.product_info_section .h4{
	font-size: 18px;
}
.rounded_search_bar{
	width: 100%;
}
}