/* header search css  */
.vendor-user .page-header .search-wrapper .input-text{
    border: 1px solid #dddddd;
    width: 100%;
    padding-left: 40px;
    border-radius: 5px;
    height: 40px;
    padding-right: 40px;
    opacity: 0.6px;
}
.vendor-user .page-header .search-icon{
    display: block;
    position: absolute;
    top: 12px;
    left: 10px;
    opacity: 0.6;
}
.vendor-user .page-header .search-wrapper .search-icon:before{
    content: '\e60c';
    color: #41362f;
    font-size: 1.5rem;
    -webkit-font-smoothing: antialiased;
    font-family: 'Admin Icons', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
}
.seller-search-result {
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 100;
}
.search-results .title {
    padding: 10px;
    display: block;
}
.search-items {
    display: flex;
    flex-wrap: wrap;
}
.search-items li {
    flex: 0 0 50%;
    max-width: 50%;
    list-style-type: none;
}
.search-items .item-wrapper a{
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  color: #000000;
}
.search-items .item-wrapper a:hover{
    text-decoration: none;
}
.search-items .item-wrapper:hover{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.search-items .item-wrapper .left {
    width: 80px;
    margin-right: 15px;
}
.search-items .item-wrapper .right {
  width: calc(100% - 95px);
}
.search-items .item-wrapper .item-title {
    margin-bottom: 5px;
    color: #000000;
    font-size: 14px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-results .actions-toolbar{
    text-align: center;
}
.search-results .view-all {
    display: inline-block;
    margin: 10px auto;
    padding: 10px;
    background-color: #f2f2f2;
    color: #000000;
    border-radius: 5px;
}

.close-search {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 19px;
    cursor: pointer;
    padding: 3px 12px;
    opacity: 0.6;
    color: #41362f;
}
.seller-search-result .no-results{
    padding: 15px;
    text-align: center;
}
.seller-search-result .no-results img{
    width: 70px;
}
/* header search css  */

.admin__menu .item-designtemplates.level-0 > a::before {
  content: '\e608';
}

@media (min-width: 1400px){
    .search-items li {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 1400px){
    .filter.on-page{
        flex-wrap: wrap;
    }
    .filter .filter-items{
        width: calc(100% - 90px);
    }
    .filter .sorting-items, .filter .page-limit{
        margin-top: 20px;
    }
}

/* START: For EU Repositatory */
.manufacturer_info, .eu_representative_info{
    margin-bottom: 30px;
    padding: 0;
    border: none;
}
.pull-product-fields .manufacturer_info label, 
.pull-product-fields .eu_representative_info label{
   font-size: 14px;
}
.manufacturer_info .form-group input, 
.eu_representative_info .form-group textarea{
   margin-top: 5px;
}
.manufacturer_info .form-group label {
    margin-bottom: 0;
}
.environmental_qualitys_info {
    background-color: #f2f2f2;
    padding: 10px;
    max-height: 110px;
    overflow-y: auto;
    margin-top: 10px;
    border-radius: 10px;
}
.eu_environmental_quality_block {
    background-color: #f2f2f2;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.pull-product-fields .warning {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.pull-product-fields .warning img {
    width: 25px;
    display: inline-block;
    height: 25px;
}
.pull-product-fields .warning label {
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: 400;
    font-size: 14px;
}
.pull-product-fields .warning label span {
    font-weight: 600;
}
.pull-product-fields .form-group.check input{
   width: auto;
   display: inline-block;
}
.pull-product-fields .form-group.check label{
   display: inline-block;
   font-size: 14px;
}
.pull-product-fields .field .form-group.check label{
   font-weight: 400;
}
.info-box {
    display: flex;
    align-items: flex-start;
    background-color: #FFFFE0;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.info-box .left-icon img {
    width: 80px;
    border-radius: 50%;
}
.info-box .right-info .title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 5px;
}

.info-box .right-info {
    padding-left: 15px;
}
.info-box .right-info p{
    font-size: 13px;
    line-height: 22px;
}
.preview_details {
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 10px;
    margin-top: 15px;
}

.pull-product-fields .preview .preview_label {
    color: #000000;
}

.pull-product-fields .preview .preview_span {
    color: #555555;
}
/* END: For EU Repositatory */