/*
 Theme Name:   Twenty Twenty Child
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Silent Webs
 Template:     twentytwenty
 Text Domain:  twentytwenty-child
 Version:      2.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwenty/style.css");



body {
    background: transparent;
}
section {
    padding: 0rem 0;
}
::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d; 
}
.woocommerce section {
    padding-top: 0;
}
.pp-woocommerce-pagination ul li > .page-numbers{
    padding: 7px 20px !important;
    border-radius: 50px !important;
}
.pp-woo-product-wrapper{
    border-radius: 7px;	
}
.product_list .product .woocommerce-LoopProduct-link{
    background-color: rgba(77,74,182,0.15);
    padding: 10px 10px 15px 10px;
    border-radius: 5px;	
}
ul.products li.product .button{
	display:none !important;	
}
.product_list .woocommerce-loop-product__title{
	font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px;
    text-align: center;
    color: #000 !important;	
}
.price del .woocommerce-Price-amount{
	text-decoration: line-through !important;
}
.product_list .price {
    font-size: 17px;
    font-weight: normal !important;
    letter-spacing: 0.3px;
    text-align: center;
    color: #000 !important;
    margin-bottom: 0px !important;
}
.product_list .price del{
	color: #000 !important;	
}
.product_list .price del .amount{
	color: #000 !important;	
}
.product_list .price ins{
	color: #000 !important;	
}
.product_list .price ins .amount{
	color: #000 !important; 	
}
.product_list .add_to_cart_button {
    display: block;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding: 7px;
    border-radius: 3px;
    background-color: #4b4ab5;
    margin-top: -20px;
	display:none;
}
.product_list .onsale{
	display:none !important; 
	color: #ffffff;
    background-color: #fdb096;
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 17px;
    min-height: 28px;
    min-width: 28px;
    line-height: 28px;
    border-radius: 3px 3px 3px 3px;
    padding: 0px 20px 0px 20px;
    z-index: 21;
    position: absolute;
    width: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    margin: 10px 10px 10px 10px;
    text-align: center;
    max-width: 85px;
    right: 0px;
    top: 5px;
    left: 5px;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 0.3px;	
}
.product_list .product .woocommerce-loop-product__link img{
    transition: filter .6s, opacity .6s, transform .6s, -webkit-filter .6s, -webkit-transform .6s;
}
.product_list .product:hover .woocommerce-loop-product__link img{
	-webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);	
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
    font-family: "Hind Vadodara", Sans-serif;	
}
.woocommerce-ordering .orderby{
	font-family: "Hind Vadodara", Sans-serif;
    padding: 3px 10px;
    border-radius: 5px;	
}
.page-numbers a{
	color: #4e48b6 !important;
}
.berocket_single_filter_widget h3{
    margin-top: 30px;
    font-size: 21px;
    line-height: 1.5;
    font-family: "Hind Vadodara", Sans-serif;
    letter-spacing: 0.5px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 23px;
    font-weight: 600;	
}
.irs--flat .irs-from, .irs--flat .irs-single, .irs--flat .irs-to {
    color: #fff !important;
    font-size: 11px !important;
    padding: 1px 5px !important;
    background-color: #f89722 !important;
    font-family: "Hind Vadodara", Sans-serif !important;
}
.irs--flat .irs-bar{
    background-color: #f89722 !important;
}
.irs--flat .irs-handle>i:first-child{
    background-color: #f89722 !important;
}
.irs--flat .irs-from:before, .irs--flat .irs-single:before, .irs--flat .irs-to:before{
    border-top-color: #f89722 !important;	
}
.bapf_ckbox label{
    margin: 0px;
    padding-top: 7px;	
}
.bapf_ckbox_square input[type=checkbox]:checked{
    background: transparent !important;	
}
.bapf_ckbox_square input[type="checkbox"]:checked::before{
	margin: -0.4000rem 0 0 -0.47rem !important;	
}
.nice-select .list{
    margin-left: 0px !important;	
}
.nice-select{
    font-size: 17px !important;
    padding: 0px 30px !important;
    letter-spacing: 0.3px !important;
}
.nice-select .option{
    padding-left: 10px !important;
    padding-right: 10px !important;
	margin-left: 0px !important;
}
.woo_breadcum .woocommerce-breadcrumb > a{
    color: #0c0c0c;
    font-weight: 700;
    padding: 0px 5px;	
}
.woo_breadcum .woocommerce-breadcrumb{
	margin-bottom:0px !important;
}
.woocommerce-product-gallery__trigger{
	display:none !important;
}
.woocommerce-product-gallery img{
    width: 100%;	
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25% !important;
    margin: 0px !important;
}
.woocommerce-product-gallery{
	margin-bottom:0px !important;
}
.single_top_cat, .elementor-heading-title a{
	display:none;
}
.single_top_cat, .elementor-heading-title a:first-child{
	display:block;	
}
.single_products ins{
	background-image: url(http://nspecs.in/wp-content/uploads/2020/07/tag.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #fff;	
}
.single_products ins .amount{
	transform: rotate(8deg) !important;
    display: block !important;
    padding: 28px 30px 18px 30px !important;
    color: #fff !important;
    background-image: none !important;
    margin-top: 0px !important;	
}
.single_products del .amount{
    transform: rotate(0deg) !important;
    background-image: none !important;
    color: #000 !important;
    padding: 0px !important;
    margin-top: 0px !important;
    display: inline-block !important;	
}
.single_products .price .woocommerce-Price-amount.amount{
    background-image: url(http://nspecs.in/wp-content/uploads/2020/07/tag.png);
    background-size: contain !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
    text-decoration: none !important;
    transform: rotate(8deg) !important;
    display: block !important;
    padding: 8px 23px 18px 30px !important;
    color: #fff !important;
    margin-top: 20px !important;	
}
body .single_products .price>span.woocommerce-Price-amount.amount {
    background: transparent;
    background-size: auto !important;
    background-position: unset !important;
    background-repeat: no-repeat !important;
    text-decoration: none !important;
    transform: none !important;
    padding: 0px !important;
    color: #000 !important;
	display: inline-block !important;	
}
.single_products .price del{
	opacity:1 !important;
}
.single_products .price del .woocommerce-Price-amount.amount{
    transform: rotate(0deg) !important;
    color: #000 !important;
    padding: 8px 0px !important;	
}
table.variations select {
    margin-right: .5rem !important;
    border: 1px solid #d4d4d3 !important;
    padding: 0px 20px !important;
	width: 230px;
}
.single-product .product-type-variable .woocommerce-Price-amount{
	background-image: none !important;
    background-size: contain !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
    text-decoration: none !important;
    transform: unset !important;
    display: unset !important;
    padding: unset !important;
    color: #f89722 !important;
    margin-top: 20px !important;
    font-weight: normal;
    font-size: 21px;	
}
.single_meta span {
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.3px;
    color: #0c0c0c;
}
.single_meta .product_meta{
    margin-top: 0px !important;	
}
body .single_products.elementor-widget-woocommerce-product-price{
	margin-bottom: 0px !important; 	
}
body .single_products.elementor-widget-woocommerce-product-price .price{
	margin-bottom: 0px !important; 
}
.add_cart_widget table {
    border: 0px;
}
.add_cart_widget td {
    border: 0px;
}

.tawcvs-swatches {
    padding: 5px !important;
    padding-top: 22px !important
}
th.woocommerce-product-attributes-item__label {
    width: 30%;
}
.tawcvs-swatches .swatch__tooltip{
	display:none !important;
}
#mwb_live_tracking{
    background: transparent;
    padding: 0px;
    text-decoration: none !important;
    letter-spacing: 0.5px;	
}
table.variations label {
    margin: 0 !important;
    padding: 9px 0 !important;
    font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 17px !important;
    letter-spacing: 0.3px !important;
    color: #0c0c0c !important;
    font-weight: 700 !important;
    min-width: 108px !important;
}
.woocommerce div.product.elementor form.cart table.variations td.value:before{
	display:none !important;
}
.woocommerce div.product.elementor form.cart table.variations td.label {
    width: 18% !important;
}
.elementor-add-to-cart .in-stock{
	display:none !important;
}
table.variations{
    margin: 0px !important;
}
/* .variations tr {
    padding-bottom: 8px;
} */
.add_cart_widget table.variations {
    border-collapse: separate !important;
    border-spacing: 5px 5px !important;
}
.single_meta span{
    min-width: 123px;	
}
.single-product .woocommerce-variation-price .price{
	font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 17px !important;
    letter-spacing: 0.3px !important;
    color: #0c0c0c !important;
    font-weight: 700 !important;
    margin-bottom: 10px;
    display: block;	
}
.single_add_to_cart_button {
    background-color: #272624 !important;
    padding: 4px 20px;
    font-size: 18px !important;
    line-height: 6.5px;
    height: 40px;
    border: 0px;
    font-weight: normal !important;
    letter-spacing: 0px !important;
}
.elementor-widget-woocommerce-product-add-to-cart .input-text.qty{
	padding: 9.5px 20px !important;
    border-radius: 50px 0px 0px 20px; 	
}
.woocommerce div.product.elementor .woocommerce-variation-add-to-cart .quantity input:focus{
	outline:none !important;
}
.additional_details a{
	color:#272624;
}
.woocommerce-product-attributes{
    margin-top: 10px;
    margin-bottom: 10px;
}
.single_product_description img{
	max-width: 450px !important;
    float: left;
    width: 100%;
    clear: both;	
}
.single_review .tabs.wc-tabs{
	display:none !important;	
}
.single_review #tab-description, .single_review #tab-additional_information{
	display:none !important;
}
.single_review #tab-reviews {
    display: block !important;
    padding: 20px;
    border: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2 !important;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel{
    border-top: 0px solid #d3ced2 !important;	
}
.single_review .woocommerce-tabs{
	margin-top: 0px;
    margin-bottom: 0px;	
}
.single_review .woocommerce-Reviews-title{
	display:none !important;	
}
.single_review .commentlist {
    height: 600px;
    overflow-y: auto;
    margin-bottom: 20px !important;
}
.single_review .commentlist li .photo{
	display:none !important;	
}
.single_review .commentlist li .comment-text{
    padding: 20px;
    background-color: #f9f9f9;	
}
.single_review .commentlist li .comment-text .woocommerce-review__verified{
	display:none !important;
}
.single_review .commentlist li .comment-text .woocommerce-review__dash{
	display:none !important;
}
.single_review .commentlist li .comment-text .meta .woocommerce-review__author{
	font-family: "Hind Vadodara", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 20px;	
}
.single_review .commentlist li .comment-text .meta .woocommerce-review__published-date{
	font-family: "Hind Vadodara", Sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;	
}
.single_review .commentlist li .comment-text .description p{
	text-align: left;
    color: #0c0c0c;
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.3px;
    margin-bottom: 0px;	
}
.single_review .woocommerce-verification-required{
	text-align: left;
    color: #E91E63;
    font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.3px;
    margin-bottom: 0px;	
}
.related_products .related>h2{
	display:none !important;
}
.related_products .related .button{
	display:none !important;
}
.woocommerce .elementor-274 .elementor-element.elementor-element-d26964d .flex-control-thumbs{
    display: flex !important;
}
.woocommerce-noreviews{
    text-align: left;
    color: #000000;
    font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.3px;
    margin-bottom: 20px;	
}
.woocommerce-notices-wrapper{
    max-width: 1120px;
    margin: 0 auto;	
}
.woocommerce-message {
    background: #f9f9f9;
    color: #000000;
    font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}
.woocommerce-message .button{
    background-color: #272624 !important;
    padding: 17px 20px;
    font-size: 17px !important;
    line-height: 9px;
    border: 0px;
    font-weight: normal !important;
    letter-spacing: 0.5px !important;
    border-radius: 5px;	
}
.sale-perc{
    color: #ffffff;
    background-color: #fdb096;
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 17px;
    min-height: 28px;
    min-width: 28px;
    line-height: 28px;
    border-radius: 3px 3px 3px 3px;
    padding: 0px 20px 0px 20px;
    z-index: 21;
    position: absolute;
    width: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    margin: 10px 10px 10px 10px;
    text-align: center;
    max-width: 110px;
    right: 0px;
    top: 5px;
    left: 5px;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 0.3px;	
}
.single_add_to_cart_button:hover{
    outline: none !important;
    text-decoration: none !important;
}
.reset_variations{
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.3px;
    color: #0c0c0c;
}
.top_cart .elementor-menu-cart__footer-buttons{
    position: absolute !important;
    left: 10px !important;
    right: 20px !important;
    bottom: 20px !important;
}
.top_cart .cart_item{
    padding-bottom: 35px !important;
}
.entry-header{
	display:none;
}
.page-id-24 .site_breadcum{
	display:none;
}
.woocommerce-account #site-content .woocommerce {
    max-width: 1349px;
    padding: 0 0px;
    margin: 0 auto;
}
#customer_login{
    padding: 50px 0px;	
}
#customer_login h2{
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 15px;	
}
#customer_login label{
    color: #0c0c0c;
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-align: left;	
}
#customer_login .form-row .input-text{
    color: #0c0c0c;
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-align: left;
    padding: 13px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;	
	outline:none !important;
}
.woocommerce form.woocommerce-form-login input, .woocommerce form.woocommerce-form-register input {
    border: 1px solid #ddd;
    outline: none;
}
.woocommerce-LostPassword a{
    color: #fff;
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-align: left;
    border-radius: 3px;
    outline: none !important;	
}
#customer_login .form-row {
    margin-bottom: 20px;
}
#customer_login .woocommerce-form-login__rememberme{
    margin-top: 0px !important;
    margin-bottom: 40px !important;
}
.woocommerce-form-login__submit, .woocommerce-form-register__submit{
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    fill: #0c0c0c;
    color: #0c0c0c;
    background-color: #f89722 !important;
    padding: 8px 30px;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.5s;	
}
.woocommerce-form-login__submit:hover, .woocommerce-form-register__submit:hover{
	text-decoration:none;
    color: #ffffff;
    background-color: #677d7f !important;
}
.woocommerce-form-login__submit:focus, .woocommerce-form-register__submit:focus{
	outline:none !important;
	text-decoration:none !important;
}
.woocommerce form.woocommerce-form-register p {
    color: #000;
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-align: left;
    border-radius: 3px;
    outline: none !important;
}
#site-content .woocommerce-error, #site-content .woocommerce-info {
    color: #fff;
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-align: left;
    border-radius: 3px;
    outline: none !important;
}
.woocommerce-checkout ul.woocommerce-error{
    background: #f89722;	
}
.woocommerce-page .woocommerce-terms-and-conditions{
    margin-bottom: 1.618em;
    padding: 1.618em;
    font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.3px !important;	
}
.woocommerce-page .woocommerce-terms-and-conditions h2{
    font-size: 23px;
    margin-top: 0px;	
}
.woocommerce-terms-and-conditions-link{
    color: #000;	
}
#site-content .woocommerce-error li{
    color: #fff;
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-align: left;
    border-radius: 3px;
    outline: none !important;	
}
.woocommerce-account .col2-set .col-1, .woocommerce-account  .col2-set .col-1{
    padding: 20px;
    /* background-color: #272624; */
	background-image: url(images/black_bg_pattent.jpg);
    background-size: contain;
    background-repeat: repeat;
}
#customer_login .col-1{}
#customer_login .col-1 h2{
    color: #fff !important;
}
#customer_login .col-1 label{
    color: #fff !important;	
}
#customer_login .col-1 .required{
	color: #f89722 !important;	
}
form.lost_reset_password{
	color: #000;
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-align: left;
    border-radius: 3px;
    outline: none !important;
    padding: 50px 10px;	
}
form.lost_reset_password .form-row{
    width: 100%;	
}
form.lost_reset_password .user_login{
	color: #0c0c0c;
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-align: left;
    padding: 13px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    outline: none !important;
}
form.lost_reset_password .woocommerce-Button{
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    fill: #0c0c0c;
    color: #0c0c0c;
    background-color: #f89722 !important;
    padding: 8px 30px;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.5s;	
}
form.lost_reset_password .woocommerce-Button:hover{
	text-decoration:none;
    color: #ffffff;
    background-color: #677d7f !important;
}
form.lost_reset_password .woocommerce-Button:focus{
	outline:none !important;
	text-decoration:none !important;
}
.woocommerce-account .woocommerce{
	font-family: "Hind Vadodara", Sans-serif;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;	
}
.woocommerce-billing-fields h3, #order_review_heading{
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 50px;
    margin-bottom: 35px;	
}
form.woocommerce-checkout{
    max-width: 1349px;
    padding: 0 12px;
    margin: 0 auto;
    display: block;	
}
form.woocommerce-checkout label{ 
	font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.3px !important;
}
form.woocommerce-checkout form .col2-set input {
    border: 1px solid #ddd;
    padding: 10px;
}
.woocommerce-checkout form .col2-set input {
    border: 1px solid #ddd;
    padding: 10px;
    font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.3px !important;
} 
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 0px;
    border: 1px solid #ddd;
    font-family: "Hind Vadodara", Sans-serif !important;
}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered{
	font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.3px !important;	
}
.woocommerce-additional-fields h3{
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 50px;
    margin-bottom: 35px;
}
.woocommerce-additional-fields textarea{
    box-sizing: border-box;
    width: 100%;
    font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.3px !important;	
}
.wc_payment_methods .payment_box p {
    font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.3px !important;
}
.woocommerce-terms-and-conditions-wrapper .input-checkbox{
	margin-right: 7px !important;
}
.woocommerce-checkout-review-order-table{
    margin-top: 0px !important;
}
.woocommerce-checkout-review-order #place_order{
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    fill: #fff;
    color: #fff;
    background-color: #f89722 !important;
    padding: 13px 30px;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.5s;
    float: left !important;
    width: 100%;
}
.woocommerce-checkout-review-order #place_order:hover{
	text-decoration: none;
    color: #ffffff;
    background-color: #677d7f !important;	
}
.woocommerce-cart-form th{
    font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px;
    font-weight: 800;	
}
.woocommerce-cart-form td, .woocommerce-cart-form td a{
    font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px;
    color: #000;	
}
.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus):first-letter, .wp-block-button.is-style-outline, a {
    color: #f89722;
}
a {
    color: #f89722;
    text-decoration: none !important;
}
a.remove {
    background: #f89722 !important;
    color: #fff!important;
    padding-top: 1px !important;
}
a.remove:hover {
    background: #f89722 !important;
    color: #fff!important;
    padding-top: 1px !important;
}
.woocommerce-cart-form .actions .button{
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    fill: #fff !important;
    color: #ffffff !important;
    background-color: #f89722 !important;
    padding: 13px 30px;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.5s;
    float: left !important;
    max-width: 300px;
	width:100%;
    border: 0px;
    float: right !important;	
}
.woocommerce-cart-form .actions .button:hover{
    text-decoration: none;
    color: #ffffff;
    background-color: #677d7f !important;	
}
.cart-collaterals .cart_totals h2{
	font-family: "Hind Vadodara", Sans-serif;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 10px;	
}

.cart_totals td, .cart_totals th {
    vertical-align: top;
    font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px;
}
.wc-proceed-to-checkout a{
	font-family: "Hind Vadodara", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    fill: #0c0c0c;
    color: #ffffff;
    background-color: #f89722 !important;
    padding: 13px 10px !important;
    border-radius: 3px;
    text-decoration: none !important;
    transition: all 0.5s;
    float: left !important;
    width: 100%;
}
.wc-proceed-to-checkout a:hover{
    text-decoration: none !important;
    color: #ffffff !important;
    background-color: #677d7f !important;
}
.woocommerce-account .woocommerce{
    padding: 50px 15px !important;	
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0px;
    margin-bottom: 6px;
    padding: 0;
    border-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    box-shadow: none;
    font-weight: normal;
    color: #fff !important;
    font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px;
    display: block;
    padding: 9px 20px;
    background-color: #333034;
    border-radius: 0px;
    transition: all 0.5s;	
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{
	background-color: #f89722;	
}
.woocommerce-account .woocommerce-MyAccount-content p{
    font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px;
}
.woocommerce-account .woocommerce-MyAccount-content a{
    font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px;
	color:#000 !important;
	font-weight:600;
	text-decoration:underline !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{
	background-color: #f89722;	
}
.woocommerce-account table.account-orders-table{
    font-family: "Hind Vadodara", Sans-serif !important;	
}
.woocommerce-account td.woocommerce-orders-table__cell-order-actions a{
	box-shadow: none;
    font-weight: normal;
    color: #fff !important;
    font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px;
    display: block;
    padding: 9px 20px;
    background-color: #333034;
    border-radius: 0px;
    transition: all 0.5s;
    text-decoration: none !important;
    text-transform: capitalize;	
}
.woocommerce-MyAccount-navigation-link--downloads{
	display:none !important;
}
.woocommerce-MyAccount-content .woocommerce-Address h3{
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #000;	
}
address{
    font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px;
    color: #000;
    font-style: normal;	
}
.woocommerce-MyAccount-content .col-1, .woocommerce-MyAccount-content .col-1 {
    padding: 20px;
    background-color: #f9f9f9;
    background-image: none !important;
    background-size: contain;
    background-repeat: repeat;
}
.woocommerce-MyAccount-content .col-2, .woocommerce-MyAccount-content .col-2 {
    padding: 20px;
    background-size: contain;
    background-repeat: repeat;
}
.woocommerce-MyAccount-content form h3{
	font-family: "Hind Vadodara", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.woocommerce-MyAccount-content .select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border-radius: 0px !important;
    border: 1px solid #ddd !important;
    font-family: "Hind Vadodara", Sans-serif !important;
    height: 48px !important;
    display: block !important;
    padding: 10px !important;
}
.woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 12px !important;
}
.woocommerce-MyAccount-content form button{
	font-family: "Hind Vadodara", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    fill: #fff;
    color: #fff;
    background-color: #f89722 !important;
    padding: 13px 30px;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.5s;
    max-width: 250px;
    width: 100%;	
}
.woocommerce-error{
    display: block;	
}
.woocommerce-error li {
    display: block;
    width: 100%;
}
.woocommerce-MyAccount-content form em{
    font-family: "Hind Vadodara", Sans-serif;
    font-style: normal;
    font-size: 16px;	
}
.woocommerce-MyAccount-content h2.woocommerce-order-details__title{
font-family: "Hind Vadodara", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 50px;
    color: #f89722;
    border-bottom: 1px solid #f89722;
    padding-bottom: 10px;	
}
.woocommerce-MyAccount-content table.woocommerce-table{
    margin-top: 20px;	
}
.woocommerce-customer-details .woocommerce-column__title{
	font-family: "Hind Vadodara", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 50px;
    color: #f89722;
    border-bottom: 1px solid #f89722;
    padding-bottom: 10px;	
}
mark {
	background-color: #f89722;
    color: white;
    padding: 0px 5px;
}
#review_form_wrapper .comment-reply-title{
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #f89722;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;	
}
.comment-form-comment label{
    text-align: left;
    color: #0c0c0c;
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.3px;
    margin-bottom: 0px;	
}
.comment-form .form-submit #submit{
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    fill: #fff !important;
    color: #ffffff !important;
    background-color: #f89722 !important;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.5s;
    float: left !important;
    max-width: 150px;
    width: 100%;
    border: 0px;	
}
.woocommerce-cart #site-content .woocommerce {
    max-width: 1349px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.berocket_single_filter_widget h3{
    margin-top: 20px !important;
}
.elementor-element-74d5da5 .elementor-widget-shortcode{
   margin: 0px !important;
}
.logged-in .login_label{
	display:none;
}
.myaccount_label{
	display:none !important;
}
.logged-in .myaccount_label{
	display:block !important;
}
.elementor-205 .elementor-element.elementor-element-d6610b9 {
    text-align: center;
    margin-bottom: 0px;
}
.woocommerce table.my_account_orders .button.track-button {
    margin-left: 0 !important;
    top: 0 !important;
    background: transparent !important;
    margin-bottom: -12px !important;
    border: 1px solid #00000017;
    height: auto !important;
    padding-top: 5px !important;
}
.woocommerce table.my_account_orders .button.track-button img{
    display: inline-block;
}
.woocommerce table.my_account_orders .button.track-button:after {
    content: "Track Now";
    color: #000;
    font-size: 14px;
    margin-left: 10px !important;
    vertical-align: super;
}
.tooltipster-base{
    color: #fff !important;
    font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    letter-spacing: 0.3px !important;
}
.ywot_order_details.top{
    font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px !important;
    text-align: center !important;
    background-color: #f89722 !important;
    padding: 10px !important;
    color: #fff !important;
}
.woocommerce-shipping-destination{
	font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px;
    margin-bottom: 0px !important;	
}
.woocommerce-shipping-methods label{
	font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px;	
}
.woocommerce-shipping-calculator .shipping-calculator-button{
    margin-top: .5rem;
    display: inline-block;
    color: #000;
    font-weight: 600;
    text-decoration: underline !important;	
}
.woocommerce-cart .select2-container .select2-selection--single .select2-selection__rendered{
    font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px !important;
}
.woocommerce-shipping-calculator button.button{
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    fill: #fff !important;
    color: #ffffff !important;
    background-color: #272624 !important;
    padding: 13px 30px;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.5s;
    float: left !important;
    max-width: 300px;
    width: 100%;
    border: 0px;
    margin-bottom: 50px;
}
.woocommerce-order-received .woocommerce{
    max-width: 1349px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0px 15px !important;
    color: #0c0c0c;
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.woocommerce-order-received .woocommerce p{
    font-family: "Hind Vadodara", Sans-serif;	
}
.woocommerce-order-received .woocommerce-order li, .woocommerce-order-received .woocommerce-order p {
    font-family: "Hind Vadodara", Sans-serif;
}
.woocommerce-order-received .woocommerce-order a{
	color:#000 !important;
}
.woocommerce-order-received .woocommerce-order-details__title{
	font-family: "Hind Vadodara", Sans-serif;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 50px;
    margin-bottom: 10px;	
}
.woocommerce-order-received .ywot_order_details{
	display:none !important;
}
.woocommerce-info {
    background: #000000 !important;
    color: #fff !important;
    border-top: 2px solid #f89722 !important;
}
.return-to-shop .button.wc-backward{
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    fill: #fff !important;
    color: #ffffff !important;
    background-color: #f89722 !important;
    padding: 13px 30px;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.5s;
    float: left !important;
    max-width: 300px;
    width: 100%;
    border: 0px;	
}
.woocommerce-cart .woocommerce-message {
    background: #f89722 !important;
}
.woocommerce-cart .woocommerce-message  a{
	color:#fff !important;
}
.page-id-500 #main .woocommerce-breadcrumb{
	display:none !important;
}
.mwb-tyo-order-tracking-section{
    max-width: 1349px;
    width: 100%;
    margin: 0 auto;	
}
.mwb_tyo_process_steps_wrap{
    margin: 0px;
    text-align: center;
    margin-bottom: 50px;
}
.mwb_tyo_process_steps_wrap li{
	margin: 0px;
    display: inline-block;
    width: 19.35%;
    text-align: center;
    background-color: #f1f1f1;
    padding: 25px;
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 20px;
    letter-spacing: 0.5px;	
}
.mwb_tyo_process_steps_wrap li img{
	margin: 0 auto;
    margin-bottom: 30px;
}
.mwb_tyo_order_tracker_content{
	padding: 20px;
    background-color: #fbfbfb;
    width: 98%;
    margin: 0 auto;	
}
.mwb_tyo_order_tracker_content h3{
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 30px;	
}
.mwb_tyo_order_tracker_content .mwb-tyo-order-info{
	margin: 0px;
    margin-bottom: 20px;	
}
/* .mwb_tyo_order_tracker_content .mwb-tyo-order-info:last-child{
	display:none !important;
} */

.woocommerce-view-order .woocommerce-order-details p a.button{
    box-shadow: none !important;
    font-weight: normal !important;
    color: #fff !important;
    font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px !important;
    padding: 11px 20px !important;
    background-color: #333034 !important;
    border-radius: 0px !important;
    transition: all 0.5s !important;
    text-decoration: none !important;
    letter-spacing: 1px !important;	
}
.woocommerce-view-order .woocommerce-order-details p.order-again a.button{
    box-shadow: none !important;
    font-weight: normal !important;
    color: #fff !important;
    font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px !important;
    padding: 11px 20px !important;
    background-color: #f89722 !important;
    border-radius: 0px !important;
    transition: all 0.5s !important;
    text-decoration: none !important;
    letter-spacing: 1px !important;
}
.woocommerce-order-received .woocommerce-order-details p a.button{
    box-shadow: none !important;
    font-weight: normal !important;
    color: #fff !important;
    font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px !important;
    padding: 11px 20px !important;
    background-color: #333034 !important;
    border-radius: 0px !important;
    transition: all 0.5s !important;
    text-decoration: none !important;
    letter-spacing: 1px !important;	
}
.woocommerce-view-order .woocommerce-customer-details .woocommerce-column__title{
    margin-top: 10px !important;
}
.woocommerce-account table.account-orders-table:not(.has-background) tbody tr:nth-child(2n) td {
    background: #fff !important;
}
tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-completed.order td {
    background-color: #4caf5045 !important;
}
.woocommerce-OrderUpdates{
    margin: 0px;	
}
.woocommerce-OrderUpdates .woocommerce-OrderUpdate-text .woocommerce-OrderUpdate-meta{
	display:none;
}
.woocommerce-view-order .woocommerce-MyAccount-content h2 {
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 50px;
    color: #f89722;
    border-bottom: 1px solid #f89722;
    padding-bottom: 10px;
}
.filterbtn{
	margin-top: 9px !important;
    margin-bottom: -40px !important;
}
ul.mwb-tyo-order-info li {
    font-family: "Hind Vadodara", Sans-serif;
}
.order_details{
	font-family: "Hind Vadodara", Sans-serif;
    font-size: 16px;	
}
.order_details strong{
    font-weight: 500;	
}
.woocommerce-order-pay .woocommerce p{
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 16px;	
}
#btn-razorpay{
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    color: #ffffff;
    background-color: #f7a138;	
}
 #btn-razorpay-cancel{
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    color: #ffffff;
    background-color: #000;	 
}
.woocommerce-info .showlogin{
    color: #fff;	
}
.woocommerce-info .showlogin:hover{
    color: #f89722;
}
.woocommerce-checkout .woocommerce-form-login, .woocommerce-checkout .woocommerce-form-login p{
    font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.3px !important;	
}
.woocommerce-checkout .woocommerce-form-login .form-row{
    display: block;
    width: 100%;	
}
.woocommerce-checkout label{
	font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.3px !important;
}
.woocommerce-checkout .woocommerce-form-login .lost_password a{
    color: #000 !important;	
}
.apsw-search-wrap .apsw-category-items, .apsw-search-wrap .apsw-search-form input[type='search'] {
    color: #0c0c0c;
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-align: left;
    height: auto;
    line-height: 42px;
}
.apsw-search-wrap .apsw-select-box-wrap {
    color: #0c0c0c;
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-align: left;
    height: auto;
    line-height: 42px;
}
.apsw-search-wrap .apsw-search-btn svg{
	display:none;
}
.apsw-search-wrap{
    margin-bottom: 10px;	
}
ul.apsw_data_container li{
    margin-left: 0px;
    color: #0c0c0c;
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;	
}
ul.apsw_data_container li .apsw-name {
    color: #000;
    font-family: "Hind Vadodara", Sans-serif;
    font-size: 19px;
    font-weight: normal;
    letter-spacing: 0.5px;
}
ul.apsw_data_container li .apsw_result_category {
    color: #000000;
    font-weight: 100;
    font-size: 15px;
}
.apsw_ajax_result a.apsw_view_all_product {
    font-size: 16px!important;
    padding: 10px 30px!important;
    border-top: 0px solid transparent!important;
    border-top-color: transparent!important;
    border-bottom: 0px solid transparent!important;
    border-bottom-color: transparent!important;
    clear: both!important;
    display: block!important;
    text-transform: capitalize!important;
    text-align: center!important;
    color: #000000!important;
    border-color: #f89722!important;
    background-color: #f89722!important;
    border: none!important;
    font-family: "Hind Vadodara", Sans-serif!important;
}
body .apsw-search-form .apsw_ajax_result a.apsw_view_all_product:hover, body .apsw-search-form .apsw_ajax_result a.apsw_view_all_product:focus{
    color: #fff!important;
    border-color: #000!important;
    background-color: #000!important;	
}
.apsw-search-wrap .apsw-search-btn{
    display: none!important;	
}
.apsw_ajax_result{
    top: 43px!important;
    left: 0px!important;
    right: 0px!important;	
}
ul.apsw_data_container .apsw_result_excerpt{
	display:none!important;
}
/* Thumbnail on left */
/*.single-product div.product .woocommerce-product-gallery .flex-viewport {
    width: 75%;
    float: left;
} 
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    width: 25%;
    float: left;
    height: 400px;
    overflow-y: scroll;
    margin-bottom: 0px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 90%;
    float: none;
    margin: 0 0 10% 10%;
}*/
.elementor-element-99407af .elementor-element-d26964d{
    background-color: #f1f1f9;
    padding: 20px;
}
.reset_variations{
	display:none !important;
}
.single_variation_wrap{
    margin-top: 20px !important;	
}
th.woocommerce-orders-table__header.woocommerce-orders-table__header-mwb-tyo-shipment-tracking-number{
    display: none;	
}
.woocommerce-orders-table__cell-mwb-tyo-shipment-tracking-number{
    display: none;	
}
.page-id-776 #main .woocommerce-breadcrumb{
    display: none;		
}
body .related .product .price .woocommerce-Price-amount {
    font-size: 17px !important;
    font-weight: normal !important;
    letter-spacing: 0.3px;
    text-align: center;
    color: #000 !important;
    margin-bottom: 0px !important;
}
.woocommerce-checkout-review-order-table dl.variation dt, .woocommerce-checkout-review-order-table dl.variation dd p {
    font-family: "Hind Vadodara", Sans-serif !important;
    font-size: 16px;
    font-weight: normal;
}
small.tax_label {
    display: none;
}
.product_cat_accessories .elementor-element-8614cab{
	display:none;
}
.flex-viewport .woocommerce-product-gallery__image img{
    height: 400px !important;
    object-fit: contain;
    background-color: #fff;	
}
.product-type-simple bdi{
	margin-top: 16px;
    display: block;	
}
.product-type-simple ins bdi {
    margin-top: 0px;
}
.woocommerce div.product.elementor form.cart table.variations td.value{
	margin-left: 10px;	
}
body .woo-variation-product-gallery {
    max-width: 100% !important;
}
li.product-type-simple bdi {
    margin-top: 0px !important;
}
@media screen and (max-width:320px){
	.elementor-205 .elementor-element.elementor-element-5323350 .elementor-menu-cart__toggle .elementor-button{
	    font-size: 12px !important;	
	}
}
@media screen and (max-width:600px){
	.product_list .woocommerce-loop-product__title{
		font-size: 15px !important;
		height: 36px !important;
		overflow: hidden;	
	}
	.product_list .price {
       font-size: 13px;
	}
	.archive .woocommerce-result-count{
		display:none;
	}
	.woocommerce .woocommerce-ordering {
		float: right !important;
		margin-bottom: 10px !important;
	}
	.woocommerce-ordering .orderby {
		font-family: "Hind Vadodara", Sans-serif;
		padding: 3px 10px;
		border-radius: 5px;
		max-width: 139px;
		float: right;
	}
	.sale-perc{
	    font-size: 13px !important;
		min-height: 20px !important;
		min-width: 28px !important;
		line-height: 25px !important;
		max-width: 70px !important;
	    padding: 0px 10px !important;
	}
	.single_products .price .woocommerce-Price-amount.amount {
		background-image: none;
		background-size: contain;
		background-position: left;
		background-repeat: no-repeat;
		text-decoration: none;
		transform: rotate(0deg);
		display: block;
		padding: 0px;
		color: #000;
		margin-top: -8px;
		margin-bottom: 20px;
		font-weight: 700;
		font-size: 20px;
	}	
	.single_meta span{
		font-size: 15px;	
	}
	.elementor-element-af51c6d .elementor-share-btn__text{
		display:none !important;
	}
	.elementor-element-af51c6d .elementor-share-btn__icon{
	    margin: 0 auto !important;	
	}
	.elementor-element-af51c6d .elementor-share-btn{
		height: 3.5em !important;		
	}	
	table.variations label{
	    font-size: 15px !important;
	}
	.tawcvs-swatches .swatch{
	    width: 25px !important;
		height: 25px !important;	
	}
	.woocommerce div.product.elementor form.cart table.variations td.label{
	    min-width: 108px !important;
	}
	.elementor-274 .elementor-element.elementor-element-a1523a5 > .elementor-widget-container{
	    padding: 0px 0px 0px 0px !important;	
	}
	.elementor-274 .elementor-element.elementor-element-6657180 .elementor-heading-title{
	    font-size: 15px !important;	
		font-weight: 500 !important;	
	}
	.elementor-419 .elementor-element.elementor-element-3bcca39 .elementor-heading-title{
	    font-size: 15px !important;	
		font-weight: 500 !important;		
	}
	.elementor-419 .elementor-element.elementor-element-dc7a72d .elementor-icon-list-item{
	    font-size: 15px !important;		
	}
	.elementor-274 .elementor-element.elementor-element-96f6a5e{
		margin-top: 00px !important;
	    padding: 0px 20px !important;
	}
	.elementor-274 .elementor-element.elementor-element-a7f3bfc .elementor-heading-title{
	    font-size: 15px !important;
		font-weight: 500 !important;	
	}
	.elementor-274 .elementor-element.elementor-element-a7f3bfc{
		margin-bottom: 10px !important;
	}
	.elementor-274 .elementor-element.elementor-element-300df9c{
	    margin-bottom: 0px !important;
	}
	.woocommerce-product-attributes .woocommerce-product-attributes-item__label{
		width: 40% !important;
		font-size: 15px !important;
	}
	.woocommerce-product-attributes .woocommerce-product-attributes-item__value{
		width: 60% !important;
		font-size: 15px !important;	
	}	
	.single_product_description{
		font-size: 15px !important;
	} 
	.elementor-274 .elementor-element.elementor-element-b01987a .elementor-heading-title{
	    font-size: 15px !important;
	}
	.elementor-274 .elementor-element.elementor-element-b01987a{
		margin-bottom: 10px !important;	
	}
	.elementor-274 .elementor-element.elementor-element-9ccaf05{
	    margin-bottom: 0px !important;	
	}
	.single_review #tab-reviews{
		padding: 5px !important;
	}
	.woocommerce-tabs #reviews li.comment, .woocommerce-tabs #reviews li.review{
		margin: 0px 0 5px 0 !important;
	}
	.single_review .commentlist li .comment-text {
		padding: 15px !important;
	}
	.single_review .commentlist li .comment-text .meta .woocommerce-review__author{
	    font-size: 15px !important;
	}
	.single_review .commentlist li .comment-text .description p{
	    font-size: 15px !important;
	}
	.single_review .commentlist {
		height: auto !important;
	}
	.single_review .woocommerce-verification-required{
	    font-size: 15px !important;
	}
	.elementor-element-d382d24{
		padding: 0px 20px !important;	
	}
	.elementor-274 .elementor-element.elementor-element-5c75dc3 .elementor-heading-title{
	    font-size: 15px !important;
	}
	.elementor-274 .elementor-element.elementor-element-5c75dc3{
		margin-bottom: 10px !important;	
	}	
	.elementor-274 .elementor-element.elementor-element-311b735{
	    margin-bottom: 0px !important;	
	}
	.related_products .products li {
		margin-bottom: 0px !important;
		width: 48% !important;
		display: inline-block !important;
		clear: none !important;
		margin-bottom: 10px !important;
	}
	.related_products .products{
		display: inline-block !important;
	}	
	.single_add_to_cart_button{
		font-size: 15px !important;	
	}
	.elementor-widget-woocommerce-product-add-to-cart .input-text.qty{
	    padding: 6.5px 20px !important;
		font-family: "Hind Vadodara", Sans-serif !important;
	}
	.elementor-274 .elementor-element.elementor-element-1569180 .elementor-heading-title{
	    font-size: 25px !important;	 
	}
	.woocommerce-message{
	    font-size: 15px !important;
	    padding: 10px !important;
	}
	.woocommerce-message .button {
		padding: 15px 5px !important;
		font-size: 11px !important;
		width: 130px !important;
	}	
	.elementor-element-9cf3c2a{
		padding: 10px 10px 10px 0px !important; 
	}
	.elementor-element-9cf3c2a .elementor-element-populated{
		padding: 0px !important;
	}
	.woocommerce-cart-form td, .woocommerce-cart-form td a{
	    font-size: 15px !important;	
	}
	.woocommerce-cart-form .actions .button{
	    font-size: 15px !important;	
	}
	.woocommerce-cart-form{
	    padding: 10px !important;	
	}
	.woocommerce-cart-form__contents{
	    margin: 0px !important;	
	}
	.cart-collaterals .cart_totals h2 {
		font-size: 15px !important;	
		margin-top: 30px !important;	
		margin-bottom: 7px !important;	
		padding: 0px 0px !important;	
	}	
	.cart-collaterals {
		padding: 0px 20px !important;	
	}
	.cart-collaterals .cart_totals .shop_table tr{
		padding: 0 !important;	
		margin-bottom: 0px !important;	
	}
	.cart_totals td, .cart_totals th{
	    font-size: 15px !important;	
	}
	.woocommerce-shipping-methods label{
	    font-size: 15px !important;	
	}
	.woocommerce-shipping-destination{
	    font-size: 15px !important;	
	}
	#shipping_method{
	    padding-bottom: 0px !important;	
	}
	.wc-proceed-to-checkout a{
	    font-size: 15px !important;	
		padding: 13px 10px !important;		
	}
	.woocommerce-cart .select2-container .select2-selection--single{
	    text-align: left !important;
	}
	.woocommerce-shipping-calculator button.button{
	    width: 100% !important;
		max-width: 100% !important;	
	}
	.woocommerce-checkout-review-order-table tr.fee td{
	    text-align: right !important;	
	}
	.woocommerce-orders-table__cell-order-actions::before{
		display:none !important;
	}
	.logged-in.woocommerce-account table.account-orders-table td {
		padding-bottom: 0rem;
	}	
	.mwb_tyo_process_steps_wrap{
		display:none !important;
	}
	.mwb_tyo_order_tracker_content h3{
	    font-size: 18px !important;
		margin-bottom: 15px !important;	
	}
	.mwb_tyo_order_tracker_content{
		margin-bottom: 10px !important;
	}
	.mwb_tyo_order_tracker_content .mwb-tyo-order-info{
	    padding-left: 20px !important;
	}
	#customer_login {
		padding: 00px 0px !important;
	}
	.woocommerce-account .woocommerce {
		padding: 20px 15px !important;
	}
	#customer_login .col-1 {
		margin-bottom: 50px;
	}
	.elementor-230 .elementor-element.elementor-element-94ee7d6 {
		margin-top: -40px !important;
	}
	.archive .woocommerce-result-count{
	    margin-top: 52px !important;
		margin-bottom: -42px !important;	
	}
	.apsw-search-wrap {
		margin-bottom: 0px;
	}
	ul.apsw_data_container li .apsw_result_excerpt{
	    display: none;	
	}
}

@media screen and (min-width:768px) and (max-width:1080px){
	.product_list .woocommerce-loop-product__title {
		font-size: 15px !important;
		height: 36px;
		overflow: hidden;
	}
	.elementor-element.elementor-products-grid ul.products li.product{
	    padding: 0px 0px !important;
		padding-bottom: 15px !important;	
	}
	.elementor-274 .elementor-element.elementor-element-0a6a47f .elementor-heading-title{
	    font-size: 48px !important;	
	}
	.elementor-274 .elementor-element.elementor-element-2b14340 > .elementor-element-populated{
	    margin: 0px 25px 25px 25px !important;	
	}
	.elementor-274 .elementor-element.elementor-element-1569180 .elementor-heading-title{
		font-size: 35px !important;
	}
	.elementor-element-af51c6d .elementor-share-btn__text{
		display:none !important;
	}
	.elementor-element-af51c6d .elementor-share-btn__icon{
	    margin: 0 auto !important;	
	}
	.elementor-element-af51c6d .elementor-share-btn{
		height: 3.5em !important;		
	}
	.elementor-274 .elementor-element.elementor-element-a7f3bfc .elementor-heading-title{
	    font-size: 23px !important;	
	}
	.elementor-274 .elementor-element.elementor-element-b01987a .elementor-heading-title{
	    font-size: 23px !important;		
	}
	.woocommerce-product-attributes .woocommerce-product-attributes-item__label{
		width: 40% !important;
	}
	.woocommerce-product-attributes .woocommerce-product-attributes-item__value{
		width: 60% !important;
	}	
	.related_products .products li {
		margin-bottom: 0px !important;
		width: 24.5% !important;
		display: inline-block !important;
		clear: none !important;
		margin-bottom: 10px !important;
		float: none !important;
	}
	.related_products .products{
		display: inline-block !important;
	}		
	.elementor-274 .elementor-element.elementor-element-311b735{
		margin-bottom:0px !important;
	}
	#site-content{
	    padding: 15px !important;
	}
	#customer_login {
		padding: 00px 0px !important;
	}
	.woocommerce-account .woocommerce {
		padding: 20px 15px !important;
	}
	#customer_login .col-1 {
		margin-bottom: 50px;
	}	
	.bapf_sfilter ul li{
		text-align: left;
	}
	.bapf_sfilter .bapf_body .mCSB_container>ul, .bapf_sfilter .bapf_body>ul{
	    text-align: left;	
	}
}

.elementor-element-a4e3953 .elementor-message.elementor-message-success {
    color: #fff !important;
}
.elementor-menu-cart__container {
	z-index: 99999 !important;
}

	input[type="checkbox"]:checked::before {
		position: relative;
	}

table.variations label {
	padding: 0 !important;
}

table.variations select {
	padding: 10px 20px !important;
}

table.variations .label {
	padding: 0 9px !important;
}

.woocommerce div.product.elementor form.cart table.variations td.value {
	padding: 0px;
}

.variations tr {
	margin-bottom: 10px
}


@media screen and (max-width: 600px) {
	table.variations select {
		width: 100% !important;
	}
	.product .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
		padding: 0px !important;
	}
}


.page-template .woocommerce {
    max-width: 1140px !important;
    margin: 0 auto !important;
	display: flex !important;
    justify-content: space-between;
    gap: 10px;
}
.page-template .woocommerce fieldset button.show-password-input {
	width: max-content !important;
	background-color: #ffffff !important;
}
.page-template .woocommerce form.woocommerce-cart-form {
    width: 100%;
}
.page-template .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: unset !important;
    width: 97% !important;
}

@media screen and (max-width: 768px) {
	.page-template .woocommerce { 
		display:block !important;
	}
	.page-template .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100% !important; 
	}
	.page-template .woocommerce-account .woocommerce-MyAccount-content {
        width: 100% !important;
    }
}


/* .single-product .add_cart_widget table.variations select {
	width: unset !important;
} */
.single-product .add_cart_widget table.variations  {
    width: 100% !important;
}
 table.variations .label {
    width: 30% !important;
}
/* .fa-x-twitter:before {
  content: "\e61b"; 
}
.fab.fa-twitter:before {
  content: "\e61b"; 
} */
.fab.fa-twitter {
	 display: inline-block;
    width: 16px;
    height: 17px;
    background-image: url(http://nspecs.in/wp-content/uploads/2025/09/twitter.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.elementor-share-btn_twitter:hover .fab.fa-twitter {
    background-image: url(http://nspecs.in/wp-content/uploads/2025/09/twitter-white.png) !important;
}
.fa-twitter:before {
	display:none !important;
}


/* 10-03-2025 y  */

.single-product .add_cart_widget table.variations select {
    width: 80% !important;
}
.tawcvs-swatches {
    border: 1px solid #d4d4d3 !important;
    width: 80% !important;
	gap: 12px;
	padding: 10px 10px 10px 26px !important;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 41% !important;
    border: 1px solid #f897227d;
   padding: 0px 0px 0px 8px;
    border-radius: 5px;
	height: max-content !important;
}
.woocommerce table {
	margin-bottom:10px !important;
}
.woocommerce form.woocommerce-cart-form {
    border: 1px solid #f897227d;
    padding: 5px;
	border-radius: 5px;
}
.woocommerce .woocommerce-cart-form .product-name a{
    color: #000;
    font-weight: 600;
}
.woocommerce .woocommerce-cart-form .variation-Power p {
    font-weight: 600 !important;
}
.woocommerce .cart-collaterals a.checkout-button.button.alt.wc-forward {
    margin-bottom: 20px !important;
}


/* 07-10-2025 css  */
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
	width: 100%;
}

.woocommerce .cross-sells {
	display: none;
}

.woocommerce .cross-sells ul.products li.product {
	width: 100%;
	margin: 0;
}

.woocommerce .cross-sells ul.products li.product .onsale {
	padding: 0px 18px;
    background: #f89721;
    font-size: 17px;
    min-height: 28px;
    min-width: 28px;
    line-height: 28px;
    border-radius: 3px 3px 3px 3px;
}

.woocommerce .cross-sells ul.products li.product .sale-perc {
	right: 0;
    top: 0;
    left: unset;
	margin: 0;
}

@media screen and (max-width: 1024px) {
	.page-template .woocommerce {
		gap: 0px;
		margin: 0 10px !important;
	}
	.page-template .woocommerce form.woocommerce-cart-form {
		margin-right: 10px;
	}
}


@media screen and (max-width: 768px) {
	.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item {
		border-top: none !important;
	}
	.woocommerce table.shop_table_responsive tr .product-thumbnail img, .woocommerce-page table.shop_table_responsive tr .product-thumbnail img {
		max-width: 350px !important;
		width: 182px !important;
	}
	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
		width: 100% !important;
		margin-top: 20px;
	}
	.woocommerce table {
		margin-top: 0px;
	}
}

#size_guide .elementor-heading-title {
	cursor: pointer;
	text-decoration: underline;
	transition: 0.5s;
}

#size_guide .elementor-heading-title:hover {
	color: #f89722;
	transition: 0.5s;
}

.product_cat-accessories #size_guide {
	display: none;
}