#adminmenuback{z-index:20}
body{
font-size: 14px;
}
#dm-not-container, #dm-container, #dm-container-result {
    padding-left: 0;
    padding-right: 0
}

.dm-text-info {
    font-weight: 600;
    font-size: 0.85rem
}

.category-id .dropdown-toggle:before {
    position: absolute;
    width: 16px;
    height: 13px;
    background: url('../images/icons/menu-all-categories.svg') no-repeat;
    top: 11px;
    left: 12px
}

.category-id .dropdown-toggle:after, .shipping-list-tab .dropdown-toggle:after {
    border: none;
    width: 13px;
    height: 8px;
    vertical-align: 0;
    background: url('../images/icons/arrow-light-gray.svg') no-repeat;
	top: 0px;
	position: relative;
}

.category-id .dropdown-toggle {
    padding-left: 35px
}

.search-input .form-group input {
    padding-right: 40px
}

#search-btn {
    right: 0;
    top: 0;
    bottom: 0
}

.icon-search {
    margin: 11px 14px;
    width: 15px;
    height: 15px;
    background: url('../images/icons/search.svg') no-repeat
}

.icon-plus-svg {
    width: 11px;
    height: 11px;
    display: inline-block;
    background: url('../images/icons/plus-import.svg')
}

.icon-double-left, .icon-double-right {
    width: 12px;
    height: 18px;
    display: inline-block;
    background: url('../images/icons/double-arrow.svg') no-repeat center center
}

.icon-angle-left, .icon-angle-right {
    width: 10px;
    height: 19px;
    display: inline-block;
    background: url('../images/icons/arrow-right.svg') no-repeat center center
}

.icon-angle-left, .icon-double-left {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sub-cat-col {
    display: none
}

#categoryImportDM{
    line-height:29px
}

#dm-container .pagination-menu, #dm-container-result .pagination-menu {
    max-width: 155px;
    height: 35px;
    display: inline-flex;
    margin: 0;
    align-self: center !important;
    padding-right: 0px;
    padding-left: 0;
}

#dm-container .jqpagination input,
#dm-container-result .jqpagination input {
    height: 28px;
    box-shadow: none;
    font-size: .72rem;
    padding: 7px 0px;
}

#dm-container .jqpagination input:focus,
#dm-container-result .jqpagination input:focus {
    outline: none;
    border-color: #DCE1E6 #fff
}

.jqpagination a.first, .jqpagination a.last {
    border-radius: 3px 0 0 3px;
    background-color: #DCE1E6;
    border-color: #DCE1E6;
    color: #fff
}

.jqpagination a.last {
    border-radius: 0 3px 3px 0
}

.jqpagination a.previous, .jqpagination a.next {
    border-color: #DCE1E6 #fff;
    background-color: #fff
}

.top-elements .form-group {
    margin-bottom: 0
}

.tab-nav-elements {
    display: inline-block;
    height: 35px;
}

#more-filters.tab-nav-elements, #range-filters.tab-nav-elements {
    background-color: transparent;
    border-radius: 0;
    display: inline-block
}

#more-filters .checkbox label {
    position: relative;
    padding-left: 24px;
    padding-top:0
}

#more-filters div.checker {
    position: absolute;
    top: -1px;
    left: 0;
}

.tab-nav-additional > div, .tab-nav-last > div {
    padding-left:9px
}

.tab-nav-elements .checkbox, .tab-nav-elements .form-group {
    display: inline-block;
    margin-bottom: 0;
    background: transparent;
    border: none;
}

.tab-nav-elements label {
    margin: 0;
    color: #85868f;
}

.tab-nav-elements label .select-label {
    color: #85858f
}

.tab-nav-elements .checkbox label {
    padding: 0 5px 0 9px;
}

.tab-nav-elements .bootstrap-select {
    width: auto !important;
    margin-right: 4px !important
}

.tab-nav-elements .bootstrap-select .btn:hover,
.tab-nav-elements .bootstrap-select .btn:focus,
.tab-nav-elements .bootstrap-select .btn:active,
.tab-nav-elements .bootstrap-select .btn {
    padding: 0;
    height: 34px;
    background-color: transparent;
    border-color: transparent
}

.tab-nav-elements .bootstrap-select .btn:hover {
    color: #85858f
}

.tab-nav-elements .bootstrap-select .dropdown-toggle .filter-option {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    height: 32px;
    padding-right: 9px;
    width: auto;
    text-transform: none;
    font-weight: 400;
	color: #212529;
    line-height: 2rem;
    font-size: 13px;
}

.tab-nav-elements .bootstrap-select .dropdown-toggle:before {
    display: none
}

.tab-nav-elements .bootstrap-select .dropdown-toggle:after {
    display: block;
    border: none;
    width: 13px;
    height: 9px;
    vertical-align: 0;
    background: url('../images/icons/arrow-down.svg') no-repeat;
    position: absolute;
    right: 0;
    top: 12px;
}

.tab-nav-elements .js-import-selected {
    padding: 6px 15px
}

.product-info .bootstrap-select .dropdown-menu .selected span.check-mark,
.tab-nav-elements .bootstrap-select .dropdown-menu .selected span.check-mark {
    right: 4px;
}

.tab-nav-elements .dropdown-item, .product-info .dropdown-item {
    padding-left: 10px;
}

#settings-btn {
    padding: 6px 33px 6px 15px;
    margin-left: 8px;
    position: relative;
}

#settings-btn:after {
    content: ' ';
    width: 12px;
    height: 10px;
    background: url('../images/icons/arrow-down-white.svg') no-repeat;
    position: absolute;
    top: 14px;
    right: 13px;
}

#range-filters .btn {
    padding: 6px 15px;
    margin-left: 8px
}

#range-filters label {
    display: inline-block;
    padding: 0 4px;
    line-height: 35px;
    vertical-align: baseline;
}

.range-item .form-group {
    margin-bottom: 0
}

.range-item .form-control {
    width: 100px;
    border: 1px solid #d0d8ed;
    height: 35px;
    text-align: left;
    font-size: .85rem
}

.range-item .form-control:first-child {
    padding-right: 5px
}

.range-item .form-control:last-child {
    padding-left: 15px
}

.product-item-list, .import-settings {
    background-color: #fff;
    margin: 10px 0;
    padding: 18px
}

.product-item-list, .import-settings > div > div {
    padding-right: 15px;
    margin-bottom: 0 !important;
}

.product-item-list, .last-child-none > div:last-child {
    margin-bottom: 0
}

.product-item-list .action-buttons .btn {
    padding: 6px 15px;
    min-width: 108px;
}

.product-item-list .check-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 36px;
    height: 36px
}

.product-item-list .check-box > div {
    padding: 8px 9px 0
}

.product-item-list .progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: transparent;
    border-radius: 0
}

.product-item-list .progress .progress-bar {
    background-color: #007bff
}

.product-item-list .progress .progress-bar-green {
    background-color: #03D2A9
}

.stars, .stars-line {
    height: 13px;
    width: 74px;
    background: url('../images/icons/rating.svg') no-repeat left bottom;
}

.stars-line {
    background-position: left top
}

#dm-container-result .dropdown-menu > li {
    padding: 2px 15px;
    font-size: .85rem
}

#dm-container-result .product-item-list .shipping-list-tab label {
    margin: 0
}

#dm-container-result .product-item-list .shipping-list-tab .dropdown-toggle.btn-light {
    background-color: #fff;
    border-color: #b9b9b9
}

#dm-container-result .product-item-list .shipping-list-tab .dropdown-toggle.btn-light:focus {
    background-color: #fafafa
}

#dm-container-result .product-item-list .dropdown-menu > li {
    padding: 0;
    font-size: 1rem
}

.product-image img {
    max-height: 74px
}

.product-title {
    margin-left: 20px
}

.product-title h3 {
    font-size: 1.05rem;
    margin: 0;
    font-weight: 400
}

.supplier-price h5 {
    color: #6b6a70;
    font-weight: 400;
    font-size: .99rem;
    margin-bottom: .3rem
}

.supplier-price h4 {
    font-size: 1.15rem
}

.recommended-price h5, .profit-price h5 {
    color: #6b6a70;
    font-weight: 400;
    font-size: .75rem
}

.recommended-price h4, .profit-price h4 {
    color: #5c5d62;
    font-size: .95rem;
    margin-bottom: .29rem
}

.breadcrumbs-content {
    border-bottom: 1px solid #dce1e7
}

.breadcrumbs-content-mystore {
    border-top: 1px solid #dce1e7
}

#collapseSettings.collapsing {
    transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
}

#collapseSettings.collapse.show {
    height: auto !important;
    opacity: 1.0;
    transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
}

#collapseSettings.collapse {

    transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
}

#collapseSettings {
    opacity: 0;
    width: auto;
    height: 0 !important;
    border-top: 0;
}

.product-info {
    color: #5c5d62
}

.product-info .product-title-more {
    font-size: 1.35rem;
    font-weight: 400
}

.product-info .rate-info {
    margin: 20px 0
}

.product-info .summary .params-list {
    font-size: .85rem;
    font-weight: 600;
    padding: 6px 0
}

.product-info .summary .params-list-sku {
    border-top: 1px solid #dce1e7;
    margin-top: 22px;
    padding-top: 22px
}

.product-info .summary .sku-list {
    margin-bottom: 0
}

.product-info .summary .supplier-price {
    font-size: 1.15rem;
    font-weight: 600
}

.product-info .summary .recommended-price,
.product-info .summary .quantity,
.product-info .summary .profit-price {
    font-size: 1.15rem;
    font-weight: 400
}

.product-info .summary .sku-text {
    font-weight: 400
}

.product-info .description-row {
    margin-top: 42px
}

.product-info .tab-pane {
    padding: 34px
}

.product-info .nav-tabs .nav-link {
    border-radius: 0
}

.product-info .nav-tabs .nav-link {
    color: #5c5d62;
    font-size: .85rem;
    padding: 16px 40px
}

.product-info .nav-tabs .nav-item.show .nav-link, .product-info .nav-tabs .nav-link.active {
    color: #00cdfe;
    border-color: #00cdfe #dce1e7 #fff
}
.product-info .carousel .carousel-indicators {
    top: auto;
    bottom: -30px;
    background: transparent;
    padding: 0
}

.product-info .carousel-indicators li {
    background: #dce1e7;
    height: 6px;
    width: 6px;
    border-radius: 100%
}

.product-info .carousel-indicators .active {
    background: #00cdfe
}

#reportModal {
    text-align: center
}

@media screen and (min-width: 768px) {
    #reportModal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%
    }
}
@media screen and (max-width: 768px) {
    .tab-nav-elements {
        flex-direction: column;
    }
}
#reportModal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.maintenance {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 120px)
}
.category-id .dropdown-toggle:before {
    width: 40px;
    height: 38px;
	background: url(../images/icons/import.svg) no-repeat center;    top: 0px;
    left: 0px;
    background-color: #e0e0e0!important;
    display: block;
    padding: 10px;
}
#categoryImport {
	border-left: 0;
}

.bootstrap-select .dropdown-toggle .filter-option{
    text-transform: initial;
}
.category-id .dropdown-toggle{
padding-left: 55px!important;
}
.maintenance h1 {
    font-size: 31px;
    font-weight: bold;
    line-height: 40px;
    padding: 28px 0 0;
    margin: 0;
    color: #4f4f4f
}

.maintenance p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #4f4f4f
}

.maintenance strong {
    color: #1bcea2
}

.fancybox-container {
    z-index: 99999
}

.fancybox-thumbs {
    width: 167px
}

.fancybox-thumbs > ul > li {
    width: 50px;
    height: 50px
}

.fancybox-show-thumbs .fancybox-inner {
    right: 167px
}

@media (max-width: 1760px) {
    .product-item-list .action-buttons .btn {
        margin: 5px 0;
    }
}

@media (max-width:1399px) {
.tab-nav-elements {
    display: inline-block;
    height: 43px;
}
#dm-container .pagination-menu, #dm-container-result .pagination-menu {
    max-width: 155px;
    height: 43px;
    display: inline-flex;
    margin: 0;
    align-self: center !important;
    padding-right: 0px;
    padding-left: 0;
}
    .order-column-element{
        height:auto;
    }
	.tab-nav-additional > div, .tab-nav-last > div{
		padding-top: 15px!important;
	}
	.import-sort-block{
		display: flex;
		align-items: center;
	}
    .order-first-element{
        order:0;
        padding-bottom:8px;
    }

    .order-second-element{
        order:1;
    }
}
@media (min-width: 1400px) {
    .price-block{
        display:flex;
        justify-content: space-around !important;
    }
    .rate-block-small{
        display:none!important;
    }
    .rate-block-large{
        display:block;
    }
}
@media (max-width: 1399px) {
    .price-block{
        display:block;
		text-align: left;
    }
    .rate-block-small{
        display:block;
        padding:6px 0;
    }
    .rate-block-large{
        display:none;
    }
}
@media (max-width: 1280px) {

    .recommended-price h5, .profit-price h5 {
        font-size: .7rem;
    }
}


@media (max-width: 576px) {
    .shipping-show {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .product-title-more {
        margin-top: 35px;
    }

    .product-info .summary .supplier-price {
        line-height: 25px;
    }

    .product-info .summary .recommended-price, .product-info .summary .quantity, .product-info .summary .profit-price {
        line-height: 25px;
    }

    .product-info .nav-tabs .nav-link {
        padding: 16px 10px;
    }

    .tab-nav-elements > div {
        padding-left: 0;
		padding-top: 0!important;

    }
#dm-container .pagination-menu, #dm-container-result .pagination-menu{
    height: 28px!important;
}
    .tab-nav-elements .bootstrap-select {
        margin-top: 3px;
        text-align: center;
    }
    .supplier-price h5 {
        display: inline-block;
        min-width: 105px;
    }

    .supplier-price h4 {
        display: inline-block;
        margin-left: 10px;
    }

    .recommended-price h5, .profit-price h5 {
        display: inline-block;
        min-width: 105px;
    }

    .recommended-price h4, .profit-price h4 {
        display: inline-block;
        margin-left: 10px;
    }

    #dm-container-result .pagination-menu {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .product-title-more {
        margin-top: 35px;
    }

    .product-info .nav-tabs .nav-link {
        padding: 16px 18px;
    }
}

@media (max-width: 576px) {
    .tab-nav-elements {
        height: auto;
        padding-top: 0;
    }
}

.shipping-header, .shipping-item, .analysis-header, .analysis-item{
    padding-top: 10px;
    padding-bottom: 13px;
    font-size: .95rem;
    color: #5b5d64 !important;
}

.shipping-header, .analysis-header {
    background-color: #f0f2f6;
    color: #868791 !important;
    font-size: .85rem
}

.shipping-item, .analysis-item {
    border-bottom: 1px solid #f0f2f6
}

.shipping-list-tab p {
    color: #777;
    padding-top: 15px
}

@media (max-width: 720px) {

    .range-item label:first-child {
        min-width: 95px;
    }

    #more-filters.tab-nav-elements, #range-filters.tab-nav-elements {
        text-align: left;
    }

    .range-item .form-control {
        width: 85px
    }
}

.clear_all {
    color: #3ac1f9;
}

@media (max-width: 691px) {
    #clear_all {
        display: block;
    }
}
@media (max-width: 576px){
	.auto-fold #wpcontent{
		padding-left: 0;
		padding-right: 0;
	}
	.wrap{
		margin: 0px;
	}
	.form-group>div {
		margin-right: 0;
	}
	.category-id .dropdown-toggle {
		padding-left: 15px!important;
		height: 50px;
		padding-top: 13px!important;
		color: #ffffff;
		background-color: #03d2a9!important;
		padding-right: 15px!important;
		border-radius: 3px;
	}
	.category-id .bootstrap-select .dropdown-toggle .filter-option, .subCategoryId .bootstrap-select .dropdown-toggle .filter-option{
		top: -2px;
		font-size: 16px;
	}
	.subCategoryId .dropdown-toggle {
		padding-left: 15px!important;
		height: 50px;
		padding-top: 13px!important;
		color: #57606f;
		padding-right: 15px!important;
	}
	
	.mobile-select-cat.mobile{
		position: fixed;
		z-index: 100000;
		width: 100%;
		left: 0;
		top: 0;
	}
	.mobile-select-cat.mobile .pb-3{
		padding-bottom: 0!Important;
	}
	.mobile-select-cat.mobile .bs-searchbox{
		padding: 15px;
	}
	.mobile-select-cat.mobile .bs-searchbox .form-control{
		padding-left: 40px;
	}
	input[type=text], input[type=search], input[type=radio], input[type=tel], input[type=time], input[type=url], input[type=week], input[type=password], input[type=checkbox], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], select, textarea{
		box-shadow: 0 3px 6px 0 #e1e6f4!important;
	}
	.form-control:focus{
		box-shadow: 0 3px 6px 0 #e1e6f4!important;
	}
	.mobile-select-cat.mobile .bs-searchbox:before{
		content:'';
		background: url(../images/icons/search.svg) no-repeat;
		height: 20px;
		width: 15px;
		display: inline-block;
		position: absolute;
		top: 28px;
		left: 30px;
	}
	.dropdown-menu.mobile{
		width: 100%;
		margin: 0;
		padding: 0;
		transform: none!important;
		top: 50px!Important;
		min-width: 100%!important;
	}
	.dropdown-menu.mobile div.inner{
		margin-bottom: 38px;
	}
	.category-id .btn-light:not(:disabled):not(.disabled).active,.category-id  .btn-light:not(:disabled):not(.disabled):active,.category-id  .show>.btn-light.dropdown-toggle{
		background-color: #03d2a9!important;
		border-color: #03d2a9;
		color: #ffffff;
	}
	.dropdown-toggle::after{
		border: none;
	}
	.category-id .dropdown-toggle:before{
		display:none;
	}
	.category-id .dropdown-toggle:after{
		background: url(../images/icons/arrow-right-white.svg) no-repeat;
		height: 10px;
	}
	.category-id .show>.btn-light.dropdown-toggle:after{
		background: url(../images/icons/close-x-white.svg) no-repeat;
		height: 10px;
	}
	.subCategoryId .dropdown-toggle:after{
		background: url(../images/icons/arrow-right-black.svg) no-repeat;
		height: 10px;
		width: 13px;
		top: -2px;
		position: relative;
	}
	.subCategoryId .show>.dropdown-toggle:after{
		background: url(../images/icons/close-x-black.svg) no-repeat;
		height: 10px;
		width: 13px;
	}
	.sub-cat-col{
		margin-top: -1px;
	}
	.search-input .form-group input{
		height: 45px;
		padding-left: 15px;
	}
	.icon-search{
		margin: 16px 14px;
	}
	.import-settings-btn, .import-settings-btn:hover, .import-settings-btn:active, .import-settings-btn:focus, .import-settings-btn:active:focus, .import-settings-btn:active:hover{
		height: 45px;
		border-radius: 2px;
		box-shadow: 0 3px 6px 0 #e1e6f4;
		border: solid 1px #dce1e6;
		background-color: #ffffff!important;
		color: #808e9b!important;
		width: 100%;
	}
	.import-filters-btn{
		height: 45px;
		border-radius: 2px;
		box-shadow: 0 3px 6px 0 #e1e6f4;
		border: solid 1px #dce1e6;
		background-color: #ffffff!important;
		color: #808e9b!important;
		width: 100%;
	}
	.import-settings-btn::before{
		content: '';
		background: url(../images/icons/setting-gear-gray.svg) no-repeat;
		height: 15px;
		width: 18px;
		display: inline-block;
		position: relative;
		top: 3px;
		float:left;
	}
	.import-settings-btn::after{
		content: '';
		background: url(../images/icons/arrow-right-gray.svg) no-repeat;
		height: 10px;
		width: 8px;
		display: inline-block;
		position: relative;
		top: 6px;
		float: right;
	}
	.import-settings-btn.mobileactive:focus, .import-settings-btn.mobile:active:hover{
		background-color: #dce1e6;
	}
	.import-settings-btn.mobile::before{
		content: '';
		background: url(../images/icons/setting-gear-black.svg) no-repeat;
		width: 21px;
	}
	.import-settings-btn.mobile::after{
		content: '';
		background: url(../images/icons/close-x-black.svg) no-repeat;
		width: 10px;
	}
	.import-filters-btn::before{
		content: '';
		background: url(../images/icons/filter-gray.svg) no-repeat;
		height: 15px;
		width: 18px;
		display: inline-block;
		position: relative;
		top: 3px;
		float:left;
	}
	.import-filters-btn::after{
		content: '';
		background: url(../images/icons/arrow-right-gray.svg) no-repeat;
		height: 10px;
		width: 8px;
		display: inline-block;
		position: relative;
		top: 6px;
		float: right;
	}
	.import-settings-btn{
		background-color: #ffffff;
		color: #808e9b!important;
		border-color: #dce1e6;
	}
	.import-settings-btn.mobile{
		position: fixed;
		z-index: 100000;
		width: 100%;
		top: 0;
		left:0;
		height: 46px;
		border-radius: 0;
		box-shadow: none;
		background-color: #dce1e6;
		text-align: left;
		color: #57606f!important;
	}
	.import-filters-btn{
		background-color: #ffffff;
		color: #808e9b!important;
		border-color: #dce1e6;
	}
	.import-filters-btn.mobile{
		position: fixed;
		z-index: 100000;
		width: 100%;
		top: 0;
		left:0;
		height: 46px;
		border-radius: 0;
		box-shadow: none;
		background-color: #dce1e6;
		text-align: left;
		color: #57606f!important;
	}
	.import-filters-btn.mobile::before{
		content: '';
		background: url(../images/icons/filter-black.svg) no-repeat;
		width: 21px;
	}
	.import-filters-btn.mobile::after{
		content: '';
		background: url(../images/icons/close-x-black.svg) no-repeat;
		width: 10px;
	}
	#dm_collapseSettingsM.mobile .switch-label{
		padding-left: 65px;
		margin-left:0;
		z-index: 10000;
		position: relative;
		padding-top: 15px;
	}
	#dm_collapseSettingsM.mobile{
		width: 100%;
		left:0;
		padding: 0;
		transform: none!important;
		top: 45px!Important;
		z-index: 100000;
		position: fixed;
		margin-top: 0px;
		overflow: auto;
	}
	#dm_collapseFilters.mobile{
		width: 100%;
		left:0;
		background: white;
		padding: 0;
		transform: none!important;
		top: 65px!Important;
		z-index: 100000;
		position: fixed;
		margin-top: -20px;
		overflow: auto;
		padding-bottom: 65px;
		padding-left: 15px;
		padding-right: 15px;
		height: 100%;
		max-height: 100%;
	}
	.tab-nav-filters{
		display: flex;
		margin-top: 0px!important;
	}
	.tab-nav-filters .form-group.align-self-center{
		float: left;
		font-size: 14px;
		width: 100%;
	}
	.tab-nav-filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn):not(.dropdown ) {
		text-align: left;
		min-width: 100%;
		background: white;
		padding-left: 15px;
		padding-right: 15px;
		height: 40px;
		border-radius: 2px;
		box-shadow: 0 3px 6px 0 #e1e6f4;
		border: solid 1px #dce1e6;
		padding-top: 3px;
	}
	.tab-nav-filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).dropdown {
		width: 100%!important;
	}
	.order-second-element .form-group{
		width: auto!important;
	}
	.tab-nav-elements .form-group{
		width: 100%;
	}
	.tab-nav-filters .bootstrap-select .dropdown{
		width: 135px!important;
		margin: 0;
	}
	.tab-nav-filters .filter-option-inner{
		
	}
	.tab-nav-filters .dropdown-toggle{
		box-shadow: none;
	}
	.tab-nav-filters .tab-nav-elements .bootstrap-select .dropdown-toggle{
		text-align: left;
		background: transparent!important;
	}
	.tab-nav-filters .tab-nav-elements .bootstrap-select .dropdown-toggle .filter-option{
		width: 100%;
	}
	.tab-nav-filters .bootstrap-select .dropdown-menu li a{
		padding-left: 15px;
	}
	.btn-friendly  .order-second-element .form-group  label:first-child{
		display:none;
	}
	#dm-container .jqpagination input{
		box-shadow:none!important;
	}
	div.checker, div.checker input, div.checker span{
		width: 20px;
		height: 20px;
	}
	.opened_mobile div.checker, .opened_mobile div.checker input, .opened_mobile div.checker span{
		top: 10px;
	}
	.product-image{
		min-width: 70px;
		min-height: 70px;
	}
	.product-title h3{
		line-height: 1.5;
		font-size: 14px;
	}
	.import-settings, .product-item-list{
		padding: 15px;
		padding-left: 20px;
		padding-top: 20px
	}
	.product-item-list .check-box>div {
		padding: 15px 15px 0;
	}
	.tab-nav-elements .checkbox label {
		padding-left: 0px;
		padding-right: 7px;
	}
	.product-rate{
		color: #808e9b;
	}
	.product-mobile-friendly .recommended-price,.product-mobile-friendly .profit-price{
		display:none;
	}
	.shipping-show, .shipping-show .dropdown a{
		font-size: 14px;
		color: #808e9b;
		line-height: 1.5;
	}
	.shipping-show .dropdown a::after{
		content: '';
		background: url(../images/icons/arrow-down.svg) no-repeat;
		height: 10px;
		width: 11px;
		position: relative;
		top: 4px;
	}
	.product-mobile-friendly .supplier-price{
		color: #57606f;
		font-size: 14px;
	}
	.product-mobile-friendly .supplier-price .color-orange{
		font-size: 16px;
		font-weight: bold;
	}
	.product-info .product-title-more {
		font-size: 16px;
		font-weight: 600;
		line-height: 1.31;
	}
	.product-info .summary .supplier-price{
		line-height: 14px;
		font-size: 16px
	}
	.product-info .summary .profit-price, .product-info .summary .quantity, .product-info .summary .recommended-price{
		line-height: 14px;
		font-size: 14px;
	}
	.product-info .summary .params-list{
		padding: 0;
		font-weight: 400;
	}
	.params-list-sku{
	/*display: none;*/
	}
	.product-info .sku-wrap-img{
		max-width: 45px;
		max-height: 45px;
	}
	.product-info .summary .sku-text{
		padding: 7px 26px 13px 26px;
		min-width: 100px;
		min-height: 45px;
	}
	.product-info .params-list-sku  .sku-list {
		padding-bottom: 15px;
		margin-top: 15px;
		border-bottom: 1px solid #dce1e6;
		margin-bottom: 15px;
	}
	.product-info .params-list-sku .params-list:last-child  .sku-list{
		border-bottom: none;
	}
	.product-info .description-row{
		margin-top: 0px;
	}
	.variants-btn{
		border-radius: 2px;
		box-shadow: 0 3px 6px 0 #e1e6f4;
		border: solid 1px #dce1e6;
		color: #808e9b!important;
		width: 100%;
		margin-top: 15px;
		text-align: left;
	}
	.variants-btn::before{
		content: '';
		background: url(../images/icons/variation-gray.svg) no-repeat;
		height: 15px;
		width: 15px;
		position: relative;
		display: inline-block;
		top: 3px;
		margin-right: 12px;
	}
	.variants-btn::after, .desc-btn::after, .shipping-btn::after , .reviews-btn::after, .analysis-btn::after{
		content: '';
		background: url(../images/icons/arrow-right-gray.svg) no-repeat;
		height: 15px;
		width: 15px;
		position: relative;
		display: inline-block;
		top: 7px;
		float: right;
	}
	.desc-btn::before{
		content: '';
		background: url(../images/icons/description-gray.svg) no-repeat;
		height: 16px;
		width: 20px;
		position: relative;
		display: inline-block;
		top: 3px;
		margin-right: 9px;
	}
	.shipping-btn::before{
		content: '';
		background: url(../images/icons/shipping-single-gray.svg) no-repeat;
		height: 16px;
		width: 20px;
		position: relative;
		display: inline-block;
		top: 3px;
		margin-right: 9px;
	}
	.reviews-btn::before{
		content: '';
		background: url(../images/icons/reviews-single-gray.svg) no-repeat;
		height: 16px;
		width: 20px;
		position: relative;
		display: inline-block;
		top: 3px;
		margin-right: 9px;
	}
	.analysis-btn::before{
		content: '';
		background: url(../images/icons/reviews-single-gray.svg) no-repeat;
		height: 16px;
		width: 20px;
		position: relative;
		display: inline-block;
		top: 3px;
		margin-right: 9px;
	}
	.nav-tabs .nav-item{
		border-radius: 2px;
		box-shadow: 0 3px 6px 0 #e1e6f4;
		border: solid 1px #dce1e6;
		color: #808e9b!important;
		width: 100%;
		margin-top: 15px;
		text-align: left;
	}
	
	.nav-tabs .nav-item a, .nav-tabs .nav-item a.active{
		border: none;
		color: #808e9b!important;
		text-transform: uppercase;
		font-weight: 600;
		padding: .7rem .85rem!important;
		font-size: .85rem!important;
		line-height: 1.35rem;
	}
	.variants-btn.expanded{
		position: fixed;
		z-index: 100000;
		width: 100%;
		top: 0;
		left:0;
		height: 46px;
		border-radius: 0;
		box-shadow: none;
		background-color: #dce1e6;
		text-align: left;
		color: #57606f!important;
		margin-top: 0;
	}
	.variants-btn.expanded::after{
		content: '';
		background: url(../images/icons/close-x-black.svg) no-repeat;
		width: 10px;
	}
	[id*="dm_collapseVariants-"].expanded{
		background: white;
		width: 100%;
		left:0;
		padding: 0;
		transform: none!important;
		top: 50px!Important;
		z-index: 100000;
		position: fixed;
		margin-top: -4px!important;
		overflow: scroll;
		padding-left: 15px;
		padding-top: 15px;
		height: 100%;
		}
	.desc-btn.expanded{
		position: fixed;
		z-index: 100000;
		width: 100%;
		top: 0;
		left:0;
		height: 46px;
		border-radius: 0!important;
		box-shadow: none;
		background-color: #dce1e6!important;
		text-align: left;
		color: #57606f!important;
		margin-top: 0;
	}
	.desc-btn.expanded::after{
		content: '';
		background: url(../images/icons/close-x-black.svg) no-repeat;
		width: 10px;
	}
	.shipping-btn.expanded{
		position: fixed;
		z-index: 100000;
		width: 100%;
		top: 0;
		left:0;
		height: 46px;
		border-radius: 0!important;
		box-shadow: none;
		background-color: #dce1e6!important;
		text-align: left;
		color: #57606f!important;
		margin-top: 0;
	}
	.shipping-btn.expanded::after{
		content: '';
		background: url(../images/icons/close-x-black.svg) no-repeat;
		width: 10px;
	}
	.reviews-btn.expanded{
		position: fixed;
		z-index: 100000;
		width: 100%;
		top: 0;
		left:0;
		height: 46px;
		border-radius: 0!important;
		box-shadow: none;
		background-color: #dce1e6!important;
		text-align: left;
		color: #57606f!important;
		margin-top: 0;
	}
	.reviews-btn.expanded::after{
		content: '';
		background: url(../images/icons/close-x-black.svg) no-repeat;
		width: 10px;
	}
	.analysis-btn.expanded{
		position: fixed;
		z-index: 100000;
		width: 100%;
		top: 0;
		left:0;
		height: 46px;
		border-radius: 0!important;
		box-shadow: none;
		background-color: #dce1e6!important;
		text-align: left;
		color: #57606f!important;
		margin-top: 0;
	}
	.analysis-btn.expanded::after{
		content: '';
		background: url(../images/icons/close-x-black.svg) no-repeat;
		width: 10px;
	}
	.tab-pane.expanded{
		background: white;
		width: 100%;
		left:0;
		padding: 0;
		transform: none!important;
		top: 50px!Important;
		z-index: 100000;
		position: fixed;
		margin-top: -4px;
		overflow: auto;
		padding-left: 15px;
		padding-top: 15px;
height: -moz-calc(100% - 46px);
height: -webkit-calc(100% - 46px);
height: -o-calc(100% - 46px);
height: calc(100% - 46x);
		display: block;
		padding-bottom: 50px;
		padding-right: 15px;
		}
	.desktop_dest{
		margin-bottom: 15px;
	}
	.desktop_dest a{
		border-radius: 2px;
		box-shadow: 0 3px 6px 0 #e1e6f4;
		border: solid 1px #dce1e6;
		color: #808e9b!important;
		width: 100%;
		margin-top: 15px;
		text-align: left;
		display: inline-block;
		font-weight: 600;
		text-transform: uppercase;
		padding: .7rem .85rem;
		font-size: .85rem;
		line-height: 1.35rem;
	}
	.fancybox-container {
		z-index: 100020;
	}
	.review-item-list{
		margin-left: 0;
		margin-right: 0;
	}
	.range-item.d-inline-flex{
		display:inline-block!important;
		width: 100%;
	}
	#range-filters label:first-child{
		display: block;
		text-align: left;
	}
	.range-item .form-group{
		margin-bottom: 0;
		display: inline-block;
		width: 47.6%;
	}
	.range-item .form-control {
		width: 100%;
	}
	.btn-friendly .form-group:last-child{
		float: none;
		display: inline-block;
	}
	.btn-friendly .mobile_volume  .form-group:last-child {
		width: 100%;
	}
	#clear_all{
		display:inline-block;
		margin-top: 20px;
	}
	#more-filters.tab-nav-elements > div{
		width: 100%;
		height: 45px;
		border-radius: 3px;
		box-shadow: 0 3px 6px 0 #e1e6f4;
		border: solid 1px #dce1e6;
		background-color: #ffffff;
		padding-left: 15px;
		margin-bottom: 15px;
	    padding-top: 10px!important;
	}
	.product-item-list.opened_mobile{
		position: fixed!important;
		top: 0;
		z-index: 3;
		width: 100%;
		margin: 0;
		overflow: scroll;
		height: 100%;
		left:0;
		padding-top: 32px;
	}
	#dm-container-result .product-item-list .shipping-list-tab label{
		display: block;
		padding-bottom: 15px;
		font-size: 14px;
	}
	.shipping-list-tab .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
		width: 100%;
	}
	.shipping-item div{
		padding-bottom:15px;
	}
	.product-item-list .action-buttons .btn{
		height: 40px;
		padding-bottom: 8px;
	}
	.action-buttons{
		margin-top: 15px;
	}
	.tab-nav-elements .bootstrap-select .dropdown-toggle:after{
		right: -6px;
	}
	.tab-nav-elements .js-import-selected{
		padding: 6px 15px 9px 15px;
		height: 40px;
		position: relative;
		top: 0px;
		margin-left: 15px;
	}
	#range-filters .btn{
		padding: 6px 0px;
		width: 100%;
		margin-left: 0;
		height: 40px;
		margin-top: 15px;
		font-size: 14px;
	}
	#more-filters.tab-nav-elements > div.checkbox{
		background: transparent;
		border: none;
		box-shadow: none;
		padding-left: 0;
	}
	#more-filters .bootstrap-select {
		width: 100%;
		text-align: left;
	}
	.clear_all{
		float: right;
	}
	#loader-all{
		z-index: 100005;
	}
	.clear_all::before{
		content: '';
		background: url(../images/icons/clear_all.svg) no-repeat;
		width: 17px;
		display: inline-block;
		height: 16px;
		margin-right: 10px;
		position: relative;
		top: 2px;
	}
	body.mobile.modal-open #wpwrap{
		position:relative!important;
	}
	#reportModal{
		margin-top: 60px;
	}
	.mobile .import-settings{
		display:block;
		margin-top: 0px!important;
	}
	.mobile-overflow{
		overflow: hidden!important;
	}
	#dm_collapseSettings{
		display:none!important;
	}
    .order-first-element{
        padding-bottom:15px;
    }
	.settings-block-wrap{
		display:none;
	}
	.setting_open{
		margin-left:0px!important;
	}
	.order-first-element label{
		margin-bottom: 10px!important;
	}
	.import-sort-block .mobile-action-order{
		padding-left: 15px!important;
	}
	.wrap h1.wp-heading-inline{
		margin-bottom: 0px;
	}
}
@media (max-width: 500px){
	.range-item .form-group {
		width: 47%;
	}
}
@media (max-width: 400px){
	.range-item .form-group {
		width: 46.5%;
	}
}
@media (max-width: 345px){
	.range-item .form-group {
		width: 46.2%;
	}
}
.supplier-price.midd{
	display:none;
}
@media (max-width: 782px){
	.settings-block-wrap{
		left:0px!important;
		    top: 46px!important;
	    height: calc( 100% - 46px )!important;
	}
}
@media (max-width: 1399px){
	.supplier-price.midd{
		display: inline-block;
	}
	.supplier-block{
		display:none;
	}
	.profit-price h5, .recommended-price h5, .supplier-price.midd h5{
		display: inline-block;
		text-align: right;
		min-width: 100px;
	}
	.profit-price h4, .recommended-price h4, .supplier-price.midd h4{
		display: inline-block;
		text-align: right;
	}
	.close-detail-block{
		position: absolute;
		top: 0;
		height: 30px;
		width: 100%;
		background: gray;
		left: 0;
		color: white;
	}
	.close-detail-block:before{
		content: '';
		border: none;
		width: 13px;
		background: url(../images/icons/close-x-white.svg) no-repeat;
		height: 10px;
		top: 9px;
		position: relative;
		right: 3px;
		display: block;
		float: right;
		cursor: pointer;
		padding: 9px;
		}
}
@media (max-width: 1398px){
	.product-title .has-free{
		display: none;
	}
}
.btn i{
    margin-right: 0px!important;
}
.product-title h3{
	font-size: 16px;
}
.supplier-price h5{
	font-size: 13px;
    margin-bottom: 7px;
}
.supplier-price h4{
font-size: 16px;
margin-bottom:0px;
}
.profit-price h5, .recommended-price h5{
font-size: 13px;
margin-bottom: 7px;
}
.profit-price h4, .recommended-price h4{
font-size: 16px;
margin-bottom:0px;
}
.product-item-list .action-buttons .btn{
	font-size: 16px;
    font-weight: 400;
}
.star-rate{
margin-bottom: 3px;
}
.product-image{
    min-width: 74px;
    min-height: 74px;
    border: 1px solid #85858f5e;
}
.product-title .has-free{
    margin-top: 7px;
}
.image_hover{
opacity: 0;
}
.star-rate strong, .rate-block-small strong{

}
.product-image:hover .image_hover{
    width: 74px;
    position: absolute;
    height: 74px;
    background: black;
    opacity: 0.7;
}
.product-image:hover .image_hover:after{
    content: url(../images/icons/eye.png);
    display: block;
    height: 10px;
    width: 10px;
    position: relative;
    top: 22px;
    left: 23px;
}
.tab-nav-elements .js-import-selected{
font-size: 16px;
    font-weight: 400;
}
.btn-blue {
    font-size: 16px;
    font-weight: 400;
}
.product-item-list .action-buttons .btn{
min-width: 118px;
}
.tab-nav-elements .bootstrap-select .dropdown-toggle .filter-option{
font-weight: 400;
width: 100%;
}
.tab-nav-elements label .select-label{
color: #6b6a70;
}
#more-filters .form-group{
margin-right: 5px;
}
.range-item{
margin-right: 15px;
}
.get-btn{
    padding: 4px 10px 6px 10px;
    font-size: 16px;
    font-weight: 400;
    top: 8px;
    position: relative;
    z-index: 10;
    left: 0px;
    margin-left: -4px;
    line-height: 23px;
}
.product-item-list:hover .product-title h3{
text-decoration: underline;
cursor:pointer;
}
.dm-text-info{
font-weight: 400;
}
#has_deposit{
font-weight: 600!important;
color: #fe4f00;
}
#settings-btn{
    margin-bottom: 15px;
    margin-top: 10px;
}
.details_burger{
background: url(../images/icons/menu-all-categories.svg) no-repeat center;
    display: inline-block;
    background-size: 25px;
    position: relative;
    top: 14px;
    padding: 15px 16px 15px 17px;
    border: 1px solid;
    background-color: #e9e9ea;
    border-color: #e0e0e0;
    height: 35px;
}
.details_burger:hover{
    background-color: #d7d7da;;
}
.carousel-control-next, .carousel-control-prev{
background:black;
}
.product-rate strong, .rate-block-small strong{
font-weight: 600;
}
.bootstrap-select .dropdown-menu{
margin-right: 15px;
}
.carousel-control-next, .carousel-control-prev{
opacity: 0.2;
}
.carousel-control-next, .carousel-control-prev{
width: 10%;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{
opacity: 0.5;
}
.star-rate strong, .rate-block-small strong{
font-weight: 600;
}
.settings-block-wrap{
    position: fixed;
    z-index: 1000;
    left: 37px;
    top: 32px;
    height: calc( 100% - 32px );
}
.settings-block{
    display: none;
    position: static;
    top: 0;
    background: white;
    min-width: 252px;
    padding: 15px;
    max-width: 250px;
    left: 0px;
    z-index: 10000;
    border: 1px solid #ddd;
    height: 100%;
	border-left: 0;
}
.setting_open{
    margin-left: 233px;
}
#more-filters.tab-nav-elements, #range-filters.tab-nav-elements{
display:inline-block;
}
.firsr_filters .range-item .form-control{
width: 100%;
height: 30px;
padding-left: 15px;
padding-top: 5px;
}
.tab-nav-elements .checkbox, .tab-nav-elements .form-group{
display: inline-block;
}
#range-filters label{
display:inline-block;
}
.firsr_filters #range-filters .btn{
    margin-left: 0px;
    margin-top: 15px;
    width: 100%;
}
.second_filters .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    color: #808e9b;
}
.second_filters #more-filters.tab-nav-elements label{
display:block;
} 
.settings-block #range-filters label {
	line-height:initial;
	margin-bottom: 3px;
	margin-top: 10px;
	padding: 0px;
}
.firsr_filters{
border-bottom: 1px solid #ddd;
    padding-bottom: 35px;
}
.second_filters{
    padding-bottom: 15px;
}
.second_filters #more-filters .form-group{
    margin-bottom: 15px;
    width: 100%;
}
.second_filters #more-filters .form-group>.bootstrap-select  {
    width: 100%!important;
    border: 1px solid #dddddd;
    border-radius: 2px;
    box-shadow: 0 3px 6px 0 rgba(225, 230, 244, 0.5);
    background-color: #ffffff;
    height: 30px;
    padding-left: 15px;
    padding-top: 2px;
    margin-top: 3px;
}
.second_filters #more-filters .form-group>.bootstrap-select>.bootstrap-select  {
width: 100%!important;
}
.second_filters .tab-nav-elements .bootstrap-select .dropdown-toggle:after{
right: 8px;
}
.checkbox-label, .radio-label, .switch-label{
min-width: 115px;
}
.second_filters #more-filters .filter-option-inner{
max-width: 170px;
}
.tab-nav-filters{
margin-top: 15px;
}
#items-founded{
    color: #fe4f00;
    font-size: 16px;
    font-weight: 500!important;
    margin-left: 5px;
}
.dm-text-info{
color: #57606f;
    font-weight: 400;
    padding: 8px 7px 4px 7px;
    position: relative;
    top: 10px;
    font-size: 14px;
    right: 0px;
    height: 35px;
    border-radius: 2px;
    background-color: #e9e9ea;
    display: inline-block;
    padding-left: 15px;
	padding-right: 15px;
}
.dm-text-info a{
width: 94px;
    height: 35px;
    border-radius: 2px;
    background-color: #1daeea;
    border: none;
}
.range-item{
margin-right: 0px;
}
#dm_collapseSettings .checkbox-label{
    display: inline-block;
    max-width: 135px;
    float: right;
}
#dm_collapseSettings  .checker{
    display: inline-block;
    position: relative;
    top: 0px;
    left: -11px;
}
.tab-nav-elements .bootstrap-select{
margin-top: -5px;
}
.checkbox-label, .radio-label, .switch-label{
color: #6b6a70;
}
.import_settings_title{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: -7px;
}
#uniform-create_cat{
top: 6px!important;
}
#uniform-recommended_price{
top: 6px!important;
}
.gear:before {
    display: inline-block;
    content: "";
    background: url(../images/icons/gear.svg) no-repeat center;
    width: 18px;
    height: 18px;
    position: relative;
    top: 2px;
    right: 0px;
}
.settings_toggle_block{
    position: fixed;
    z-index: 10;
}
#settings_toggle{
position: absolute;
    left: -37px;
	top: -52px;
    z-index: 10;
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 0px 2px 2px 0px;
}
.setting_open #settings_toggle{
    left: -16px;
}
.filters-settings-title{
    font-size: 16px;
    background-color: #dce1e6;
    margin-left: -16px;
    margin-right: -15px;
    height: 40px;
    padding-top: 10px;
    padding-left: 15px;
    margin-top: -15px;
}
.import_settings_title{
    font-size: 16px;
    background-color: #dce1e6;
    margin-left: -16px;
    margin-right: -15px;
    height: 40px;
    padding-top: 10px;
    padding-left: 15px;
    margin-top: -15px;
}
#dm_collapseSettings .checker{
top: -2px;
}

.import-sort-block{
    background: white;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0px;
}
.tab-nav-additional > div, .tab-nav-last > div{
padding-top: 7px;
}
.import-sort-block .mobile-action-order{
padding-left: 0px;
}
.custom-label{
    height: 38px;
    border-radius: 2px;
    background-color: #E9E9EA;
    font-size: 14px;
    position: relative;
    top: 4px;
    border: 1px solid #d6dde4;
    right: -4px;
    border-right: 0;
	z-index: 2;
	display: inline-block;
	margin-left: -4px;
}
.custom-label span{
    display: inline-block;
    position: relative;
    top: -13px;
    margin-left: 15px;
	padding-right: 0px;
}
.custom-label:before {
content:" ";
    width: 40px;
    height: 37px;
    background: url(../images/icons/export.svg) no-repeat center;
    top: 0px;
    left: 0px;
    background-color: #e0e0e0!important;
    display: inline-block;
    padding: 10px;
}
#close_filters{
    color: black;
    position: relative;
    float: right;
    padding: 10px;
    top: -12px;
    font-size: 20px;
	text-decoration: none;
}
.settings-block{
    overflow-y: auto;
    overflow-x: visible;
}
#more-filters .form-group:nth-child(2)  .bootstrap-select .dropdown-menu .inner.show{
    max-width: 100%!important;
    min-width: 100%!important;
}
#more-filters .form-group:nth-child(2)  .bootstrap-select .dropdown-menu{
    max-width: 230px!important;
    width: 230px!important;
min-width: 230px!important;
    margin-right: 0!important;
}
#more-filters .form-group:nth-child(3)  .bootstrap-select .dropdown-menu .inner.show{
    max-width: 100%!important;
    min-width: 100%!important;
}
#more-filters .form-group:nth-child(3)  .bootstrap-select .dropdown-menu{
    width: 230px!important;
min-width: 230px!important;
    margin-right: 0!important;
}
.tab-nav-filters .bootstrap-select {
margin-right: 0px;
}
.row.tab-nav-filters .dropdown-toggle:after{
border: none;
    width: 13px;
    height: 8px;
    vertical-align: 0;
    background: url(../images/icons/arrow-light-gray.svg) no-repeat;
	top: 14px;
	}
.row.import-to.tab-nav-filters .dropdown-toggle:after{
    top: 3px;
    position: relative;
}
.pagination-menu.jqpaginationFV input{
height: 28px!important;
}
.firsr_filters .form-group{
width: calc(50% - 8px);
}
.firsr_filters .mobile_volume .form-group:last-child{
width: 100%;
}
.second_filters .bootstrap-select .dropdown-menu li a{
font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.action-buttons{
position: relative;
top: -4px;
}
.sortby .bootstrap-select>.btn .filter-option-inner-inner{
font-weight: 500;
}
.sortby .bootstrap-select .dropdown-menu{
font-size: 14px!important;
margin-right: 0;
    right: 0;
    left: auto!important;
}
.subCategoryId  .dropdown-item{
    padding: .25rem 2.5rem .25rem 1.5rem;
}
.subCategoryId .dropdown-toggle:after{
    background: url(../images/icons/arrow-light-gray.svg) no-repeat;
	height: 10px;
	width: 13px;
	border: none;
vertical-align: -4px;
}
.category-id .dropdown-item{
    padding: .25rem 2.5rem .25rem 1.5rem;
}
.jqpagination a{
    padding: 4px 6px;
}
.import-time{
font-size: 14px;
}
.import-time strong{
font-weight: 500;
}
.bootstrap-select .btn{
    padding: .385rem .95rem .585rem;
}
.import-to .btn-light:not(:disabled):not(.disabled).active,.import-to  .btn-light:not(:disabled):not(.disabled):active,.import-to  .show>.btn-light.dropdown-toggle{
background-color: #e9e9ea;
border-left: 0px;
}
.category-id .btn-light:not(:disabled):not(.disabled).active,.category-id  .btn-light:not(:disabled):not(.disabled):active,.category-id  .show>.btn-light.dropdown-toggle{
	background-color: #e9e9ea;
}
.subCategoryId .btn-light:not(:disabled):not(.disabled).active,.subCategoryId  .btn-light:not(:disabled):not(.disabled):active,.subCategoryId  .show>.btn-light.dropdown-toggle{
	background-color: #e9e9ea;
}
.cur_info{
margin-left: 0px;
}
.strong600{
font-weight: 600!important;
}
.bootstrap-select .dropdown-toggle .filter-option-inner{
    top: 1px;
    position: relative;
}
.btn-green:disabled, .btn-green:disabled:hover{
    color: #57606f;
}
#dm-container .order-second-element .pagination-menu{
    height: 28px;
    padding-right: 0px;
}
#report-type .form-control{
    height: calc(2.3rem + 2px)!important;
    padding: .375rem .75rem!important;
}
.cat_status .bootstrap-select button, .cat_status .bootstrap-select button:active {
    background: transparent!important;
    color: #808e9b!important;
    font-weight: 400;
    height: 29px;
    padding-top: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 6px 0 rgba(225,230,244,.5);
}
.cat_status .bootstrap-select button:after{
    display: block;
    border: none;
    width: 13px;
    height: 9px;
    vertical-align: 0;
    background: url(../images/icons/arrow-down.svg) no-repeat;
    position: absolute;
    right: 8px;
    top: 12px;
}
.cat_status .bootstrap-select .filter-option{
    font-size: 14px;
    font-weight: 400;
}
.cat_status .bootstrap-select .dropdown-menu{
    font-size: 14px;
}
.cat_status .bootstrap-select{
    margin: 0;
}
.cat_status .form-group{
    display:none;
}


.cat_status_e .bootstrap-select button, .cat_status_e .bootstrap-select button:active {
    background: transparent!important;
    color: #808e9b!important;
    font-weight: 400;
    height: 29px;
    padding-top: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 6px 0 rgba(225,230,244,.5);
}
.cat_status_e .bootstrap-select button:after{
    display: block;
    border: none;
    width: 13px;
    height: 9px;
    vertical-align: 0;
    background: url(../images/icons/arrow-down.svg) no-repeat;
    position: absolute;
    right: 8px;
    top: 12px;
}
.cat_status_e .bootstrap-select .filter-option{
    font-size: 14px;
    font-weight: 400;
}
.cat_status_e .bootstrap-select .dropdown-menu{
    font-size: 14px;
    z-index: 10001;
}
.cat_status_e .bootstrap-select{
    margin: 0;
}
.cat_status_e .form-group{
    display:none;
}