.input-group-addon.search-categories{ display: none !important; }

select#product_category { padding-bottom: 5px; }
input#product_price, .price-label { padding-left: 20px; }
/*input#product_weight { padding-left: 23px; }*/
/*input#product_length, input#product_width, input#product_height { padding-left: 30px; }*/
.upsell-search { right: 0; }
.sell-btn { background: #009688 !important; }

.is-focused .weight-label,
.is-focused .length-label {
	padding-left: 0;
}

textarea#product_description,
#product_purchase_note {
	padding-top: 15px; margin-bottom: 5px;
}

.vendor-add-new-product ul.nav li.nav-item a.active:after{
	color: #009688;
}

span.fixed-placeholder{ 
	margin-top: 1px; 
}

.euro-icon, .fixed-placeholder {
	position: absolute;
	font-size: 17px;
	left: 0;
	margin-top: 5px;
}

/*----------------------*/

.dokan-dashboard .dokan-dashboard-wrap .modal-content {
	background: #d6f0e9;
}
.dokan-dashboard .dokan-dashboard-wrap .modal-body .vendor-add-new-product h1 {
	font-size: 34px;
	text-align: center;
}
.dokan-dashboard .dokan-dashboard-wrap .modal-body .vendor-add-new-product ul.nav {
	padding: 0 75px;
	width: 100%;
}

.dokan-dashboard .dokan-dashboard-wrap .modal-body .vendor-add-new-product .tab-content {
	margin: 50px 0px;
	background: white;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
	border-radius: 18px;
}
.dokan-dashboard .dokan-dashboard-wrap .modal-body .vendor-add-new-product form {
	margin: 30px 70px;
}
.dokan-dashboard .dokan-dashboard-wrap .modal-body .vendor-add-new-product form .row {
	padding: 15px 0;
}
.dokan-dashboard .dokan-dashboard-wrap .modal-body .vendor-add-new-product div#step_1,
.dokan-dashboard .dokan-dashboard-wrap .modal-body .vendor-add-new-product div#step_2,
.dokan-dashboard .dokan-dashboard-wrap .modal-body .vendor-add-new-product div#step_3,
.dokan-dashboard .dokan-dashboard-wrap .modal-body .vendor-add-new-product div#step_4{
	padding: 50px 0;
}


.vendor-add-new-product a span.num {
	display: block;
	float: left;
	color: #fff;
	background-color: #b3c4cf;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	line-height: 25px;
	text-align: center;
	font-weight: 500;
	margin-top: 2px;
	margin-right: 2px;
}

.vendor-add-new-product a span.title {
	width: 90px;
	display: inline-block;
	text-align: center;
	line-height: 15px;
	font-weight: 600;
}

.vendor-add-new-product a span.title.single-line{
	height: 35px;
	line-height: 30px;
}

.vendor-add-new-product ul.nav li.nav-item a.active span.num {
	background-color: #009688;
}

.vendor-add-new-product ul.nav li.nav-item{
	width: 33%;
	position: relative;
}

.vendor-add-new-product ul.nav li.nav-item a {
	color: #b8cad4
}

.vendor-add-new-product ul.nav li.nav-item a.active {
	color: #535856
}

.vendor-add-new-product ul.nav li.nav-item a::after {
	content: "-------------------------";
	letter-spacing: -1px;
	position: absolute;
	right: 5px;
	top: 13px;
}
.vendor-add-new-product form button {
	padding: 5px 30px;
	border: 2px solid #009688;
	border-radius: 16px;
	color: #009688;
	width: 80%;
	padding: 15px 70px;
	max-width: 100%;
	font-size: 18px;
	background: none;
}
.vendor-add-new-product .prevtabbutton {
	border: none;
	text-align: left;
}
.tab-content button.btn {
	background: none;
	border-radius: 100px;
}
button.btn.prevtabbutton {
	border: none;
	padding-left: 0;
}
.tab-content button.btn:hover {
	background: none;
	border-color: #009688;
	color: #009688;
}

.heading-main {
	background: #f1faf7;
	font-size: 23px;
	padding: 5px 70px;
	border-radius: 0 10px 0 0;
}
.heading{
	font-size:16px;/* first 20px */
	font-weight: 500;
}
.modal-body .heading{
	font-size:16px;/* first 20px */
	font-weight: 500;
	display: block;
	margin-bottom: -15px;
}
.heading.with-tooltip{
	position: relative;
	display: block;
}

.modal-body .mdl-textfield{
	width: 100%;
	padding-right: 15px;
}
.modal-body .mdl-radio{
	margin-top: 15px;
}
.modal-body #magicsuggest{
	background-color: transparent;
}
.mdl-selectfield {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	/*width: 300px;*/
	max-width: 100%;
	margin: 0;
	vertical-align: middle;
	line-height: 20px;
	font-size: 16px;
	padding: 20px 0;
	z-index: inherit;
}

.mdl-selectfield__select {
	visibility: visible;
	font-size: 16px;
	/*margin: 2px 0 3px 0;*/
	padding: 0;
	width: 100%;
}

.mdl-selectfield__label {
	color: rgba(0,0,0, 0.26);
	vertical-align: middle;
	bottom: 0;
	font-size: 16px;
	left: 0;
	right: 0;
	pointer-events: none;
	position: absolute;
	display: block;
	top: 24px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	margin-bottom:0;
}

.mdl-selectfield.is-dirty .mdl-selectfield__label,.mdl-selectfield.is-focused .mdl-selectfield__label {
	visibility: hidden
}

.mdl-selectfield--floating-label .mdl-selectfield__label {
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.mdl-selectfield--floating-label.is-dirty .mdl-selectfield__label,.mdl-selectfield--floating-label.is-focused .mdl-selectfield__label {
	color: #009688;
	font-size: 12px;
	top: 4px;
	visibility: visible
}

.mdl-selectfield__label:after {
	background-color: #009688;
	bottom: 20px;
	content: '';
	height: 2px;
	left: 45%;
	position: absolute;
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	visibility: hidden;
	width: 10px;
}

.mdl-selectfield.is-focused .mdl-selectfield__label:after {
	left: 0;
	visibility: visible;
	width: 100%
}

.mdl-selectfield.is-invalid .mdl-selectfield__label:after {
	background-color: rgb(222, 50, 38)
}


.mdl-selectfield.is-disabled.is-disabled .mdl-selectfield__label {
	color: rgba(0,0,0, 0.26)
}

.mdl-selectfield.is-invalid .mdl-selectfield__label {
	color: rgb(213,0,0)
}

.mdl-selectfield__error {
	color: rgb(213,0,0);
	position: absolute;
	font-size: 12px;
	margin-top: 3px;
	visibility: hidden;
	display: block;
	white-space: nowrap
}

.mdl-selectfield.is-invalid .mdl-selectfield__error {
	visibility: visible
}

.mdl-selectfield.is-focused .mdl-selectfield__error,.mdl-selectfield--floating-label.is-focused .mdl-selectfield__error {
	visibility: hidden
}

.mdl-selectfield__box {
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
	bottom: 19px;
	border-bottom: 1px solid rgba(0,0,0, 0.12);
	outline: none;
	overflow: hidden;
	cursor: pointer
}

.mdl-selectfield__box>.mdl-selectfield__arrow-down__container {
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 0;
	height: 5px;
	width: auto;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	padding-left: 7px;
	padding-right: 7px;
}

.mdl-selectfield__box>.mdl-selectfield__arrow-down__container .mdl-selectfield__arrow-down {
	display: block;
	width: 0;
	height: 0;
	outline: none;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid rgba(0,0,0, 0.26)
}

.mdl-selectfield.is-invalid .mdl-selectfield__box>.mdl-selectfield__arrow-down__container .mdl-selectfield__arrow-down {
	border-top-color: rgb(213,0,0)
}

.mdl-selectfield.is-focused .mdl-selectfield__box>.mdl-selectfield__arrow-down__container {
	visibility: hidden
}

tyaddprodrequired {
	border-bottom-color: red;
}

.mdl-selectfield__box .mdl-selectfield__box-value {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	outline: none;
	white-space: nowrap;
	width: 92%;
	overflow: hidden
}

.mdl-selectfield.is-focused .mdl-selectfield__box {
	outline: none;
	visibility: hidden
}

.mdl-selectfield.is-invalid .mdl-selectfield__box {
	border-color: rgb(213,0,0)
}

.mdl-selectfield.is-disabled .mdl-selectfield__box {
	border-bottom: 1px dotted rgba(0,0,0, 0.12);
	color: rgba(0,0,0, 0.26)
}

.mdl-selectfield__list-option-box {
	position: absolute;
	left: 0;
	top: 24px;
	right: 0;
	display: none;
	background: rgb(255,255,255);
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 2px;
	opacity: 0;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
	transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: -1;
	min-width: 124px;
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}

.mdl-selectfield__list-option-box ul {
	margin: 0;
	padding: 5px 0;
	list-style: none
}

.mdl-selectfield__list-option-box ul>li {
	font-size: 16px;
	color: rgba(33,33,33,0.87);
	line-height: 19px;
	min-height: 19px;
	padding: 10px 14px 8px 14px !important;
	transition: background-color cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	outline: none;
	box-sizing: content-box;
}

.mdl-selectfield__list-option-box ul>li:hover,.mdl-selectfield__list-option-box ul>li.is-selected {
	background-color: #f8f8f8;
}

.mdl-selectfield__list-option-box ul>li.is-disabled {
	color: rgba(0,0,0, 0.26);
	background-color: rgb(255,255,255);
	cursor: default
}

.mdl-selectfield.is-focused .mdl-selectfield__list-option-box {
	display: block;
	opacity: 1;
	z-index: 999
}

/*# sourceMappingURL=mdl-selectfield.min.css.map */

.mdl-textfield__label{  
   margin-bottom:0px;
 }

.material-icons.md-dark { color: #7791aa; }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }
/*********************************/
/*New impliment css*/
/*********************************/
.buffert-top{margin-top:50px;}

.border-form{
	border: 2px dashed #009688;
	border-radius:5px;
	padding: 10px;
	text-align:center;
	height: 300px;
	position: relative;
	max-height: 300px;
	overflow: hidden;
}

/*.upload-btn-wrapper {*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*  display: inline-block;*/
/*}*/

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.upload-btn-wrapper input[type=file]:hover{ cursor: pointer; }
.step2-placeholder{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 20px;
	text-align: center;
	width: 100%;
}
.step2-placeholder > i{ font-size: 40px; color: #b8cad4; }
.step2-placeholder > label{ font-size: 0.9em; }
.step2-image-wrapper{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.step2-sub-image-container.odd{ padding: 0 8px 0 16px; }
.step2-sub-image-container.even{ padding: 0 16px 0 8px; }
.step2-sub-image-container .step2-main-image-wrapper{ border: 2px dashed #009688; border-radius: 5px; height: 141px; position: relative; max-height: 141px; overflow: hidden; }
.step2-sub-image-container:hover{ cursor: pointer; }


.vendor-add-new-product form .step2-placeholder > a.main-image{
	display: inline-block;
	background: none;
	border: 1px solid #009688;
	color: #009688;
	font-size: 18px;
	border-radius: 100px;
	width: 220px;
	height: 50px;
	line-height: 46px;
}

.btndd{
	background:#009688;
	color: #ffffff !important;
}

.ms-ctn input[type="text"], input[type="text"].mdl-textfield__input{
  border: none;
  border-bottom: 1px solid rgba(0,0,0,.12);
  display: block;
  font-size: 16px;
  font-family: "Helvetica","Arial",sans-serif;
  margin: 0;
  padding: 4px 0;
  width: 100%;
  background: 0 0;
  text-align: left;
  color: inherit;
  border-radius:0px;
}
.modal-body .ms-ctn input[type="text"], input[type="text"].mdl-textfield__input,
.modal-body .mdl-textfield__input{
	background-color: transparent !important;
}
.modal-body .stock-status .mdl-selectfield__box{
	height: 40px;
}
.modal-body .stock-status .mdl-selectfield__box-value{
	padding-top: 7px;
}
.modal-body .not-margin-negative{
	margin-bottom: 0;
}
.modal-body .select2-selection.select2-selection--multiple{
	background-color: transparent;
}
.modal-body .heading.weight-300{
	font-weight: 300;
}

.modal-body .close.dokan-remove-feat-image{
	position: absolute;
	top: 45%;
	right: 45%;
	font-size: 80px !important;
}
.modal-body .row.buffert-top{
	align-items: center;
}

.ms-ctn input[type="text"], .mdl-textfield__input{
  border-radius:0;
}
.ms-ctn{
	position: relative;
	font-size: 16px;
	display: inline-block;
	box-sizing: border-box;
	width: 300px;
	max-width: 100%;
	margin: 0;
	padding: 20px 0 !important;
}
.ms-ctn-disabled{
	cursor: not-allowed;
	background-color: unset !important;
}
#product_archive_data{
  border: 1px solid #f9f3f3;
  border-radius:0 0 10px 10px;
  box-sizing:border-box;
  z-index:999999999;
  box-shadow: 3px 9px 20px 3px #d0d0d0;
  max-height:300px;
  overflow:auto;
}
#product_archive_data li{
  padding:0 0 0 8px;
}
#product_archive_data li:hover{
  background-color: #F5F5F5;
}

/*upsells and cross sells*/
.multiple_ids_wrapper .select2-container .select2-selection.select2-selection--multiple{border: none; border-bottom: 1px solid #ddd; }
.multiple_ids_wrapper .select2-container--default .select2-search--inline .select2-search__field{ width: 100% !important; }
.multiple_ids_wrapper .select2-container--default .select2-search--inline .select2-search__field::placeholder{ color: #ddd !important; }
.multiple_ids_wrapper .select2-container .select2-selection{ padding: 0 !important; }
.multiple_ids_wrapper > label.multiple_ids_label{
	color: #a7a7a7;
	font-size: 12px;
	font-weight: normal;
}


/*** customer ***/
.customer-wrap .store-footer>a{
	display: block;
	margin: 0 10%;
}
.customer-wrap button.dokan-follow-store-button{
	display: none;
}

.seller-listing-content h2{
	margin: 24px 0 7px;
}
.producer-card-restaurant-types{
	font-weight: 500;
}


/*** append + - to iput number ***/
input[type=number]{
	width: calc(100% - 40px);
}

.append-input-number,
.append-input-number:active{
	font-size: 1em;
	border-radius: 3px;
	/*padding: 1.036em 0.35em;*/
	width: 20px;
	background-color: #1A9285;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: calc(1em - 2px);
	padding-top: 1em;
	height: 44px;
	line-height: 10px;
}

button.append-input-number.plus {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

button.append-input-number.menus {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

input[type="number"].no-radius{
	border-top-left-radius: 0!important;
	border-top-right-radius: 0!important;
}

table.cart .product-quantity .quantity {
	width: 7em;
	display: flex;
}

ul.woocommerce-error{
	font-weight: 300;
}

ul.woocommerce-error .amount{
	color: #fff;
	font-weight: 700;
}

ul.woocommerce-error a {
	text-decoration: underline;
}

ul.woocommerce-error .material-icons-outlined{
	font-size: 1.3em;
	color: #fff !important;
}
.error-minimum-order{
	font-size: 1.5em;
}
.single-minimum-order{
	padding: 5px 7px;
	background-color: #F1FAF7;
	border: 1px solid #ddd;
	border-radius: 12px;
}


.dokan-single-store .dokan-store-tabs ul{
	min-height: 45px;
}
.dokan-single-store .dokan-store-tabs ul li.dokan-right{
	margin: 0 5px 0 0;
}
.dokan-single-store .dokan-store-tabs ul li a,
.typof-tabs-buttons button.dokan-btn.dokan-btn-theme{
/*	margin: 15px 0;*/
}

.dokan-single-store .dokan-store-tabs ul li.typical-notice-store-tabs{
	margin: 15px 0;
	background-color: #f1faf7;
	padding: 0px 14px;
	border: 1px solid #ddd;
	border-radius: 20px;
}

/*** cart producer name and summary single order ***/
.wc-cart-producer-name{
	font-size: 1.2em;
	font-weight: 500;
	margin-top: 35px;
}
.wc-cart-producer-name i{
	color: #fff !important;
	background: #29AFA0;
	padding: 7px;
	border-radius: 50%;
	font-size: 0.8em;
}
.ok-minimum-order{
	background-color: #E3ECE9;
}
.not-minimum-order{
	background-color: #FFc3c3;
}
.wc-cart-summary-single-order-num {
	text-align: center;
	font-weight: 500;
}
.woocommerce-cart-form .typical-summary td{ border: 1px solid transparent; }
.woocommerce-cart-form .typical-summary td:first-child { border-top-left-radius: 10px; }
.woocommerce-cart-form .typical-summary td:last-child { border-top-right-radius: 10px; }
.woocommerce-cart-form .typical-summary td:first-child { border-bottom-left-radius: 10px; }
.woocommerce-cart-form .typical-summary td:last-child { border-bottom-right-radius: 10px; }

.link-media-library{
	font-size: 1.6em;
}

/*** Fixed Filters ***/

typicalHeadVisib {
	background: #F4F4F4;
	width:100%;
	margin: auto !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.typicalDivDokan.dokan-geolocation-location-filters.fix-search.width25 {
	top:115px;
	padding-top:50px;
	min-height: 50px;
}

.typicalDivDokan.dokan-geolocation-location-filters.fix-search.width25.typicalDivDocanTipic {
	padding-top: 20px;
}

@media only screen and (max-width: 1200px){
	.typicalDivDokan.dokan-geolocation-location-filters.fix-search.width25 {
		top:50px;
		padding-top:50px;
	}

	.typicalDivBreadc{
		top: 66px;
	}
}

.typicalDivBreadc{
	position:fixed;
	z-index:999;
	width:100%;
	background: transparent;
	padding-top:5px;
	padding-bottom:5px;
	margin-left: -30px;
	padding-left: 30px;
}

.typicalDivBreadc a:first-child {
	margin-left: -250px;
	padding-left: 250px;
}

@media only screen and (min-width: 1200px){
.typicalDivBreadc{
top:132px;
/*width:1905px;*/
}
	
}

.typicalDivBreadc span.delimiter{
	margin-right: 20px;
	margin-left: 20px;
}

.typicalDivDokan{
	max-width: 933 px !important; 
	margin: auto !important;
	margin-left: auto !important;
	margin-right: auto !important;
	position: fixed;
   z-index: 998;
   background: #F4F4F4;
   padding-top: 18px;
   top: 90px;
   left: 0;
    /* opacity: 0.98; */
    /* padding-bottom: 25px; */
    /* padding-left: calc( (100% - 1433px) / 2); */
    /* padding-right: calc( (100% - 1433px) / 2); */
   padding-left: 20px;
   padding-right: 20px;
   box-sizing: border-box;
   display: flex;
   justify-content: center;
	top: 150px; /* 140 */
   border-bottom: 1px solid #ddd;
   box-sizing: border-box;
	color: rgb(93, 98, 96);
	direction: ltr;
	float: left;
	font-family: Roboto;
	font-size: 14px;
	letter-spacing: -0.14px;
	line-height: 24px;
 	/* 	max-width: 1433px;*/
	overflow-wrap: break-word;
	padding-left: 10px;
	padding-right: 10px;
	text-rendering: optimizelegibility;
	/*	width: 220.683px; */
}


.typical-geo-filters-column.dokan-geo-store-categories.dokan-w4.dokan-hide,
.dokan-geo-filters-column.dokan-geo-store-categories.dokan-w12.dokan-hide {
	display: block;
}

.typicalDivDocanTipic h2{
	font-size: 1.5em;
}
.typicalDivDocanTipic form{
width:100% !important;	
margin-left:auto !important;
margin-right:auto !important;

}

@media only screen and (min-width: 1480px) {
	.subwrapper-filter.animated.fadeInDown {
    width: 1380px;
	}
}

@media only screen and (max-width: 1479px) and (min-width:1200{
	.subwrapper-filter.animated.fadeInDown {
    width: 1155px;
	}
}

@media only screen and (max-width: 1200px){
	.subwrapper-filter.animated.fadeInDown {
    width: 90%;
	}
}
@media 
only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-resolution: 144dpi) { 
	.dokan-geolocation-location-filters.fix-search{
		top:130px;
		padding-top: 35px;
	}
	
}

a#dokanEmailVerification {
    text-decoration: underline;
    font-weight: bold;
} 
#dokanEmailVerification {
    text-decoration: underline;
    font-weight: bold;
} 


.typicalinputshipment input{
background-color:rgb(227, 236, 233);
background-image:none;
border-bottom-color:rgb(41, 175, 160);
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
border-bottom-style:solid;
border-bottom-width:0.994318px;
border-collapse:collapse;
border-image-outset:0px;
border-image-repeat:stretch;
border-image-slice:100%;
border-image-source:none;
border-image-width:1;
border-left-color:rgb(93, 98, 96);
border-left-style:none;
border-left-width:0px;
border-right-color:rgb(93, 98, 96);
border-right-style:none;
border-right-width:0px;
border-top-color:rgb(93, 98, 96);
border-top-left-radius:5px;
border-top-right-radius:5px;
border-top-style:none;
border-top-width:0px;
box-sizing:border-box;
color:rgb(93, 98, 96);
cursor:text;
direction:ltr;
display:block;
float:left;
font-family:Roboto, sans-serif;
font-size:14px;
font-stretch:100%;
font-style:normal;
font-variant-caps:normal;
font-variant-east-asian:normal;
font-variant-ligatures:normal;
font-variant-numeric:normal;
font-weight:400;
height:43.9915px;
letter-spacing:normal;
line-height:26px;
margin-bottom:0px;
margin-left:0px;
margin-right:2.30114px;
margin-top:0px;
min-height:26px;
overflow-wrap:break-word;
padding-bottom:7px;
padding-left:16.996px;
padding-right:16.996px;
padding-top:7px;
text-align:start;
text-indent:0px;
text-rendering:optimizelegibility;
text-shadow:none;
text-size-adjust:100%;
text-transform:none;
touch-action:manipulation;
transition-delay:0s;
transition-duration:0.24s;
transition-property:background-color;
transition-timing-function:ease-in-out;
vertical-align:middle;
width:70px;
word-spacing:0px;
writing-mode:horizontal-tb;
-webkit-appearance:none;
-webkit-border-horizontal-spacing:0px;
-webkit-border-vertical-spacing:0px;
-webkit-font-smoothing:antialiased;
-webkit-rtl-ordering:logical;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-webkit-border-image:none;
}


#_weight{
	width:70px;
}

.product-edit-new-container .dokan-shipping-container .dokan-shipping-dimention-options input{
	width:100% !important;
}

.typicalinputshipment input{
	width:100% !important;
}

